1. f16d2b8 [MEDIUM] stick_table: don't overwrite data when storing an entry by Willy Tarreau · 14 years ago
  2. f0b38bf [CLEANUP] stick_table: move pattern to key functions to stick_table.c by Willy Tarreau · 14 years ago
  3. 393379c [MINOR] stick_table: add support for variable-sized data by Willy Tarreau · 14 years ago
  4. 24dcaf3 [MEDIUM] frontend: count the incoming connection earlier by Willy Tarreau · 14 years ago
  5. b36b424 [MINOR] session: differenciate between accepted connections and received connections by Willy Tarreau · 14 years ago
  6. 81f9aa3 [MAJOR] frontend: split accept() into frontend_accept() and session_accept() by Willy Tarreau · 14 years ago
  7. 070ceb6 [MEDIUM] session: don't assign conn_retries upon accept() anymore by Willy Tarreau · 14 years ago
  8. ee28de0 [MEDIUM] session: move the conn_retries attribute to the stream interface by Willy Tarreau · 14 years ago
  9. d04e858 [MEDIUM] session: initialize server-side timeouts after connect() by Willy Tarreau · 14 years ago
  10. 85e7d00 [MEDIUM] session: finish session establishment sequence in with I/O handlers by Willy Tarreau · 14 years ago
  11. a4cda67 [BUG] stick_table: fix possible memory leak in case of connection error by Willy Tarreau · 14 years ago
  12. a6eebb3 [BUG] session: clear BF_READ_ATTACHED before next I/O by Willy Tarreau · 14 years ago
  13. 47fdd8e [MINOR] add the "ignore-persist" option to conditionally ignore persistence by Cyril Bonté · 14 years ago
  14. e459976 [MEDIUM] session: better fix for connection to servers with closed input by Willy Tarreau · 14 years ago
  15. 296897f [MEDIUM] connect to servers even when the input has already been closed by Willy Tarreau · 14 years ago
  16. 15e5554 [CLEANUP] session: remove duplicate test by Willy Tarreau · 14 years ago
  17. ae52678 [STATS] count transfer aborts caused by client and by server by Willy Tarreau · 14 years ago
  18. 033b2db [BUG] logs: don't report "last data" when we have just closed after an error by Willy Tarreau · 14 years ago
  19. 2465779 [STATS] separate frontend and backend HTTP stats by Willy Tarreau · 14 years ago
  20. 2e2b3eb [BUILD] fix build breakage with DEBUG_FULL by Willy Tarreau · 14 years ago
  21. f9423ae [MINOR] acl: add http_auth and http_auth_group by Krzysztof Piotr Oledzki · 14 years ago
  22. 4de9149 [MINOR] add the "force-persist" statement to force persistence on down servers by Willy Tarreau · 14 years ago
  23. 1d33b29 [MEDIUM] Add stick and store rules analysers. by Emeric Brun · 15 years ago
  24. 762a236 [BUG] appsession's sessid must be reset at end of transaction by Willy Tarreau · 14 years ago
  25. e34070e [MEDIUM] session: limit the number of analyser loops by Willy Tarreau · 15 years ago
  26. 4602363 [BUG] http: fix for capture memory leak was incorrect by Willy Tarreau · 15 years ago
  27. 90deb18 [MEDIUM] http: make safer use of the DONT_READ and AUTO_CLOSE flags by Willy Tarreau · 15 years ago
  28. 576507f [MEDIUM] session: also consider request analysers added during response by Willy Tarreau · 15 years ago
  29. 1e0bbaf [MAJOR] session: fix the order by which the analysers are run by Willy Tarreau · 15 years ago
  30. 1464140 [MEDIUM] session: set SI_FL_NOLINGER when aborting on write timeouts by Willy Tarreau · 15 years ago
  31. 82eeaf2 [MEDIUM] http: properly handle "option forceclose" by Willy Tarreau · 15 years ago
  32. d98cf93 [MAJOR] http: implement body parser by Willy Tarreau · 15 years ago
  33. 0937bc4 [MINOR] http: move the http transaction init/cleanup code to proto_http by Willy Tarreau · 15 years ago
  34. 7c3c541 [MAJOR] buffers: automatically compute the maximum buffer length by Willy Tarreau · 15 years ago
  35. 97f07b8 [MEDIUM] Decrease server health based on http responses / events, version 3 by Krzysztof Piotr Oledzki · 15 years ago
  36. de71d16 [MINOR] Collect & provide http response codes for frontends, fix backends by Krzysztof Piotr Oledzki · 15 years ago
  37. b37c27e [MAJOR] http: create the analyser which waits for a response by Willy Tarreau · 15 years ago
  38. bf47aeb [MEDIUM] appsession: add the "request-learn" option by Cyril Bonté · 15 years ago
  39. aeebf9b [MEDIUM] Collect & provide separate statistics for sockets, v2 by Krzysztof Piotr Oledzki · 15 years ago
  40. 052d4fd [CLEANUP] Move counters to dedicated structures by Krzysztof Piotr Oledzki · 15 years ago
  41. 9a42c0d [MEDIUM] stats: replace the stats socket analyser with an SI applet by Willy Tarreau · 15 years ago
  42. 1accfc0 [MEDIUM] session: call iohandler for embedded tasks (applets) by Willy Tarreau · 15 years ago
  43. 89f7ef2 [MINOR] stream_interface: add SI_FL_DONT_WAKE flag by Willy Tarreau · 15 years ago
  44. 31971e5 [MEDIUM] add support for infinite forwarding by Willy Tarreau · 15 years ago
  45. f41ffdc [BUG] stream_interface: SI_ST_CLO must have buffers SHUT by Willy Tarreau · 15 years ago
  46. ba0b63d [MAJOR] buffers: fix the BF_EMPTY flag's meaning by Willy Tarreau · 15 years ago
  47. 520d95e [MAJOR] buffers: split BF_WRITE_ENA into BF_AUTO_CONNECT and BF_AUTO_CLOSE by Willy Tarreau · 15 years ago
  48. 418fd47 [MAJOR] buffers: fix misuse of the BF_SHUTW_NOW flag by Willy Tarreau · 15 years ago
  49. c465fd7 [BUG] tarpit did not work anymore by Willy Tarreau · 15 years ago
  50. dc85b39 [MEDIUM] stream_interface: add and use ->update function to resync by Willy Tarreau · 15 years ago
  51. 27a674e [MEDIUM] make it possible to change the buffer size in the configuration by Willy Tarreau · 15 years ago
  52. a07a34e [MEDIUM] replace BUFSIZE with buf->size in computations by Willy Tarreau · 15 years ago
  53. 4e5b828 [MEDIUM] set rep->analysers from fe and be analysers by Willy Tarreau · 15 years ago
  54. 5ca791d [CLEANUP] move remaining stats sockets code to dumpstats by Willy Tarreau · 15 years ago
  55. 104eb36 [MEDIUM] make the unix stats sockets use the generic session handler by Willy Tarreau · 15 years ago
  56. 7320122 [MINOR] session: switch to established state if no connect function by Willy Tarreau · 15 years ago
  57. 6e6fb2b [MEDIUM] session: account per-listener connections by Willy Tarreau · 15 years ago
  58. b55932d [MEDIUM] remove old experimental tcpsplice option by Willy Tarreau · 15 years ago
  59. 647caf1 [MEDIUM] add support for RDP cookie persistence by Emeric Brun · 15 years ago
  60. d88bb6f [MINOR] ensure we can jump from swiching rules to http without data by Willy Tarreau · 15 years ago
  61. bedb9ba [MINOR] prepare callers of session_set_backend to handle errors by Willy Tarreau · 15 years ago
  62. 1d0dfb1 [MAJOR] http: complete splitting of the remaining stages by Willy Tarreau · 15 years ago
  63. 3a81629 [MEDIUM] session: tell analysers what bit they were called for by Willy Tarreau · 15 years ago
  64. d787e66 [MEDIUM] http: split request waiter from request processor by Willy Tarreau · 15 years ago
  65. dc340a9 [MEDIUM] splice: set the capability on each stream_interface by Willy Tarreau · 15 years ago
  66. 1a52dbd [MEDIUM] session: rework buffer analysis to permit permanent analysers by Willy Tarreau · 15 years ago
  67. 3deb3d0 [MAJOR] session: simplify buffer error handling by Willy Tarreau · 15 years ago
  68. b67a9b8 [MAJOR] session: only check for timeouts when they have just occurred. by Willy Tarreau · 15 years ago
  69. ea38854 [MAJOR] session: don't clear buffer status flags anymore by Willy Tarreau · 15 years ago
  70. 127334e [BUG] reset the stream_interface connect timeout upon connect or error by Willy Tarreau · 15 years ago
  71. 06bea94 [MEDIUM] session: don't resync FSMs on non-interesting changes by Willy Tarreau · 15 years ago
  72. 8445533 [BUG] session: errors were not reported in termination flags in TCP mode by Willy Tarreau · 15 years ago
  73. 7c84bab [MEDIUM] rearrange forwarding condition to enable splice during analysis by Willy Tarreau · 15 years ago
  74. ed066fa [CLEANUP] don't enable kernel splicing when socket is closed by Willy Tarreau · 15 years ago
  75. 0be0ef9 [OPTIM] do not re-check req buffer when only response has changed by Willy Tarreau · 15 years ago
  76. d0a201b [CLEANUP] task: distinguish between clock ticks and timers by Willy Tarreau · 15 years ago
  77. 26c2506 [MEDIUM] minor update to the task api: let the scheduler queue itself by Willy Tarreau · 15 years ago
  78. ec22b2c [CLEANUP] remove last references to term_trace by Willy Tarreau · 15 years ago
  79. 9279562 [BUG] switch server-side stream interface to close in case of abort by Willy Tarreau · 15 years ago
  80. 7f062c4 [MEDIUM] measure and report session rate on frontend, backends and servers by Willy Tarreau · 15 years ago
  81. fd3828e [BUG] fix random memory corruption using "show sess" by Willy Tarreau · 15 years ago
  82. 3ab68cf [MEDIUM] splice: add the global "nosplice" option by Willy Tarreau · 15 years ago
  83. 3eba98a [MEDIUM] splice: make use of pipe pools by Willy Tarreau · 15 years ago
  84. 5bd8c37 [MAJOR] complete support for linux 2.6 kernel splicing by Willy Tarreau · 15 years ago
  85. 259de1b [MINOR] introduce structures required to support Linux kernel splicing by Willy Tarreau · 15 years ago
  86. efc612c [CLEANUP] replace a few occurrences of (flags & X) && !(flags & Y) by Willy Tarreau · 15 years ago
  87. 0abebcc [MEDIUM] i/o: rework ->to_forward and ->send_max by Willy Tarreau · 16 years ago
  88. 6b66f3e [MAJOR] implement autonomous inter-socket forwarding by Willy Tarreau · 16 years ago
  89. b0ef735 [MINOR] add flags to indicate when a stream interface is waiting for space/data by Willy Tarreau · 16 years ago
  90. 86491c3 [MEDIUM] indicate when we don't care about read timeout by Willy Tarreau · 16 years ago
  91. f890dc9 [MEDIUM] add a send limit to a buffer by Willy Tarreau · 16 years ago
  92. 05cb29b [MINOR] transfer errors were not reported anymore in data phase by Willy Tarreau · 16 years ago
  93. 922a806 [BUG] do not dequeue the backend's pending connections on a dead server by Willy Tarreau · 16 years ago
  94. 43662ff [BUG] do not release the connection slot during a retry by Willy Tarreau · 16 years ago
  95. 62e4f1d [MINOR] add back-references to sessions for later use by a dumper. by Willy Tarreau · 16 years ago
  96. 01bf867 [MEDIUM] reference the current hijack function in the buffer itself by Willy Tarreau · 16 years ago
  97. 7e5067d [MEDIUM] remove cli_fd, srv_fd, cli_state and srv_state from the session by Willy Tarreau · 16 years ago
  98. 3dbc694 [BUG] do not forward close from cons to prod with analysers by Willy Tarreau · 16 years ago
  99. 8f6457c [BUG] fix forgotten server session counter by Willy Tarreau · 16 years ago
  100. 59234e9 [MEDIUM] rename process_request to http_process_request by Willy Tarreau · 16 years ago