1. 7f25deb MINOR: logformat %st is signed by William Lallemand · 12 years ago
  2. bfb099c BUG/MEDIUM: bad length in log_format and __send_log by William Lallemand · 12 years ago
  3. b1a2faf BUG/CRITICAL: log: fix risk of crash in development snapshot by Willy Tarreau · 12 years ago
  4. 6580c06 MINOR: log: use "%ts" to log term status only and "%tsc" to log with cookie by Willy Tarreau · 12 years ago
  5. 81f5117 BUG/MINOR: log-format: fix %o flag by William Lallemand · 12 years ago
  6. b7ff6a3 MEDIUM: log-format: backend source address %Bi %Bp by William Lallemand · 12 years ago
  7. bddd4fd MEDIUM: log: use log_format for mode tcplog by William Lallemand · 12 years ago
  8. 53bf6af BUG: fix httplog trailing LF by Willy Tarreau · 12 years ago
  9. a1cc381 MEDIUM: log: make http_sess_log use log_format by William Lallemand · 12 years ago
  10. 421f5b5 MINOR: Date and time fonctions that don't use snprintf by William Lallemand · 12 years ago
  11. 723b73a MINOR: config: Parse the string of the log-format config keyword by William Lallemand · 12 years ago
  12. 2a4a44f REORG: log: split send_log function by William Lallemand · 12 years ago
  13. 0f99e34 MEDIUM: log: Use linked lists for loggers by William Lallemand · 13 years ago
  14. 6471afb MINOR: remove the client/server side distinction in SI addresses by Willy Tarreau · 13 years ago
  15. a2a64e9 [MEDIUM] session: make session_shutdown() an independant function by Willy Tarreau · 13 years ago
  16. 631f01c [MINOR] make use of addr_to_str() and get_host_port() to replace many inet_ntop() by Willy Tarreau · 13 years ago
  17. 86ad42c [MINOR] make use of set_host_port() and get_host_port() to get rid of family mismatches by Willy Tarreau · 13 years ago
  18. 752dc4a [MINOR] Add down termination condition by Simon Horman · 13 years ago
  19. 1b4b7ce [BUG] stream_sock: use get_addr_len() instead of sizeof() on sockaddr_storage by Willy Tarreau · 13 years ago
  20. 11bcb6c [MEDIUM] IPv6 support for syslog by David du Colombier · 13 years ago
  21. 7b7a8e9 [BUG] log: retrieve the target from the session, not the SI by Willy Tarreau · 13 years ago
  22. 827aee9 [MAJOR] session: remove the ->srv pointer from struct session by Willy Tarreau · 13 years ago
  23. 71904a4 [MEDIUM] log: take the logged server name from the stream interface by Willy Tarreau · 13 years ago
  24. 957c0a5 [REORG] session: move client and server address to the stream interface by Willy Tarreau · 13 years ago
  25. 48936af [MINOR] log: ability to override the syslog tag by Kevinm · 14 years ago
  26. df5b38f [MINOR] log: add support for passing the forwarded hostname by Joe Williams · 14 years ago
  27. acd7d63 [CLEANUP] Remove unneeded chars allocation by Cyril Bonté · 14 years ago
  28. 4ab9262 [MINOR] Manage unix socket source field on logs by Emeric Brun · 14 years ago
  29. ee28de0 [MEDIUM] session: move the conn_retries attribute to the stream interface by Willy Tarreau · 14 years ago
  30. d6d0690 [CLEANUP] remove ifdef MSG_NOSIGNAL and define it instead by Willy Tarreau · 15 years ago
  31. e7ded1f [BUG] log: option tcplog would log to global if no logger was defined by Willy Tarreau · 15 years ago
  32. f7edefa [MINOR] implement per-logger log level limitation by Willy Tarreau · 15 years ago
  33. c9bd0cc [MINOR] add options dontlog-normal and log-separate-errors by Willy Tarreau · 15 years ago
  34. 1772ece [MINOR] fix several printf formats and missing arguments by Willy Tarreau · 15 years ago
  35. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · 16 years ago
  36. b7f694f [MEDIUM] implement a monotonic internal clock by Willy Tarreau · 16 years ago
  37. 8b3977f [BUG] log response byte count, not request by Willy Tarreau · 16 years ago
  38. 25b501a [MEDIUM]: Count retries and redispatches also for servers, fix redistribute_pending, extend logs, %d->%u cleanup by Krzysztof Piotr Oledzki · 16 years ago
  39. 127f966 [BUILD] fix build on Solaris due to recent log changes by Willy Tarreau · 17 years ago
  40. 019767b [BUILD] fix build on AIX due to recent log changes by Willy Tarreau · 17 years ago
  41. 81ae195 [MEDIUM] add support for logging via a UNIX socket by Robert Tsai · 17 years ago
  42. c8f24f8 [BUILD] fix 2 minor issues on AIX by Willy Tarreau · 17 years ago
  43. fe94460 [BUG] fix calls to localtime() by Willy Tarreau · 17 years ago
  44. 3d08953 [MINOR] set the log socket receive window to zero bytes by Willy Tarreau · 17 years ago
  45. 4225058 [MEDIUM] splitted logs into two versions : TCP and HTTP by Willy Tarreau · 17 years ago
  46. e2e27a5 [MEDIUM] removed now unused fiprm and beprm from proxies by Willy Tarreau · 17 years ago
  47. 3d30059 [MINOR] move some flags from session.h to proto_http.h by Willy Tarreau · 17 years ago
  48. 3bac9ff [CLEANUP] move http_txn out of session.h by Willy Tarreau · 17 years ago
  49. 4dbc4a2 [CLEANUP] replaced occurrences of 'hreq' with 'txn' by Willy Tarreau · 17 years ago
  50. b326fcc [CLEANUP] renamed several HTTP structures by Willy Tarreau · 17 years ago
  51. 4266a36 [BUG] segfault on some erroneous configurations by Willy Tarreau · 17 years ago
  52. 362b34d [MINOR] move the response headers to the http_req by Willy Tarreau · 17 years ago
  53. 8d5d7f2 [MAJOR] huge rework of the HTTP request FSM by Willy Tarreau · 17 years ago
  54. 0f7562b [MEDIUM] separate the http request from the session (step 1) by Willy Tarreau · 17 years ago
  55. 35d66b0 [MINOR] added byte count to sessions and statistics. by Willy Tarreau · 18 years ago
  56. c0dde7a [MAJOR] udpated the stats page to clearly distinguish FEs and BEs by Willy Tarreau · 18 years ago
  57. ebd6160 [MEDIUM] updated log format to report frontend and backend by Willy Tarreau · 18 years ago
  58. 97de624 [MEDIUM] session logging is now defined by the frontend by Willy Tarreau · 18 years ago
  59. ddb358d [MEDIUM] tried to clean the logs up a little bit by Willy Tarreau · 18 years ago
  60. f1221aa [MEDIUM] separated nbconn into feconn and beconn by Willy Tarreau · 18 years ago
  61. 830ff45 [MAJOR] reworked ->be, ->fe and ->fi in sessions by Willy Tarreau · 18 years ago
  62. 45e73e3 [MEDIUM] move all HTTP Request-related session material to struct hreq by Willy Tarreau · 18 years ago
  63. 73de989 [MAJOR] separate sess->proxy into sess->{fe,fi,be} by Willy Tarreau · 18 years ago
  64. bf73613 [CLEANUP] added the correct cast to call localtime() by Willy Tarreau · 18 years ago
  65. fb27867 [MEDIUM] use regparm on a few tv_* functions by Willy Tarreau · 18 years ago
  66. 2b35c95 [MEDIUM] remove useless calls to gettimeofday() by Willy Tarreau · 18 years ago
  67. b17916e [CLEANUP] add a few "const char *" where appropriate by Willy Tarreau · 18 years ago
  68. b8750a8 [MEDIUM] added the "reqtarpit" and "reqitarpit" features by Willy Tarreau · 18 years ago
  69. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · 18 years ago
  70. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · 18 years ago
  71. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago