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