1. 5214be1 [MINOR] session: add a pointer to the tracked counters for the source by Willy Tarreau · 14 years ago
  2. ee28de0 [MEDIUM] session: move the conn_retries attribute to the stream interface by Willy Tarreau · 14 years ago
  3. 47fdd8e [MINOR] add the "ignore-persist" option to conditionally ignore persistence by Cyril Bonté · 14 years ago
  4. b1d6774 [MEDIUM] backend: move the transparent proxy address selection to backend by Willy Tarreau · 14 years ago
  5. 66dc20a [MINOR] stats socket: add show sess <id> to dump details about a session by Willy Tarreau · 14 years ago
  6. 4de9149 [MINOR] add the "force-persist" statement to force persistence on down servers by Willy Tarreau · 14 years ago
  7. b982a3d [MEDIUM] Add stick table configuration and init. by Emeric Brun · 15 years ago
  8. a3377ee [MINOR] http: move appsession 'sessid' from session to http_txn by Willy Tarreau · 14 years ago
  9. 5b15447 [MAJOR] http: completely process the "connection" header by Willy Tarreau · 15 years ago
  10. d0f06fc [MINOR] http: detect tunnel mode and set it in the session by Willy Tarreau · 15 years ago
  11. bf47aeb [MEDIUM] appsession: add the "request-learn" option by Cyril Bonté · 15 years ago
  12. ea1f5fe [MINOR] stats: use a dedicated state to output static data by Willy Tarreau · 15 years ago
  13. aeebf9b [MEDIUM] Collect & provide separate statistics for sockets, v2 by Krzysztof Piotr Oledzki · 15 years ago
  14. b0c9bc4 [MEDIUM] stats: make HTTP stats use an I/O handler by Willy Tarreau · 15 years ago
  15. 65671ab [MINOR] remove now obsolete ana_state from the session struct by Willy Tarreau · 15 years ago
  16. 74808cb [MEDIUM] implement error dump on unix socket with "show errors" by Willy Tarreau · 15 years ago
  17. 3dfe6cd [MEDIUM] add support for "show sess" in unix stats socket by Willy Tarreau · 16 years ago
  18. 62e4f1d [MINOR] add back-references to sessions for later use by a dumper. by Willy Tarreau · 16 years ago
  19. b5654f6 [MINOR] move the listener reference from fd to session by Willy Tarreau · 16 years ago
  20. 7e5067d [MEDIUM] remove cli_fd, srv_fd, cli_state and srv_state from the session by Willy Tarreau · 16 years ago
  21. ff8d42e [MINOR] add an analyser state in struct session by Willy Tarreau · 16 years ago
  22. 0cac36f [MEDIUM] make the http server error function a pointer in the session 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. 1e62de6 [MEDIUM] add the SN_CURR_SESS flag to the session to track open sessions by Willy Tarreau · 16 years ago
  26. 72b179a [MEDIUM] reintroduce BF_HIJACK with produce_content by Willy Tarreau · 16 years ago
  27. fa7e102 [MAJOR] rework of the server FSM by Willy Tarreau · 16 years ago
  28. ffab5b4 [MEDIUM] merge inspect_exp and txn->exp into request buffer by Willy Tarreau · 16 years ago
  29. 2df28e8 [MEDIUM] session: move the analysis bit field to the buffer by Willy Tarreau · 16 years ago
  30. f853320 [MINOR] term_trace: add better instrumentations to trace the code by Willy Tarreau · 16 years ago
  31. 67f0eea [MAJOR] kill CL_STINSPECT and CL_STHEADERS (step 1) by Willy Tarreau · 16 years ago
  32. b686644 [MAJOR] implement tcp request content inspection by Willy Tarreau · 16 years ago
  33. b7f694f [MEDIUM] implement a monotonic internal clock by Willy Tarreau · 16 years ago
  34. 7c669d7 [BUG] fix the dequeuing logic to ensure that all requests get served by Willy Tarreau · 16 years ago
  35. 7008987 [BUG] queue management: wake oldest request in queues by Willy Tarreau · 16 years ago
  36. 39f7e6d [MEDIUM] fix stats socket limitation to 16 kB by Willy Tarreau · 16 years ago
  37. 2c6962c [MAJOR] proto_uxst rework -> SNMP support by Krzysztof Piotr Oledzki · 16 years ago
  38. 21d2af3 Revert "[BUILD] backend.c and checks.c did not build without tproxy !" by Willy Tarreau · 16 years ago
  39. 3c3c012 [BUILD] backend.c and checks.c did not build without tproxy ! by Willy Tarreau · 16 years ago
  40. 9c33612 [MEDIUM] completely implement the server redirection method by Willy Tarreau · 16 years ago
  41. 541b5c2 [MEDIUM] add a turn-around state of one second after a connection failure by Willy Tarreau · 17 years ago
  42. 25b501a [MEDIUM]: Count retries and redispatches also for servers, fix redistribute_pending, extend logs, %d->%u cleanup by Krzysztof Piotr Oledzki · 17 years ago
  43. 55bb845 [MEDIUM] implement the CSV output for the statistics by Willy Tarreau · 17 years ago
  44. e7150cd [MEDIUM] stats page: added links for 'refresh' and 'hide down' by Willy Tarreau · 17 years ago
  45. c6ca1a0 [MAJOR] migrated task, tree64 and session to pool2 by Willy Tarreau · 17 years ago
  46. 14c8aac [MEDIUM] store the original destination address in the session by Willy Tarreau · 17 years ago
  47. 3d30059 [MINOR] move some flags from session.h to proto_http.h by Willy Tarreau · 17 years ago
  48. 3bac9ff [CLEANUP] move http_txn out of session.h by Willy Tarreau · 17 years ago
  49. b326fcc [CLEANUP] renamed several HTTP structures by Willy Tarreau · 17 years ago
  50. 362b34d [MINOR] move the response headers to the http_req by Willy Tarreau · 17 years ago
  51. 8d5d7f2 [MAJOR] huge rework of the HTTP request FSM by Willy Tarreau · 17 years ago
  52. 0637fa0 [MINOR] add the end of line pointer in each HTTP header by Willy Tarreau · 17 years ago
  53. 0f7562b [MEDIUM] separate the http request from the session (step 1) by Willy Tarreau · 17 years ago
  54. 35d66b0 [MINOR] added byte count to sessions and statistics. by Willy Tarreau · 18 years ago
  55. f1221aa [MEDIUM] separated nbconn into feconn and beconn by Willy Tarreau · 18 years ago
  56. 830ff45 [MAJOR] reworked ->be, ->fe and ->fi in sessions by Willy Tarreau · 18 years ago
  57. 921d7c0 [MINOR] removed the SN_POST flag and string checks on method by Willy Tarreau · 18 years ago
  58. 53b6c74 [MEDIUM] check the HTTP method after all filters have been applied by Willy Tarreau · 18 years ago
  59. 45e73e3 [MEDIUM] move all HTTP Request-related session material to struct hreq by Willy Tarreau · 18 years ago
  60. 58f10d7 [MAJOR] replaced the client-side HTTP parser with a new one by Willy Tarreau · 18 years ago
  61. e5f20dc [MEDIUM] added the hdr_idx structure for future HTTP header indexing by Willy Tarreau · 18 years ago
  62. 73de989 [MAJOR] separate sess->proxy into sess->{fe,fi,be} by Willy Tarreau · 18 years ago
  63. b8750a8 [MEDIUM] added the "reqtarpit" and "reqitarpit" features by Willy Tarreau · 18 years ago
  64. d797128 [MEDIUM] got rid of event_{cli,srv}_read() in favor of stream_sock_read() by Willy Tarreau · 18 years ago
  65. 0f9f505 [MEDIUM] removed all res_* and RES_* by Willy Tarreau · 18 years ago
  66. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · 18 years ago
  67. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · 18 years ago
  68. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago