1. a261e9b CLEANUP: connection: remove all direct references to raw_sock and ssl_sock by Willy Tarreau · Thu Dec 22 20:44:00 2016 +0100
  2. 71a8c7c MINOR: listener: move the transport layer pointer to the bind_conf by Willy Tarreau · Wed Dec 21 22:04:54 2016 +0100
  3. 8a4e442 MEDIUM: log-format: Use standard HAProxy log system to report errors by Thierry FOURNIER / OZON.IO · Wed Nov 23 00:41:28 2016 +0100
  4. 4ed1c95 MINOR: http/conf: store the use_backend configuration file and line for logs by Thierry FOURNIER / OZON.IO · Thu Nov 24 23:57:54 2016 +0100
  5. a2c38d7 MEDIUM: log-format: strict parsing and enable fail by Thierry FOURNIER / OZON.IO · Tue Nov 22 23:11:21 2016 +0100
  6. 6fe0e1b CLEANUP: log-format: remove unused arguments by Thierry FOURNIER / OZON.IO · Tue Nov 22 22:33:24 2016 +0100
  7. bca46f0 CLEANUP: log-format: fix return code of function parse_logformat_var_args() by Thierry FOURNIER / OZON.IO · Tue Nov 22 23:13:04 2016 +0100
  8. eca4d95 CLEANUP: log-format: fix return code of the function parse_logformat_var() by Thierry FOURNIER / OZON.IO · Tue Nov 22 22:06:04 2016 +0100
  9. 9cbfef2 BUG/MINOR: log-format: uncatched memory allocation functions by Thierry FOURNIER / OZON.IO · Tue Nov 22 23:24:10 2016 +0100
  10. f7e4e7e MAJOR: spoe: Add an experimental Stream Processing Offload Engine by Christopher Faulet · Thu Oct 27 22:29:49 2016 +0200
  11. 4cac359 MEDIUM: log: Decompose %Tq in %Th %Ti %TR by Thierry FOURNIER / OZON.IO · Thu Jul 28 17:19:45 2016 +0200
  12. 077edcb BUILD: log: iovec requires to include sys/uio.h on OpenBSD by Willy Tarreau · Wed Aug 10 18:30:56 2016 +0200
  13. db1b6f9 BUG/MEDIUM: log: use function "escape_string" instead of "escape_chunk" by Dragan Dosen · Mon Jul 25 11:35:02 2016 +0200
  14. 27b639d MINOR: log: add the %Td log-format specifier by Willy Tarreau · Tue May 17 17:55:27 2016 +0200
  15. 54e439f BUG/MINOR: log: fix a typo that would cause %HP to log <BADREQ> by Nenad Merdanovic · Tue Apr 26 01:39:02 2016 +0200
  16. 57bc891 BUG/MEDIUM: log: fix risk of segfault when logging HTTP fields in TCP mode by Willy Tarreau · Mon Apr 25 17:09:40 2016 +0200
  17. 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · Sun Apr 03 13:48:43 2016 +0200
  18. e2e5bde BUG/MINOR: log: Don't use strftime() which can clobber timezone if chrooted by Benoit GARNIER · Sun Mar 27 03:04:16 2016 +0200
  19. b413c2a BUG/MINOR: log: GMT offset not updated when entering/leaving DST by Benoit GARNIER · Sun Mar 27 11:08:03 2016 +0200
  20. 835b921 MEDIUM: log: add a new log format flag "E" by Dragan Dosen · Fri Feb 12 13:23:03 2016 +0100
  21. 17def46 BUG/MEDIUM: logs: fix time zone offset format in RFC5424 by Dragan Dosen · Fri Oct 09 21:31:43 2015 +0200
  22. 43885c7 BUG/MEDIUM: logs: segfault writing to log from Lua by Dragan Dosen · Thu Oct 01 13:18:13 2015 +0200
  23. 5b78d9b MEDIUM: logs: pass the trailing "\n" as an iovec by Dragan Dosen · Mon Sep 28 16:01:03 2015 +0200
  24. c8cfa7b MEDIUM: logs: have global.log_send_hostname not contain the trailing space by Dragan Dosen · Mon Sep 28 13:28:21 2015 +0200
  25. 0b85ece MEDIUM: logs: add a new RFC5424 log-format for the structured-data by Dragan Dosen · Fri Sep 25 19:17:44 2015 +0200
  26. 1322d09 MEDIUM: logs: add support for RFC5424 header format per logger by Dragan Dosen · Tue Sep 22 16:05:32 2015 +0200
  27. 68d2e3a MEDIUM: logs: remove the hostname, tag and pid part from the logheader by Dragan Dosen · Sat Sep 19 22:35:44 2015 +0200
  28. 59cee97 MEDIUM: log: use a separate buffer for the header and for the message by Dragan Dosen · Sat Sep 19 22:09:02 2015 +0200
  29. 609ac2a MEDIUM: log: replace sendto() with sendmsg() in __send_log() by Dragan Dosen · Wed Sep 16 18:25:42 2015 +0200
  30. 136f9d3 MINOR: samples: rename union from "data" to "u" by Thierry FOURNIER · Wed Aug 19 09:07:19 2015 +0200
  31. 8c542ca MEDIUM: samples: Use the "struct sample_data" in the "struct sample" by Thierry FOURNIER · Wed Aug 19 09:00:18 2015 +0200
  32. e63ac87 MINOR: log: Add log-format variable %HQ, to log HTTP query strings by Andrew Hayworth · Fri Jul 31 16:14:16 2015 +0000
  33. 28d976d MINOR: args: add new context for servers by Willy Tarreau · Thu Jul 09 11:39:33 2015 +0200
  34. 53e1a6d BUG/MINOR: log: missing some ARGC_* entries in fmt_directives() by Willy Tarreau · Thu Jul 09 11:20:00 2015 +0200
  35. 79beb24 CLEANUP: sample: generalize sample_fetch_string() as sample_fetch_as_type() by Adis Nezirovic · Mon Jul 06 15:41:02 2015 +0200
  36. b7636d1 BUG/MEDIUM: logs: fix improper systematic use of quotes with a few tags by Willy Tarreau · Wed Jun 17 19:58:02 2015 +0200
  37. 0ebc55f MEDIUM: logs: Add HTTP request-line log format directives by Andrew Hayworth · Mon Apr 27 21:37:03 2015 +0000
  38. 192252e MAJOR: sample: pass a pointer to the session to each sample fetch function by Willy Tarreau · Sat Apr 04 01:47:55 2015 +0200
  39. 15e91e1 MAJOR: sample: don't pass l7 anymore to sample fetch functions by Willy Tarreau · Sat Apr 04 00:52:09 2015 +0200
  40. eee5b51 MAJOR: http: move http_txn out of struct stream by Willy Tarreau · Fri Apr 03 23:46:31 2015 +0200
  41. cb7dd01 MEDIUM: http: move header captures from http_txn to struct stream by Willy Tarreau · Fri Apr 03 22:16:32 2015 +0200
  42. 9ad7bd4 MEDIUM: session: use the pointer to the origin instead of s->si[0].end by Willy Tarreau · Fri Apr 03 19:19:59 2015 +0200
  43. e36cbcb MEDIUM: stream: move the frontend's pointer to the session by Willy Tarreau · Fri Apr 03 15:40:56 2015 +0200
  44. fb0afa7 MEDIUM: stream: move the listener's pointer to the session by Willy Tarreau · Fri Apr 03 14:46:27 2015 +0200
  45. e7dff02 REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* by Willy Tarreau · Fri Apr 03 01:14:29 2015 +0200
  46. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · Fri Apr 03 00:22:06 2015 +0200
  47. 350f487 CLEANUP: session: simplify references to chn_{prod,cons}(&s->{req,res}) by Willy Tarreau · Fri Nov 28 14:42:25 2014 +0100
  48. 7379653 REORG/MEDIUM: channel: only use chn_prod / chn_cons to find stream-interfaces by Willy Tarreau · Fri Nov 28 14:10:28 2014 +0100
  49. 22ec1ea REORG/MAJOR: move session's req and resp channels back into the session by Willy Tarreau · Thu Nov 27 20:45:39 2014 +0100
  50. e83766a BUG/MINOR: log: segfault if there are no proxy reference by Thierry FOURNIER · Mon Mar 09 17:10:29 2015 +0100
  51. 8c97ab5 BUG/MAJOR: log: don't try to emit a log if no logger is set by Willy Tarreau · Thu Jan 15 16:29:53 2015 +0100
  52. 094af4e MINOR: logs: add a new per-proxy "log-tag" directive by Willy Tarreau · Wed Jan 07 15:03:42 2015 +0100
  53. 7346acb MINOR: log: add a new field "%lc" to implement a per-frontend log counter by Willy Tarreau · Thu Aug 28 15:03:15 2014 +0200
  54. 18324f5 MEDIUM: log: support a user-configurable max log line length by Willy Tarreau · Fri Jun 27 18:10:07 2014 +0200
  55. c7c7be2 BUG/MINOR: logs: properly initialize and count log sockets by Willy Tarreau · Mon Jun 23 18:07:15 2014 +0200
  56. d9ed3d2 MINOR: logs: don't limit HTTP header captures to HTTP frontends by Willy Tarreau · Fri Jun 13 12:23:06 2014 +0200
  57. 4bf9963 MINOR: log: allow the HTTP status code to be logged even in TCP frontends by Willy Tarreau · Fri Jun 13 12:21:40 2014 +0200
  58. 1be6910 BUG/MINOR: log: Don't dump empty unique-id by Thierry FOURNIER · Tue Apr 15 01:38:48 2014 +0200
  59. eeaa951 MINOR: configuration: File and line propagation by Thierry FOURNIER · Tue Feb 11 14:00:19 2014 +0100
  60. d048d8b BUG/MINOR: http: fix encoding of samples used in http headers by Thierry FOURNIER · Thu Mar 13 16:46:18 2014 +0100
  61. da5d4a5 BUG/MINOR: log: The log of quotted capture header has been terminated by 2 quotes. by Thierry FOURNIER · Thu Mar 13 16:55:01 2014 +0100
  62. 65ad6e1 MINOR: http: capture.req.method and capture.req.uri by William Lallemand · Fri Jan 31 15:08:02 2014 +0100
  63. 1f0da24 BUG/MEDIUM: unique_id: HTTP request counter is not stable by Willy Tarreau · Sat Jan 25 11:01:50 2014 +0100
  64. 0f28f82 BUILD: log: fix build warning on Solaris by Willy Tarreau · Mon Dec 16 01:38:33 2013 +0100
  65. 975c178 MINOR: sample: make sample_parse_expr() use memprintf() to report parse errors by Willy Tarreau · Thu Dec 12 23:16:54 2013 +0100
  66. b363a1f MAJOR: stream-int: stop using si->conn and use si->end instead by Willy Tarreau · Tue Oct 01 10:45:07 2013 +0200
  67. 9eba36b BUILD: log: silent a warning about isblank() with latest patches by Willy Tarreau · Tue Dec 03 00:51:09 2013 +0100
  68. d18cd0f MEDIUM: http: The redirect strings follows the log format rules. by Thierry FOURNIER · Fri Nov 29 12:15:45 2013 +0100
  69. 06d97f9 MEDIUM: log-format: relax parsing of '%' followed by unsupported characters by Willy Tarreau · Mon Dec 02 17:45:48 2013 +0100
  70. bf0addb BUG/MINOR: log: fix log-format parsing errors by Willy Tarreau · Mon Dec 02 12:24:54 2013 +0100
  71. 1c0054f BUG/MINOR: arg: fix error reporting for add-header/set-header sample fetch arguments by Thierry FOURNIER · Wed Nov 20 15:09:52 2013 +0100
  72. afeb987 BUG/MINOR: log: junk at the end of syslog packet by William Lallemand · Fri Aug 30 14:17:46 2013 +0200
  73. 5b7ea3a BUG/MEDIUM: unique_id: junk in log on empty unique_id by William Lallemand · Wed Aug 28 15:44:19 2013 +0200
  74. 9f09521 BUG/MEDIUM: unique_id: HTTP request counter must be unique! by Willy Tarreau · Tue Aug 13 17:51:07 2013 +0200
  75. abcd514 MEDIUM: log: add a log level override value in struct session by Willy Tarreau · Tue Jun 11 17:18:02 2013 +0200
  76. 570f221 MINOR: log: add a new flag 'L' for locally processed requests by Willy Tarreau · Mon Jun 10 16:42:09 2013 +0200
  77. b1f3af2 MEDIUM: log: report file name, line number, and directive name with log-format errors by Willy Tarreau · Fri Apr 12 18:30:32 2013 +0200
  78. a4312fa MAJOR: sample: maintain a per-proxy list of the fetch args to resolve by Willy Tarreau · Tue Apr 02 16:34:32 2013 +0200
  79. 25320b2 MEDIUM: proxy: remove acl_requires and just keep a flag "http_needed" by Willy Tarreau · Sun Mar 24 07:22:08 2013 +0100
  80. 434c57c MINOR: log: indicate it when some unreliable sample fetches are logged by Willy Tarreau · Tue Jan 08 01:10:24 2013 +0100
  81. 80aca90 MEDIUM: samples: use new flags to describe compatibility between fetches and their usages by Willy Tarreau · Mon Jan 07 15:42:20 2013 +0100
  82. 6cbbdbf BUG/MEDIUM: log: emit '-' for empty fields again by Willy Tarreau · Tue Feb 05 18:52:25 2013 +0100
  83. 9e60cd8 BUG/MINOR: log: improper NULL return check on utoa_pad() by Willy Tarreau · Thu Jan 24 01:18:16 2013 +0100
  84. 1f31c73 BUG/MINOR: log: temporary fix for lost SSL info in some situations by Willy Tarreau · Thu Jan 10 16:22:27 2013 +0100
  85. 886bb33 BUILD: log: unused variable svid by Willy Tarreau · Fri Dec 28 14:46:45 2012 +0100
  86. d79a3b2 BUG/MINOR: log: make log-format, unique-id-format and add-header more independant by Willy Tarreau · Fri Dec 28 09:40:16 2012 +0100
  87. df97447 BUG/MINOR: http: http-request add-header emits a corrupted header by Willy Tarreau · Fri Dec 28 02:44:01 2012 +0100
  88. b83bc1e MINOR: log: make parse_logformat_string() take a const char * by Willy Tarreau · Mon Dec 24 12:36:33 2012 +0100
  89. 3ed22a4 BUG/MINOR: log: fix regression introduced by commit 8a3f52 by Willy Tarreau · Sun Dec 23 17:29:07 2012 +0100
  90. c836845 MEDIUM: log: add the ability to include samples in logs by Willy Tarreau · Fri Dec 21 00:09:23 2012 +0100
  91. 2b0108a MINOR: log: add lf_text_len by Willy Tarreau · Fri Dec 21 19:23:44 2012 +0100
  92. 8a3f52f MEDIUM: log-format: make the format parser more robust and more extensible by Willy Tarreau · Thu Dec 20 21:23:42 2012 +0100
  93. a357166 BUG/MINOR: log: add_to_logformat_list() used the wrong constants by Willy Tarreau · Thu Dec 20 21:59:12 2012 +0100
  94. 2beef58 MEDIUM: log: change a few log tokens to make them easier to remember by Willy Tarreau · Thu Dec 20 17:22:52 2012 +0100
  95. 254d44c BUG/MEDIUM: log: fix possible segfault during config parsing by Willy Tarreau · Thu Dec 20 18:19:26 2012 +0100
  96. c5259fd MINOR: log: add a tag for amount of bytes uploaded from client to server by Willy Tarreau · Thu Dec 20 15:38:04 2012 +0100
  97. 54a08d3 BUG: connection: fix typo in previous commit by Willy Tarreau · Mon Nov 12 01:14:56 2012 +0100
  98. 3fdb366 MAJOR: connection: replace struct target with a pointer to an enum by Willy Tarreau · Mon Nov 12 00:42:33 2012 +0100
  99. 4e25b01 MINOR: log: add '%Tl' to log-format by Yuxans Yao · Fri Oct 19 10:36:09 2012 +0800
  100. f2943dc MAJOR: session: detach the connections from the stream interfaces by Willy Tarreau · Fri Oct 26 20:10:28 2012 +0200