1. 070ceb6 [MEDIUM] session: don't assign conn_retries upon accept() anymore by Willy Tarreau · Tue Jun 01 10:36:43 2010 +0200
  2. ee28de0 [MEDIUM] session: move the conn_retries attribute to the stream interface by Willy Tarreau · Tue Jun 01 09:51:00 2010 +0200
  3. d04e858 [MEDIUM] session: initialize server-side timeouts after connect() by Willy Tarreau · Mon May 31 12:31:35 2010 +0200
  4. ace495e [CLEANUP] buffer->cto is not used anymore by Willy Tarreau · Mon May 31 11:27:58 2010 +0200
  5. 03fa5df [CLEANUP] rename client -> frontend by Willy Tarreau · Mon May 24 21:02:37 2010 +0200
  6. d9bbe17 [BUG] proxy: connection rate limiting was eating lots of CPU by Willy Tarreau · Mon Jun 07 10:40:48 2010 +0200
  7. 39e4f62 [BUG] http: the transaction must be initialized even in TCP mode (part 2) by Willy Tarreau · Mon May 31 17:01:36 2010 +0200
  8. 1104614 [MINOR] report total number of processed connections when stopping a proxy by Willy Tarreau · Thu Mar 04 23:07:28 2010 +0100
  9. 76bfc95 [MINOR] config: remove undocumented and buggy 'timeout appsession' by Willy Tarreau · Sun Jan 10 17:48:11 2010 +0100
  10. b16a574 [MINOR] http: add a separate "http-keep-alive" timeout by Willy Tarreau · Sun Jan 10 14:46:16 2010 +0100
  11. 1780416 [BUG] config: disable 'option httplog' on TCP proxies by Willy Tarreau · Mon Nov 09 21:27:51 2009 +0100
  12. 96532db [MINOR] server tracking: don't care about the tracked server's mode by Alex Williams · Sun Nov 01 21:27:13 2009 -0500
  13. cfeaa47 [MINOR] stats: add support for numeric IDs in set weight/get weight by Willy Tarreau · Sat Oct 10 22:33:08 2009 +0200
  14. f395017 [MINOR] proxy: provide function to retrieve backend/server pointers by Willy Tarreau · Sat Oct 10 18:35:51 2009 +0200
  15. 53fb4ae [MEDIUM] config: automatically find unused IDs for proxies, servers and listeners by Willy Tarreau · Sun Oct 04 23:04:08 2009 +0200
  16. 052d4fd [CLEANUP] Move counters to dedicated structures by Krzysztof Piotr Oledzki · Sun Oct 04 14:52:57 2009 +0200
  17. f27b5ea [MEDIUM] new option "independant-streams" to stop updating read timeout on writes by Willy Tarreau · Sat Oct 03 22:01:18 2009 +0200
  18. f3e49f9 [MINOR] backend: separate declarations of LB algos from their lookup method by Willy Tarreau · Sat Oct 03 12:21:20 2009 +0200
  19. c1a2167 [MINOR] cleanup set_session_backend by using pre-computed analysers by Willy Tarreau · Sun Aug 16 22:37:44 2009 +0200
  20. 647caf1 [MEDIUM] add support for RDP cookie persistence by Emeric Brun · Tue Jun 30 17:57:00 2009 +0200
  21. cd7afc0 [MINOR] http: take http request timeout from the backend by Willy Tarreau · Sun Jul 12 10:03:17 2009 +0200
  22. 51aecc7 [MEDIUM] allow a TCP frontend to switch to an HTTP backend by Willy Tarreau · Sun Jul 12 09:47:04 2009 +0200
  23. bedb9ba [MINOR] prepare callers of session_set_backend to handle errors by Willy Tarreau · Sun Jul 12 08:27:39 2009 +0200
  24. 1d0dfb1 [MAJOR] http: complete splitting of the remaining stages by Willy Tarreau · Tue Jul 07 15:10:31 2009 +0200
  25. 915e1eb [MEDIUM] config: split parser and checker in two functions by Willy Tarreau · Mon Jun 22 15:48:36 2009 +0200
  26. 13a34bd [MINOR] compute the max of sessions/s on fe/be/srv by Willy Tarreau · Sun May 10 18:52:49 2009 +0200
  27. ff01a21 [MINOR] cfgparse: some cleanups in the consistency checks by Willy Tarreau · Sun Mar 15 13:46:16 2009 +0100
  28. 7958422 [OPTIM] rate-limit: cleaner behaviour on low rates and reduce consumption by Willy Tarreau · Fri Mar 06 09:18:27 2009 +0100
  29. efcbc6e [OPTIM] maintain_proxies: only wake up when the frontend will be ready by Willy Tarreau · Fri Mar 06 08:27:10 2009 +0100
  30. bb9251e [BUG] typo in timeout error reporting : report *res and not *err by Willy Tarreau · Fri Mar 06 08:05:40 2009 +0100
  31. 3a7d207 [MEDIUM] implement "rate-limit sessions" for the frontend by Willy Tarreau · Thu Mar 05 23:48:25 2009 +0100
  32. da250db [BUG] ensure that listeners from disabled proxies are correctly unbound. by Willy Tarreau · Sun Oct 12 12:07:48 2008 +0200
  33. f8fbcef [BUG] do not try to pause backends during reload by Willy Tarreau · Fri Oct 10 17:51:34 2008 +0200
  34. d5382b4 [BUG] maintain_proxies must not disable backends by Willy Tarreau · Sat Aug 16 18:41:13 2008 +0200
  35. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · Tue Jul 15 00:22:45 2008 +0200
  36. 9de1bbd [MEDIUM] modularize the "timeout" keyword configuration parser by Willy Tarreau · Wed Jul 09 20:34:27 2008 +0200
  37. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · Mon Jul 07 00:09:58 2008 +0200
  38. 58b458d [MAJOR] use an ebtree instead of a list for the run queue by Willy Tarreau · Sun Jun 29 22:40:23 2008 +0200
  39. b0b37bc [MEDIUM] further improve monotonic clock by check forward jumps by Willy Tarreau · Mon Jun 23 14:00:57 2008 +0200
  40. b7f694f [MEDIUM] implement a monotonic internal clock by Willy Tarreau · Sun Jun 22 17:18:02 2008 +0200
  41. c8b16fc [MEDIUM] Implement "track [<backend>/]<server>" by Krzysztof Piotr Oledzki · Mon Feb 18 01:26:35 2008 +0100
  42. 5259dfe [MEDIUM]: rework checks handling by Krzysztof Piotr Oledzki · Mon Jan 21 01:54:06 2008 +0100
  43. 51c9bde [MINOR] tarpit timeout is also allowed in backends by Willy Tarreau · Sun Jan 06 13:40:03 2008 +0100
  44. 036fae0 [MEDIUM] introduce "timeout http-request" in frontends by Willy Tarreau · Sun Jan 06 13:24:40 2008 +0100
  45. c73ce2b [MINOR] add support for the "backlog" parameter by Willy Tarreau · Sun Jan 06 10:55:10 2008 +0100
  46. d7c30f9 [CLEANUP] grouped all timeouts in one structure by Willy Tarreau · Mon Dec 03 01:38:36 2007 +0100
  47. e219db7 [MEDIUM] introduce the "timeout" keyword by Willy Tarreau · Mon Dec 03 01:30:13 2007 +0100
  48. c8f24f8 [BUILD] fix 2 minor issues on AIX by Willy Tarreau · Fri Nov 30 18:38:35 2007 +0100
  49. dcd4771 [MINOR] stats: report numerical process ID, proxy ID and server ID by Willy Tarreau · Sun Nov 04 23:35:08 2007 +0100
  50. e6b9894 [MAJOR] create proto_tcp and move initialization of proxy listeners by Willy Tarreau · Mon Oct 29 01:09:36 2007 +0100
  51. 816eb54 [MINOR] adjust error messages about conflicting proxies by Willy Tarreau · Sun Nov 04 07:04:43 2007 +0100
  52. 6eb730d [MEDIUM] Implement and use generic findproxy and relax duplicated proxy check by Krzysztof Piotr Oledzki · Sat Nov 03 23:41:58 2007 +0100
  53. d740bab [MINOR] move error codes to common/errors.h by Willy Tarreau · Sun Oct 28 11:14:07 2007 +0100
  54. e94ebd0 [MEDIUM] moved the sockaddr pointer to the fdtab structure by Willy Tarreau · Tue Oct 09 17:14:37 2007 +0200
  55. 87ea548 [MINOR] add the "nolinger" option to disable data lingering by Alexandre Cassen · Thu Oct 11 20:48:58 2007 +0200
  56. 4d2d098 [MAJOR] call garbage collector when doing soft stop by Willy Tarreau · Mon May 14 00:39:29 2007 +0200
  57. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · Sat May 12 22:35:00 2007 +0200
  58. 42aae5c [MEDIUM] many cleanups in the time functions by Willy Tarreau · Sun Apr 29 17:43:56 2007 +0200
  59. 3d32d3a [MINOR] add support for the polling results in fdtab by Willy Tarreau · Sun Apr 15 11:31:05 2007 +0200
  60. 7a96648 [MINOR] recompute maxfd before touching fdtab by Willy Tarreau · Sun Apr 15 10:58:02 2007 +0200
  61. 2ff7622 [MAJOR] delay registering of listener sockets at startup by Willy Tarreau · Mon Apr 09 19:29:56 2007 +0200
  62. f161a34 [MEDIUM] updated all files to use EV_FD_* by Willy Tarreau · Sun Apr 08 16:59:42 2007 +0200
  63. 2b5652f [MINOR] indicate the proxy type in the logs after a loss of servers by Willy Tarreau · Sun Dec 31 17:46:05 2006 +0100
  64. 977b8e4 [MAJOR] distinguish between frontend, backend, ruleset and listen by Willy Tarreau · Fri Dec 29 14:19:17 2006 +0100
  65. f1221aa [MEDIUM] separated nbconn into feconn and beconn by Willy Tarreau · Sun Dec 17 22:14:12 2006 +0100
  66. 2a42950 [MINOR] turn every FD_* into functions by Willy Tarreau · Sun Oct 15 14:52:29 2006 +0200
  67. 5446940 [MEDIUM] started the changes towards I/O completion callbacks by Willy Tarreau · Sat Jul 29 16:59:06 2006 +0200
  68. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · Thu Jun 29 18:54:54 2006 +0200
  69. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · Thu Jun 29 17:53:05 2006 +0200
  70. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · Mon Jun 26 02:48:02 2006 +0200