1. d45d105 MINOR: contrib/prometheus-exporter: Report DRAIN/MAINT/NOLB status for servers by Christopher Faulet · Fri Sep 06 16:10:19 2019 +0200
  2. c886e59 BUILD: CI: add basic CentOS 6 cirrus build by Ilya Shipitsin · Mon Sep 02 00:03:10 2019 +0500
  3. cac5c09 BUG/MINOR: mux-h1: Fix a UAF in cfg_h1_headers_case_adjust_postparser() by Christopher Faulet · Tue Jul 30 16:51:42 2019 +0200
  4. c594039 BUG/MINOR: checks: do not uselessly poll for reads before the connection is up by Willy Tarreau · Thu Sep 05 17:38:40 2019 +0200
  5. 4c1a2b3 BUG/MINOR: checks: make __event_chk_srv_r() report success before closing by Willy Tarreau · Thu Sep 05 18:43:22 2019 +0200
  6. cc705a6 BUG/MINOR: checks: start sending the request right after connect() by Willy Tarreau · Thu Sep 05 17:51:30 2019 +0200
  7. 5909380 BUG/MINOR: checks: stop polling for write when we have nothing left to send by Willy Tarreau · Thu Sep 05 18:24:46 2019 +0200
  8. 616c1cf CONTRIB: debug: add new program "poll" to test poll() events by Willy Tarreau · Thu Sep 05 09:18:47 2019 +0200
  9. dbe3060 MINOR: fd: make updt_fd_polling() a normal function by Willy Tarreau · Wed Sep 04 13:25:41 2019 +0200
  10. f8ecc7f MEDIUM: fd: simplify the fd_*_{recv,send} functions using BTS/BTR by Willy Tarreau · Wed Sep 04 13:22:50 2019 +0200
  11. 5bee3e2 MEDIUM: fd: remove the FD_EV_POLLED status bit by Willy Tarreau · Wed Sep 04 09:52:57 2019 +0200
  12. 51bb185 BUG/MINOR: mux-h1: Fix a possible null pointer dereference in h1_subscribe() by Christopher Faulet · Wed Sep 04 10:22:34 2019 +0200
  13. b066747 BUG/MEDIUM: cache: Don't cache objects if the size of headers is too big by Christopher Faulet · Tue Sep 03 22:22:12 2019 +0200
  14. 15a4ce8 BUG/MEDIUM: cache: Properly copy headers splitted on several shctx blocks by Christopher Faulet · Tue Sep 03 22:11:52 2019 +0200
  15. f1ef7f6 BUG/MINOR: mux-h1: Be sure to update the count before adding EOM after trailers by Christopher Faulet · Tue Sep 03 21:55:14 2019 +0200
  16. 6b32192 BUG/MINOR: mux-h1: Don't stop anymore input processing when the max is reached by Christopher Faulet · Tue Sep 03 16:26:15 2019 +0200
  17. 8427d0d BUG/MINOR: mux-h1: Fix size evaluation of HTX messages after headers parsing by Christopher Faulet · Tue Sep 03 16:16:50 2019 +0200
  18. 84f0653 BUG/MINOR: h1: Properly reset h1m when parsing is restarted by Christopher Faulet · Tue Sep 03 16:05:31 2019 +0200
  19. 3499f62 BUG/MINOR: http-ana: Reset response flags when 1xx messages are handled by Christopher Faulet · Tue Sep 03 15:23:54 2019 +0200
  20. 78891c7 BUILD: connection: silence gcc warning with extra parentheses by Jerome Magnin · Mon Sep 02 09:53:41 2019 +0200
  21. 9c3a0ce BUG/MEDIUM: peers: local peer socket not bound. by Frédéric Lécaille · Mon Sep 02 14:02:28 2019 +0200
  22. cc1eb16 MINOR: build: add linux-glibc-legacy build TARGET by Lukas Tribus · Sun Sep 01 16:48:36 2019 +0200
  23. 8a4ffa0 MINOR: send-proxy-v2: sends authority TLV according to TLV received by Emmanuel Hocdet · Thu Aug 29 11:54:51 2019 +0200
  24. c046d16 MEDIUM: log: add support for logging to a ring buffer by Willy Tarreau · Fri Aug 30 15:24:59 2019 +0200
  25. f3dc30f MINOR: log: add a target type instead of hacking the address family by Willy Tarreau · Fri Aug 30 14:18:44 2019 +0200
  26. d52a7f8 MEDIUM: log: use the new generic fd_write_frag_line() function by Willy Tarreau · Fri Aug 30 14:05:35 2019 +0200
  27. 7e9776a MINOR: fd/log/sink: make the non-blocking initialization depend on the initialized bit by Willy Tarreau · Fri Aug 30 14:41:47 2019 +0200
  28. d660990 MINOR: fd: add a new "initialized" bit in the fdtab struct by Willy Tarreau · Fri Aug 30 14:36:10 2019 +0200
  29. 76913d3 CLEANUP: fd: remove leftovers of the fdcache by Willy Tarreau · Fri Aug 30 14:33:11 2019 +0200
  30. 3036290 BUG/MINOR: ring: b_peek_varint() returns a uint64_t, not a size_t by Willy Tarreau · Fri Aug 30 15:06:10 2019 +0200
  31. e7bbbca BUG/MEDIUM: mux-h2/trace: fix missing braces added with traces by Willy Tarreau · Fri Aug 30 15:02:22 2019 +0200
  32. fe1c908 BUG/MEDIUM: mux-h2/trace: do not dereference h2c->conn after failed idle by Willy Tarreau · Fri Aug 30 14:57:17 2019 +0200
  33. 1d181e4 MEDIUM: ring: implement a wait mode for watchers by Willy Tarreau · Fri Aug 30 11:17:01 2019 +0200
  34. 70b1e50 MINOR: mux-h2/trace: report the connection pointer and state before FRAME_H by Willy Tarreau · Fri Aug 30 11:52:59 2019 +0200
  35. 300decc MINOR: cli: extend the CLI context with a list and two offsets by Willy Tarreau · Fri Aug 30 08:05:03 2019 +0200
  36. 13696ff BUG/MINOR: ring: fix the way watchers are counted by Willy Tarreau · Fri Aug 30 10:16:14 2019 +0200
  37. 99282dd MINOR: trace: extend default event names to 12 chars by Willy Tarreau · Fri Aug 30 07:37:32 2019 +0200
  38. 8795194 CLEANUP: mux-h2/trace: lower-case event names by Willy Tarreau · Fri Aug 30 07:34:36 2019 +0200
  39. 8fecec2 CLEANUP: mux-h2/trace: reformat the "received" messages for better alignment by Willy Tarreau · Fri Aug 30 07:29:53 2019 +0200
  40. c067a3a MINOR: mux-h2/trace: report h2s->id before h2c->dsi for the stream ID by Willy Tarreau · Fri Aug 30 07:28:24 2019 +0200
  41. 17104d4 MINOR: mux-h2/trace: always report the h2c/h2s state and flags by Willy Tarreau · Fri Aug 30 07:12:55 2019 +0200
  42. 94f1dcf MINOR: mux-h2/trace: only decode the start-line at verbosity other than "minimal" by Willy Tarreau · Fri Aug 30 07:11:30 2019 +0200
  43. f7dd519 MINOR: mux-h2/trace: add a new verbosity level "clean" by Willy Tarreau · Fri Aug 30 07:21:18 2019 +0200
  44. ab2ec45 MINOR: mux-h2: add functions to convert an h2c/h2s state to a string by Willy Tarreau · Fri Aug 30 07:07:08 2019 +0200
  45. 7838a79 MEDIUM: mux-h2/trace: add lots of traces all over the code by Willy Tarreau · Mon Aug 12 18:42:03 2019 +0200
  46. db3cfff MINOR: mux-h2/trace: add the default decoding callback by Willy Tarreau · Mon Aug 19 17:56:27 2019 +0200
  47. 12ae212 MINOR: mux-h2/trace: register a new trace source with its events by Willy Tarreau · Thu Aug 08 18:23:12 2019 +0200
  48. 370a694 MINOR: trace: change the detail_level to per-source verbosity by Willy Tarreau · Thu Aug 29 08:24:16 2019 +0200
  49. 052ad36 MINOR: trace: also report the trace level in the output by Willy Tarreau · Thu Aug 29 09:08:36 2019 +0200
  50. 09fb0df MINOR: trace: prepend the function name for developer level traces by Willy Tarreau · Thu Aug 29 08:40:59 2019 +0200
  51. 2ea549b MINOR: trace: change the "payload" level to "data" and move it by Willy Tarreau · Thu Aug 29 08:01:48 2019 +0200
  52. be5a288 MINOR: trace: replace struct trace_lockon_args with struct name_desc by Willy Tarreau · Thu Aug 29 09:33:42 2019 +0200
  53. fb4ba91 MINOR: tools: add a generic struct "name_desc" for name-description pairs by Willy Tarreau · Thu Aug 29 09:32:21 2019 +0200
  54. 7185b78 MINOR: connection: add the fc_pp_authority fetch -- authority TLV, from PROXYv2 by Geoff Simmons · Tue Aug 27 18:31:16 2019 +0200
  55. c326ecc MINOR: trace: change the TRACE() calling convention to put the args and cb last by Willy Tarreau · Wed Aug 28 10:35:16 2019 +0200
  56. a9f5b96 MINOR: trace: show thread number and source name in the trace by Willy Tarreau · Wed Aug 28 10:08:58 2019 +0200
  57. b3f7a72 MINOR: trace: extend the source location to 13 chars by Willy Tarreau · Wed Aug 28 09:59:49 2019 +0200
  58. 3da0026 MINOR: trace: support a default callback for the source by Willy Tarreau · Wed Aug 28 07:03:58 2019 +0200
  59. 8f24023 MINOR: sink: now report the number of dropped events on output by Willy Tarreau · Tue Aug 27 16:41:06 2019 +0200
  60. 9f830d7 MINOR: sink: implement "show events" to show supported sinks and dump the rings by Willy Tarreau · Mon Aug 26 18:17:04 2019 +0200
  61. 4ed23ca MINOR: sink: add support for ring buffers by Willy Tarreau · Fri Aug 23 15:47:49 2019 +0200
  62. 072931c MINOR: ring: add a generic CLI io_handler to dump a ring buffer by Willy Tarreau · Tue Aug 27 11:55:39 2019 +0200
  63. be97853 MINOR: ring: add a ring_write() function by Willy Tarreau · Tue Aug 27 11:44:13 2019 +0200
  64. 172945f MINOR: ring: add a new mechanism for retrieving/storing ring data in buffers by Willy Tarreau · Thu Aug 08 15:28:52 2019 +0200
  65. a1426de MINOR: sink: now call the generic fd write function by Willy Tarreau · Tue Aug 27 14:21:02 2019 +0200
  66. 931d8b7 MINOR: fd: add fd_write_frag_line() to send a fragmented line to an fd by Willy Tarreau · Tue Aug 27 11:08:17 2019 +0200
  67. b88d231 MINOR: buffer: add functions to read/write varints from/to buffers by Willy Tarreau · Fri Aug 23 17:06:12 2019 +0200
  68. 4d589e7 MINOR: tools: add a function varint_bytes() to report the size of a varint by Willy Tarreau · Fri Aug 23 19:02:26 2019 +0200
  69. 799e9ed MINOR: sink: set the fd-type sinks to non-blocking by Willy Tarreau · Tue Aug 27 10:34:32 2019 +0200
  70. 177adc9 MINOR: backend: Add srv_queue converter by Nenad Merdanovic · Tue Aug 27 01:58:13 2019 +0200
  71. 2dd26ca BUG/MEDIUM: url32 does not take the path part into account in the returned hash. by Jerome Magnin · Mon Aug 26 11:44:21 2019 +0200
  72. 6ee9f8d BUG/MEDIUM: listener/threads: fix an AB/BA locking issue in delete_listener() by Willy Tarreau · Mon Aug 26 10:55:52 2019 +0200
  73. e0d86e2 BUG/MINOR: mworker: disable SIGPROF on re-exec by Willy Tarreau · Mon Aug 26 10:37:39 2019 +0200
  74. 25a1c8e DOC: fixed typo in management.txt by n9@users.noreply.github.com · Fri Aug 23 11:21:05 2019 +0200
  75. 0bb5a5c BUG/MEDIUM: mux-h1: do not report errors on transfers ending on buffer full by Willy Tarreau · Fri Aug 23 09:29:29 2019 +0200
  76. 347f464 BUG/MEDIUM: mux-h1: do not truncate trailing 0CRLF on buffer boundary by Willy Tarreau · Fri Aug 23 08:11:36 2019 +0200
  77. e40f274 BUILD: trace: make the lockon_ptr const to silence a warning without threads by Willy Tarreau · Thu Aug 22 20:26:28 2019 +0200
  78. f909c91 DOC: management: document the "trace" and "show trace" commands by Willy Tarreau · Thu Aug 22 20:06:04 2019 +0200
  79. d8b99ed MINOR: trace: retrieve useful pointers and enforce lock-on by Willy Tarreau · Wed Aug 21 17:05:46 2019 +0200
  80. 60e4c9f MINOR: trace: parse the "lock" argument to trace by Willy Tarreau · Tue Aug 20 19:24:10 2019 +0200
  81. c14eea4 MINOR: trace: add the possibility to lock on some arguments by Willy Tarreau · Tue Aug 20 19:22:53 2019 +0200
  82. beadb5c MINOR: trace: make sure to always stop the locking when stopping or pausing by Willy Tarreau · Tue Aug 20 18:57:48 2019 +0200
  83. 17a51c6 MINOR: trace: add a definition of typed arguments to trace() by Willy Tarreau · Tue Aug 20 18:42:52 2019 +0200
  84. 4ab2421 MINOR: trace: add per-level macros to produce traces by Willy Tarreau · Mon Aug 12 17:27:09 2019 +0200
  85. bfd14fc MINOR: trace: implement a call to a decode function by Willy Tarreau · Mon Aug 19 16:28:07 2019 +0200
  86. 5da4088 MINOR: trace: make trace() now also take a level in argument by Willy Tarreau · Mon Aug 12 17:57:57 2019 +0200
  87. 419bd49 MINOR: trace: add the file name and line number in the prefix by Willy Tarreau · Mon Aug 12 17:27:09 2019 +0200
  88. 4c2ae48 MINOR: trace: implement a very basic trace() function by Willy Tarreau · Mon Aug 12 15:51:58 2019 +0200
  89. 85b1575 MINOR: trace/cli: add "show trace" to report trace state and statistics by Willy Tarreau · Mon Aug 12 16:44:33 2019 +0200
  90. aaaf411 MINOR: trace/cli: parse the "level" argument to configure the trace verbosity by Willy Tarreau · Mon Aug 12 17:57:57 2019 +0200
  91. 864e880 MINOR: trace/cli: register the "trace" CLI keyword to list the sources by Willy Tarreau · Thu Aug 08 18:48:12 2019 +0200
  92. 88ebd40 MINOR: trace: add allocation of buffer-sized trace buffers by Willy Tarreau · Mon Aug 19 15:55:34 2019 +0200
  93. 4151c75 MINOR: trace: start to create a new trace subsystem by Willy Tarreau · Thu Aug 08 18:21:26 2019 +0200
  94. 973e662 MINOR: sink: add a support for file descriptors by Willy Tarreau · Tue Aug 20 11:57:52 2019 +0200
  95. 67b5a16 MINOR: sink: create definitions a minimal code for event sinks by Willy Tarreau · Sun Aug 11 16:38:56 2019 +0200
  96. 9eebd8a REORG: trace: rename trace.c to calltrace.c and mention it's not thread-safe by Willy Tarreau · Thu Aug 08 16:53:40 2019 +0200
  97. 32c2455 MINOR: tools: add a DEFNULL() macro to use NULL for empty args by Willy Tarreau · Mon Aug 19 17:39:33 2019 +0200
  98. 9bead8c MINOR: list: add LIST_SPLICE() to merge one list into another by Willy Tarreau · Fri Aug 16 11:27:50 2019 +0200
  99. 02bac85 BUG/MEDIUM: h1: Always try to receive more in h1_rcv_buf(). by Olivier Houchard · Thu Aug 22 18:34:25 2019 +0200
  100. 78a7cb6 MEDIUM: debug: make the thread dump code show Lua backtraces by Willy Tarreau · Wed Aug 21 14:16:02 2019 +0200