1. 3a81629 [MEDIUM] session: tell analysers what bit they were called for by Willy Tarreau · 15 years ago
  2. d787e66 [MEDIUM] http: split request waiter from request processor by Willy Tarreau · 15 years ago
  3. dc340a9 [MEDIUM] splice: set the capability on each stream_interface by Willy Tarreau · 15 years ago
  4. 1a52dbd [MEDIUM] session: rework buffer analysis to permit permanent analysers by Willy Tarreau · 15 years ago
  5. 3deb3d0 [MAJOR] session: simplify buffer error handling by Willy Tarreau · 15 years ago
  6. b67a9b8 [MAJOR] session: only check for timeouts when they have just occurred. by Willy Tarreau · 15 years ago
  7. ea38854 [MAJOR] session: don't clear buffer status flags anymore by Willy Tarreau · 15 years ago
  8. 127334e [BUG] reset the stream_interface connect timeout upon connect or error by Willy Tarreau · 15 years ago
  9. 06bea94 [MEDIUM] session: don't resync FSMs on non-interesting changes by Willy Tarreau · 15 years ago
  10. 8445533 [BUG] session: errors were not reported in termination flags in TCP mode by Willy Tarreau · 15 years ago
  11. 7c84bab [MEDIUM] rearrange forwarding condition to enable splice during analysis by Willy Tarreau · 15 years ago
  12. ed066fa [CLEANUP] don't enable kernel splicing when socket is closed by Willy Tarreau · 15 years ago
  13. 0be0ef9 [OPTIM] do not re-check req buffer when only response has changed by Willy Tarreau · 15 years ago
  14. d0a201b [CLEANUP] task: distinguish between clock ticks and timers by Willy Tarreau · 15 years ago
  15. 26c2506 [MEDIUM] minor update to the task api: let the scheduler queue itself by Willy Tarreau · 15 years ago
  16. ec22b2c [CLEANUP] remove last references to term_trace by Willy Tarreau · 15 years ago
  17. 9279562 [BUG] switch server-side stream interface to close in case of abort by Willy Tarreau · 15 years ago
  18. 7f062c4 [MEDIUM] measure and report session rate on frontend, backends and servers by Willy Tarreau · 15 years ago
  19. fd3828e [BUG] fix random memory corruption using "show sess" by Willy Tarreau · 15 years ago
  20. 3ab68cf [MEDIUM] splice: add the global "nosplice" option by Willy Tarreau · 15 years ago
  21. 3eba98a [MEDIUM] splice: make use of pipe pools by Willy Tarreau · 15 years ago
  22. 5bd8c37 [MAJOR] complete support for linux 2.6 kernel splicing by Willy Tarreau · 15 years ago
  23. 259de1b [MINOR] introduce structures required to support Linux kernel splicing by Willy Tarreau · 15 years ago
  24. efc612c [CLEANUP] replace a few occurrences of (flags & X) && !(flags & Y) by Willy Tarreau · 15 years ago
  25. 0abebcc [MEDIUM] i/o: rework ->to_forward and ->send_max by Willy Tarreau · 15 years ago
  26. 6b66f3e [MAJOR] implement autonomous inter-socket forwarding by Willy Tarreau · 16 years ago
  27. b0ef735 [MINOR] add flags to indicate when a stream interface is waiting for space/data by Willy Tarreau · 16 years ago
  28. 86491c3 [MEDIUM] indicate when we don't care about read timeout by Willy Tarreau · 16 years ago
  29. f890dc9 [MEDIUM] add a send limit to a buffer by Willy Tarreau · 16 years ago
  30. 05cb29b [MINOR] transfer errors were not reported anymore in data phase by Willy Tarreau · 16 years ago
  31. 922a806 [BUG] do not dequeue the backend's pending connections on a dead server by Willy Tarreau · 16 years ago
  32. 43662ff [BUG] do not release the connection slot during a retry by Willy Tarreau · 16 years ago
  33. 62e4f1d [MINOR] add back-references to sessions for later use by a dumper. by Willy Tarreau · 16 years ago
  34. 01bf867 [MEDIUM] reference the current hijack function in the buffer itself by Willy Tarreau · 16 years ago
  35. 7e5067d [MEDIUM] remove cli_fd, srv_fd, cli_state and srv_state from the session by Willy Tarreau · 16 years ago
  36. 3dbc694 [BUG] do not forward close from cons to prod with analysers by Willy Tarreau · 16 years ago
  37. 8f6457c [BUG] fix forgotten server session counter by Willy Tarreau · 16 years ago
  38. 59234e9 [MEDIUM] rename process_request to http_process_request by Willy Tarreau · 16 years ago
  39. d34af78 [MEDIUM] move the HTTP request body analyser out of process_request(). by Willy Tarreau · 16 years ago
  40. 60b85b0 [MEDIUM] extract the HTTP tarpit code from process_request(). by Willy Tarreau · 16 years ago
  41. edcf668 [MEDIUM] extract TCP request processing from HTTP by Willy Tarreau · 16 years ago
  42. b025325 [MINOR] stream_sock_data_finish() should not expose fd by Willy Tarreau · 16 years ago
  43. 42ffbf2 [CLEANUP] session.c: removed some migration left-overs in sess_establish() by Willy Tarreau · 16 years ago
  44. 0cac36f [MEDIUM] make the http server error function a pointer in the session by Willy Tarreau · 16 years ago
  45. a5555ec [MINOR] call session->do_log() for logging by Willy Tarreau · 16 years ago
  46. 55a8d0e [CLEANUP] move the session-related functions to session.c by Willy Tarreau · 16 years ago
  47. f54f8bd [MINOR] maintain a global session list in order to ease debugging by Willy Tarreau · 16 years ago
  48. 1e62de6 [MEDIUM] add the SN_CURR_SESS flag to the session to track open sessions by Willy Tarreau · 16 years ago
  49. 48d63db [MEDIUM] memory: update pool_free2() to support NULL pointers by Willy Tarreau · 16 years ago
  50. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · 16 years ago
  51. 7c669d7 [BUG] fix the dequeuing logic to ensure that all requests get served by Willy Tarreau · 16 years ago
  52. 30e7101 [OPTIM] small optimization on session_process_counters() by Willy Tarreau · 17 years ago
  53. 583bc96 [MEDIUM] continous statistics by Krzysztof Piotr Oledzki · 17 years ago
  54. 92fb983 [MAJOR] implemented client-side support for PF_UNIX sockets by Willy Tarreau · 17 years ago
  55. 632f5a7 [MEDIUM] fade out memory usage when stopping proxies by Willy Tarreau · 17 years ago
  56. 1d4154a [MAJOR] convert the header indexes to use mempool v2 by Willy Tarreau · 17 years ago
  57. cf7f320 [MAJOR] last bunch of capture changes for mempool v2 by Willy Tarreau · 17 years ago
  58. 086b3b4 [MAJOR] ported the captures to use the new mempool v2 by Willy Tarreau · 17 years ago
  59. 332f8bf [MAJOR] ported requri to use mempools v2 by Willy Tarreau · 17 years ago
  60. 7341d94 [MAJOR] switched buffers to mempools v2 by Willy Tarreau · 17 years ago
  61. c6ca1a0 [MAJOR] migrated task, tree64 and session to pool2 by Willy Tarreau · 17 years ago
  62. e2e27a5 [MEDIUM] removed now unused fiprm and beprm from proxies by Willy Tarreau · 17 years ago
  63. 3bac9ff [CLEANUP] move http_txn out of session.h by Willy Tarreau · 17 years ago
  64. 4dbc4a2 [CLEANUP] replaced occurrences of 'hreq' with 'txn' by Willy Tarreau · 17 years ago
  65. b326fcc [CLEANUP] renamed several HTTP structures by Willy Tarreau · 17 years ago
  66. 362b34d [MINOR] move the response headers to the http_req by Willy Tarreau · 17 years ago
  67. 8d5d7f2 [MAJOR] huge rework of the HTTP request FSM by Willy Tarreau · 17 years ago
  68. 0f7562b [MEDIUM] separate the http request from the session (step 1) by Willy Tarreau · 17 years ago
  69. 41dff82 [CRITICAL] fixed memory leak in session_free() by Willy Tarreau · 18 years ago
  70. 830ff45 [MAJOR] reworked ->be, ->fe and ->fi in sessions by Willy Tarreau · 18 years ago
  71. 45e73e3 [MEDIUM] move all HTTP Request-related session material to struct hreq by Willy Tarreau · 18 years ago
  72. 73de989 [MAJOR] separate sess->proxy into sess->{fe,fi,be} by Willy Tarreau · 18 years ago
  73. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · 18 years ago
  74. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · 18 years ago
  75. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago