1. c69f02d MINOR: ssl/cli: replace dump/show ssl crt-list by '-n' option by William Lallemand · Mon Apr 06 19:07:03 2020 +0200
  2. 4a0e7fe MINOR: connections: Don't mark conn flags 0x00000001 and 0x00000002 as unused. by Olivier Houchard · Tue Mar 31 23:04:20 2020 +0200
  3. fa8cf0c MINOR: ssl: store a ptr to crtlist in crtlist_entry by William Lallemand · Mon Mar 30 19:59:57 2020 +0200
  4. 23d61c0 MINOR: ssl: add a list of crtlist_entry in ckch_store by William Lallemand · Mon Mar 30 18:27:58 2020 +0200
  5. 4939831 BUG/MINOR: ssl: ckch_inst wrongly inserted in crtlist_entry by William Lallemand · Mon Mar 30 17:01:33 2020 +0200
  6. ad3c37b REORG: ssl: move SETCERT enum to ssl_sock.h by William Lallemand · Wed Mar 25 20:20:26 2020 +0100
  7. 79d31ec MINOR: ssl: add a list of bind_conf in struct crtlist by William Lallemand · Wed Mar 25 15:10:49 2020 +0100
  8. 638f6ad MINOR: cli: add a general purpose pointer in the CLI struct by William Lallemand · Fri Mar 27 17:21:11 2020 +0100
  9. cf612a0 MINOR: servers: Add a counter for the number of currently used connections. by Olivier Houchard · Wed Mar 25 19:41:03 2020 +0100
  10. 824186b MEDIUM: stream: support use-server rules with dynamic names by Jerome Magnin · Sun Mar 29 09:37:12 2020 +0200
  11. 566df30 MEDIUM: connections: Attempt to get idle connections from other threads. by Olivier Houchard · Fri Mar 06 18:18:56 2020 +0100
  12. d2489e0 MINOR: connections: Add a flag to know if we're in the safe or idle list. by Olivier Houchard · Tue Mar 10 18:04:37 2020 +0100
  13. f0d4dff MINOR: connections: Make the "list" element a struct mt_list instead of list. by Olivier Houchard · Fri Mar 06 18:12:03 2020 +0100
  14. 00bdce2 MINOR: connections: Add a new mux method, "takeover". by Olivier Houchard · Wed Feb 19 17:18:57 2020 +0100
  15. dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · Thu Feb 13 19:12:07 2020 +0100
  16. de01ea9 MINOR: wdt: Move the definitions of WDTSIG and DEBUGSIG into types/signal.h. by Olivier Houchard · Wed Mar 18 13:07:19 2020 +0100
  17. a7bf573 MEDIUM: fd: Introduce a running mask, and use it instead of the spinlock. by Olivier Houchard · Thu Feb 27 17:26:13 2020 +0100
  18. 2954c47 MEDIUM: ssl: allow crt-list caching by William Lallemand · Fri Mar 06 21:54:13 2020 +0100
  19. 77e3b4a CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Tue Mar 10 12:06:11 2020 +0500
  20. cf6e0c8 MEDIUM: proxy_protocol: Support sending unique IDs using PPv2 by Tim Duesterhus · Fri Mar 13 12:34:24 2020 +0100
  21. d1b15b6 MINOR: proxy_protocol: Ingest PP2_TYPE_UNIQUE_ID on incoming connections by Tim Duesterhus · Fri Mar 13 12:34:23 2020 +0100
  22. b435f77 DOC: proxy_protocol: Reserve TLV type 0x05 as PP2_TYPE_UNIQUE_ID by Tim Duesterhus · Fri Mar 13 12:34:22 2020 +0100
  23. 8676514 MINOR: servers: Kill priv_conns. by Olivier Houchard · Thu Jan 02 18:10:17 2020 +0100
  24. 638698d BUILD: stream-int: fix a few includes dependencies by Willy Tarreau · Wed Mar 11 14:10:23 2020 +0100
  25. 6763016 BUG/MINOR: ssl/cli: sni_ctx' mustn't always be used as filters by William Lallemand · Mon Mar 09 16:56:39 2020 +0100
  26. 0a52846 CLEANUP: ssl: is_default is a bit in ckch_inst by William Lallemand · Mon Mar 09 16:53:42 2020 +0100
  27. 0fbf28a Revert "BUG/MEDIUM: random: implement per-thread and per-process random sequences" by Willy Tarreau · Sat Mar 07 11:24:39 2020 +0100
  28. 1c306aa BUG/MEDIUM: random: implement per-thread and per-process random sequences by Willy Tarreau · Fri Mar 06 19:04:55 2020 +0100
  29. 6c3a681 BUG/MEDIUM: random: initialize the random pool a bit better by Willy Tarreau · Fri Mar 06 18:57:15 2020 +0100
  30. 5a421a8 BUILD: listener: types/listener.h must not include standard.h by Willy Tarreau · Fri Mar 06 18:46:26 2020 +0100
  31. f23e029 BUILD: global: must not include common/standard.h but only types/freq_ctr.h by Willy Tarreau · Fri Mar 06 18:44:07 2020 +0100
  32. 8dd0d55 BUILD: ssl: include mini-clist.h by Willy Tarreau · Fri Mar 06 18:43:08 2020 +0100
  33. a8561db BUILD: buffer: types/{ring.h,checks.h} should include buf.h, not buffer.h by Willy Tarreau · Fri Mar 06 18:40:31 2020 +0100
  34. d8f0e07 MINOR: lua: Remove the flag HLUA_TXN_HTTP_RDY by Christopher Faulet · Tue Feb 25 09:45:51 2020 +0100
  35. a17e662 MEDIUM: stream: Make the `unique_id` member of `struct stream` a `struct ist` by Tim Duesterhus · Thu Mar 05 20:19:02 2020 +0100
  36. 0643b0e MINOR: proxy: Make `header_unique_id` a `struct ist` by Tim Duesterhus · Thu Mar 05 17:56:35 2020 +0100
  37. cfca142 MINOR: ssl: reach a ckch_store from a sni_ctx by William Lallemand · Thu Mar 05 10:17:47 2020 +0100
  38. 38df1c8 MINOR: ssl/cli: support crt-list filters by William Lallemand · Wed Dec 04 15:39:35 2019 +0100
  39. 842e94e MINOR: ssl: add "ca-verify-file" directive by Emmanuel Hocdet · Mon Dec 16 16:39:17 2019 +0100
  40. 3ebd55e MINOR: haproxy: export run_poll_loop by Willy Tarreau · Tue Mar 03 14:59:56 2020 +0100
  41. 1827845 MINOR: haproxy: export main to ease access from debugger by Willy Tarreau · Tue Mar 03 15:25:10 2020 +0100
  42. 1ed3781 MINOR: fd: merge the read and write error bits into RW error by Willy Tarreau · Wed Feb 26 16:12:45 2020 +0100
  43. a135ea6 CLEANUP: fd: remove some unneeded definitions of FD_EV_* flags by Willy Tarreau · Fri Feb 21 16:26:19 2020 +0100
  44. f80fe83 CLEANUP: fd: remove the FD_EV_STATUS aggregate by Willy Tarreau · Fri Feb 21 14:25:34 2020 +0100
  45. 967d3cc BUG/MINOR: http_ana: make sure redirect flags don't have overlapping bits by Jerome Magnin · Thu Feb 27 23:36:56 2020 +0100
  46. e0f3fd5 CLEANUP: ssl: move issuer_chain tree and definition by William Lallemand · Tue Feb 25 14:53:06 2020 +0100
  47. 03e7853 BUILD: remove obsolete support for -mregparm / USE_REGPARM by Willy Tarreau · Tue Feb 25 07:38:05 2020 +0100
  48. 716bec2 MINOR: connection: introduce a new receive flag: CO_RFL_READ_ONCE by Willy Tarreau · Thu Feb 20 11:04:40 2020 +0100
  49. 19bc201 MEDIUM: connection: remove the intermediary polling state from the connection by Willy Tarreau · Fri Feb 21 08:46:19 2020 +0100
  50. 7716cdf MINOR: lua: Get the action return code on the stack when an action finishes by Christopher Faulet · Wed Jan 29 11:53:30 2020 +0100
  51. 07a718e CLEANUP: lua: Remove consistency check for sample fetches and actions by Christopher Faulet · Wed Jan 29 11:51:39 2020 +0100
  52. 4a2c142 MEDIUM: http-rules: Support extra headers for HTTP return actions by Christopher Faulet · Fri Jan 31 17:36:01 2020 +0100
  53. 24231ab MEDIUM: http-rules: Add the return action to HTTP rules by Christopher Faulet · Fri Jan 24 17:44:23 2020 +0100
  54. 6d0c3df MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding by Christopher Faulet · Wed Jan 22 09:26:35 2020 +0100
  55. c87e468 MINOR: http-rules: Add a flag on redirect rules to know the rule direction by Christopher Faulet · Tue Jan 28 09:13:41 2020 +0100
  56. a416843 MINOR: dns: Dynamically allocate dns options to reduce the act_rule size by Christopher Faulet · Fri Jan 24 18:08:42 2020 +0100
  57. bb23883 MINOR: task: permanently flag tasklets waking themselves up by Willy Tarreau · Fri Jan 31 10:48:10 2020 +0100
  58. a62917b MEDIUM: tasks: implement 3 different tasklet classes with their own queues by Willy Tarreau · Thu Jan 30 18:37:28 2020 +0100
  59. 911db9b MEDIUM: connection: use CO_FL_WAIT_XPRT more consistently than L4/L6/HANDSHAKE by Willy Tarreau · Thu Jan 23 16:27:54 2020 +0100
  60. 4450b58 MINOR: connection: remove CO_FL_SSL_WAIT_HS from CO_FL_HANDSHAKE by Willy Tarreau · Thu Jan 23 15:23:13 2020 +0100
  61. c192b0a MEDIUM: connection: remove CO_FL_CONNECTED and only rely on CO_FL_WAIT_* by Willy Tarreau · Thu Jan 23 09:11:58 2020 +0100
  62. 477902b MEDIUM: connections: Get ride of the xprt_done callback. by Olivier Houchard · Wed Jan 22 18:08:48 2020 +0100
  63. 1a693fc MEDIUM: cli: Allow multiple filter entries for "show table" by Adis Nezirovic · Thu Jan 16 15:19:29 2020 +0100
  64. 2086365 CLEANUP: pattern: remove the pat_time definition by Willy Tarreau · Wed Jan 22 07:36:00 2020 +0100
  65. 6a0dd73 CLEANUP: Consistently `unsigned int` for bitfields by Tim Duesterhus · Sat Jan 18 01:32:49 2020 +0100
  66. 13a9232 MEDIUM: dns: use Additional records from SRV responses by Baptiste Assmann · Fri Jun 07 09:40:55 2019 +0200
  67. 2f53390 MINOR: proxy/http-ana: Add support of extra attributes for the cookie directive by Christopher Faulet · Tue Jan 21 11:06:48 2020 +0100
  68. 554c0eb MEDIUM: http-rules: Support an optional error message in http deny rules by Christopher Faulet · Tue Jan 14 12:00:28 2020 +0100
  69. 473e880 MINOR: http-ana: Add an error message in the txn and send it when defined by Christopher Faulet · Tue Jan 14 11:12:37 2020 +0100
  70. 76edc0f MEDIUM: proxy: Add a directive to reference an http-errors section in a proxy by Christopher Faulet · Mon Jan 13 15:52:01 2020 +0100
  71. 35cd81d MINOR: http-htx: Add a new section to create groups of custom HTTP errors by Christopher Faulet · Wed Jan 15 11:22:56 2020 +0100
  72. 5885775 MEDIUM: http-htx/proxy: Use a global and centralized storage for HTTP error messages by Christopher Faulet · Wed Jan 15 15:19:50 2020 +0100
  73. d73b96d MINOR: tcp-rules: Make tcp-request capture a custom action by Christopher Faulet · Thu Dec 19 17:27:03 2019 +0100
  74. ac98d81 MINOR: http-rule/tcp-rules: Make track-sc* custom actions by Christopher Faulet · Wed Dec 18 09:20:16 2019 +0100
  75. 91b3ec1 MEDIUM: http-rules: Make early-hint custom actions by Christopher Faulet · Fri Jan 17 22:30:06 2020 +0100
  76. 046cf44 MINOR: http-rules: Make set/del-map and add/del-acl custom actions by Christopher Faulet · Tue Dec 17 15:45:23 2019 +0100
  77. d1f27e3 MINOR: http-rules: Make set-header and add-header custom actions by Christopher Faulet · Tue Dec 17 09:33:38 2019 +0100
  78. 92d34fe MINOR: http-rules: Make replace-header and replace-value custom actions by Christopher Faulet · Tue Dec 17 09:20:34 2019 +0100
  79. 006f650 MINOR: actions: Use an integer to set the action type by Christopher Faulet · Wed Dec 18 15:10:29 2019 +0100
  80. 245cf79 MINOR: actions: Add flags to configure the action behaviour by Christopher Faulet · Wed Dec 18 14:58:12 2019 +0100
  81. 105ba6c MINOR: actions: Rename the act_flag enum into act_opt by Christopher Faulet · Wed Dec 18 14:41:51 2019 +0100
  82. cd26e8a MINOR: http-rules/tcp-rules: Call the defined action function first if defined by Christopher Faulet · Wed Dec 18 11:13:39 2019 +0100
  83. 96bff76 MINOR: actions: Regroup some info about HTTP rules in the same struct by Christopher Faulet · Tue Dec 17 13:46:18 2019 +0100
  84. 58b3564 MINOR: actions: Add a function pointer to release args used by actions by Christopher Faulet · Tue Dec 17 11:48:42 2019 +0100
  85. a00071e MINOR: http-ana: Add a txn flag to support soft/strict message rewrites by Christopher Faulet · Thu Dec 12 16:41:00 2019 +0100
  86. a08546b MINOR: counters: Remove failed_secu counter and use denied_resp instead by Christopher Faulet · Mon Dec 16 16:07:34 2019 +0100
  87. 0159ee4 MINOR: stats: Report internal errors in the proxies/listeners/servers stats by Christopher Faulet · Mon Dec 16 14:40:39 2019 +0100
  88. 30a2a37 MINOR: http-rules: Add more return codes to let custom actions act as normal ones by Christopher Faulet · Mon Dec 16 12:25:43 2019 +0100
  89. 4d90db5 MINOR: http-rules: Add a rule result to report internal error by Christopher Faulet · Mon Dec 16 12:22:05 2019 +0100
  90. d4ce6c2 MINOR: counters: Add a counter to report internal processing errors by Christopher Faulet · Mon Dec 16 11:11:02 2019 +0100
  91. ee1a6fc MINOR: connection: make the last arg of subscribe() a struct wait_event* by Willy Tarreau · Fri Jan 17 07:52:13 2020 +0100
  92. 7872d1f MEDIUM: connection: merge the send_wait and recv_wait entries by Willy Tarreau · Fri Jan 10 07:06:05 2020 +0100
  93. 3381bf8 MEDIUM: connection: get rid of CO_FL_CURR_* flags by Willy Tarreau · Fri Jan 17 17:39:35 2020 +0100
  94. 17ccd1a BUG/MEDIUM: connection: add a mux flag to indicate splice usability by Willy Tarreau · Fri Jan 17 16:19:34 2020 +0100
  95. f31af93 MEDIUM: lua: don't call the GC as often when dealing with outgoing connections by Willy Tarreau · Tue Jan 14 09:59:38 2020 +0100
  96. 0fbc318 CLEANUP: connection: merge CO_FL_NOTIFY_DATA and CO_FL_NOTIFY_DONE by Willy Tarreau · Fri Dec 27 14:57:45 2019 +0100
  97. 11ef083 MINOR: pollers: add a new flag to indicate pollers reporting ERR & HUP by Willy Tarreau · Thu Nov 28 18:17:33 2019 +0100
  98. dd0e89a BUG/MAJOR: task: add a new TASK_SHARED_WQ flag to fix foreing requeuing by Willy Tarreau · Thu Dec 19 07:39:06 2019 +0100
  99. a1d97f8 REORG: listener: move the global listener queue code to listener.c by Willy Tarreau · Tue Dec 10 11:18:41 2019 +0100
  100. a45a8b5 MEDIUM: init: set NO_NEW_PRIVS by default when supported by Willy Tarreau · Fri Dec 06 16:31:45 2019 +0100 upstream/master