1. a36af91 [MINOR] acl: add fe_conn, be_conn, queue, avg_queue by Willy Tarreau · 15 years ago
  2. aeebf9b [MEDIUM] Collect & provide separate statistics for sockets, v2 by Krzysztof Piotr Oledzki · 15 years ago
  3. 052d4fd [CLEANUP] Move counters to dedicated structures by Krzysztof Piotr Oledzki · 15 years ago
  4. 65671ab [MINOR] remove now obsolete ana_state from the session struct by Willy Tarreau · 15 years ago
  5. f27b5ea [MEDIUM] new option "independant-streams" to stop updating read timeout on writes by Willy Tarreau · 15 years ago
  6. 78abe61 [MAJOR] struct chunk rework by Krzysztof Piotr Oledzki · 15 years ago
  7. b029f8c [MINOR] stream_interface: add iohandler callback by Willy Tarreau · 15 years ago
  8. 520d95e [MAJOR] buffers: split BF_WRITE_ENA into BF_AUTO_CONNECT and BF_AUTO_CLOSE by Willy Tarreau · 15 years ago
  9. dc85b39 [MEDIUM] stream_interface: add and use ->update function to resync by Willy Tarreau · 15 years ago
  10. 27a674e [MEDIUM] make it possible to change the buffer size in the configuration by Willy Tarreau · 15 years ago
  11. a07a34e [MEDIUM] replace BUFSIZE with buf->size in computations by Willy Tarreau · 15 years ago
  12. 52a0c60 [MINOR] set s->srv_error according to the analysers by Willy Tarreau · 15 years ago
  13. c1a2167 [MINOR] cleanup set_session_backend by using pre-computed analysers by Willy Tarreau · 15 years ago
  14. 2c9f5b1 [MINOR] move the initial task's nice value to the listener by Willy Tarreau · 15 years ago
  15. 6e6fb2b [MEDIUM] session: account per-listener connections by Willy Tarreau · 15 years ago
  16. 9650f37 [MEDIUM] move connection establishment from backend to the SI. by Willy Tarreau · 15 years ago
  17. 2492d5b [MINOR] acl: add HTTP protocol detection (req_proto_http) by Willy Tarreau · 15 years ago
  18. bf28862 [MINOR] http: rely on proxy->acl_requires to allocate hdr_idx by Willy Tarreau · 15 years ago
  19. 1d0dfb1 [MAJOR] http: complete splitting of the remaining stages by Willy Tarreau · 15 years ago
  20. dc340a9 [MEDIUM] splice: set the capability on each stream_interface by Willy Tarreau · 15 years ago
  21. 5d707e1 [MEDIUM] stream_sock: don't close prematurely when nolinger is set by Willy Tarreau · 15 years ago
  22. fb14edc [MEDIUM] stream_sock: implement tcp-cork for use during shutdowns on Linux by Willy Tarreau · 15 years ago
  23. 13a34bd [MINOR] compute the max of sessions/s on fe/be/srv by Willy Tarreau · 15 years ago
  24. 79e9989 [CRITICAL] uninitialized response field can sometimes cause crashes by Willy Tarreau · 15 years ago
  25. 32a4ec0 [MEDIUM] http: add options to ignore invalid header names by Willy Tarreau · 15 years ago
  26. b00f9c4 [BUG] check for global.maxconn before doing accept() by Willy Tarreau · 15 years ago
  27. 1b194fe [OPTIM] buffer: new BF_READ_DONTWAIT flag reduces EAGAIN rates by Willy Tarreau · 15 years ago
  28. a461318 [MINOR] task: keep a task count and clean up task creators by Willy Tarreau · 15 years ago
  29. 8445533 [BUG] session: errors were not reported in termination flags in TCP mode by Willy Tarreau · 15 years ago
  30. 721fdbc [BUG] event_accept() must always wake the task up, even in health mode by Willy Tarreau · 15 years ago
  31. 2ade301 [BUG] disable any analysers for monitoring requests by Willy Tarreau · 15 years ago
  32. ec22b2c [CLEANUP] remove last references to term_trace by Willy Tarreau · 15 years ago
  33. 7958422 [OPTIM] rate-limit: cleaner behaviour on low rates and reduce consumption by Willy Tarreau · 15 years ago
  34. 3a7d207 [MEDIUM] implement "rate-limit sessions" for the frontend by Willy Tarreau · 15 years ago
  35. 7f062c4 [MEDIUM] measure and report session rate on frontend, backends and servers by Willy Tarreau · 15 years ago
  36. fd3828e [BUG] fix random memory corruption using "show sess" by Willy Tarreau · 15 years ago
  37. 03d60bb [OPTIM] buffer: replace rlim by max_len by Willy Tarreau · 15 years ago
  38. 3ffeba1 [MEDIUM] enable inter-stream_interface wakeup calls by Willy Tarreau · 16 years ago
  39. 62e4f1d [MINOR] add back-references to sessions for later use by a dumper. by Willy Tarreau · 16 years ago
  40. b5654f6 [MINOR] move the listener reference from fd to session by Willy Tarreau · 16 years ago
  41. 7e5067d [MEDIUM] remove cli_fd, srv_fd, cli_state and srv_state from the session by Willy Tarreau · 16 years ago
  42. ff8d42e [MINOR] add an analyser state in struct session by Willy Tarreau · 16 years ago
  43. 3bc1377 [MINOR] pre-set analyser flags on the listener at registration time 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. dded32d [MINOR] replace client_retnclose() with stream_int_retnclose() by Willy Tarreau · 16 years ago
  46. a5555ec [MINOR] call session->do_log() for logging 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. d7704b5 [MINOR] add an expiration flag to the stream_sock_interface by Willy Tarreau · 16 years ago
  49. 3c6ab2e [MEDIUM] use buffer_check_timeouts instead of stream_sock_check_timeouts() by Willy Tarreau · 16 years ago
  50. 3537467 [MEDIUM] move QUEUE and TAR timers to stream interfaces by Willy Tarreau · 16 years ago
  51. 9a2d154 [MEDIUM] buffers: add BF_READ_ATTACHED and BF_ANA_TIMEOUT by Willy Tarreau · 16 years ago
  52. 48adac5 [MEDIUM] stream interface: add the ->shutw method as well as in and out buffers by Willy Tarreau · 16 years ago
  53. e5ed406 [MAJOR] make stream sockets aware of the stream interface by Willy Tarreau · 16 years ago
  54. eabf313 [MINOR] change type of fdtab[]->owner to void* by Willy Tarreau · 16 years ago
  55. fdccded [MEDIUM] indicate a reason for a task wakeup by Willy Tarreau · 16 years ago
  56. 3da77c5 [MINOR] re-arrange buffer flags and rename some of them by Willy Tarreau · 16 years ago
  57. fa7e102 [MAJOR] rework of the server FSM by Willy Tarreau · 16 years ago
  58. ffab5b4 [MEDIUM] merge inspect_exp and txn->exp into request buffer by Willy Tarreau · 16 years ago
  59. 2df28e8 [MEDIUM] session: move the analysis bit field to the buffer by Willy Tarreau · 16 years ago
  60. 26ed74d [MEDIUM] use buffer->wex instead of buffer->cex for connect timeout by Willy Tarreau · 16 years ago
  61. e393fe2 [MEDIUM] buffers: add BF_EMPTY and BF_FULL to remove dependency on req/rep->l by Willy Tarreau · 16 years ago
  62. d9f4836 [BUG] buffers: remove BF_MAY_CONNECT and fix forwarding issue by Willy Tarreau · 16 years ago
  63. f853320 [MINOR] term_trace: add better instrumentations to trace the code by Willy Tarreau · 16 years ago
  64. c65a3ba [MAJOR] completely separate HTTP and TCP states on the request path by Willy Tarreau · 16 years ago
  65. 67f0eea [MAJOR] kill CL_STINSPECT and CL_STHEADERS (step 1) by Willy Tarreau · 16 years ago
  66. dc0a6a0 [MEDIUM] process_srv: don't rely at all on client state by Willy Tarreau · 16 years ago
  67. 48d63db [MEDIUM] memory: update pool_free2() to support NULL pointers by Willy Tarreau · 16 years ago
  68. 0ceba5a [MEDIUM] acl: set types on all currently known ACL verbs by Willy Tarreau · 16 years ago
  69. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · 16 years ago
  70. b686644 [MAJOR] implement tcp request content inspection by Willy Tarreau · 16 years ago
  71. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  72. 9789f7b [MAJOR] replace ultree with ebtree in wait-queues by Willy Tarreau · 16 years ago
  73. b7f694f [MEDIUM] implement a monotonic internal clock by Willy Tarreau · 16 years ago
  74. 7c669d7 [BUG] fix the dequeuing logic to ensure that all requests get served by Willy Tarreau · 16 years ago
  75. 7008987 [BUG] queue management: wake oldest request in queues by Willy Tarreau · 16 years ago
  76. 1c2ab96 [MAJOR] implement parameter hashing for POST requests by matt.farnsworth@nokia.com · 16 years ago
  77. d6f087e [BUG] fix truncated responses with sepoll by Willy Tarreau · 16 years ago
  78. 036fae0 [MEDIUM] introduce "timeout http-request" in frontends by Willy Tarreau · 16 years ago
  79. a0250ba [OPTIM] introduce global parameter "tune.maxaccept" by Willy Tarreau · 16 years ago
  80. d7c30f9 [CLEANUP] grouped all timeouts in one structure by Willy Tarreau · 17 years ago
  81. 5eb1a90 [MEDIUM] New option http_proxy by Alexandre Cassen · 17 years ago
  82. e6b9894 [MAJOR] create proto_tcp and move initialization of proxy listeners by Willy Tarreau · 17 years ago
  83. 8ced9a4 [MEDIUM] simplify error path in event_accept() by Willy Tarreau · 17 years ago
  84. a7e7614 [MEDIUM] make default_backend work in TCP mode too by Willy Tarreau · 17 years ago
  85. d95dcb5 [BUG] fix wrong timeout computation in event_accept() by Willy Tarreau · 17 years ago
  86. e94ebd0 [MEDIUM] moved the sockaddr pointer to the fdtab structure by Willy Tarreau · 17 years ago
  87. 87ea548 [MINOR] add the "nolinger" option to disable data lingering by Alexandre Cassen · 17 years ago
  88. c11416f [MEDIUM] acl: distinguish between request and response headers by Willy Tarreau · 17 years ago
  89. 97be145 [MINOR] acl: provide a reference to the expr to fetch() by Willy Tarreau · 17 years ago
  90. d41f8d8 [MINOR] acl: specify the direction during fetches by Willy Tarreau · 17 years ago
  91. ae8b796 [MEDIUM] smarter integer comparison support in ACLs by Willy Tarreau · 17 years ago
  92. ee99136 [BUG] pre-initialize timeouts with tv_eternity during parsing by Willy Tarreau · 17 years ago
  93. 1d4154a [MAJOR] convert the header indexes to use mempool v2 by Willy Tarreau · 17 years ago
  94. cf7f320 [MAJOR] last bunch of capture changes for mempool v2 by Willy Tarreau · 17 years ago
  95. 7341d94 [MAJOR] switched buffers to mempools v2 by Willy Tarreau · 17 years ago
  96. c6ca1a0 [MAJOR] migrated task, tree64 and session to pool2 by Willy Tarreau · 17 years ago
  97. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · 17 years ago
  98. 662b2d8 [MINOR] implement the ACL keywords 'dst' and 'dport' by Willy Tarreau · 17 years ago
  99. a67fad9 [MINOR] implement acl_parse_ip and acl_match_ip by Willy Tarreau · 17 years ago
  100. 8797c06 [MEDIUM] added several ACL criteria and matches by Willy Tarreau · 17 years ago