1. edcf668 [MEDIUM] extract TCP request processing from HTTP by Willy Tarreau · 16 years ago
  2. b025325 [MINOR] stream_sock_data_finish() should not expose fd by Willy Tarreau · 16 years ago
  3. 42ffbf2 [CLEANUP] session.c: removed some migration left-overs in sess_establish() by Willy Tarreau · 16 years ago
  4. 0cac36f [MEDIUM] make the http server error function a pointer in the session by Willy Tarreau · 16 years ago
  5. a5555ec [MINOR] call session->do_log() for logging by Willy Tarreau · 16 years ago
  6. 55a8d0e [CLEANUP] move the session-related functions to session.c by Willy Tarreau · 16 years ago
  7. f54f8bd [MINOR] maintain a global session list in order to ease debugging by Willy Tarreau · 16 years ago
  8. 1e62de6 [MEDIUM] add the SN_CURR_SESS flag to the session to track open sessions by Willy Tarreau · 16 years ago
  9. 48d63db [MEDIUM] memory: update pool_free2() to support NULL pointers by Willy Tarreau · 16 years ago
  10. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · 16 years ago
  11. 7c669d7 [BUG] fix the dequeuing logic to ensure that all requests get served by Willy Tarreau · 16 years ago
  12. 30e7101 [OPTIM] small optimization on session_process_counters() by Willy Tarreau · 17 years ago
  13. 583bc96 [MEDIUM] continous statistics by Krzysztof Piotr Oledzki · 17 years ago
  14. 92fb983 [MAJOR] implemented client-side support for PF_UNIX sockets by Willy Tarreau · 17 years ago
  15. 632f5a7 [MEDIUM] fade out memory usage when stopping proxies by Willy Tarreau · 17 years ago
  16. 1d4154a [MAJOR] convert the header indexes to use mempool v2 by Willy Tarreau · 17 years ago
  17. cf7f320 [MAJOR] last bunch of capture changes for mempool v2 by Willy Tarreau · 17 years ago
  18. 086b3b4 [MAJOR] ported the captures to use the new mempool v2 by Willy Tarreau · 17 years ago
  19. 332f8bf [MAJOR] ported requri to use mempools 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. e2e27a5 [MEDIUM] removed now unused fiprm and beprm from proxies by Willy Tarreau · 17 years ago
  23. 3bac9ff [CLEANUP] move http_txn out of session.h by Willy Tarreau · 17 years ago
  24. 4dbc4a2 [CLEANUP] replaced occurrences of 'hreq' with 'txn' by Willy Tarreau · 17 years ago
  25. b326fcc [CLEANUP] renamed several HTTP structures by Willy Tarreau · 17 years ago
  26. 362b34d [MINOR] move the response headers to the http_req by Willy Tarreau · 17 years ago
  27. 8d5d7f2 [MAJOR] huge rework of the HTTP request FSM by Willy Tarreau · 17 years ago
  28. 0f7562b [MEDIUM] separate the http request from the session (step 1) by Willy Tarreau · 17 years ago
  29. 41dff82 [CRITICAL] fixed memory leak in session_free() by Willy Tarreau · 18 years ago
  30. 830ff45 [MAJOR] reworked ->be, ->fe and ->fi in sessions by Willy Tarreau · 18 years ago
  31. 45e73e3 [MEDIUM] move all HTTP Request-related session material to struct hreq by Willy Tarreau · 18 years ago
  32. 73de989 [MAJOR] separate sess->proxy into sess->{fe,fi,be} by Willy Tarreau · 18 years ago
  33. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · 18 years ago
  34. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · 18 years ago
  35. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago