1. 5554264 REORG: time: move time-keeping code and variables to clock.c by Willy Tarreau · Fri Oct 08 09:33:24 2021 +0200
  2. b7fc4c4 BUILD: tree-wide: add missing http_ana.h from many places by Willy Tarreau · Wed Oct 06 18:56:42 2021 +0200
  3. eaba25d BUG/MINOR: tcpcheck: Don't use arg list for default proxies during parsing by Christopher Faulet · Thu Sep 30 16:22:51 2021 +0200
  4. 1fe0fad MINOR: ssl: Rename ssl_bc_hsk_err to ssl_bc_err by Remi Tricot-Le Breton · Wed Sep 29 18:56:52 2021 +0200
  5. a015b3e MINOR: log: Try to get the status code when MUX_EXIT_STATUS is retrieved by Christopher Faulet · Tue Sep 28 11:36:28 2021 +0200
  6. 1655424 CLEANUP: Apply bug_on.cocci by Tim Duesterhus · Wed Sep 15 13:58:49 2021 +0200
  7. 20b7a0f MINOR: log: make log-format expressions completely usable outside of req/resp by Willy Tarreau · Fri Sep 03 08:53:29 2021 +0200
  8. fe21fe7 MINOR: log: Add new "error-log-format" option by Remi Tricot-Le Breton · Tue Aug 31 12:08:52 2021 +0200
  9. 98b930d MINOR: ssl: Define a default https log format by Remi Tricot-Le Breton · Thu Jul 29 09:45:52 2021 +0200
  10. c453f95 MINOR: http: use http uri parser for path by Amaury Denoyelle · Tue Jul 06 11:40:12 2021 +0200
  11. 2a651e2 BUILD: log: remove unused fmt_directive() by Willy Tarreau · Fri Jun 11 17:32:03 2021 +0200
  12. fd6ab66 MINOR: log: remove the long-deprecated early log-format tags by Willy Tarreau · Fri Jun 11 15:37:45 2021 +0200
  13. ce986e1 REORG: errors: split errors reporting function from log.c by Amaury Denoyelle · Fri Jun 04 11:20:32 2021 +0200
  14. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · Fri May 07 11:38:37 2021 +0200
  15. 9f903af MEDIUM: log: slightly refine the output format of alerts/warnings/etc by Willy Tarreau · Fri May 07 08:42:39 2021 +0200
  16. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  17. 1d26f22 BUG/MINOR: logs: Report the true number of retries if there was no connection by Christopher Faulet · Fri Apr 16 11:24:20 2021 +0200
  18. fd81848 MINOR: logs: Add support of checks as session origin to format lf strings by Christopher Faulet · Wed Apr 14 14:01:41 2021 +0200
  19. 0c6d1dc BUG/MINOR: listener: Handle allocation error when allocating a new bind_conf by Christopher Faulet · Mon Apr 12 16:56:37 2021 +0200
  20. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · Tue Apr 06 13:53:36 2021 +0200
  21. 1851572 CLEANUP: atomic: add a fetch-and-xxx variant for common operations by Willy Tarreau · Tue Apr 06 11:57:41 2021 +0200
  22. f509065 MEDIUM: fd: merge fdtab[].ev and state for FD_EV_* and FD_POLL_* into state by Willy Tarreau · Tue Apr 06 17:23:40 2021 +0200
  23. 2675490 BUG/MEDIUM: log: fix config parse error logging on stdout/stderr or any raw fd by Emeric Brun · Wed Apr 07 14:26:44 2021 +0200
  24. 94aab06 MEDIUM: log: support tcp or stream addresses on log lines. by Emeric Brun · Fri Apr 02 10:41:36 2021 +0200
  25. 9533a70 MINOR: log: register config file and line number on log servers. by Emeric Brun · Fri Apr 02 10:13:43 2021 +0200
  26. 7b01a8d MINOR: global: define diagnostic mode of execution by Amaury Denoyelle · Mon Mar 29 10:29:07 2021 +0200
  27. 581db2b MINOR: payload/config: Warn if a L6 sample fetch is used from an HTTP proxy by Christopher Faulet · Fri Mar 26 10:02:46 2021 +0100
  28. 433b05f MINOR: cfgparse/bind: suggest correct spelling for unknown bind keywords by Willy Tarreau · Fri Mar 12 10:14:07 2021 +0100
  29. 7b5777d CLEANUP: Use isttest(const struct ist) whenever possible by Tim Duesterhus · Tue Mar 02 18:57:28 2021 +0100
  30. 92c696e CLEANUP: Use ist2(const void*, size_t) whenever possible by Tim Duesterhus · Sun Feb 28 16:11:36 2021 +0100
  31. 6616132 MINOR: listener: refine the default MAX_ACCEPT from 64 to 4 by Willy Tarreau · Fri Feb 19 15:50:27 2021 +0100
  32. 142dd33 MINOR: muxes: Add exit status for errors about not implemented features by Christopher Faulet · Mon Dec 07 11:24:37 2020 +0100
  33. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · Sat Jan 02 22:31:53 2021 +0100
  34. f38a018 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Mon Dec 21 01:16:17 2020 +0500
  35. 7f8314c MINOR: opentracing: add ARGC_OT enum by Miroslav Zagorac · Wed Dec 09 16:31:48 2020 +0100
  36. ce5e6bc MINOR: logs: Get the multiplexer exist status when no stream is provided by Christopher Faulet · Tue Oct 06 15:11:43 2020 +0200
  37. dd78921 MINOR: logs: Use session idle duration when no stream is provided by Christopher Faulet · Wed Sep 30 15:10:07 2020 +0200
  38. fcdfd85 MINOR: log: Logging HTTP path only with %HPO by Maciej Zdeb · Mon Nov 30 18:27:47 2020 +0000
  39. 0237c4e BUG/MEDIUM: local log format regression. by Emeric Brun · Fri Nov 27 16:24:34 2020 +0100
  40. a0133fc BUG/MINOR: log: fix risk of null deref on error path by Willy Tarreau · Tue Oct 27 10:35:32 2020 +0100
  41. ae32ac7 BUG/MINOR: log: fix memory leak on logsrv parse error by Willy Tarreau · Tue Oct 27 09:51:37 2020 +0100
  42. e140a69 MINOR: log: set the UDP receiver's I/O handler in the receiver by Willy Tarreau · Thu Oct 15 21:25:32 2020 +0200
  43. b0c331f BUG/MINOR: proxy/log: frontend/backend and log forward names must differ by Emeric Brun · Wed Oct 07 17:05:59 2020 +0200
  44. cbb7bf7 MEDIUM: log: syslog TCP support on log forward section. by Emeric Brun · Mon Oct 05 14:39:35 2020 +0200
  45. a39ecbd BUG/MINOR: proxy: inc req counter on new syslog messages. by Emeric Brun · Mon Oct 05 14:33:12 2020 +0200
  46. 5fc9328 MINOR: tools: make str2sa_range() directly return the protocol by Willy Tarreau · Wed Sep 16 18:25:03 2020 +0200
  47. 26ff5da MINOR: log-forward: use str2receiver() to parse the dgram-bind address by Willy Tarreau · Wed Sep 16 15:22:19 2020 +0200
  48. 3baec24 MEDIUM: tools: make str2sa_range() only report AF_CUST_UDP on listeners by Willy Tarreau · Wed Sep 16 20:35:12 2020 +0200
  49. 8959926 MINOR: log: detect LOG_TARGET_FD from the fd and not from the syntax by Willy Tarreau · Tue Sep 15 14:03:26 2020 +0200
  50. a93e5c7 MINOR: tools: make str2sa_range() optionally return the fd by Willy Tarreau · Tue Sep 15 14:01:16 2020 +0200
  51. 3281993 MINOR: tools: add several PA_O_* flags in str2sa_range() callers by Willy Tarreau · Fri Sep 04 15:53:16 2020 +0200
  52. 8b0fa8f MEDIUM: config: remove all checks for missing/invalid ports/ranges by Willy Tarreau · Tue Sep 15 11:52:23 2020 +0200
  53. 8095876 MINOR: tools: add several PA_O_PORT_* flags in str2sa_range() callers by Willy Tarreau · Tue Sep 15 10:30:39 2020 +0200
  54. cd3a5591 MINOR: tools: make str2sa_range() take more options than just resolve by Willy Tarreau · Fri Sep 04 15:30:46 2020 +0200
  55. a5b325f MINOR: protocol: add a real family for existing FDs by Willy Tarreau · Fri Sep 04 16:44:20 2020 +0200
  56. b743661 REORG: listener: move the listener's proto to the receiver by Willy Tarreau · Fri Aug 28 19:51:44 2020 +0200
  57. e1c4c80 BUG/MINOR: log: gracefully handle the "udp@" address format for log servers by Willy Tarreau · Wed Sep 16 19:58:34 2020 +0200
  58. 3b139e5 BUG/MEDIUM: log-forward: always quit on parsing errors by Willy Tarreau · Wed Sep 16 16:24:14 2020 +0200
  59. 76aaa7f MEDIUM: log-forward: use "dgram-bind" instead of "bind" for the listener by Willy Tarreau · Wed Sep 16 15:07:22 2020 +0200
  60. f9feec2 BUG/MINOR: log-forward: fail on unknown keywords by Willy Tarreau · Wed Sep 16 15:04:33 2020 +0200
  61. 6b79f38 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Thu Jul 23 00:32:55 2020 +0500
  62. 45c457a MINOR: log: adds counters on received syslog messages. by Emeric Brun · Thu Jul 09 23:23:34 2020 +0200
  63. 12941c8 MEDIUM: log: adds log forwarding section. by Emeric Brun · Tue Jul 07 14:19:42 2020 +0200
  64. 54932b4 MINOR: log: adds syslog udp message handler and parsing. by Emeric Brun · Tue Jul 07 09:43:24 2020 +0200
  65. 5464885 MEDIUM: log/sink: re-work and merge of build message API. by Emeric Brun · Mon Jul 06 15:54:06 2020 +0200
  66. 2f4cc28 BUG/MEDIUM: log: issue mixing sampled to not sampled log servers. by Emeric Brun · Fri Jul 10 15:47:11 2020 +0200
  67. b4174d5 MINOR: log: Remove unused case statement during the log-format string parsing by Christopher Faulet · Mon Jul 06 19:03:25 2020 +0200
  68. 9f9b22c MINOR: log: add time second fraction field to rfc5424 log timestamp. by Emeric Brun · Thu Jul 02 16:16:59 2020 +0200
  69. 1e3b16f MINOR: log-format: allow to preserve spacing in log format strings by Dragan Dosen · Tue Jun 23 18:16:44 2020 +0200
  70. 2866acf BUG/MEDIUM: log-format: fix possible endless loop in parse_logformat_string() by Dragan Dosen · Tue Jun 30 21:16:43 2020 +0200
  71. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  72. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  73. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200
  74. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  75. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · Thu Jun 04 20:30:20 2020 +0200
  76. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · Thu Jun 04 20:19:54 2020 +0200
  77. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · Thu Jun 04 19:42:41 2020 +0200
  78. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
  79. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · Thu Jun 04 15:33:47 2020 +0200
  80. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · Thu Jun 04 11:23:07 2020 +0200
  81. ba2f73d REORG: include: move sink.h to haproxy/sink{,-t}.h by Willy Tarreau · Wed Jun 03 20:02:28 2020 +0200
  82. d2ad57c REORG: include: move ring to haproxy/ring{,-t}.h by Willy Tarreau · Wed Jun 03 19:43:35 2020 +0200
  83. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · Wed Jun 03 19:33:00 2020 +0200
  84. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · Wed Jun 03 18:09:46 2020 +0200
  85. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · Tue Jun 02 19:11:26 2020 +0200
  86. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · Mon Jun 01 11:05:15 2020 +0200
  87. d678805 REORG: include: move version.h to haproxy/ by Willy Tarreau · Wed May 27 15:59:00 2020 +0200
  88. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200
  89. fa9d780 BUG/MEDIUM: logs: fix trailing zeros on log message. by Emeric Brun · Thu May 28 14:21:33 2020 +0200
  90. 99c453d MEDIUM: ring: new section ring to declare custom ring buffers. by Emeric Brun · Mon May 25 15:01:04 2020 +0200
  91. 3b967c1 MINOR: http-htx/proxy: Add http-error directive using http return syntax by Christopher Faulet · Fri May 15 15:47:44 2020 +0200
  92. e709e1e MEDIUM: logs: buffer targets now rely on new sink_write by Emeric Brun · Wed May 06 17:23:59 2020 +0200
  93. bd16381 MEDIUM: sink: build header in sink_write for log formats by Emeric Brun · Wed May 06 14:33:46 2020 +0200
  94. 9e8ea0a BUG/MINOR: logs: prevent double line returns in some events. by Emeric Brun · Tue May 12 19:33:15 2020 +0200
  95. 57c8eb9 MINOR: log: Add "Tu" timer by Damien Claisse · Tue Apr 28 12:09:19 2020 +0000
  96. d2236cd MINOR: log: Don't systematically set LW_REQ when a sample expr is added by Christopher Faulet · Mon Apr 06 18:29:14 2020 +0200
  97. 5f94070 MINOR: log: Don't depends on a stream to process samples in log-format string by Christopher Faulet · Mon Apr 06 10:40:02 2020 +0200
  98. ae40dbc CLEANUP: log: fix comment of parse_logformat_string() by Ilya Shipitsin · Sat Apr 04 12:59:53 2020 +0500
  99. 856aabc CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Thu Apr 16 23:51:34 2020 +0500
  100. bb86986 MINOR: init: report the haproxy version and executable path once on errors by Willy Tarreau · Thu Apr 16 10:52:41 2020 +0200