1. 2866acf BUG/MEDIUM: log-format: fix possible endless loop in parse_logformat_string() by Dragan Dosen · 4 years ago
  2. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  3. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  4. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  5. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  6. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  7. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  8. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  9. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  10. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  11. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · 4 years, 1 month ago
  12. ba2f73d REORG: include: move sink.h to haproxy/sink{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  13. d2ad57c REORG: include: move ring to haproxy/ring{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  14. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  15. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  16. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  17. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  18. d678805 REORG: include: move version.h to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  19. 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
  20. fa9d780 BUG/MEDIUM: logs: fix trailing zeros on log message. by Emeric Brun · 4 years, 1 month ago
  21. 99c453d MEDIUM: ring: new section ring to declare custom ring buffers. by Emeric Brun · 4 years, 1 month ago
  22. 3b967c1 MINOR: http-htx/proxy: Add http-error directive using http return syntax by Christopher Faulet · 4 years, 2 months ago
  23. e709e1e MEDIUM: logs: buffer targets now rely on new sink_write by Emeric Brun · 4 years, 2 months ago
  24. bd16381 MEDIUM: sink: build header in sink_write for log formats by Emeric Brun · 4 years, 2 months ago
  25. 9e8ea0a BUG/MINOR: logs: prevent double line returns in some events. by Emeric Brun · 4 years, 2 months ago
  26. 57c8eb9 MINOR: log: Add "Tu" timer by Damien Claisse · 4 years, 2 months ago
  27. d2236cd MINOR: log: Don't systematically set LW_REQ when a sample expr is added by Christopher Faulet · 4 years, 3 months ago
  28. 5f94070 MINOR: log: Don't depends on a stream to process samples in log-format string by Christopher Faulet · 4 years, 3 months ago
  29. ae40dbc CLEANUP: log: fix comment of parse_logformat_string() by Ilya Shipitsin · 4 years, 3 months ago
  30. 856aabc CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  31. bb86986 MINOR: init: report the haproxy version and executable path once on errors by Willy Tarreau · 4 years, 3 months ago
  32. bebd212 MINOR: init: report in "haproxy -c" whether there were warnings or not by Willy Tarreau · 4 years, 3 months ago
  33. cf6e0c8 MEDIUM: proxy_protocol: Support sending unique IDs using PPv2 by Tim Duesterhus · 4 years, 4 months ago
  34. a17e662 MEDIUM: stream: Make the `unique_id` member of `struct stream` a `struct ist` by Tim Duesterhus · 4 years, 4 months ago
  35. 2825b4b MINOR: stream: Use stream_generate_unique_id by Tim Duesterhus · 4 years, 4 months ago
  36. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · 4 years, 4 months ago
  37. cd0d2ed MEDIUM: log-format: make the LF parser aware of sample expressions' end by Willy Tarreau · 4 years, 5 months ago
  38. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · 4 years, 5 months ago
  39. 51013e8 BUG/MINOR: log: fix minor resource leaks on logformat error path by Willy Tarreau · 4 years, 7 months ago
  40. 869efd5 BUG/MINOR: log: make "show startup-log" use a ring buffer instead by Willy Tarreau · 4 years, 8 months ago
  41. 5c6fefc MINOR: log: Provide a function to emit a log for an application by Christopher Faulet · 5 years ago
  42. c046d16 MEDIUM: log: add support for logging to a ring buffer by Willy Tarreau · 4 years, 10 months ago
  43. f3dc30f MINOR: log: add a target type instead of hacking the address family by Willy Tarreau · 4 years, 10 months ago
  44. d52a7f8 MEDIUM: log: use the new generic fd_write_frag_line() function by Willy Tarreau · 4 years, 10 months ago
  45. 7e9776a MINOR: fd/log/sink: make the non-blocking initialization depend on the initialized bit by Willy Tarreau · 4 years, 10 months ago
  46. 9fbcb7e BUG/MINOR: log: make sure writev() is not interrupted on a file output by Willy Tarreau · 5 years ago
  47. 6c6365f MINOR: log: use conn->{src,dst} instead of conn->addr.{from,to} by Willy Tarreau · 5 years ago
  48. 8fa9984 MINOR: log: use conn_get_{dst,src}() to retrieve the cli/frt/bck/srv/ addresses by Willy Tarreau · 5 years ago
  49. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · 5 years ago
  50. 2164800 BUG/MINOR: log: Detect missing sampling ranges in config by Tim Duesterhus · 5 years ago
  51. 1bfd602 MINOR: logs: use the new bitmap functions instead of fd_sets for encoding maps by Willy Tarreau · 5 years ago
  52. 082b628 BUG/MEDIUM: init/threads: provide per-thread alloc/free function callbacks by Willy Tarreau · 5 years ago
  53. 90a10ae BUG/MINOR: log: Wrong log format initialization. by Frédéric Lécaille · 5 years ago
  54. c125cef CLEANUP: ssl: make inclusion of openssl headers safe by Willy Tarreau · 5 years ago
  55. 55e2f5a BUG/MINOR: logs/threads: properly split the log area upon startup by Willy Tarreau · 5 years ago
  56. 61302da BUG/MINOR: log: properly free memory on logformat parse error and deinit() by Dragan Dosen · 5 years ago
  57. d803e47 MINOR: log: Enable the log sampling and load-balancing feature. by Frédéric Lécaille · 5 years ago
  58. d95ea28 MINOR: log: Add "sample" new keyword to "log" lines. by Frédéric Lécaille · 5 years ago
  59. 0bad840 MINOR: log: Extract some code to send syslog messages. by Frédéric Lécaille · 5 years ago
  60. 543d450 MINOR: skip get_gmtime where tm is unused by Robin H. Johnson · 5 years ago
  61. 594c456 BUG/MINOR: log: properly format IPv6 address when LOG_OPT_HEXA modifier is used. by Radek Zajic · 5 years ago
  62. d2ee3e7 MEDIUM: logs: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  63. 7c49711 BUG/MEDIUM: logs: Only attempt to free startup_logs once. by Olivier Houchard · 5 years ago
  64. b1d7b70 BUG/MEDIUM: log: don't mark log FDs as non-blocking on terminals by Willy Tarreau · 6 years ago
  65. a648399 BUG/MINOR: logs: leave startup-logs global and not per-thread by Willy Tarreau · 6 years ago
  66. 204e3f1 BUG/MINOR: log: fix logging to both FD and IP by Willy Tarreau · 6 years ago
  67. f90db44 BUG/MEDIUM: log: Don't call sample_fetch_as_type if we don't have a stream. by Olivier Houchard · 6 years ago
  68. 3092565 CLEANUP: h1: remove some occurrences of unneeded h1.h inclusions by Willy Tarreau · 6 years ago
  69. b6b3df3 MEDIUM: initcall: use initcalls for a few initialization functions by Willy Tarreau · 6 years ago
  70. 172f5ce MINOR: initcall: use initcalls for most post_{check,deinit} and per_thread* by Willy Tarreau · 6 years ago
  71. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  72. 9c56a22 MINOR: log: introduce ha_notice() by William Lallemand · 6 years ago
  73. 85b4059 CLEANUP: Fix typos in the log subsystem by Joseph Herlant · 6 years ago
  74. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · 6 years ago
  75. a8b2671 BUG/MEDIUM: log: don't CLOEXEC the inherited FDs by William Lallemand · 6 years ago
  76. c1b0645 MEDIUM: log: add a new "raw" format by Willy Tarreau · 6 years ago
  77. e8746a0 MEDIUM: log: support a new "short" format by Willy Tarreau · 6 years ago
  78. 5a32ecc MEDIUM: log: add support for logging to existing file descriptors by Willy Tarreau · 6 years ago
  79. 13ef773 MINOR: log: report the number of dropped logs in the stats by Willy Tarreau · 6 years ago
  80. 251fe34 MINOR: log: slightly improve error message syntax on log failure by Willy Tarreau · 6 years ago
  81. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · 6 years ago
  82. 9fa267d MINOR: log: make sess_log() support sess=NULL by Willy Tarreau · 6 years ago
  83. 1aaf324 BUILD: log: silent build warnings due to unchecked __objt_{server,applet} by Willy Tarreau · 6 years ago
  84. e10cd48 REORG: http: move the log encoding tables to log.c by Willy Tarreau · 6 years ago
  85. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · 6 years ago
  86. 5383935 MINOR: log: provide a function to emit a log for a session by Willy Tarreau · 6 years ago
  87. 09bb27c MEDIUM: log: make sess_build_logline() support being called with no stream by Willy Tarreau · 6 years ago
  88. 5cacab6 MINOR: log: use zero as the request counter if there is no stream by Willy Tarreau · 6 years ago
  89. b8bc525 MINOR: log: keep a copy of s->flags early to avoid a dereference by Willy Tarreau · 6 years ago
  90. 02fdf4f MINOR: log: use NULL for the unique_id if there is no stream by Willy Tarreau · 6 years ago
  91. abd71a5 MINOR: log: don't check the stream-int's conn_retries if the stream is NULL by Willy Tarreau · 6 years ago
  92. e1809df MINOR: log: be sure not to dereference a null stream for a target by Willy Tarreau · 6 years ago
  93. d4f9166 MINOR: log: do not dereference a null stream to access captures by Willy Tarreau · 6 years ago
  94. 2393c5b MINOR: log: keep a copy of the backend connection early in sess_build_logline() by Willy Tarreau · 6 years ago
  95. 26ffa85 CLEANUP: log: make the low_level lf_{ip,port,text,text_len} functions take consts by Willy Tarreau · 6 years ago
  96. 372ac5a MINOR: log: don't unconditionally pick log info from s->logs by Willy Tarreau · 6 years ago
  97. 56a91dd MINOR: log: make sess_build_logline() not dereference a NULL stream for txn by Willy Tarreau · 6 years ago
  98. a21c0e6 MINOR: log: make the backend fall back to the frontend when there's no stream by Willy Tarreau · 6 years ago
  99. 43c538e MINOR: log: move the log code to sess_build_logline() to add extra arguments by Willy Tarreau · 6 years ago
  100. ffe5e8c MINOR: stream: rename {srv,prx}_queue_size to *_queue_pos by Patrick Hemmer · 6 years ago