1. 4225058 [MEDIUM] splitted logs into two versions : TCP and HTTP by Willy Tarreau · 17 years ago
  2. e2e27a5 [MEDIUM] removed now unused fiprm and beprm from proxies by Willy Tarreau · 17 years ago
  3. 042cc79 [BUG] fix pointer initializations for TCP connections. by Willy Tarreau · 17 years ago
  4. 3d30059 [MINOR] move some flags from session.h to proto_http.h by Willy Tarreau · 17 years ago
  5. 3bac9ff [CLEANUP] move http_txn out of session.h by Willy Tarreau · 17 years ago
  6. c2168d3 [CLEANUP] replaced occurrences of 'hreq' with 'txn' (bis) by Willy Tarreau · 17 years ago
  7. b326fcc [CLEANUP] renamed several HTTP structures by Willy Tarreau · 17 years ago
  8. f0d058e [BUG] hdr_idx might be left uninitialized in some cases by Willy Tarreau · 17 years ago
  9. 8973c70 [MEDIUM] implemented the status-line parser in http_msg_analyzer(). by Willy Tarreau · 17 years ago
  10. 362b34d [MINOR] move the response headers to the http_req by Willy Tarreau · 17 years ago
  11. 8d5d7f2 [MAJOR] huge rework of the HTTP request FSM by Willy Tarreau · 17 years ago
  12. 0637fa0 [MINOR] add the end of line pointer in each HTTP header by Willy Tarreau · 17 years ago
  13. 0f7562b [MEDIUM] separate the http request from the session (step 1) by Willy Tarreau · 17 years ago
  14. 964c936 [MAJOR] replace the wait-queue linked list with an rbtree. by Willy Tarreau · 17 years ago
  15. 35d66b0 [MINOR] added byte count to sessions and statistics. by Willy Tarreau · 18 years ago
  16. 0f77253 [MINOR] store HTTP error messages into a chunk array by Willy Tarreau · 18 years ago
  17. ddb358d [MEDIUM] tried to clean the logs up a little bit by Willy Tarreau · 18 years ago
  18. f1221aa [MEDIUM] separated nbconn into feconn and beconn by Willy Tarreau · 18 years ago
  19. 830ff45 [MAJOR] reworked ->be, ->fe and ->fi in sessions by Willy Tarreau · 18 years ago
  20. 45e73e3 [MEDIUM] move all HTTP Request-related session material to struct hreq by Willy Tarreau · 18 years ago
  21. 58f10d7 [MAJOR] replaced the client-side HTTP parser with a new one by Willy Tarreau · 18 years ago
  22. e5f20dc [MEDIUM] added the hdr_idx structure for future HTTP header indexing by Willy Tarreau · 18 years ago
  23. 73de989 [MAJOR] separate sess->proxy into sess->{fe,fi,be} by Willy Tarreau · 18 years ago
  24. 2a42950 [MINOR] turn every FD_* into functions by Willy Tarreau · 18 years ago
  25. f8306d5 [MEDIUM] got rid of event_{cli,srv}_write() in favor of stream_sock_write() by Willy Tarreau · 18 years ago
  26. d797128 [MEDIUM] got rid of event_{cli,srv}_read() in favor of stream_sock_read() by Willy Tarreau · 18 years ago
  27. 0f9f505 [MEDIUM] removed all res_* and RES_* by Willy Tarreau · 18 years ago
  28. 5446940 [MEDIUM] started the changes towards I/O completion callbacks by Willy Tarreau · 18 years ago
  29. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · 18 years ago
  30. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · 18 years ago
  31. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago