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