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