1. f509065 MEDIUM: fd: merge fdtab[].ev and state for FD_EV_* and FD_POLL_* into state by Willy Tarreau · 3 years, 3 months ago
  2. 2675490 BUG/MEDIUM: log: fix config parse error logging on stdout/stderr or any raw fd by Emeric Brun · 3 years, 3 months ago
  3. 94aab06 MEDIUM: log: support tcp or stream addresses on log lines. by Emeric Brun · 3 years, 3 months ago
  4. 9533a70 MINOR: log: register config file and line number on log servers. by Emeric Brun · 3 years, 3 months ago
  5. 7b01a8d MINOR: global: define diagnostic mode of execution by Amaury Denoyelle · 3 years, 3 months ago
  6. 581db2b MINOR: payload/config: Warn if a L6 sample fetch is used from an HTTP proxy by Christopher Faulet · 3 years, 3 months ago
  7. 433b05f MINOR: cfgparse/bind: suggest correct spelling for unknown bind keywords by Willy Tarreau · 3 years, 4 months ago
  8. 7b5777d CLEANUP: Use isttest(const struct ist) whenever possible by Tim Duesterhus · 3 years, 4 months ago
  9. 92c696e CLEANUP: Use ist2(const void*, size_t) whenever possible by Tim Duesterhus · 3 years, 4 months ago
  10. 6616132 MINOR: listener: refine the default MAX_ACCEPT from 64 to 4 by Willy Tarreau · 3 years, 4 months ago
  11. 142dd33 MINOR: muxes: Add exit status for errors about not implemented features by Christopher Faulet · 3 years, 7 months ago
  12. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 6 months ago
  13. f38a018 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 6 months ago
  14. 7f8314c MINOR: opentracing: add ARGC_OT enum by Miroslav Zagorac · 3 years, 7 months ago
  15. ce5e6bc MINOR: logs: Get the multiplexer exist status when no stream is provided by Christopher Faulet · 3 years, 9 months ago
  16. dd78921 MINOR: logs: Use session idle duration when no stream is provided by Christopher Faulet · 3 years, 9 months ago
  17. fcdfd85 MINOR: log: Logging HTTP path only with %HPO by Maciej Zdeb · 3 years, 7 months ago
  18. 0237c4e BUG/MEDIUM: local log format regression. by Emeric Brun · 3 years, 7 months ago
  19. a0133fc BUG/MINOR: log: fix risk of null deref on error path by Willy Tarreau · 3 years, 8 months ago
  20. ae32ac7 BUG/MINOR: log: fix memory leak on logsrv parse error by Willy Tarreau · 3 years, 8 months ago
  21. e140a69 MINOR: log: set the UDP receiver's I/O handler in the receiver by Willy Tarreau · 3 years, 9 months ago
  22. b0c331f BUG/MINOR: proxy/log: frontend/backend and log forward names must differ by Emeric Brun · 3 years, 9 months ago
  23. cbb7bf7 MEDIUM: log: syslog TCP support on log forward section. by Emeric Brun · 3 years, 9 months ago
  24. a39ecbd BUG/MINOR: proxy: inc req counter on new syslog messages. by Emeric Brun · 3 years, 9 months ago
  25. 5fc9328 MINOR: tools: make str2sa_range() directly return the protocol by Willy Tarreau · 3 years, 10 months ago
  26. 26ff5da MINOR: log-forward: use str2receiver() to parse the dgram-bind address by Willy Tarreau · 3 years, 10 months ago
  27. 3baec24 MEDIUM: tools: make str2sa_range() only report AF_CUST_UDP on listeners by Willy Tarreau · 3 years, 10 months ago
  28. 8959926 MINOR: log: detect LOG_TARGET_FD from the fd and not from the syntax by Willy Tarreau · 3 years, 10 months ago
  29. a93e5c7 MINOR: tools: make str2sa_range() optionally return the fd by Willy Tarreau · 3 years, 10 months ago
  30. 3281993 MINOR: tools: add several PA_O_* flags in str2sa_range() callers by Willy Tarreau · 3 years, 10 months ago
  31. 8b0fa8f MEDIUM: config: remove all checks for missing/invalid ports/ranges by Willy Tarreau · 3 years, 10 months ago
  32. 8095876 MINOR: tools: add several PA_O_PORT_* flags in str2sa_range() callers by Willy Tarreau · 3 years, 10 months ago
  33. cd3a5591 MINOR: tools: make str2sa_range() take more options than just resolve by Willy Tarreau · 3 years, 10 months ago
  34. a5b325f MINOR: protocol: add a real family for existing FDs by Willy Tarreau · 3 years, 10 months ago
  35. b743661 REORG: listener: move the listener's proto to the receiver by Willy Tarreau · 3 years, 10 months ago
  36. e1c4c80 BUG/MINOR: log: gracefully handle the "udp@" address format for log servers by Willy Tarreau · 3 years, 10 months ago
  37. 3b139e5 BUG/MEDIUM: log-forward: always quit on parsing errors by Willy Tarreau · 3 years, 10 months ago
  38. 76aaa7f MEDIUM: log-forward: use "dgram-bind" instead of "bind" for the listener by Willy Tarreau · 3 years, 10 months ago
  39. f9feec2 BUG/MINOR: log-forward: fail on unknown keywords by Willy Tarreau · 3 years, 10 months ago
  40. 6b79f38 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  41. 45c457a MINOR: log: adds counters on received syslog messages. by Emeric Brun · 4 years ago
  42. 12941c8 MEDIUM: log: adds log forwarding section. by Emeric Brun · 4 years ago
  43. 54932b4 MINOR: log: adds syslog udp message handler and parsing. by Emeric Brun · 4 years ago
  44. 5464885 MEDIUM: log/sink: re-work and merge of build message API. by Emeric Brun · 4 years ago
  45. 2f4cc28 BUG/MEDIUM: log: issue mixing sampled to not sampled log servers. by Emeric Brun · 4 years ago
  46. b4174d5 MINOR: log: Remove unused case statement during the log-format string parsing by Christopher Faulet · 4 years ago
  47. 9f9b22c MINOR: log: add time second fraction field to rfc5424 log timestamp. by Emeric Brun · 4 years ago
  48. 1e3b16f MINOR: log-format: allow to preserve spacing in log format strings by Dragan Dosen · 4 years ago
  49. 2866acf BUG/MEDIUM: log-format: fix possible endless loop in parse_logformat_string() by Dragan Dosen · 4 years ago
  50. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  51. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  52. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  53. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  54. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  55. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  56. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  57. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  58. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  59. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · 4 years, 1 month ago
  60. ba2f73d REORG: include: move sink.h to haproxy/sink{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  61. d2ad57c REORG: include: move ring to haproxy/ring{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  62. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  63. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  64. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  65. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  66. d678805 REORG: include: move version.h to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  67. 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
  68. fa9d780 BUG/MEDIUM: logs: fix trailing zeros on log message. by Emeric Brun · 4 years, 1 month ago
  69. 99c453d MEDIUM: ring: new section ring to declare custom ring buffers. by Emeric Brun · 4 years, 1 month ago
  70. 3b967c1 MINOR: http-htx/proxy: Add http-error directive using http return syntax by Christopher Faulet · 4 years, 2 months ago
  71. e709e1e MEDIUM: logs: buffer targets now rely on new sink_write by Emeric Brun · 4 years, 2 months ago
  72. bd16381 MEDIUM: sink: build header in sink_write for log formats by Emeric Brun · 4 years, 2 months ago
  73. 9e8ea0a BUG/MINOR: logs: prevent double line returns in some events. by Emeric Brun · 4 years, 2 months ago
  74. 57c8eb9 MINOR: log: Add "Tu" timer by Damien Claisse · 4 years, 2 months ago
  75. d2236cd MINOR: log: Don't systematically set LW_REQ when a sample expr is added by Christopher Faulet · 4 years, 3 months ago
  76. 5f94070 MINOR: log: Don't depends on a stream to process samples in log-format string by Christopher Faulet · 4 years, 3 months ago
  77. ae40dbc CLEANUP: log: fix comment of parse_logformat_string() by Ilya Shipitsin · 4 years, 3 months ago
  78. 856aabc CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  79. bb86986 MINOR: init: report the haproxy version and executable path once on errors by Willy Tarreau · 4 years, 3 months ago
  80. bebd212 MINOR: init: report in "haproxy -c" whether there were warnings or not by Willy Tarreau · 4 years, 3 months ago
  81. cf6e0c8 MEDIUM: proxy_protocol: Support sending unique IDs using PPv2 by Tim Duesterhus · 4 years, 4 months ago
  82. a17e662 MEDIUM: stream: Make the `unique_id` member of `struct stream` a `struct ist` by Tim Duesterhus · 4 years, 4 months ago
  83. 2825b4b MINOR: stream: Use stream_generate_unique_id by Tim Duesterhus · 4 years, 4 months ago
  84. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · 4 years, 4 months ago
  85. cd0d2ed MEDIUM: log-format: make the LF parser aware of sample expressions' end by Willy Tarreau · 4 years, 5 months ago
  86. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · 4 years, 5 months ago
  87. 51013e8 BUG/MINOR: log: fix minor resource leaks on logformat error path by Willy Tarreau · 4 years, 7 months ago
  88. 869efd5 BUG/MINOR: log: make "show startup-log" use a ring buffer instead by Willy Tarreau · 4 years, 8 months ago
  89. 5c6fefc MINOR: log: Provide a function to emit a log for an application by Christopher Faulet · 5 years ago
  90. c046d16 MEDIUM: log: add support for logging to a ring buffer by Willy Tarreau · 4 years, 10 months ago
  91. f3dc30f MINOR: log: add a target type instead of hacking the address family by Willy Tarreau · 4 years, 10 months ago
  92. d52a7f8 MEDIUM: log: use the new generic fd_write_frag_line() function by Willy Tarreau · 4 years, 10 months ago
  93. 7e9776a MINOR: fd/log/sink: make the non-blocking initialization depend on the initialized bit by Willy Tarreau · 4 years, 10 months ago
  94. 9fbcb7e BUG/MINOR: log: make sure writev() is not interrupted on a file output by Willy Tarreau · 5 years ago
  95. 6c6365f MINOR: log: use conn->{src,dst} instead of conn->addr.{from,to} by Willy Tarreau · 5 years ago
  96. 8fa9984 MINOR: log: use conn_get_{dst,src}() to retrieve the cli/frt/bck/srv/ addresses by Willy Tarreau · 5 years ago
  97. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · 5 years ago
  98. 2164800 BUG/MINOR: log: Detect missing sampling ranges in config by Tim Duesterhus · 5 years ago
  99. 1bfd602 MINOR: logs: use the new bitmap functions instead of fd_sets for encoding maps by Willy Tarreau · 5 years ago
  100. 082b628 BUG/MEDIUM: init/threads: provide per-thread alloc/free function callbacks by Willy Tarreau · 5 years ago