1. 1c2ab96 [MAJOR] implement parameter hashing for POST requests by matt.farnsworth@nokia.com · 16 years ago
  2. d6f087e [BUG] fix truncated responses with sepoll by Willy Tarreau · 16 years ago
  3. 036fae0 [MEDIUM] introduce "timeout http-request" in frontends by Willy Tarreau · 16 years ago
  4. a0250ba [OPTIM] introduce global parameter "tune.maxaccept" by Willy Tarreau · 16 years ago
  5. d7c30f9 [CLEANUP] grouped all timeouts in one structure by Willy Tarreau · 17 years ago
  6. 5eb1a90 [MEDIUM] New option http_proxy by Alexandre Cassen · 17 years ago
  7. e6b9894 [MAJOR] create proto_tcp and move initialization of proxy listeners by Willy Tarreau · 17 years ago
  8. 8ced9a4 [MEDIUM] simplify error path in event_accept() by Willy Tarreau · 17 years ago
  9. a7e7614 [MEDIUM] make default_backend work in TCP mode too by Willy Tarreau · 17 years ago
  10. d95dcb5 [BUG] fix wrong timeout computation in event_accept() by Willy Tarreau · 17 years ago
  11. e94ebd0 [MEDIUM] moved the sockaddr pointer to the fdtab structure by Willy Tarreau · 17 years ago
  12. 87ea548 [MINOR] add the "nolinger" option to disable data lingering by Alexandre Cassen · 17 years ago
  13. c11416f [MEDIUM] acl: distinguish between request and response headers by Willy Tarreau · 17 years ago
  14. 97be145 [MINOR] acl: provide a reference to the expr to fetch() by Willy Tarreau · 17 years ago
  15. d41f8d8 [MINOR] acl: specify the direction during fetches by Willy Tarreau · 17 years ago
  16. ae8b796 [MEDIUM] smarter integer comparison support in ACLs by Willy Tarreau · 17 years ago
  17. ee99136 [BUG] pre-initialize timeouts with tv_eternity during parsing by Willy Tarreau · 17 years ago
  18. 1d4154a [MAJOR] convert the header indexes to use mempool v2 by Willy Tarreau · 17 years ago
  19. cf7f320 [MAJOR] last bunch of capture changes for mempool v2 by Willy Tarreau · 17 years ago
  20. 7341d94 [MAJOR] switched buffers to mempools v2 by Willy Tarreau · 17 years ago
  21. c6ca1a0 [MAJOR] migrated task, tree64 and session to pool2 by Willy Tarreau · 17 years ago
  22. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · 17 years ago
  23. 662b2d8 [MINOR] implement the ACL keywords 'dst' and 'dport' by Willy Tarreau · 17 years ago
  24. a67fad9 [MINOR] implement acl_parse_ip and acl_match_ip by Willy Tarreau · 17 years ago
  25. 8797c06 [MEDIUM] added several ACL criteria and matches by Willy Tarreau · 17 years ago
  26. 14c8aac [MEDIUM] store the original destination address in the session by Willy Tarreau · 17 years ago
  27. 5465e11 [MINOR] pre-compute t->expire in event_accept by Willy Tarreau · 17 years ago
  28. 42aae5c [MEDIUM] many cleanups in the time functions by Willy Tarreau · 17 years ago
  29. 96bcfd7 [MAJOR] replaced rbtree with ul2tree. by Willy Tarreau · 17 years ago
  30. 3d32d3a [MINOR] add support for the polling results in fdtab by Willy Tarreau · 17 years ago
  31. 7a96648 [MINOR] recompute maxfd before touching fdtab by Willy Tarreau · 17 years ago
  32. f161a34 [MEDIUM] updated all files to use EV_FD_* by Willy Tarreau · 17 years ago
  33. 4225058 [MEDIUM] splitted logs into two versions : TCP and HTTP by Willy Tarreau · 17 years ago
  34. e2e27a5 [MEDIUM] removed now unused fiprm and beprm from proxies by Willy Tarreau · 17 years ago
  35. 042cc79 [BUG] fix pointer initializations for TCP connections. by Willy Tarreau · 17 years ago
  36. 3d30059 [MINOR] move some flags from session.h to proto_http.h by Willy Tarreau · 17 years ago
  37. 3bac9ff [CLEANUP] move http_txn out of session.h by Willy Tarreau · 17 years ago
  38. c2168d3 [CLEANUP] replaced occurrences of 'hreq' with 'txn' (bis) by Willy Tarreau · 17 years ago
  39. b326fcc [CLEANUP] renamed several HTTP structures by Willy Tarreau · 17 years ago
  40. f0d058e [BUG] hdr_idx might be left uninitialized in some cases by Willy Tarreau · 17 years ago
  41. 8973c70 [MEDIUM] implemented the status-line parser in http_msg_analyzer(). by Willy Tarreau · 17 years ago
  42. 362b34d [MINOR] move the response headers to the http_req by Willy Tarreau · 17 years ago
  43. 8d5d7f2 [MAJOR] huge rework of the HTTP request FSM by Willy Tarreau · 17 years ago
  44. 0637fa0 [MINOR] add the end of line pointer in each HTTP header by Willy Tarreau · 17 years ago
  45. 0f7562b [MEDIUM] separate the http request from the session (step 1) by Willy Tarreau · 17 years ago
  46. 964c936 [MAJOR] replace the wait-queue linked list with an rbtree. by Willy Tarreau · 17 years ago
  47. 35d66b0 [MINOR] added byte count to sessions and statistics. by Willy Tarreau · 18 years ago
  48. 0f77253 [MINOR] store HTTP error messages into a chunk array by Willy Tarreau · 18 years ago
  49. ddb358d [MEDIUM] tried to clean the logs up a little bit by Willy Tarreau · 18 years ago
  50. f1221aa [MEDIUM] separated nbconn into feconn and beconn by Willy Tarreau · 18 years ago
  51. 830ff45 [MAJOR] reworked ->be, ->fe and ->fi in sessions by Willy Tarreau · 18 years ago
  52. 45e73e3 [MEDIUM] move all HTTP Request-related session material to struct hreq by Willy Tarreau · 18 years ago
  53. 58f10d7 [MAJOR] replaced the client-side HTTP parser with a new one by Willy Tarreau · 18 years ago
  54. e5f20dc [MEDIUM] added the hdr_idx structure for future HTTP header indexing by Willy Tarreau · 18 years ago
  55. 73de989 [MAJOR] separate sess->proxy into sess->{fe,fi,be} by Willy Tarreau · 18 years ago
  56. 2a42950 [MINOR] turn every FD_* into functions by Willy Tarreau · 18 years ago
  57. f8306d5 [MEDIUM] got rid of event_{cli,srv}_write() in favor of stream_sock_write() by Willy Tarreau · 18 years ago
  58. d797128 [MEDIUM] got rid of event_{cli,srv}_read() in favor of stream_sock_read() by Willy Tarreau · 18 years ago
  59. 0f9f505 [MEDIUM] removed all res_* and RES_* by Willy Tarreau · 18 years ago
  60. 5446940 [MEDIUM] started the changes towards I/O completion callbacks by Willy Tarreau · 18 years ago
  61. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · 18 years ago
  62. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · 18 years ago
  63. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago