1. 91e2875 BUG/MINOR: log: free errmsg on error in cfg_parse_log_forward() by Aurelien DARRAGON · 12 months ago
  2. 1a39bd2 BUG/MINOR: log: fix multiple error paths in cfg_parse_log_forward() by Aurelien DARRAGON · 12 months ago
  3. ab89d8b BUG/MINOR: log: fix missing name error message in cfg_parse_log_forward() by Aurelien DARRAGON · 12 months ago
  4. 55446a4 BUG/MEDIUM: log: improper use of logsrv->maxlen for buffer targets by Aurelien DARRAGON · 1 year ago
  5. c242313 MINOR: sink/api: pass explicit maxlen parameter to sink_write() by Aurelien DARRAGON · 1 year ago
  6. a92de3f BUG/MINOR: log: LF upsets maxlen for UDP targets by Aurelien DARRAGON · 1 year ago
  7. 4ba4a21 BUG/MINOR: log: fix memory error handling in parse_logsrv() by Aurelien DARRAGON · 1 year, 2 months ago
  8. 1ce396c BUG/MEDIUM: log: Properly handle client aborts in syslog applet by Christopher Faulet · 1 year, 2 months ago
  9. 27272f2 BUG/MINOR: log: fix parse_log_message rfc5424 size check by Aurelien DARRAGON · 1 year, 7 months ago
  10. 5569aa9 BUG/MINOR: log: fixing bug in tcp syslog_io_handler Octet-Counting by Aurelien DARRAGON · 1 year, 8 months ago
  11. a676b48 BUG/MINOR: log: Preserve message facility when the log target is a ring buffer by Christopher Faulet · 1 year, 8 months ago
  12. a5c621a BUG/MINOR: log: improper behavior when escaping log data by Aurelien DARRAGON · 1 year, 9 months ago
  13. 9ecb3bc BUG/MAJOR: segfault using multiple log forward sections. by Emeric Brun · 2 years, 7 months ago
  14. 8551c34 BUG/MINOR: tcpcheck: Don't use arg list for default proxies during parsing by Christopher Faulet · 2 years, 9 months ago
  15. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · 3 years, 2 months ago
  16. 9f903af MEDIUM: log: slightly refine the output format of alerts/warnings/etc by Willy Tarreau · 3 years, 2 months ago
  17. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 2 months ago
  18. 1d26f22 BUG/MINOR: logs: Report the true number of retries if there was no connection by Christopher Faulet · 3 years, 3 months ago
  19. fd81848 MINOR: logs: Add support of checks as session origin to format lf strings by Christopher Faulet · 3 years, 3 months ago
  20. 0c6d1dc BUG/MINOR: listener: Handle allocation error when allocating a new bind_conf by Christopher Faulet · 3 years, 3 months ago
  21. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 3 months ago
  22. 1851572 CLEANUP: atomic: add a fetch-and-xxx variant for common operations by Willy Tarreau · 3 years, 3 months ago
  23. f509065 MEDIUM: fd: merge fdtab[].ev and state for FD_EV_* and FD_POLL_* into state by Willy Tarreau · 3 years, 3 months ago
  24. 2675490 BUG/MEDIUM: log: fix config parse error logging on stdout/stderr or any raw fd by Emeric Brun · 3 years, 3 months ago
  25. 94aab06 MEDIUM: log: support tcp or stream addresses on log lines. by Emeric Brun · 3 years, 3 months ago
  26. 9533a70 MINOR: log: register config file and line number on log servers. by Emeric Brun · 3 years, 3 months ago
  27. 7b01a8d MINOR: global: define diagnostic mode of execution by Amaury Denoyelle · 3 years, 3 months ago
  28. 581db2b MINOR: payload/config: Warn if a L6 sample fetch is used from an HTTP proxy by Christopher Faulet · 3 years, 3 months ago
  29. 433b05f MINOR: cfgparse/bind: suggest correct spelling for unknown bind keywords by Willy Tarreau · 3 years, 4 months ago
  30. 7b5777d CLEANUP: Use isttest(const struct ist) whenever possible by Tim Duesterhus · 3 years, 4 months ago
  31. 92c696e CLEANUP: Use ist2(const void*, size_t) whenever possible by Tim Duesterhus · 3 years, 4 months ago
  32. 6616132 MINOR: listener: refine the default MAX_ACCEPT from 64 to 4 by Willy Tarreau · 3 years, 4 months ago
  33. 142dd33 MINOR: muxes: Add exit status for errors about not implemented features by Christopher Faulet · 3 years, 7 months ago
  34. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 6 months ago
  35. f38a018 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 6 months ago
  36. 7f8314c MINOR: opentracing: add ARGC_OT enum by Miroslav Zagorac · 3 years, 7 months ago
  37. ce5e6bc MINOR: logs: Get the multiplexer exist status when no stream is provided by Christopher Faulet · 3 years, 9 months ago
  38. dd78921 MINOR: logs: Use session idle duration when no stream is provided by Christopher Faulet · 3 years, 9 months ago
  39. fcdfd85 MINOR: log: Logging HTTP path only with %HPO by Maciej Zdeb · 3 years, 7 months ago
  40. 0237c4e BUG/MEDIUM: local log format regression. by Emeric Brun · 3 years, 7 months ago
  41. a0133fc BUG/MINOR: log: fix risk of null deref on error path by Willy Tarreau · 3 years, 8 months ago
  42. ae32ac7 BUG/MINOR: log: fix memory leak on logsrv parse error by Willy Tarreau · 3 years, 8 months ago
  43. e140a69 MINOR: log: set the UDP receiver's I/O handler in the receiver by Willy Tarreau · 3 years, 9 months ago
  44. b0c331f BUG/MINOR: proxy/log: frontend/backend and log forward names must differ by Emeric Brun · 3 years, 9 months ago
  45. cbb7bf7 MEDIUM: log: syslog TCP support on log forward section. by Emeric Brun · 3 years, 9 months ago
  46. a39ecbd BUG/MINOR: proxy: inc req counter on new syslog messages. by Emeric Brun · 3 years, 9 months ago
  47. 5fc9328 MINOR: tools: make str2sa_range() directly return the protocol by Willy Tarreau · 3 years, 10 months ago
  48. 26ff5da MINOR: log-forward: use str2receiver() to parse the dgram-bind address by Willy Tarreau · 3 years, 10 months ago
  49. 3baec24 MEDIUM: tools: make str2sa_range() only report AF_CUST_UDP on listeners by Willy Tarreau · 3 years, 10 months ago
  50. 8959926 MINOR: log: detect LOG_TARGET_FD from the fd and not from the syntax by Willy Tarreau · 3 years, 10 months ago
  51. a93e5c7 MINOR: tools: make str2sa_range() optionally return the fd by Willy Tarreau · 3 years, 10 months ago
  52. 3281993 MINOR: tools: add several PA_O_* flags in str2sa_range() callers by Willy Tarreau · 3 years, 10 months ago
  53. 8b0fa8f MEDIUM: config: remove all checks for missing/invalid ports/ranges by Willy Tarreau · 3 years, 10 months ago
  54. 8095876 MINOR: tools: add several PA_O_PORT_* flags in str2sa_range() callers by Willy Tarreau · 3 years, 10 months ago
  55. cd3a5591 MINOR: tools: make str2sa_range() take more options than just resolve by Willy Tarreau · 3 years, 10 months ago
  56. a5b325f MINOR: protocol: add a real family for existing FDs by Willy Tarreau · 3 years, 10 months ago
  57. b743661 REORG: listener: move the listener's proto to the receiver by Willy Tarreau · 3 years, 10 months ago
  58. e1c4c80 BUG/MINOR: log: gracefully handle the "udp@" address format for log servers by Willy Tarreau · 3 years, 10 months ago
  59. 3b139e5 BUG/MEDIUM: log-forward: always quit on parsing errors by Willy Tarreau · 3 years, 10 months ago
  60. 76aaa7f MEDIUM: log-forward: use "dgram-bind" instead of "bind" for the listener by Willy Tarreau · 3 years, 10 months ago
  61. f9feec2 BUG/MINOR: log-forward: fail on unknown keywords by Willy Tarreau · 3 years, 10 months ago
  62. 6b79f38 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  63. 45c457a MINOR: log: adds counters on received syslog messages. by Emeric Brun · 4 years ago
  64. 12941c8 MEDIUM: log: adds log forwarding section. by Emeric Brun · 4 years ago
  65. 54932b4 MINOR: log: adds syslog udp message handler and parsing. by Emeric Brun · 4 years ago
  66. 5464885 MEDIUM: log/sink: re-work and merge of build message API. by Emeric Brun · 4 years ago
  67. 2f4cc28 BUG/MEDIUM: log: issue mixing sampled to not sampled log servers. by Emeric Brun · 4 years ago
  68. b4174d5 MINOR: log: Remove unused case statement during the log-format string parsing by Christopher Faulet · 4 years ago
  69. 9f9b22c MINOR: log: add time second fraction field to rfc5424 log timestamp. by Emeric Brun · 4 years ago
  70. 1e3b16f MINOR: log-format: allow to preserve spacing in log format strings by Dragan Dosen · 4 years ago
  71. 2866acf BUG/MEDIUM: log-format: fix possible endless loop in parse_logformat_string() by Dragan Dosen · 4 years ago
  72. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  73. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  74. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  75. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  76. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  77. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  78. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  79. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  80. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  81. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · 4 years, 1 month ago
  82. ba2f73d REORG: include: move sink.h to haproxy/sink{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  83. d2ad57c REORG: include: move ring to haproxy/ring{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  84. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  85. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  86. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  87. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  88. d678805 REORG: include: move version.h to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  89. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  90. fa9d780 BUG/MEDIUM: logs: fix trailing zeros on log message. by Emeric Brun · 4 years, 1 month ago
  91. 99c453d MEDIUM: ring: new section ring to declare custom ring buffers. by Emeric Brun · 4 years, 1 month ago
  92. 3b967c1 MINOR: http-htx/proxy: Add http-error directive using http return syntax by Christopher Faulet · 4 years, 2 months ago
  93. e709e1e MEDIUM: logs: buffer targets now rely on new sink_write by Emeric Brun · 4 years, 2 months ago
  94. bd16381 MEDIUM: sink: build header in sink_write for log formats by Emeric Brun · 4 years, 2 months ago
  95. 9e8ea0a BUG/MINOR: logs: prevent double line returns in some events. by Emeric Brun · 4 years, 2 months ago
  96. 57c8eb9 MINOR: log: Add "Tu" timer by Damien Claisse · 4 years, 2 months ago
  97. d2236cd MINOR: log: Don't systematically set LW_REQ when a sample expr is added by Christopher Faulet · 4 years, 3 months ago
  98. 5f94070 MINOR: log: Don't depends on a stream to process samples in log-format string by Christopher Faulet · 4 years, 3 months ago
  99. ae40dbc CLEANUP: log: fix comment of parse_logformat_string() by Ilya Shipitsin · 4 years, 3 months ago
  100. 856aabc CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 2 months ago