1. 370a694 MINOR: trace: change the detail_level to per-source verbosity by Willy Tarreau · Thu Aug 29 08:24:16 2019 +0200
  2. 09fb0df MINOR: trace: prepend the function name for developer level traces by Willy Tarreau · Thu Aug 29 08:40:59 2019 +0200
  3. 2ea549b MINOR: trace: change the "payload" level to "data" and move it by Willy Tarreau · Thu Aug 29 08:01:48 2019 +0200
  4. be5a288 MINOR: trace: replace struct trace_lockon_args with struct name_desc by Willy Tarreau · Thu Aug 29 09:33:42 2019 +0200
  5. fb4ba91 MINOR: tools: add a generic struct "name_desc" for name-description pairs by Willy Tarreau · Thu Aug 29 09:32:21 2019 +0200
  6. 7185b78 MINOR: connection: add the fc_pp_authority fetch -- authority TLV, from PROXYv2 by Geoff Simmons · Tue Aug 27 18:31:16 2019 +0200
  7. 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
  8. 3da0026 MINOR: trace: support a default callback for the source by Willy Tarreau · Wed Aug 28 07:03:58 2019 +0200
  9. 8f24023 MINOR: sink: now report the number of dropped events on output by Willy Tarreau · Tue Aug 27 16:41:06 2019 +0200
  10. 4ed23ca MINOR: sink: add support for ring buffers by Willy Tarreau · Fri Aug 23 15:47:49 2019 +0200
  11. 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
  12. be97853 MINOR: ring: add a ring_write() function by Willy Tarreau · Tue Aug 27 11:44:13 2019 +0200
  13. 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
  14. 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
  15. b88d231 MINOR: buffer: add functions to read/write varints from/to buffers by Willy Tarreau · Fri Aug 23 17:06:12 2019 +0200
  16. 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
  17. 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
  18. c14eea4 MINOR: trace: add the possibility to lock on some arguments by Willy Tarreau · Tue Aug 20 19:22:53 2019 +0200
  19. 17a51c6 MINOR: trace: add a definition of typed arguments to trace() by Willy Tarreau · Tue Aug 20 18:42:52 2019 +0200
  20. 4ab2421 MINOR: trace: add per-level macros to produce traces by Willy Tarreau · Mon Aug 12 17:27:09 2019 +0200
  21. bfd14fc MINOR: trace: implement a call to a decode function by Willy Tarreau · Mon Aug 19 16:28:07 2019 +0200
  22. 5da4088 MINOR: trace: make trace() now also take a level in argument by Willy Tarreau · Mon Aug 12 17:57:57 2019 +0200
  23. 419bd49 MINOR: trace: add the file name and line number in the prefix by Willy Tarreau · Mon Aug 12 17:27:09 2019 +0200
  24. 4c2ae48 MINOR: trace: implement a very basic trace() function by Willy Tarreau · Mon Aug 12 15:51:58 2019 +0200
  25. 864e880 MINOR: trace/cli: register the "trace" CLI keyword to list the sources by Willy Tarreau · Thu Aug 08 18:48:12 2019 +0200
  26. 88ebd40 MINOR: trace: add allocation of buffer-sized trace buffers by Willy Tarreau · Mon Aug 19 15:55:34 2019 +0200
  27. 4151c75 MINOR: trace: start to create a new trace subsystem by Willy Tarreau · Thu Aug 08 18:21:26 2019 +0200
  28. 973e662 MINOR: sink: add a support for file descriptors by Willy Tarreau · Tue Aug 20 11:57:52 2019 +0200
  29. 67b5a16 MINOR: sink: create definitions a minimal code for event sinks by Willy Tarreau · Sun Aug 11 16:38:56 2019 +0200
  30. 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
  31. 32c2455 MINOR: tools: add a DEFNULL() macro to use NULL for empty args by Willy Tarreau · Mon Aug 19 17:39:33 2019 +0200
  32. 9bead8c MINOR: list: add LIST_SPLICE() to merge one list into another by Willy Tarreau · Fri Aug 16 11:27:50 2019 +0200
  33. 60409db MINOR: lua: export applet and task handlers by Willy Tarreau · Wed Aug 21 14:14:50 2019 +0200
  34. a2c9911 MINOR: tools: add append_prefixed_str() by Willy Tarreau · Wed Aug 21 13:17:37 2019 +0200
  35. f5cab82 MINOR: fd: make sure to mark the thread as not stuck in fd_update_events() by Willy Tarreau · Fri Aug 16 16:06:14 2019 +0200
  36. edb91ad MINOR: cli: add cli_msg(), cli_err(), cli_dynmsg(), cli_dynerr() by Willy Tarreau · Thu Aug 08 19:09:21 2019 +0200
  37. d50c7fe MINOR: cli: add two new states to print messages on the CLI by Willy Tarreau · Fri Aug 09 09:57:36 2019 +0200
  38. 247a8b1 CLEANUP: task: move the cpu_time field to the task-only part by Willy Tarreau · Thu Aug 08 10:09:08 2019 +0200
  39. e0d0b40 CLEANUP: buffer: replace b_drop() with b_free() by Willy Tarreau · Thu Aug 08 08:06:27 2019 +0200
  40. 3b091f8 BUG/MINOR: buffers/threads: always clear a buffer's head before releasing it by Willy Tarreau · Thu Aug 08 07:53:20 2019 +0200
  41. 229e739 BUG/MINOR: pools: don't mark the thread harmless if already isolated by Willy Tarreau · Thu Aug 08 07:38:19 2019 +0200
  42. be36793 BUG/MEDIUM: stick-table: Wrong stick-table backends parsing. by Frédéric Lécaille · Wed Aug 07 09:28:39 2019 +0200
  43. 4c18f94 BUG/MEDIUM: proxy: Make sure to destroy the stream on upgrade from TCP to H2 by Olivier Houchard · Wed Jul 31 18:05:26 2019 +0200
  44. f580d0f BUILD: ssl: BoringSSL add EVP_PKEY_base_id by Emmanuel Hocdet · Thu Aug 01 10:56:45 2019 +0200
  45. a37cb18 MINOR: wdt: also consider that waiting in the thread dumper is normal by Willy Tarreau · Wed Jul 31 19:20:39 2019 +0200
  46. 5305505 MEDIUM: pollers: Remember the state for read and write for each threads. by Olivier Houchard · Thu Jul 25 14:00:18 2019 +0000
  47. 305d5ab MAJOR: fd: Get rid of the fd cache. by Olivier Houchard · Wed Jul 24 18:07:06 2019 +0200
  48. 5e83d99 BUG/MAJOR: queue/threads: avoid an AB/BA locking issue in process_srv_queue() by Willy Tarreau · Tue Jul 30 11:59:34 2019 +0200
  49. bfab2dd MINOR: hlua: Add a flag on the lua txn to know in which context it can be used by Christopher Faulet · Fri Jul 26 15:09:53 2019 +0200
  50. d6e0c03 BUILD: threads: add the definition of PROTO_LOCK by Willy Tarreau · Thu Jul 25 07:53:56 2019 +0200
  51. 98fbe95 MEDIUM: mux-h1: Add the support of headers adjustment for bogus HTTP/1 apps by Christopher Faulet · Mon Jul 22 16:18:24 2019 +0200
  52. daacf36 BUG/MEDIUM: protocols: add a global lock for the init/deinit stuff by Willy Tarreau · Wed Jul 24 16:45:02 2019 +0200
  53. 90cc481 BUG/MINOR: http_htx: Support empty errorfiles by Christopher Faulet · Mon Jul 22 16:49:30 2019 +0200
  54. 1c8d32b MAJOR: stream: store the target address into s->target_addr by Willy Tarreau · Thu Jul 18 15:47:45 2019 +0200
  55. 9042060 MINOR: stream: add a new target_addr entry in the stream structure by Willy Tarreau · Thu Jul 18 15:09:57 2019 +0200
  56. e71fca8 MAJOR: connection: remove the addr field by Willy Tarreau · Wed Jul 17 19:06:58 2019 +0200
  57. ca79f59 MEDIUM: connection: make sure all address producers allocate their address by Willy Tarreau · Wed Jul 17 19:04:47 2019 +0200
  58. ff5d57b MINOR: connection: create a new pool for struct sockaddr_storage by Willy Tarreau · Wed Jul 17 18:37:02 2019 +0200
  59. 226572f MINOR: connection: use conn->{src,dst} instead of &conn->addr.{from,to} by Willy Tarreau · Wed Jul 17 14:46:00 2019 +0200
  60. 1ef4cbc MINOR: connection: add new src and dst fields by Willy Tarreau · Wed Jul 17 14:33:15 2019 +0200
  61. cc4df3b CLEANUP: connection: remove the now unused conn_get_{from,to}_addr() by Willy Tarreau · Wed Jul 17 11:55:52 2019 +0200
  62. 3cc01d8 MINOR: backend: switch to conn_get_{src,dst}() for port and address mapping by Willy Tarreau · Wed Jul 17 11:27:38 2019 +0200
  63. 2e34c11 MINOR: connection: add conn_get_src() and conn_get_dst() by Willy Tarreau · Wed Jul 17 10:48:33 2019 +0200
  64. f734638 MINOR: http: Don't store raw HTTP errors in chunks anymore by Christopher Faulet · Wed Jul 17 22:02:08 2019 +0200
  65. 1b6adb4 MINOR: proxy/http_ana: Remove unused req_exp/rsp_exp and req_add/rsp_add lists by Christopher Faulet · Wed Jul 17 15:33:14 2019 +0200
  66. 8c3b63a MINOR: proxy: Remove the unused list of block rules by Christopher Faulet · Wed Jul 17 15:19:51 2019 +0200
  67. a6a56e6 MEDIUM: config: Remove parsing of req* and rsp* directives by Christopher Faulet · Wed Jul 17 15:13:28 2019 +0200
  68. 73e8ede MINOR: proxy: Remove support of the option 'http-tunnel' by Christopher Faulet · Tue Jul 16 15:04:46 2019 +0200
  69. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · Tue Jul 16 14:54:53 2019 +0200
  70. eb2754b CLEANUP: proto_http: Remove unecessary includes and comments by Christopher Faulet · Tue Jul 16 14:49:01 2019 +0200
  71. 22dc248 CLEANUP: channel: Remove the unused flag CF_WAKE_CONNECT by Christopher Faulet · Tue Jul 16 14:43:08 2019 +0200
  72. 3716ebc CLEANUP: proto_http: Group remaining flags of the HTTP transaction by Christopher Faulet · Wed Jul 17 11:22:37 2019 +0200
  73. cc76d5b MINOR: proto_http: Remove the unused flag HTTP_MSGF_WAIT_CONN by Christopher Faulet · Wed Jul 17 11:21:36 2019 +0200
  74. c41547b MINOR: proto_http: Remove unused http txn flags by Christopher Faulet · Tue Jul 16 14:32:23 2019 +0200
  75. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · Tue Jul 16 14:16:10 2019 +0200
  76. 3d11969 MAJOR: filters: Remove code relying on the legacy HTTP mode by Christopher Faulet · Mon Jul 15 22:04:51 2019 +0200
  77. 28b18c5 CLEANUP: proxy: Remove the flag PR_O2_USE_HTX by Christopher Faulet · Mon Jul 15 15:13:41 2019 +0200
  78. 6d1dd46 MEDIUM: http_fetch: Remove code relying on HTTP legacy mode by Christopher Faulet · Mon Jul 15 14:36:03 2019 +0200
  79. c985f6c MINOR: connection: Remove the multiplexer protocol PROTO_MODE_HTX by Christopher Faulet · Mon Jul 15 11:42:52 2019 +0200
  80. 5ed8353 CLEANUP: h2: Remove functions converting h2 requests to raw HTTP/1.1 ones by Christopher Faulet · Mon Jul 15 11:26:30 2019 +0200
  81. 24e116b MINOR: htx: Slightly update htx_dump() to report better messages by Christopher Faulet · Wed Jun 12 11:10:28 2019 +0200
  82. 2bf43f0 MINOR: htx: Use an array of char to store HTX blocks by Christopher Faulet · Wed Jun 12 11:28:11 2019 +0200
  83. 192c6a2 MINOR: htx: Deduce the number of used blocks from tail and head values by Christopher Faulet · Tue Jun 11 16:32:24 2019 +0200
  84. 5a916f7 CLEANUP: htx: Remove the unsued function htx_add_blk_type_size() by Christopher Faulet · Thu Jun 20 15:22:51 2019 +0200
  85. 3b21972 DOC: htx: Update comments in HTX files by Christopher Faulet · Wed Jun 19 13:48:09 2019 +0200
  86. 304cc40 MINOR: proto_htx: Add the function htx_return_srv_error() by Christopher Faulet · Mon Jul 15 15:46:28 2019 +0200
  87. 8280ea9 MINOR: applet: make appctx use their own pool by Willy Tarreau · Thu Jul 18 10:41:36 2019 +0200
  88. 7764a57 BUG/MEDIUM: threads: cpu-map designating a single thread/process are ignored by Willy Tarreau · Tue Jul 16 15:10:34 2019 +0200
  89. 9723696 MEDIUM: mworker-prog: Add user/group options to program section by Andrew Heberle · Fri Jul 12 11:50:26 2019 +0800
  90. 4bd5867 BUG/MEDIUM: streams: Don't redispatch with L7 retries if redispatch isn't set. by Olivier Houchard · Fri Jul 12 16:16:59 2019 +0200
  91. 64e6012 MINOR: task: introduce work lists by Willy Tarreau · Fri Jul 12 08:31:17 2019 +0200
  92. 4be7190 BUG/MEDIUM: servers: Fix a race condition with idle connections. by Olivier Houchard · Thu Jul 11 15:49:00 2019 +0200
  93. 34ce7d0 BUG/MINOR: server: Be really able to keep "pool-max-conn" idle connections by Christopher Faulet · Wed Jul 10 14:06:33 2019 +0200
  94. 1dad384 BUG/MEDIUM: fd/threads: fix excessive CPU usage on multi-thread accept by Willy Tarreau · Mon Jul 08 23:09:03 2019 +0200
  95. 85b2cae MINOR: pools: make the thread harmless during the mmap/munmap syscalls by Willy Tarreau · Thu Jul 04 16:18:23 2019 +0200
  96. 8286754 MINOR: pools: always pre-initialize allocated memory outside of the lock by Willy Tarreau · Thu Jul 04 11:48:16 2019 +0200
  97. 3e853ea MINOR: pools: release the pool's lock during the malloc/free calls by Willy Tarreau · Thu Jul 04 11:30:00 2019 +0200
  98. 037b3eb BUG/MEDIUM: stream-int: Don't rely on CF_WRITE_PARTIAL to unblock opposite si by Christopher Faulet · Fri Jul 05 13:44:29 2019 +0200
  99. 2e4843d MINOR: action: Add the return code ACT_RET_DONE for actions by Christopher Faulet · Thu Jul 04 11:08:38 2019 +0200
  100. cee0389 BUG/MEDIUM: sessions: Don't keep an extra idle connection in sessions. by Olivier Houchard · Thu Jul 04 14:26:41 2019 +0200