1. c046d16 MEDIUM: log: add support for logging to a ring buffer by Willy Tarreau · 4 years, 10 months ago
  2. f3dc30f MINOR: log: add a target type instead of hacking the address family by Willy Tarreau · 4 years, 10 months ago
  3. d52a7f8 MEDIUM: log: use the new generic fd_write_frag_line() function by Willy Tarreau · 4 years, 10 months ago
  4. 7e9776a MINOR: fd/log/sink: make the non-blocking initialization depend on the initialized bit by Willy Tarreau · 4 years, 10 months ago
  5. d660990 MINOR: fd: add a new "initialized" bit in the fdtab struct by Willy Tarreau · 4 years, 10 months ago
  6. 76913d3 CLEANUP: fd: remove leftovers of the fdcache by Willy Tarreau · 4 years, 10 months ago
  7. 3036290 BUG/MINOR: ring: b_peek_varint() returns a uint64_t, not a size_t by Willy Tarreau · 4 years, 10 months ago
  8. e7bbbca BUG/MEDIUM: mux-h2/trace: fix missing braces added with traces by Willy Tarreau · 4 years, 10 months ago
  9. fe1c908 BUG/MEDIUM: mux-h2/trace: do not dereference h2c->conn after failed idle by Willy Tarreau · 4 years, 10 months ago
  10. 1d181e4 MEDIUM: ring: implement a wait mode for watchers by Willy Tarreau · 4 years, 10 months ago
  11. 70b1e50 MINOR: mux-h2/trace: report the connection pointer and state before FRAME_H by Willy Tarreau · 4 years, 10 months ago
  12. 300decc MINOR: cli: extend the CLI context with a list and two offsets by Willy Tarreau · 4 years, 10 months ago
  13. 13696ff BUG/MINOR: ring: fix the way watchers are counted by Willy Tarreau · 4 years, 10 months ago
  14. 99282dd MINOR: trace: extend default event names to 12 chars by Willy Tarreau · 4 years, 10 months ago
  15. 8795194 CLEANUP: mux-h2/trace: lower-case event names by Willy Tarreau · 4 years, 10 months ago
  16. 8fecec2 CLEANUP: mux-h2/trace: reformat the "received" messages for better alignment by Willy Tarreau · 4 years, 10 months ago
  17. c067a3a MINOR: mux-h2/trace: report h2s->id before h2c->dsi for the stream ID by Willy Tarreau · 4 years, 10 months ago
  18. 17104d4 MINOR: mux-h2/trace: always report the h2c/h2s state and flags by Willy Tarreau · 4 years, 10 months ago
  19. 94f1dcf MINOR: mux-h2/trace: only decode the start-line at verbosity other than "minimal" by Willy Tarreau · 4 years, 10 months ago
  20. f7dd519 MINOR: mux-h2/trace: add a new verbosity level "clean" by Willy Tarreau · 4 years, 10 months ago
  21. ab2ec45 MINOR: mux-h2: add functions to convert an h2c/h2s state to a string by Willy Tarreau · 4 years, 10 months ago
  22. 7838a79 MEDIUM: mux-h2/trace: add lots of traces all over the code by Willy Tarreau · 4 years, 11 months ago
  23. db3cfff MINOR: mux-h2/trace: add the default decoding callback by Willy Tarreau · 4 years, 10 months ago
  24. 12ae212 MINOR: mux-h2/trace: register a new trace source with its events by Willy Tarreau · 4 years, 11 months ago
  25. 370a694 MINOR: trace: change the detail_level to per-source verbosity by Willy Tarreau · 4 years, 10 months ago
  26. 052ad36 MINOR: trace: also report the trace level in the output by Willy Tarreau · 4 years, 10 months ago
  27. 09fb0df MINOR: trace: prepend the function name for developer level traces by Willy Tarreau · 4 years, 10 months ago
  28. 2ea549b MINOR: trace: change the "payload" level to "data" and move it by Willy Tarreau · 4 years, 10 months ago
  29. be5a288 MINOR: trace: replace struct trace_lockon_args with struct name_desc by Willy Tarreau · 4 years, 10 months ago
  30. fb4ba91 MINOR: tools: add a generic struct "name_desc" for name-description pairs by Willy Tarreau · 4 years, 10 months ago
  31. 7185b78 MINOR: connection: add the fc_pp_authority fetch -- authority TLV, from PROXYv2 by Geoff Simmons · 4 years, 10 months ago
  32. c326ecc MINOR: trace: change the TRACE() calling convention to put the args and cb last by Willy Tarreau · 4 years, 10 months ago
  33. a9f5b96 MINOR: trace: show thread number and source name in the trace by Willy Tarreau · 4 years, 10 months ago
  34. b3f7a72 MINOR: trace: extend the source location to 13 chars by Willy Tarreau · 4 years, 10 months ago
  35. 3da0026 MINOR: trace: support a default callback for the source by Willy Tarreau · 4 years, 10 months ago
  36. 8f24023 MINOR: sink: now report the number of dropped events on output by Willy Tarreau · 4 years, 10 months ago
  37. 9f830d7 MINOR: sink: implement "show events" to show supported sinks and dump the rings by Willy Tarreau · 4 years, 10 months ago
  38. 4ed23ca MINOR: sink: add support for ring buffers by Willy Tarreau · 4 years, 10 months ago
  39. 072931c MINOR: ring: add a generic CLI io_handler to dump a ring buffer by Willy Tarreau · 4 years, 10 months ago
  40. be97853 MINOR: ring: add a ring_write() function by Willy Tarreau · 4 years, 10 months ago
  41. 172945f MINOR: ring: add a new mechanism for retrieving/storing ring data in buffers by Willy Tarreau · 4 years, 11 months ago
  42. a1426de MINOR: sink: now call the generic fd write function by Willy Tarreau · 4 years, 10 months ago
  43. 931d8b7 MINOR: fd: add fd_write_frag_line() to send a fragmented line to an fd by Willy Tarreau · 4 years, 10 months ago
  44. b88d231 MINOR: buffer: add functions to read/write varints from/to buffers by Willy Tarreau · 4 years, 10 months ago
  45. 4d589e7 MINOR: tools: add a function varint_bytes() to report the size of a varint by Willy Tarreau · 4 years, 10 months ago
  46. 799e9ed MINOR: sink: set the fd-type sinks to non-blocking by Willy Tarreau · 4 years, 10 months ago
  47. 177adc9 MINOR: backend: Add srv_queue converter by Nenad Merdanovic · 4 years, 10 months ago
  48. 2dd26ca BUG/MEDIUM: url32 does not take the path part into account in the returned hash. by Jerome Magnin · 4 years, 10 months ago
  49. 6ee9f8d BUG/MEDIUM: listener/threads: fix an AB/BA locking issue in delete_listener() by Willy Tarreau · 4 years, 10 months ago
  50. e0d86e2 BUG/MINOR: mworker: disable SIGPROF on re-exec by Willy Tarreau · 4 years, 10 months ago
  51. 25a1c8e DOC: fixed typo in management.txt by n9@users.noreply.github.com · 4 years, 10 months ago
  52. 0bb5a5c BUG/MEDIUM: mux-h1: do not report errors on transfers ending on buffer full by Willy Tarreau · 4 years, 10 months ago
  53. 347f464 BUG/MEDIUM: mux-h1: do not truncate trailing 0CRLF on buffer boundary by Willy Tarreau · 4 years, 10 months ago
  54. e40f274 BUILD: trace: make the lockon_ptr const to silence a warning without threads by Willy Tarreau · 4 years, 10 months ago
  55. f909c91 DOC: management: document the "trace" and "show trace" commands by Willy Tarreau · 4 years, 10 months ago
  56. d8b99ed MINOR: trace: retrieve useful pointers and enforce lock-on by Willy Tarreau · 4 years, 10 months ago
  57. 60e4c9f MINOR: trace: parse the "lock" argument to trace by Willy Tarreau · 4 years, 10 months ago
  58. c14eea4 MINOR: trace: add the possibility to lock on some arguments by Willy Tarreau · 4 years, 10 months ago
  59. beadb5c MINOR: trace: make sure to always stop the locking when stopping or pausing by Willy Tarreau · 4 years, 10 months ago
  60. 17a51c6 MINOR: trace: add a definition of typed arguments to trace() by Willy Tarreau · 4 years, 10 months ago
  61. 4ab2421 MINOR: trace: add per-level macros to produce traces by Willy Tarreau · 4 years, 11 months ago
  62. bfd14fc MINOR: trace: implement a call to a decode function by Willy Tarreau · 4 years, 10 months ago
  63. 5da4088 MINOR: trace: make trace() now also take a level in argument by Willy Tarreau · 4 years, 11 months ago
  64. 419bd49 MINOR: trace: add the file name and line number in the prefix by Willy Tarreau · 4 years, 11 months ago
  65. 4c2ae48 MINOR: trace: implement a very basic trace() function by Willy Tarreau · 4 years, 11 months ago
  66. 85b1575 MINOR: trace/cli: add "show trace" to report trace state and statistics by Willy Tarreau · 4 years, 11 months ago
  67. aaaf411 MINOR: trace/cli: parse the "level" argument to configure the trace verbosity by Willy Tarreau · 4 years, 11 months ago
  68. 864e880 MINOR: trace/cli: register the "trace" CLI keyword to list the sources by Willy Tarreau · 4 years, 11 months ago
  69. 88ebd40 MINOR: trace: add allocation of buffer-sized trace buffers by Willy Tarreau · 4 years, 10 months ago
  70. 4151c75 MINOR: trace: start to create a new trace subsystem by Willy Tarreau · 4 years, 11 months ago
  71. 973e662 MINOR: sink: add a support for file descriptors by Willy Tarreau · 4 years, 10 months ago
  72. 67b5a16 MINOR: sink: create definitions a minimal code for event sinks by Willy Tarreau · 4 years, 11 months ago
  73. 9eebd8a REORG: trace: rename trace.c to calltrace.c and mention it's not thread-safe by Willy Tarreau · 4 years, 11 months ago
  74. 32c2455 MINOR: tools: add a DEFNULL() macro to use NULL for empty args by Willy Tarreau · 4 years, 10 months ago
  75. 9bead8c MINOR: list: add LIST_SPLICE() to merge one list into another by Willy Tarreau · 4 years, 11 months ago
  76. 02bac85 BUG/MEDIUM: h1: Always try to receive more in h1_rcv_buf(). by Olivier Houchard · 4 years, 10 months ago
  77. 78a7cb6 MEDIUM: debug: make the thread dump code show Lua backtraces by Willy Tarreau · 4 years, 10 months ago
  78. 60409db MINOR: lua: export applet and task handlers by Willy Tarreau · 4 years, 10 months ago
  79. a2c9911 MINOR: tools: add append_prefixed_str() by Willy Tarreau · 4 years, 10 months ago
  80. a512b02 MINOR: debug: indicate the applet name when the task is task_run_applet() by Willy Tarreau · 4 years, 10 months ago
  81. 6f9fe36 BUILD: travis-ci: trigger non-mainstream configurations only on daily builds. by Ilya Shipitsin · 4 years, 10 months ago
  82. ea32b0f BUG/MEDIUM: mux_pt: Don't call unsubscribe if we did not subscribe. by Olivier Houchard · 4 years, 11 months ago
  83. f5cab82 MINOR: fd: make sure to mark the thread as not stuck in fd_update_events() by Willy Tarreau · 4 years, 11 months ago
  84. bd9e842 BUG/MINOR: stats: Wait the body before processing POST requests by Christopher Faulet · 4 years, 11 months ago
  85. 81921b1 BUG/MEDIUM: lua: Fix test on the direction to set the channel exp timeout by Christopher Faulet · 4 years, 11 months ago
  86. 51c3aa4 BUG/MINOR: Fix prometheus '# TYPE' and '# HELP' headers by Anthonin Bonnefoy · 5 years ago
  87. 579e3e3 BUG/MINOR: lua: fix setting netfilter mark by Lukas Tribus · 4 years, 11 months ago
  88. 59dd06d BUG/MEDIUM: proxy: Don't use cs_destroy() when freeing the conn_stream. by Olivier Houchard · 4 years, 11 months ago
  89. 71b20c2 BUG/MEDIUM: proxy: Don't forget the SF_HTX flag when upgrading TCP=>H1+HTX. by Olivier Houchard · 4 years, 11 months ago
  90. 9d00869 CLEANUP: cli: replace all occurrences of manual handling of return messages by Willy Tarreau · 4 years, 11 months ago
  91. edb91ad MINOR: cli: add cli_msg(), cli_err(), cli_dynmsg(), cli_dynerr() by Willy Tarreau · 4 years, 11 months ago
  92. d50c7fe MINOR: cli: add two new states to print messages on the CLI by Willy Tarreau · 4 years, 11 months ago
  93. 247a8b1 CLEANUP: task: move the cpu_time field to the task-only part by Willy Tarreau · 4 years, 11 months ago
  94. e0d0b40 CLEANUP: buffer: replace b_drop() with b_free() by Willy Tarreau · 4 years, 11 months ago
  95. 3b091f8 BUG/MINOR: buffers/threads: always clear a buffer's head before releasing it by Willy Tarreau · 4 years, 11 months ago
  96. 229e739 BUG/MINOR: pools: don't mark the thread harmless if already isolated by Willy Tarreau · 4 years, 11 months ago
  97. c985801 MINOR: ssl: ssl_fc_has_early should work for BoringSSL by Emmanuel Hocdet · 5 years ago
  98. f967c31 BUG/MINOR: ssl: fix 0-RTT for BoringSSL by Emmanuel Hocdet · 5 years ago
  99. 1263540 MINOR: cache: allow caching of OPTIONS request by Baptiste Assmann · 5 years ago
  100. db92a83 MINOR: cache: add method to cache hash by Baptiste Assmann · 5 years ago