1. 246c024 MINOR: ssl: load the ocsp in/from the ckch by William Lallemand · Fri Oct 11 08:59:13 2019 +0200
  2. a17f411 MINOR: ssl: load the sctl in/from the ckch by William Lallemand · Thu Oct 10 15:16:44 2019 +0200
  3. 150bfa8 MEDIUM: ssl/cli: 'set ssl cert' updates a certificate from the CLI by William Lallemand · Thu Sep 19 17:12:49 2019 +0200
  4. 1d29c74 MEDIUM: ssl: split ssl_sock_add_cert_sni() by William Lallemand · Fri Oct 04 00:53:29 2019 +0200
  5. 9117de9 MEDIUM: ssl: introduce the ckch instance structure by William Lallemand · Fri Oct 04 00:29:42 2019 +0200
  6. f6adbe9 REORG: ssl: move structures to ssl_sock.h by William Lallemand · Wed Sep 11 16:33:52 2019 +0200
  7. 0691046 MEDIUM: task: Split the tasklet list into two lists. by Olivier Houchard · Fri Oct 11 16:35:01 2019 +0200
  8. 2f39738 MINOR: stats: support the "desc" output format modifier for info and stat by Willy Tarreau · Wed Oct 09 11:43:59 2019 +0200
  9. ab02b3f MINOR: stats: get rid of the STAT_SHOWADMIN flag by Willy Tarreau · Wed Oct 09 11:11:46 2019 +0200
  10. 708c416 MINOR: stats: replace the ST_* uri_auth flags with STAT_* by Willy Tarreau · Wed Oct 09 10:19:16 2019 +0200
  11. 88a0db2 MINOR: stats: Add the support of float fields in stats by Christopher Faulet · Tue Sep 24 16:35:10 2019 +0200
  12. b1bb1af MINOR: spoe: Support the async mode with several threads by Christopher Faulet · Tue Sep 17 11:55:52 2019 +0200
  13. d022e9c MINOR: task: introduce a thread-local "sched" variable for local scheduler stuff by Willy Tarreau · Tue Sep 24 08:25:15 2019 +0200
  14. 2bd65a7 OPTIM: listeners: use tasklets for the multi-queue rings by Willy Tarreau · Tue Sep 24 06:55:18 2019 +0200
  15. ff1e9f3 MEDIUM: tasklets: Make the tasklet list a struct mt_list. by Olivier Houchard · Fri Sep 20 17:18:35 2019 +0200
  16. 859dc80 MEDIUM: list: Separate "locked" list from regular list. by Olivier Houchard · Thu Aug 08 15:47:21 2019 +0200
  17. 78fbb9f MEDIUM: fcgi-app: Add FCGI application and filter by Christopher Faulet · Sun Aug 11 23:11:03 2019 +0200
  18. c169296 MINOR: config: Support per-proxy and per-server post-check functions callbacks by Christopher Faulet · Mon Aug 12 09:51:07 2019 +0200
  19. 3ea5cbe MINOR: config: Support per-proxy and per-server deinit functions callbacks by Christopher Faulet · Wed Jul 31 08:44:12 2019 +0200
  20. e3d2a87 MINOR: http-ana: Remove err_state field from http_msg by Christopher Faulet · Mon Sep 09 11:11:45 2019 +0200
  21. 6338a08 MINOR: stats: Add JSON export from the stats page by Christopher Faulet · Mon Sep 09 15:50:54 2019 +0200
  22. f21d17b MINOR: stats: report the number of idle connections for each server by Willy Tarreau · Sun Sep 08 09:24:56 2019 +0200
  23. 77abb43 MINOR: fd: add two flags ERR and SHUT to describe FD states by Willy Tarreau · Fri Sep 06 18:27:02 2019 +0200
  24. f8ecc7f MEDIUM: fd: simplify the fd_*_{recv,send} functions using BTS/BTR by Willy Tarreau · Wed Sep 04 13:22:50 2019 +0200
  25. 5bee3e2 MEDIUM: fd: remove the FD_EV_POLLED status bit by Willy Tarreau · Wed Sep 04 09:52:57 2019 +0200
  26. c046d16 MEDIUM: log: add support for logging to a ring buffer by Willy Tarreau · Fri Aug 30 15:24:59 2019 +0200
  27. f3dc30f MINOR: log: add a target type instead of hacking the address family by Willy Tarreau · Fri Aug 30 14:18:44 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. 1d181e4 MEDIUM: ring: implement a wait mode for watchers by Willy Tarreau · Fri Aug 30 11:17:01 2019 +0200
  31. 300decc MINOR: cli: extend the CLI context with a list and two offsets by Willy Tarreau · Fri Aug 30 08:05:03 2019 +0200
  32. 370a694 MINOR: trace: change the detail_level to per-source verbosity by Willy Tarreau · Thu Aug 29 08:24:16 2019 +0200
  33. 09fb0df MINOR: trace: prepend the function name for developer level traces by Willy Tarreau · Thu Aug 29 08:40:59 2019 +0200
  34. 2ea549b MINOR: trace: change the "payload" level to "data" and move it by Willy Tarreau · Thu Aug 29 08:01:48 2019 +0200
  35. be5a288 MINOR: trace: replace struct trace_lockon_args with struct name_desc by Willy Tarreau · Thu Aug 29 09:33:42 2019 +0200
  36. 7185b78 MINOR: connection: add the fc_pp_authority fetch -- authority TLV, from PROXYv2 by Geoff Simmons · Tue Aug 27 18:31:16 2019 +0200
  37. 3da0026 MINOR: trace: support a default callback for the source by Willy Tarreau · Wed Aug 28 07:03:58 2019 +0200
  38. 8f24023 MINOR: sink: now report the number of dropped events on output by Willy Tarreau · Tue Aug 27 16:41:06 2019 +0200
  39. 4ed23ca MINOR: sink: add support for ring buffers by Willy Tarreau · Fri Aug 23 15:47:49 2019 +0200
  40. 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
  41. 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
  42. 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
  43. c14eea4 MINOR: trace: add the possibility to lock on some arguments by Willy Tarreau · Tue Aug 20 19:22:53 2019 +0200
  44. 17a51c6 MINOR: trace: add a definition of typed arguments to trace() by Willy Tarreau · Tue Aug 20 18:42:52 2019 +0200
  45. 4151c75 MINOR: trace: start to create a new trace subsystem by Willy Tarreau · Thu Aug 08 18:21:26 2019 +0200
  46. 973e662 MINOR: sink: add a support for file descriptors by Willy Tarreau · Tue Aug 20 11:57:52 2019 +0200
  47. 67b5a16 MINOR: sink: create definitions a minimal code for event sinks by Willy Tarreau · Sun Aug 11 16:38:56 2019 +0200
  48. d50c7fe MINOR: cli: add two new states to print messages on the CLI by Willy Tarreau · Fri Aug 09 09:57:36 2019 +0200
  49. 247a8b1 CLEANUP: task: move the cpu_time field to the task-only part by Willy Tarreau · Thu Aug 08 10:09:08 2019 +0200
  50. 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
  51. 305d5ab MAJOR: fd: Get rid of the fd cache. by Olivier Houchard · Wed Jul 24 18:07:06 2019 +0200
  52. 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
  53. 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
  54. 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
  55. daacf36 BUG/MEDIUM: protocols: add a global lock for the init/deinit stuff by Willy Tarreau · Wed Jul 24 16:45:02 2019 +0200
  56. 9042060 MINOR: stream: add a new target_addr entry in the stream structure by Willy Tarreau · Thu Jul 18 15:09:57 2019 +0200
  57. e71fca8 MAJOR: connection: remove the addr field by Willy Tarreau · Wed Jul 17 19:06:58 2019 +0200
  58. 1ef4cbc MINOR: connection: add new src and dst fields by Willy Tarreau · Wed Jul 17 14:33:15 2019 +0200
  59. 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
  60. 8c3b63a MINOR: proxy: Remove the unused list of block rules by Christopher Faulet · Wed Jul 17 15:19:51 2019 +0200
  61. a6a56e6 MEDIUM: config: Remove parsing of req* and rsp* directives by Christopher Faulet · Wed Jul 17 15:13:28 2019 +0200
  62. 73e8ede MINOR: proxy: Remove support of the option 'http-tunnel' by Christopher Faulet · Tue Jul 16 15:04:46 2019 +0200
  63. 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
  64. eb2754b CLEANUP: proto_http: Remove unecessary includes and comments by Christopher Faulet · Tue Jul 16 14:49:01 2019 +0200
  65. 22dc248 CLEANUP: channel: Remove the unused flag CF_WAKE_CONNECT by Christopher Faulet · Tue Jul 16 14:43:08 2019 +0200
  66. 3716ebc CLEANUP: proto_http: Group remaining flags of the HTTP transaction by Christopher Faulet · Wed Jul 17 11:22:37 2019 +0200
  67. cc76d5b MINOR: proto_http: Remove the unused flag HTTP_MSGF_WAIT_CONN by Christopher Faulet · Wed Jul 17 11:21:36 2019 +0200
  68. c41547b MINOR: proto_http: Remove unused http txn flags by Christopher Faulet · Tue Jul 16 14:32:23 2019 +0200
  69. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · Tue Jul 16 14:16:10 2019 +0200
  70. 3d11969 MAJOR: filters: Remove code relying on the legacy HTTP mode by Christopher Faulet · Mon Jul 15 22:04:51 2019 +0200
  71. 28b18c5 CLEANUP: proxy: Remove the flag PR_O2_USE_HTX by Christopher Faulet · Mon Jul 15 15:13:41 2019 +0200
  72. c985f6c MINOR: connection: Remove the multiplexer protocol PROTO_MODE_HTX by Christopher Faulet · Mon Jul 15 11:42:52 2019 +0200
  73. 7764a57 BUG/MEDIUM: threads: cpu-map designating a single thread/process are ignored by Willy Tarreau · Tue Jul 16 15:10:34 2019 +0200
  74. 9723696 MEDIUM: mworker-prog: Add user/group options to program section by Andrew Heberle · Fri Jul 12 11:50:26 2019 +0800
  75. 64e6012 MINOR: task: introduce work lists by Willy Tarreau · Fri Jul 12 08:31:17 2019 +0200
  76. 1dad384 BUG/MEDIUM: fd/threads: fix excessive CPU usage on multi-thread accept by Willy Tarreau · Mon Jul 08 23:09:03 2019 +0200
  77. 2e4843d MINOR: action: Add the return code ACT_RET_DONE for actions by Christopher Faulet · Thu Jul 04 11:08:38 2019 +0200
  78. ad03288 BUG/MINOR: mworker/cli: don't output a \n before the response by William Lallemand · Mon Jul 01 10:56:15 2019 +0200
  79. da29fe2 MEDIUM: server: server-state global file stored in a tree by Baptiste Assmann · Thu Jun 13 13:24:29 2019 +0200
  80. 86e6b6e MEDIUM: Make '(cli|con|srv)timeout' directive fatal by Tim Duesterhus · Tue May 14 20:57:59 2019 +0200
  81. dac168b MEDIUM: Make 'redispatch' directive fatal by Tim Duesterhus · Tue May 14 20:57:58 2019 +0200
  82. 7b7c47f MEDIUM: Make 'block' directive fatal by Tim Duesterhus · Tue May 14 20:57:57 2019 +0200
  83. 3c39a7d CLEANUP: connection: rename the wait_event.task field to .tasklet by Willy Tarreau · Fri Jun 14 14:42:29 2019 +0200
  84. 1dc6963 MINOR: mworker: add the HAProxy version in "show proc" by William Lallemand · Wed Jun 12 19:11:33 2019 +0200
  85. b65717f MINOR: peers: Optimization for dictionary cache lookup. by Frédéric Lécaille · Fri Jun 07 14:25:25 2019 +0200
  86. 99de1d0 MINOR: dict: Store the length of the dictionary entries. by Frédéric Lécaille · Fri Jun 07 10:58:20 2019 +0200
  87. 6c39198 MINOR peers: data structure simplifications for server names dictionary cache. by Frédéric Lécaille · Thu Jun 06 11:34:03 2019 +0200
  88. 4f283fa MEDIUM: stream-int: introduce a new state SI_ST_RDY by Willy Tarreau · Wed Jun 05 14:34:03 2019 +0200
  89. bedcd69 MINOR: stream-int: use bit fields to match multiple stream-int states at once by Willy Tarreau · Wed Jun 05 14:45:06 2019 +0200
  90. 03abf2d MEDIUM: connections: Remove CONN_FL_SOCK* by Olivier Houchard · Tue May 28 10:12:02 2019 +0200
  91. fe50bfb MEDIUM: connections: Introduce a handshake pseudo-XPRT. by Olivier Houchard · Mon May 27 12:09:19 2019 +0200
  92. 2e05548 MINOR: connections: Add a new xprt method, add_xprt(). by Olivier Houchard · Mon May 27 19:50:12 2019 +0200
  93. 5149b59 MINOR: connections: Add a new xprt method, remove_xprt. by Olivier Houchard · Thu May 23 17:47:36 2019 +0200
  94. ea8dd94 MEDIUM: ssl: Handle subscribe by itself. by Olivier Houchard · Mon May 20 14:02:16 2019 +0200
  95. 8f3c256 MEDIUM: cache/htx: Always store info about HTX blocks in the cache by Christopher Faulet · Mon Jun 03 22:19:18 2019 +0200
  96. 8d78fa7 MINOR: peers: Make peers protocol support new "server_name" data type. by Frédéric Lécaille · Mon May 20 18:22:52 2019 +0200
  97. 7da7129 MINOR: server: Add a dictionary for server names. by Frédéric Lécaille · Mon May 20 09:47:07 2019 +0200
  98. 84d6046 MINOR: proxy: Add a "server by name" tree to proxy. by Frédéric Lécaille · Fri May 17 14:29:15 2019 +0200
  99. 5ad57ea MINOR: stick-table: Add "server_name" new data type. by Frédéric Lécaille · Fri May 17 10:08:29 2019 +0200
  100. 74167b2 MINOR: peers: Add a LRU cache implementation for dictionaries. by Frédéric Lécaille · Tue May 28 19:02:42 2019 +0200