1. a2a64e9 [MEDIUM] session: make session_shutdown() an independant function by Willy Tarreau · Wed Sep 07 23:01:56 2011 +0200
  2. 631f01c [MINOR] make use of addr_to_str() and get_host_port() to replace many inet_ntop() by Willy Tarreau · Mon Sep 05 00:36:48 2011 +0200
  3. 86ad42c [MINOR] make use of set_host_port() and get_host_port() to get rid of family mismatches by Willy Tarreau · Sat Aug 27 12:29:07 2011 +0200
  4. 752dc4a [MINOR] Add down termination condition by Simon Horman · Tue Jun 21 14:34:59 2011 +0900
  5. 1b4b7ce [BUG] stream_sock: use get_addr_len() instead of sizeof() on sockaddr_storage by Willy Tarreau · Tue Apr 05 16:56:50 2011 +0200
  6. 11bcb6c [MEDIUM] IPv6 support for syslog by David du Colombier · Thu Mar 24 12:23:00 2011 +0100
  7. 7b7a8e9 [BUG] log: retrieve the target from the session, not the SI by Willy Tarreau · Sun Mar 27 19:53:06 2011 +0200
  8. 827aee9 [MAJOR] session: remove the ->srv pointer from struct session by Willy Tarreau · Thu Mar 10 16:55:02 2011 +0100
  9. 71904a4 [MEDIUM] log: take the logged server name from the stream interface by Willy Tarreau · Sun Feb 13 14:30:26 2011 +0100
  10. 957c0a5 [REORG] session: move client and server address to the stream interface by Willy Tarreau · Thu Mar 03 17:42:23 2011 +0100
  11. 48936af [MINOR] log: ability to override the syslog tag by Kevinm · Wed Dec 22 16:08:21 2010 +0000
  12. df5b38f [MINOR] log: add support for passing the forwarded hostname by Joe Williams · Wed Dec 29 17:05:48 2010 +0100
  13. acd7d63 [CLEANUP] Remove unneeded chars allocation by Cyril Bonté · Mon Nov 01 19:26:02 2010 +0100
  14. 4ab9262 [MINOR] Manage unix socket source field on logs by Emeric Brun · Fri Oct 22 16:14:31 2010 +0200
  15. ee28de0 [MEDIUM] session: move the conn_retries attribute to the stream interface by Willy Tarreau · Tue Jun 01 09:51:00 2010 +0200
  16. d6d0690 [CLEANUP] remove ifdef MSG_NOSIGNAL and define it instead by Willy Tarreau · Wed Aug 19 11:22:33 2009 +0200
  17. e7ded1f [BUG] log: option tcplog would log to global if no logger was defined by Willy Tarreau · Sun Aug 09 10:11:45 2009 +0200
  18. f7edefa [MINOR] implement per-logger log level limitation by Willy Tarreau · Sun May 10 17:20:05 2009 +0200
  19. c9bd0cc [MINOR] add options dontlog-normal and log-separate-errors by Willy Tarreau · Sun May 10 11:57:02 2009 +0200
  20. 1772ece [MINOR] fix several printf formats and missing arguments by Willy Tarreau · Fri Apr 03 14:49:12 2009 +0200
  21. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · Tue Jul 15 00:22:45 2008 +0200
  22. b7f694f [MEDIUM] implement a monotonic internal clock by Willy Tarreau · Sun Jun 22 17:18:02 2008 +0200
  23. 8b3977f [BUG] log response byte count, not request by Willy Tarreau · Fri Jan 18 11:16:32 2008 +0100
  24. 25b501a [MEDIUM]: Count retries and redispatches also for servers, fix redistribute_pending, extend logs, %d->%u cleanup by Krzysztof Piotr Oledzki · Sun Jan 06 16:36:16 2008 +0100
  25. 127f966 [BUILD] fix build on Solaris due to recent log changes by Willy Tarreau · Thu Dec 06 00:53:51 2007 +0100
  26. 019767b [BUILD] fix build on AIX due to recent log changes by Willy Tarreau · Wed Dec 05 11:11:55 2007 +0100
  27. 81ae195 [MEDIUM] add support for logging via a UNIX socket by Robert Tsai · Wed Dec 05 10:47:29 2007 +0100
  28. c8f24f8 [BUILD] fix 2 minor issues on AIX by Willy Tarreau · Fri Nov 30 18:38:35 2007 +0100
  29. fe94460 [BUG] fix calls to localtime() by Willy Tarreau · Thu Oct 25 10:34:16 2007 +0200
  30. 3d08953 [MINOR] set the log socket receive window to zero bytes by Willy Tarreau · Mon Sep 17 10:56:13 2007 +0200
  31. 4225058 [MEDIUM] splitted logs into two versions : TCP and HTTP by Willy Tarreau · Sun Apr 01 01:30:43 2007 +0200
  32. e2e27a5 [MEDIUM] removed now unused fiprm and beprm from proxies by Willy Tarreau · Sun Apr 01 00:01:37 2007 +0200
  33. 3d30059 [MINOR] move some flags from session.h to proto_http.h by Willy Tarreau · Sun Mar 18 18:34:41 2007 +0100
  34. 3bac9ff [CLEANUP] move http_txn out of session.h by Willy Tarreau · Sun Mar 18 17:31:28 2007 +0100
  35. 4dbc4a2 [CLEANUP] replaced occurrences of 'hreq' with 'txn' by Willy Tarreau · Sat Mar 03 16:23:22 2007 +0100
  36. b326fcc [CLEANUP] renamed several HTTP structures by Willy Tarreau · Sat Mar 03 13:54:32 2007 +0100
  37. 4266a36 [BUG] segfault on some erroneous configurations by Willy Tarreau · Thu Feb 01 23:15:45 2007 +0100
  38. 362b34d [MINOR] move the response headers to the http_req by Willy Tarreau · Sun Jan 21 20:49:31 2007 +0100
  39. 8d5d7f2 [MAJOR] huge rework of the HTTP request FSM by Willy Tarreau · Sun Jan 21 19:16:41 2007 +0100
  40. 0f7562b [MEDIUM] separate the http request from the session (step 1) by Willy Tarreau · Sun Jan 07 15:46:13 2007 +0100
  41. 35d66b0 [MINOR] added byte count to sessions and statistics. by Willy Tarreau · Tue Jan 02 00:28:21 2007 +0100
  42. c0dde7a [MAJOR] udpated the stats page to clearly distinguish FEs and BEs by Willy Tarreau · Mon Jan 01 21:38:07 2007 +0100
  43. ebd6160 [MEDIUM] updated log format to report frontend and backend by Willy Tarreau · Sat Dec 30 11:54:15 2006 +0100
  44. 97de624 [MEDIUM] session logging is now defined by the frontend by Willy Tarreau · Wed Dec 27 17:18:38 2006 +0100
  45. ddb358d [MEDIUM] tried to clean the logs up a little bit by Willy Tarreau · Sun Dec 17 22:55:52 2006 +0100
  46. f1221aa [MEDIUM] separated nbconn into feconn and beconn by Willy Tarreau · Sun Dec 17 22:14:12 2006 +0100
  47. 830ff45 [MAJOR] reworked ->be, ->fe and ->fi in sessions by Willy Tarreau · Sun Dec 17 19:31:23 2006 +0100
  48. 45e73e3 [MEDIUM] move all HTTP Request-related session material to struct hreq by Willy Tarreau · Sun Dec 17 00:05:15 2006 +0100
  49. 73de989 [MAJOR] separate sess->proxy into sess->{fe,fi,be} by Willy Tarreau · Thu Nov 30 11:40:23 2006 +0100
  50. bf73613 [CLEANUP] added the correct cast to call localtime() by Willy Tarreau · Sun Oct 15 22:54:47 2006 +0200
  51. fb27867 [MEDIUM] use regparm on a few tv_* functions by Willy Tarreau · Sun Oct 15 15:38:50 2006 +0200
  52. 2b35c95 [MEDIUM] remove useless calls to gettimeofday() by Willy Tarreau · Sun Oct 15 15:25:48 2006 +0200
  53. b17916e [CLEANUP] add a few "const char *" where appropriate by Willy Tarreau · Sun Oct 15 15:17:57 2006 +0200
  54. b8750a8 [MEDIUM] added the "reqtarpit" and "reqitarpit" features by Willy Tarreau · Sun Sep 03 09:56:00 2006 +0200
  55. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · Thu Jun 29 18:54:54 2006 +0200
  56. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · Thu Jun 29 17:53:05 2006 +0200
  57. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · Mon Jun 26 02:48:02 2006 +0200