1. 79e9989 [CRITICAL] uninitialized response field can sometimes cause crashes by Willy Tarreau · 15 years ago
  2. 32a4ec0 [MEDIUM] http: add options to ignore invalid header names by Willy Tarreau · 15 years ago
  3. b00f9c4 [BUG] check for global.maxconn before doing accept() by Willy Tarreau · 15 years ago
  4. 1b194fe [OPTIM] buffer: new BF_READ_DONTWAIT flag reduces EAGAIN rates by Willy Tarreau · 15 years ago
  5. a461318 [MINOR] task: keep a task count and clean up task creators by Willy Tarreau · 15 years ago
  6. 8445533 [BUG] session: errors were not reported in termination flags in TCP mode by Willy Tarreau · 15 years ago
  7. 721fdbc [BUG] event_accept() must always wake the task up, even in health mode by Willy Tarreau · 15 years ago
  8. 2ade301 [BUG] disable any analysers for monitoring requests by Willy Tarreau · 15 years ago
  9. ec22b2c [CLEANUP] remove last references to term_trace by Willy Tarreau · 15 years ago
  10. 7958422 [OPTIM] rate-limit: cleaner behaviour on low rates and reduce consumption by Willy Tarreau · 15 years ago
  11. 3a7d207 [MEDIUM] implement "rate-limit sessions" for the frontend by Willy Tarreau · 15 years ago
  12. 7f062c4 [MEDIUM] measure and report session rate on frontend, backends and servers by Willy Tarreau · 15 years ago
  13. fd3828e [BUG] fix random memory corruption using "show sess" by Willy Tarreau · 15 years ago
  14. 03d60bb [OPTIM] buffer: replace rlim by max_len by Willy Tarreau · 15 years ago
  15. 3ffeba1 [MEDIUM] enable inter-stream_interface wakeup calls by Willy Tarreau · 16 years ago
  16. 62e4f1d [MINOR] add back-references to sessions for later use by a dumper. by Willy Tarreau · 16 years ago
  17. b5654f6 [MINOR] move the listener reference from fd to session by Willy Tarreau · 16 years ago
  18. 7e5067d [MEDIUM] remove cli_fd, srv_fd, cli_state and srv_state from the session by Willy Tarreau · 16 years ago
  19. ff8d42e [MINOR] add an analyser state in struct session by Willy Tarreau · 16 years ago
  20. 3bc1377 [MINOR] pre-set analyser flags on the listener at registration time by Willy Tarreau · 16 years ago
  21. 0cac36f [MEDIUM] make the http server error function a pointer in the session by Willy Tarreau · 16 years ago
  22. dded32d [MINOR] replace client_retnclose() with stream_int_retnclose() by Willy Tarreau · 16 years ago
  23. a5555ec [MINOR] call session->do_log() for logging by Willy Tarreau · 16 years ago
  24. f54f8bd [MINOR] maintain a global session list in order to ease debugging by Willy Tarreau · 16 years ago
  25. d7704b5 [MINOR] add an expiration flag to the stream_sock_interface by Willy Tarreau · 16 years ago
  26. 3c6ab2e [MEDIUM] use buffer_check_timeouts instead of stream_sock_check_timeouts() by Willy Tarreau · 16 years ago
  27. 3537467 [MEDIUM] move QUEUE and TAR timers to stream interfaces by Willy Tarreau · 16 years ago
  28. 9a2d154 [MEDIUM] buffers: add BF_READ_ATTACHED and BF_ANA_TIMEOUT by Willy Tarreau · 16 years ago
  29. 48adac5 [MEDIUM] stream interface: add the ->shutw method as well as in and out buffers by Willy Tarreau · 16 years ago
  30. e5ed406 [MAJOR] make stream sockets aware of the stream interface by Willy Tarreau · 16 years ago
  31. eabf313 [MINOR] change type of fdtab[]->owner to void* by Willy Tarreau · 16 years ago
  32. fdccded [MEDIUM] indicate a reason for a task wakeup by Willy Tarreau · 16 years ago
  33. 3da77c5 [MINOR] re-arrange buffer flags and rename some of them by Willy Tarreau · 16 years ago
  34. fa7e102 [MAJOR] rework of the server FSM by Willy Tarreau · 16 years ago
  35. ffab5b4 [MEDIUM] merge inspect_exp and txn->exp into request buffer by Willy Tarreau · 16 years ago
  36. 2df28e8 [MEDIUM] session: move the analysis bit field to the buffer by Willy Tarreau · 16 years ago
  37. 26ed74d [MEDIUM] use buffer->wex instead of buffer->cex for connect timeout by Willy Tarreau · 16 years ago
  38. e393fe2 [MEDIUM] buffers: add BF_EMPTY and BF_FULL to remove dependency on req/rep->l by Willy Tarreau · 16 years ago
  39. d9f4836 [BUG] buffers: remove BF_MAY_CONNECT and fix forwarding issue by Willy Tarreau · 16 years ago
  40. f853320 [MINOR] term_trace: add better instrumentations to trace the code by Willy Tarreau · 16 years ago
  41. c65a3ba [MAJOR] completely separate HTTP and TCP states on the request path by Willy Tarreau · 16 years ago
  42. 67f0eea [MAJOR] kill CL_STINSPECT and CL_STHEADERS (step 1) by Willy Tarreau · 16 years ago
  43. dc0a6a0 [MEDIUM] process_srv: don't rely at all on client state by Willy Tarreau · 16 years ago
  44. 48d63db [MEDIUM] memory: update pool_free2() to support NULL pointers by Willy Tarreau · 16 years ago
  45. 0ceba5a [MEDIUM] acl: set types on all currently known ACL verbs by Willy Tarreau · 16 years ago
  46. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · 16 years ago
  47. b686644 [MAJOR] implement tcp request content inspection by Willy Tarreau · 16 years ago
  48. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  49. 9789f7b [MAJOR] replace ultree with ebtree in wait-queues by Willy Tarreau · 16 years ago
  50. b7f694f [MEDIUM] implement a monotonic internal clock 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. 7008987 [BUG] queue management: wake oldest request in queues by Willy Tarreau · 16 years ago
  53. 1c2ab96 [MAJOR] implement parameter hashing for POST requests by matt.farnsworth@nokia.com · 16 years ago
  54. d6f087e [BUG] fix truncated responses with sepoll by Willy Tarreau · 16 years ago
  55. 036fae0 [MEDIUM] introduce "timeout http-request" in frontends by Willy Tarreau · 16 years ago
  56. a0250ba [OPTIM] introduce global parameter "tune.maxaccept" by Willy Tarreau · 16 years ago
  57. d7c30f9 [CLEANUP] grouped all timeouts in one structure by Willy Tarreau · 17 years ago
  58. 5eb1a90 [MEDIUM] New option http_proxy by Alexandre Cassen · 17 years ago
  59. e6b9894 [MAJOR] create proto_tcp and move initialization of proxy listeners by Willy Tarreau · 17 years ago
  60. 8ced9a4 [MEDIUM] simplify error path in event_accept() by Willy Tarreau · 17 years ago
  61. a7e7614 [MEDIUM] make default_backend work in TCP mode too by Willy Tarreau · 17 years ago
  62. d95dcb5 [BUG] fix wrong timeout computation in event_accept() by Willy Tarreau · 17 years ago
  63. e94ebd0 [MEDIUM] moved the sockaddr pointer to the fdtab structure by Willy Tarreau · 17 years ago
  64. 87ea548 [MINOR] add the "nolinger" option to disable data lingering by Alexandre Cassen · 17 years ago
  65. c11416f [MEDIUM] acl: distinguish between request and response headers by Willy Tarreau · 17 years ago
  66. 97be145 [MINOR] acl: provide a reference to the expr to fetch() by Willy Tarreau · 17 years ago
  67. d41f8d8 [MINOR] acl: specify the direction during fetches by Willy Tarreau · 17 years ago
  68. ae8b796 [MEDIUM] smarter integer comparison support in ACLs by Willy Tarreau · 17 years ago
  69. ee99136 [BUG] pre-initialize timeouts with tv_eternity during parsing by Willy Tarreau · 17 years ago
  70. 1d4154a [MAJOR] convert the header indexes to use mempool v2 by Willy Tarreau · 17 years ago
  71. cf7f320 [MAJOR] last bunch of capture changes for mempool v2 by Willy Tarreau · 17 years ago
  72. 7341d94 [MAJOR] switched buffers to mempools v2 by Willy Tarreau · 17 years ago
  73. c6ca1a0 [MAJOR] migrated task, tree64 and session to pool2 by Willy Tarreau · 17 years ago
  74. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · 17 years ago
  75. 662b2d8 [MINOR] implement the ACL keywords 'dst' and 'dport' by Willy Tarreau · 17 years ago
  76. a67fad9 [MINOR] implement acl_parse_ip and acl_match_ip by Willy Tarreau · 17 years ago
  77. 8797c06 [MEDIUM] added several ACL criteria and matches by Willy Tarreau · 17 years ago
  78. 14c8aac [MEDIUM] store the original destination address in the session by Willy Tarreau · 17 years ago
  79. 5465e11 [MINOR] pre-compute t->expire in event_accept by Willy Tarreau · 17 years ago
  80. 42aae5c [MEDIUM] many cleanups in the time functions by Willy Tarreau · 17 years ago
  81. 96bcfd7 [MAJOR] replaced rbtree with ul2tree. by Willy Tarreau · 17 years ago
  82. 3d32d3a [MINOR] add support for the polling results in fdtab by Willy Tarreau · 17 years ago
  83. 7a96648 [MINOR] recompute maxfd before touching fdtab by Willy Tarreau · 17 years ago
  84. f161a34 [MEDIUM] updated all files to use EV_FD_* by Willy Tarreau · 17 years ago
  85. 4225058 [MEDIUM] splitted logs into two versions : TCP and HTTP by Willy Tarreau · 17 years ago
  86. e2e27a5 [MEDIUM] removed now unused fiprm and beprm from proxies by Willy Tarreau · 17 years ago
  87. 042cc79 [BUG] fix pointer initializations for TCP connections. by Willy Tarreau · 17 years ago
  88. 3d30059 [MINOR] move some flags from session.h to proto_http.h by Willy Tarreau · 17 years ago
  89. 3bac9ff [CLEANUP] move http_txn out of session.h by Willy Tarreau · 17 years ago
  90. c2168d3 [CLEANUP] replaced occurrences of 'hreq' with 'txn' (bis) by Willy Tarreau · 17 years ago
  91. b326fcc [CLEANUP] renamed several HTTP structures by Willy Tarreau · 17 years ago
  92. f0d058e [BUG] hdr_idx might be left uninitialized in some cases by Willy Tarreau · 17 years ago
  93. 8973c70 [MEDIUM] implemented the status-line parser in http_msg_analyzer(). by Willy Tarreau · 17 years ago
  94. 362b34d [MINOR] move the response headers to the http_req by Willy Tarreau · 17 years ago
  95. 8d5d7f2 [MAJOR] huge rework of the HTTP request FSM by Willy Tarreau · 17 years ago
  96. 0637fa0 [MINOR] add the end of line pointer in each HTTP header by Willy Tarreau · 17 years ago
  97. 0f7562b [MEDIUM] separate the http request from the session (step 1) by Willy Tarreau · 17 years ago
  98. 964c936 [MAJOR] replace the wait-queue linked list with an rbtree. by Willy Tarreau · 17 years ago
  99. 35d66b0 [MINOR] added byte count to sessions and statistics. by Willy Tarreau · 18 years ago
  100. 0f77253 [MINOR] store HTTP error messages into a chunk array by Willy Tarreau · 18 years ago