1. 22dc248 CLEANUP: channel: Remove the unused flag CF_WAKE_CONNECT by Christopher Faulet · 5 years ago
  2. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · 5 years ago
  3. bcac786 MINOR: stream: Remove code relying on the legacy HTTP mode by Christopher Faulet · 5 years ago
  4. 3494c63 MINOR: stream: Remove tests on the option 'http-use-htx' in stream_new() by Christopher Faulet · 5 years ago
  5. 9a7e8ce MINOR: stream: Rely on HTX analyzers instead of legacy HTTP ones by Christopher Faulet · 5 years ago
  6. 192c6a2 MINOR: htx: Deduce the number of used blocks from tail and head values by Christopher Faulet · 5 years ago
  7. 4bd5867 BUG/MEDIUM: streams: Don't redispatch with L7 retries if redispatch isn't set. by Olivier Houchard · 5 years ago
  8. 3c39a7d CLEANUP: connection: rename the wait_event.task field to .tasklet by Willy Tarreau · 5 years ago
  9. 1ec9bb5 MEDIUM: stream: don't abusively loop back on changes on CF_SHUT*_NOW by Willy Tarreau · 5 years ago
  10. 3c5c066 MEDIUM: stream: only loop on flags relevant to the analysers by Willy Tarreau · 5 years ago
  11. 829bd47 MEDIUM: stream: rearrange the events to remove the loop by Willy Tarreau · 5 years ago
  12. d66ed88 MEDIUM: stream: re-arrange the connection setup status reporting by Willy Tarreau · 5 years ago
  13. 4f283fa MEDIUM: stream-int: introduce a new state SI_ST_RDY by Willy Tarreau · 5 years ago
  14. 7ab22adb MEDIUM: stream-int: remove dangerous interval checks for stream-int states by Willy Tarreau · 5 years ago
  15. 19ecf71 BUG/MINOR: stream: don't emit a send-name-header in conn error or disconnect states by Willy Tarreau · 5 years ago
  16. 03cdf55 MINOR: stream: Stickiness server lookup by name. by Frédéric Lécaille · 5 years ago
  17. a689c3d MEDIUM: stream: make a full process_stream() loop when completing I/O on exit by Willy Tarreau · 5 years ago
  18. 28f29c7 MINOR: htx: Store the head position instead of the wrap one by Christopher Faulet · 5 years ago
  19. b106ce1 MINOR: stream: remove the cpu time detection from process_stream() by Willy Tarreau · 5 years ago
  20. 5484d58 MINOR: stream: introduce a stream_dump() function and use it in stream_dump_and_crash() by Willy Tarreau · 5 years ago
  21. aacc405 BUG/MEDIUM: streams: Don't switch from SI_ST_CON to SI_ST_DIS on read0. by Olivier Houchard · 5 years ago
  22. da5a63f CLEANUP: stream: remove an obsolete debugging test by Willy Tarreau · 5 years ago
  23. 0ad46fa MINOR: stream: detach the stream from its own task on stream_free() by Willy Tarreau · 5 years ago
  24. 602bf7d MEDIUM: streams: Add a new http action, disable-l7-retry. by Olivier Houchard · 5 years ago
  25. 7a3367c BUG/MINOR: stream: Attach the read side on the response as soon as possible by Christopher Faulet · 5 years ago
  26. a254a37 MEDIUM: streams: Add the ability to retry a request on L7 failure. by Olivier Houchard · 5 years ago
  27. f4bda99 BUG/MEDIUM: streams: Don't add CF_WRITE_ERROR if early data were rejected. by Olivier Houchard · 5 years ago
  28. 4ad574f MEDIUM: streams: measure processing time and abort when detecting bugs by Willy Tarreau · 5 years ago
  29. 3d07a16 MEDIUM: stream/debug: force a crash if a stream spins over itself forever by Willy Tarreau · 5 years ago
  30. 71c07ac MINOR: stream/debug: make a stream dump and crash function by Willy Tarreau · 5 years ago
  31. 22d63a2 MINOR: applet: measure and report an appctx's call rate in "show sess" by Willy Tarreau · 5 years ago
  32. 2e9c1d2 MINOR: stream: measure and report a stream's call rate in "show sess" by Willy Tarreau · 5 years ago
  33. 69b5a7f CLEANUP: task: report calls as unsigned in show sess by Willy Tarreau · 5 years ago
  34. 5e1a9d7 BUG/MEDIUM: stream: Fix the way early aborts on the client side are handled by Christopher Faulet · 5 years ago
  35. bed883a BUG/MAJOR: stream: Missing DNS context initializations. by Frédéric Lécaille · 5 years ago
  36. 333939c MINOR: action: new '(http-request|tcp-request content) do-resolve' action by Baptiste Assmann · 5 years ago
  37. c54e4b0 BUG/MEDIUM: stream: Don't request a server connection if a shutw was scheduled by Christopher Faulet · 5 years ago
  38. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · 5 years ago
  39. 0e160ff MINOR: stream: Set a flag when the stream uses the HTX by Christopher Faulet · 5 years ago
  40. 56897e2 BUG/MEDIUM: streams: Only re-run process_stream if we're in a connected state. by Olivier Houchard · 5 years ago
  41. 86dcad6 BUG/MEDIUM: stream: Don't clear the stream_interface flags in si_update_both. by Olivier Houchard · 5 years ago
  42. 120f64a BUG/MEDIUM: streams: Store prev_state before calling si_update_both(). by Olivier Houchard · 5 years ago
  43. 39cc020 BUG/MEDIUM: streams: Don't remove the SI_FL_ERR flag in si_update_both(). by Olivier Houchard · 5 years ago
  44. 769d0e9 BUG/MEDIUM: http/htx: Fix handling of the option abortonclose by Christopher Faulet · 5 years ago
  45. 2571bc6 MINOR: http/applets: Handle all applets intercepting HTTP requests the same way by Christopher Faulet · 5 years ago
  46. 679bba1 MINOR: init: report the list of optionally available services by Willy Tarreau · 5 years ago
  47. dc6111e MEDIUM: stream: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  48. 1ef724e BUILD/MINOR: stream: avoid a build warning with threads disabled by Willy Tarreau · 5 years ago
  49. 09c4bab BUG/MAJOR: stream: avoid double free on unique_id by Willy Tarreau · 5 years ago
  50. 32211a1 BUG/MEDIUM: stream: Don't forget to free s->unique_id in stream_free(). by Olivier Houchard · 5 years ago
  51. 28e581b BUG/MINOR: stream: don't close the front connection when facing a backend error by Willy Tarreau · 5 years ago
  52. f7a259d MINOR: stream: don't wait before retrying after a failed connection reuse by Willy Tarreau · 5 years ago
  53. bf66bd1 MEDIUM: stream-int: always mark pending outgoing SI_ST_CON by Willy Tarreau · 5 years ago
  54. 64f6945 BUG/MINOR: stream: take care of synchronous errors when trying to send by Willy Tarreau · 5 years ago
  55. 7778b59 MINOR: stream/cli: report more info about the HTTP messages on "show sess all" by Willy Tarreau · 5 years ago
  56. adf7a15 MINOR: stream/cli: fix the location of the waiting flag in "show sess all" by Willy Tarreau · 5 years ago
  57. b84e67f MINOR: stream/htx: add the HTX flags output in "show sess all" by Willy Tarreau · 5 years ago
  58. e6e5236 BUG/MEDIUM: cli: make "show sess" really thread-safe by Willy Tarreau · 5 years ago
  59. 224a2d7 MINOR: stream: Add the subscription events of SIs in "show sess all" command by Christopher Faulet · 5 years ago
  60. b9af881 MINOR: stream/htx: Add info about the HTX structs in "show sess all" command by Christopher Faulet · 5 years ago
  61. 14bfe9a CLEANUP: stream-int: consistently call the si/stream_int functions by Willy Tarreau · 6 years ago
  62. 2dba1a5 BUG/MEDIUM: stream: Forward the right amount of data before infinite forwarding by Christopher Faulet · 6 years ago
  63. fb3b1b0 MINOR: cli/stream: add the conn_stream in "show sess" output by Willy Tarreau · 6 years ago
  64. 25b4015 BUG/MEDIUM: connection: Just make sure we closed the fd on connection failure. by Olivier Houchard · 6 years ago
  65. 0007d0a CLEANUP: stream: remove SF_TUNNEL, SF_INITIALIZED, SF_CONN_TAR by Willy Tarreau · 6 years ago
  66. b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · 6 years ago
  67. 459e18e MINOR: cli: use pcli_flags for prompt activation by William Lallemand · 6 years ago
  68. ebf6180 MEDIUM: cli: handle payload in CLI proxy by William Lallemand · 6 years ago
  69. 5b80fa2 MINOR: cli: parse prompt command in the CLI proxy by William Lallemand · 6 years ago
  70. 1909f6d BUG/MEDIUM: stream: Don't dereference s->txn when it is not there yet. by Olivier Houchard · 6 years ago
  71. b2aedea MEDIUM: channel/htx: Add functions for forward HTX data by Christopher Faulet · 6 years ago
  72. b54c40a BUILD: threads: fix minor build warnings when threads are disabled by Willy Tarreau · 6 years ago
  73. b3484d6 MINOR: stream: Rely on CS's info if it exists and fallback on session's ones by Christopher Faulet · 6 years ago
  74. 14547b2 BUG/MEDIUM: streams: Don't assume we have a CS in sess_update_st_con_tcp. by Olivier Houchard · 6 years ago
  75. b6b3df3 MEDIUM: initcall: use initcalls for a few initialization functions by Willy Tarreau · 6 years ago
  76. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · 6 years ago
  77. 86abe44 MEDIUM: init: use self-initializing spinlocks and rwlocks by Willy Tarreau · 6 years ago
  78. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  79. 25607af BUG/MEDIUM: sessions: Set sess->origin to NULL if the origin was destroyed. by Olivier Houchard · 6 years ago
  80. 201b9f4 MAJOR: connections: Defer mux creation for outgoing connection if alpn is set. by Olivier Houchard · 6 years ago
  81. 66b5166 MEDIUM: connection: Don't bother reactivating polling after connection retry. by Olivier Houchard · 6 years ago
  82. 9efd745 MEDIUM: tasks: collect per-task CPU time and latency by Willy Tarreau · 6 years ago
  83. 609aad9 REORG: time/activity: move activity measurements to activity.{c,h} by Willy Tarreau · 6 years ago
  84. 4cc8d0d CLEANUP: fix a typo found in the stream subsystem by Joseph Herlant · 6 years ago
  85. ed28da5 MINOR: stream: Don't reset sov value with HTX messages by Christopher Faulet · 6 years ago
  86. 3b88b8d MEDIUM: mux-h1: Wait for connection establishment before consuming channel's data by Christopher Faulet · 6 years ago
  87. f2824e6 MAJOR: mux-h1/proto_htx: Handle keep-alive connections in the mux by Christopher Faulet · 6 years ago
  88. 27a3dc8 MINOR: http: Call http_send_name_header with the stream instead of the txn by Christopher Faulet · 6 years ago
  89. 47e9a1a MEDIUM: connections: Wait until the connection is established to try to recv. by Olivier Houchard · 6 years ago
  90. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · 6 years ago
  91. 8bb2ffb MINOR: stream-int: replace si_{want,stop}_put() with si_rx_endp_{more,done}() by Willy Tarreau · 6 years ago
  92. 8be7cd7 MEDIUM: stream-int: use si_rx_buff_{rdy,blk} to report buffer readiness by Willy Tarreau · 6 years ago
  93. d0f5bbc MINOR: stream-int: rename SI_FL_WAIT_ROOM to SI_FL_RXBLK_ROOM by Willy Tarreau · 6 years ago
  94. ade6478 MINOR: stream: move the conn_stream specific calls to the stream-int by Willy Tarreau · 6 years ago
  95. 00b3b8c BUG/MINOR: stream-int: set SI_FL_WANT_PUT in sess_establish() by Willy Tarreau · 6 years ago
  96. f26c26c BUG/MEDIUM: stream-int: change the way buffer room is requested by a stream-int by Willy Tarreau · 6 years ago
  97. bf89ff3 MEDIUM: stream-int: make stream_int_update() aware of the lower layers by Willy Tarreau · 6 years ago
  98. d14844a MINOR: stream-int: replace si_update() with si_update_both() by Willy Tarreau · 6 years ago
  99. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · 6 years ago
  100. b882dd8 MEDIUM: stream: implement stream_buf_available() by Willy Tarreau · 6 years ago