1. 5465e11 [MINOR] pre-compute t->expire in event_accept by Willy Tarreau · Sun Apr 29 19:09:47 2007 +0200
  2. 42aae5c [MEDIUM] many cleanups in the time functions by Willy Tarreau · Sun Apr 29 17:43:56 2007 +0200
  3. 96bcfd7 [MAJOR] replaced rbtree with ul2tree. by Willy Tarreau · Sun Apr 29 10:41:56 2007 +0200
  4. 3d32d3a [MINOR] add support for the polling results in fdtab by Willy Tarreau · Sun Apr 15 11:31:05 2007 +0200
  5. 7a96648 [MINOR] recompute maxfd before touching fdtab by Willy Tarreau · Sun Apr 15 10:58:02 2007 +0200
  6. f161a34 [MEDIUM] updated all files to use EV_FD_* by Willy Tarreau · Sun Apr 08 16:59:42 2007 +0200
  7. 4225058 [MEDIUM] splitted logs into two versions : TCP and HTTP by Willy Tarreau · Sun Apr 01 01:30:43 2007 +0200
  8. e2e27a5 [MEDIUM] removed now unused fiprm and beprm from proxies by Willy Tarreau · Sun Apr 01 00:01:37 2007 +0200
  9. 042cc79 [BUG] fix pointer initializations for TCP connections. by Willy Tarreau · Mon Mar 19 16:20:06 2007 +0100
  10. 3d30059 [MINOR] move some flags from session.h to proto_http.h by Willy Tarreau · Sun Mar 18 18:34:41 2007 +0100
  11. 3bac9ff [CLEANUP] move http_txn out of session.h by Willy Tarreau · Sun Mar 18 17:31:28 2007 +0100
  12. c2168d3 [CLEANUP] replaced occurrences of 'hreq' with 'txn' (bis) by Willy Tarreau · Sat Mar 03 20:51:44 2007 +0100
  13. b326fcc [CLEANUP] renamed several HTTP structures by Willy Tarreau · Sat Mar 03 13:54:32 2007 +0100
  14. f0d058e [BUG] hdr_idx might be left uninitialized in some cases by Willy Tarreau · Thu Jan 25 12:03:42 2007 +0100
  15. 8973c70 [MEDIUM] implemented the status-line parser in http_msg_analyzer(). by Willy Tarreau · Sun Jan 21 23:58:29 2007 +0100
  16. 362b34d [MINOR] move the response headers to the http_req by Willy Tarreau · Sun Jan 21 20:49:31 2007 +0100
  17. 8d5d7f2 [MAJOR] huge rework of the HTTP request FSM by Willy Tarreau · Sun Jan 21 19:16:41 2007 +0100
  18. 0637fa0 [MINOR] add the end of line pointer in each HTTP header by Willy Tarreau · Sat Jan 13 23:07:22 2007 +0100
  19. 0f7562b [MEDIUM] separate the http request from the session (step 1) by Willy Tarreau · Sun Jan 07 15:46:13 2007 +0100
  20. 964c936 [MAJOR] replace the wait-queue linked list with an rbtree. by Willy Tarreau · Sun Jan 07 00:38:00 2007 +0100
  21. 35d66b0 [MINOR] added byte count to sessions and statistics. by Willy Tarreau · Tue Jan 02 00:28:21 2007 +0100
  22. 0f77253 [MINOR] store HTTP error messages into a chunk array by Willy Tarreau · Sat Dec 23 20:51:41 2006 +0100
  23. ddb358d [MEDIUM] tried to clean the logs up a little bit by Willy Tarreau · Sun Dec 17 22:55:52 2006 +0100
  24. f1221aa [MEDIUM] separated nbconn into feconn and beconn by Willy Tarreau · Sun Dec 17 22:14:12 2006 +0100
  25. 830ff45 [MAJOR] reworked ->be, ->fe and ->fi in sessions by Willy Tarreau · Sun Dec 17 19:31:23 2006 +0100
  26. 45e73e3 [MEDIUM] move all HTTP Request-related session material to struct hreq by Willy Tarreau · Sun Dec 17 00:05:15 2006 +0100
  27. 58f10d7 [MAJOR] replaced the client-side HTTP parser with a new one by Willy Tarreau · Mon Dec 04 02:26:12 2006 +0100
  28. e5f20dc [MEDIUM] added the hdr_idx structure for future HTTP header indexing by Willy Tarreau · Sun Dec 03 15:21:35 2006 +0100
  29. 73de989 [MAJOR] separate sess->proxy into sess->{fe,fi,be} by Willy Tarreau · Thu Nov 30 11:40:23 2006 +0100
  30. 2a42950 [MINOR] turn every FD_* into functions by Willy Tarreau · Sun Oct 15 14:52:29 2006 +0200
  31. f8306d5 [MEDIUM] got rid of event_{cli,srv}_write() in favor of stream_sock_write() by Willy Tarreau · Sat Jul 29 19:01:31 2006 +0200
  32. d797128 [MEDIUM] got rid of event_{cli,srv}_read() in favor of stream_sock_read() by Willy Tarreau · Sat Jul 29 18:36:34 2006 +0200
  33. 0f9f505 [MEDIUM] removed all res_* and RES_* by Willy Tarreau · Sat Jul 29 17:39:25 2006 +0200
  34. 5446940 [MEDIUM] started the changes towards I/O completion callbacks by Willy Tarreau · Sat Jul 29 16:59:06 2006 +0200
  35. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · Thu Jun 29 18:54:54 2006 +0200
  36. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · Thu Jun 29 17:53:05 2006 +0200
  37. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · Mon Jun 26 02:48:02 2006 +0200