1. fa7e102 [MAJOR] rework of the server FSM by Willy Tarreau · 16 years ago
  2. ffab5b4 [MEDIUM] merge inspect_exp and txn->exp into request buffer by Willy Tarreau · 16 years ago
  3. 2df28e8 [MEDIUM] session: move the analysis bit field to the buffer by Willy Tarreau · 16 years ago
  4. 26ed74d [MEDIUM] use buffer->wex instead of buffer->cex for connect timeout by Willy Tarreau · 16 years ago
  5. e393fe2 [MEDIUM] buffers: add BF_EMPTY and BF_FULL to remove dependency on req/rep->l by Willy Tarreau · 16 years ago
  6. ba392ce [CLEANUP] get rid of BF_SHUT*_PENDING by Willy Tarreau · 16 years ago
  7. d9f4836 [BUG] buffers: remove BF_MAY_CONNECT and fix forwarding issue by Willy Tarreau · 16 years ago
  8. c65a3ba [MAJOR] completely separate HTTP and TCP states on the request path by Willy Tarreau · 16 years ago
  9. 718f0ef [MEDIUM] process_cli: don't rely at all on server state by Willy Tarreau · 16 years ago
  10. dc0a6a0 [MEDIUM] process_srv: don't rely at all on client state by Willy Tarreau · 16 years ago
  11. 89edf5e [MEDIUM] buffers: ensure buffer_shut* are properly called upon shutdowns by Willy Tarreau · 16 years ago
  12. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  13. 8a7af60 [MEDIUM] detect streaming buffers and tag them as such by Willy Tarreau · 16 years ago
  14. fa64558 [BUG] do not re-arm read timeout after writing data by Willy Tarreau · 17 years ago
  15. 7341d94 [MAJOR] switched buffers to mempools v2 by Willy Tarreau · 17 years ago
  16. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · 17 years ago
  17. e09e0ce [MINOR] removed the ->h member in struct buffer by Willy Tarreau · 17 years ago
  18. aad2e49 [BUILD] replaced u_int32_t with unsigned int. by Willy Tarreau · 18 years ago
  19. 014b4fe [BUILD] <stdint> is not present on OpenBSD. Prefer <sys/types.h> by Willy Tarreau · 18 years ago
  20. d797128 [MEDIUM] got rid of event_{cli,srv}_read() in favor of stream_sock_read() by Willy Tarreau · 18 years ago
  21. 0f9f505 [MEDIUM] removed all res_* and RES_* by Willy Tarreau · 18 years ago
  22. 5446940 [MEDIUM] started the changes towards I/O completion callbacks by Willy Tarreau · 18 years ago
  23. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · 18 years ago
  24. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · 18 years ago
  25. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago