1. 664beb8 [MINOR] session: add a pointer to the new target into the session by Willy Tarreau · 13 years ago
  2. 7c0a151 [CLEANUP] stream_interface: remove the applet.handler pointer by Willy Tarreau · 13 years ago
  3. ac82540 [MEDIUM] stream_interface: store the target pointer and type by Willy Tarreau · 13 years ago
  4. 957c0a5 [REORG] session: move client and server address to the stream interface by Willy Tarreau · 13 years ago
  5. b24281b [MINOR] stream_interface: make use of an applet descriptor for IO handlers by Willy Tarreau · 13 years ago
  6. b89cfca [BUG] session: release slot before processing pending connections by Willy Tarreau · 14 years ago
  7. 0499e35 [BUG] http: analyser optimizations broke pipelining by Willy Tarreau · 14 years ago
  8. 2f976e1 [OPTIM] session: don't recheck analysers when buffer flags have not changed by Willy Tarreau · 14 years ago
  9. abe8ea5 [BUG] accept: don't close twice upon error by Willy Tarreau · 14 years ago
  10. fffe132 [CLEANUP] accept: replace some inappropriate Alert() calls with send_log() by Willy Tarreau · 14 years ago
  11. 85e77c7 [MEDIUM] Create updates tree on stick table to manage sync. by Emeric Brun · 14 years ago
  12. 485479d [MEDIUM] Create new protected pattern types CONSTSTRING and CONSTDATA to force memcpy if data from protected areas need to be manipulated. by Emeric Brun · 14 years ago
  13. 97679e7 [MEDIUM] Implement tcp inspect response rules by Emeric Brun · 14 years ago
  14. da4d9fe [BUG] session: don't stop forwarding of data upon last packet by Willy Tarreau · 14 years ago
  15. 3041b9f [MEDIUM] session: call the frontend_decode_proxy analyser on proxied connections by Willy Tarreau · 14 years ago
  16. af7ad00 [MINOR] support a global jobs counter by Willy Tarreau · 14 years ago
  17. 5612328 [MINOR] session-counters: use "track-sc{1,2}" instead of "track-{fe,be}-counters" by Willy Tarreau · 14 years ago
  18. 9e9879a [MEDIUM] session-counters: make it possible to count connections from frontend by Willy Tarreau · 14 years ago
  19. f059a0f [MAJOR] session-counters: split FE and BE track counters by Willy Tarreau · 14 years ago
  20. da7ff64 [MEDIUM] session-counters: add HTTP req/err tracking by Willy Tarreau · 14 years ago
  21. c3bd972 [MINOR] session-counters: add a general purpose counter (gpc0) by Willy Tarreau · 14 years ago
  22. 1f7e925 [MINOR] stktable: add a stktable_update_key() function by Willy Tarreau · 14 years ago
  23. 6c59e0a [MEDIUM] session counters: add bytes_in_rate and bytes_out_rate counters by Willy Tarreau · 14 years ago
  24. 91c43d7 [MEDIUM] session counters: add conn_rate and sess_rate counters by Willy Tarreau · 14 years ago
  25. f4d17d9 [MEDIUM] session: add a counter on the cumulated number of sessions by Willy Tarreau · 14 years ago
  26. 1aa006f [MINOR] session: add trk_kbytes_* ACL keywords to track data size by Willy Tarreau · 14 years ago
  27. 9b0ddcf [MINOR] session: add the trk_conn_cur ACL keyword to track concurrent connection by Willy Tarreau · 14 years ago
  28. 9a3f849 [MINOR] session: add the trk_conn_cnt ACL keyword to track connection counts by Willy Tarreau · 14 years ago
  29. 855e4bb [MEDIUM] session: add data in and out volume counters by Willy Tarreau · 14 years ago
  30. 38285c1 [MEDIUM] session: add concurrent connections counter by Willy Tarreau · 14 years ago
  31. 8b22a71 [MEDIUM] session: move counter ACL fetches from proto_tcp by Willy Tarreau · 14 years ago
  32. 9ba2dcc [MAJOR] session: add track-counters to track counters related to the session by Willy Tarreau · 14 years ago
  33. fb35620 [MEDIUM] session: support "tcp-request content" rules in backends by Willy Tarreau · 14 years ago
  34. 815a9b2 [BUG] session: analysers must be checked when SI state changes by Willy Tarreau · 14 years ago
  35. 7a20aa6 [MEDIUM] session: make it possible to call an I/O handler on both SI by Willy Tarreau · 14 years ago
  36. 0bd05ea [MEDIUM] stream-interface: add a ->release callback by Willy Tarreau · 14 years ago
  37. e8f6338 [BUG] stick-table: correctly refresh expiration timers by Willy Tarreau · 14 years ago
  38. 2a164ee [BUG] stick_table: the fix for the memory leak caused a regression by Willy Tarreau · 14 years ago
  39. 5214be1 [MINOR] session: add a pointer to the tracked counters for the source by Willy Tarreau · 14 years ago
  40. cb18364 [MEDIUM] stick_table: separate storage and update of session entries by Willy Tarreau · 14 years ago
  41. 13c29de [MEDIUM] stick_table: move the server ID to a generic data type by Willy Tarreau · 14 years ago
  42. f16d2b8 [MEDIUM] stick_table: don't overwrite data when storing an entry by Willy Tarreau · 14 years ago
  43. f0b38bf [CLEANUP] stick_table: move pattern to key functions to stick_table.c by Willy Tarreau · 14 years ago
  44. 393379c [MINOR] stick_table: add support for variable-sized data by Willy Tarreau · 14 years ago
  45. 24dcaf3 [MEDIUM] frontend: count the incoming connection earlier by Willy Tarreau · 14 years ago
  46. b36b424 [MINOR] session: differenciate between accepted connections and received connections by Willy Tarreau · 14 years ago
  47. 81f9aa3 [MAJOR] frontend: split accept() into frontend_accept() and session_accept() by Willy Tarreau · 14 years ago
  48. 070ceb6 [MEDIUM] session: don't assign conn_retries upon accept() anymore by Willy Tarreau · 14 years ago
  49. ee28de0 [MEDIUM] session: move the conn_retries attribute to the stream interface by Willy Tarreau · 14 years ago
  50. d04e858 [MEDIUM] session: initialize server-side timeouts after connect() by Willy Tarreau · 14 years ago
  51. 85e7d00 [MEDIUM] session: finish session establishment sequence in with I/O handlers by Willy Tarreau · 14 years ago
  52. a4cda67 [BUG] stick_table: fix possible memory leak in case of connection error by Willy Tarreau · 14 years ago
  53. a6eebb3 [BUG] session: clear BF_READ_ATTACHED before next I/O by Willy Tarreau · 14 years ago
  54. 47fdd8e [MINOR] add the "ignore-persist" option to conditionally ignore persistence by Cyril Bonté · 14 years ago
  55. e459976 [MEDIUM] session: better fix for connection to servers with closed input by Willy Tarreau · 14 years ago
  56. 296897f [MEDIUM] connect to servers even when the input has already been closed by Willy Tarreau · 14 years ago
  57. 15e5554 [CLEANUP] session: remove duplicate test by Willy Tarreau · 14 years ago
  58. ae52678 [STATS] count transfer aborts caused by client and by server by Willy Tarreau · 14 years ago
  59. 033b2db [BUG] logs: don't report "last data" when we have just closed after an error by Willy Tarreau · 14 years ago
  60. 2465779 [STATS] separate frontend and backend HTTP stats by Willy Tarreau · 14 years ago
  61. 2e2b3eb [BUILD] fix build breakage with DEBUG_FULL by Willy Tarreau · 14 years ago
  62. f9423ae [MINOR] acl: add http_auth and http_auth_group by Krzysztof Piotr Oledzki · 14 years ago
  63. 4de9149 [MINOR] add the "force-persist" statement to force persistence on down servers by Willy Tarreau · 14 years ago
  64. 1d33b29 [MEDIUM] Add stick and store rules analysers. by Emeric Brun · 14 years ago
  65. 762a236 [BUG] appsession's sessid must be reset at end of transaction by Willy Tarreau · 14 years ago
  66. e34070e [MEDIUM] session: limit the number of analyser loops by Willy Tarreau · 14 years ago
  67. 4602363 [BUG] http: fix for capture memory leak was incorrect by Willy Tarreau · 14 years ago
  68. 90deb18 [MEDIUM] http: make safer use of the DONT_READ and AUTO_CLOSE flags by Willy Tarreau · 14 years ago
  69. 576507f [MEDIUM] session: also consider request analysers added during response by Willy Tarreau · 14 years ago
  70. 1e0bbaf [MAJOR] session: fix the order by which the analysers are run by Willy Tarreau · 14 years ago
  71. 1464140 [MEDIUM] session: set SI_FL_NOLINGER when aborting on write timeouts by Willy Tarreau · 15 years ago
  72. 82eeaf2 [MEDIUM] http: properly handle "option forceclose" by Willy Tarreau · 15 years ago
  73. d98cf93 [MAJOR] http: implement body parser by Willy Tarreau · 15 years ago
  74. 0937bc4 [MINOR] http: move the http transaction init/cleanup code to proto_http by Willy Tarreau · 15 years ago
  75. 7c3c541 [MAJOR] buffers: automatically compute the maximum buffer length by Willy Tarreau · 15 years ago
  76. 97f07b8 [MEDIUM] Decrease server health based on http responses / events, version 3 by Krzysztof Piotr Oledzki · 15 years ago
  77. de71d16 [MINOR] Collect & provide http response codes for frontends, fix backends by Krzysztof Piotr Oledzki · 15 years ago
  78. b37c27e [MAJOR] http: create the analyser which waits for a response by Willy Tarreau · 15 years ago
  79. bf47aeb [MEDIUM] appsession: add the "request-learn" option by Cyril Bonté · 15 years ago
  80. aeebf9b [MEDIUM] Collect & provide separate statistics for sockets, v2 by Krzysztof Piotr Oledzki · 15 years ago
  81. 052d4fd [CLEANUP] Move counters to dedicated structures by Krzysztof Piotr Oledzki · 15 years ago
  82. 9a42c0d [MEDIUM] stats: replace the stats socket analyser with an SI applet by Willy Tarreau · 15 years ago
  83. 1accfc0 [MEDIUM] session: call iohandler for embedded tasks (applets) by Willy Tarreau · 15 years ago
  84. 89f7ef2 [MINOR] stream_interface: add SI_FL_DONT_WAKE flag by Willy Tarreau · 15 years ago
  85. 31971e5 [MEDIUM] add support for infinite forwarding by Willy Tarreau · 15 years ago
  86. f41ffdc [BUG] stream_interface: SI_ST_CLO must have buffers SHUT by Willy Tarreau · 15 years ago
  87. ba0b63d [MAJOR] buffers: fix the BF_EMPTY flag's meaning by Willy Tarreau · 15 years ago
  88. 520d95e [MAJOR] buffers: split BF_WRITE_ENA into BF_AUTO_CONNECT and BF_AUTO_CLOSE by Willy Tarreau · 15 years ago
  89. 418fd47 [MAJOR] buffers: fix misuse of the BF_SHUTW_NOW flag by Willy Tarreau · 15 years ago
  90. c465fd7 [BUG] tarpit did not work anymore by Willy Tarreau · 15 years ago
  91. dc85b39 [MEDIUM] stream_interface: add and use ->update function to resync by Willy Tarreau · 15 years ago
  92. 27a674e [MEDIUM] make it possible to change the buffer size in the configuration by Willy Tarreau · 15 years ago
  93. a07a34e [MEDIUM] replace BUFSIZE with buf->size in computations by Willy Tarreau · 15 years ago
  94. 4e5b828 [MEDIUM] set rep->analysers from fe and be analysers by Willy Tarreau · 15 years ago
  95. 5ca791d [CLEANUP] move remaining stats sockets code to dumpstats by Willy Tarreau · 15 years ago
  96. 104eb36 [MEDIUM] make the unix stats sockets use the generic session handler by Willy Tarreau · 15 years ago
  97. 7320122 [MINOR] session: switch to established state if no connect function by Willy Tarreau · 15 years ago
  98. 6e6fb2b [MEDIUM] session: account per-listener connections by Willy Tarreau · 15 years ago
  99. b55932d [MEDIUM] remove old experimental tcpsplice option by Willy Tarreau · 15 years ago
  100. 647caf1 [MEDIUM] add support for RDP cookie persistence by Emeric Brun · 15 years ago