1. bdb00c5 BUG/MEDIUM: connections: Don't assume the connection has a valid session. by Olivier Houchard · Thu Mar 12 15:30:17 2020 +0100
  2. 6d0c3df MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding by Christopher Faulet · Wed Jan 22 09:26:35 2020 +0100
  3. 1e2256d MINOR: proxy: clarify number of connections log when stopping by William Dauchy · Sat Jan 25 23:45:18 2020 +0100
  4. 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
  5. bb9da0b CLEANUP: proxy: simplify proxy_parse_rate_limit proxy checks by William Dauchy · Thu Jan 16 01:34:27 2020 +0100
  6. 47a7210 BUG/MINOR: proxy: Fix input data copy when an error is captured by Christopher Faulet · Mon Jan 06 11:37:00 2020 +0100
  7. 3894d97 MINOR: config: disable busy polling on old processes by William Dauchy · Sat Dec 28 15:36:02 2019 +0100
  8. eec7f8a BUG/MEDIUM: stream: Be sure to never assign a TCP backend to an HTX stream by Christopher Faulet · Fri Dec 20 15:59:20 2019 +0100
  9. 241797a MINOR: listener: split dequeue_all_listener() in two by Willy Tarreau · Tue Dec 10 14:10:52 2019 +0100
  10. 67878d7 BUG/MINOR: proxy: make soft_stop() also close FDs in LI_PAUSED state by Willy Tarreau · Tue Dec 10 07:11:35 2019 +0100
  11. f7f488d BUG/MINOR: mworker/cli: reload fail with inherited FD by William Lallemand · Fri Oct 18 21:16:39 2019 +0200
  12. 859dc80 MEDIUM: list: Separate "locked" list from regular list. by Olivier Houchard · Thu Aug 08 15:47:21 2019 +0200
  13. 59dd06d BUG/MEDIUM: proxy: Don't use cs_destroy() when freeing the conn_stream. by Olivier Houchard · Fri Aug 09 18:01:15 2019 +0200
  14. 71b20c2 BUG/MEDIUM: proxy: Don't forget the SF_HTX flag when upgrading TCP=>H1+HTX. by Olivier Houchard · Fri Aug 09 17:50:05 2019 +0200
  15. 9d00869 CLEANUP: cli: replace all occurrences of manual handling of return messages by Willy Tarreau · Fri Aug 09 11:21:01 2019 +0200
  16. 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
  17. 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
  18. 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
  19. 3de3cd4 BUG/MINOR: proxy: always lock stop_proxy() by Willy Tarreau · Wed Jul 24 17:42:44 2019 +0200
  20. 026efc7 MINOR: proxy: switch to conn->src in error snapshots by Willy Tarreau · Wed Jul 17 15:20:02 2019 +0200
  21. 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
  22. 8c3b63a MINOR: proxy: Remove the unused list of block rules by Christopher Faulet · Wed Jul 17 15:19:51 2019 +0200
  23. 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
  24. cc76d5b MINOR: proto_http: Remove the unused flag HTTP_MSGF_WAIT_CONN by Christopher Faulet · Wed Jul 17 11:21:36 2019 +0200
  25. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · Tue Jul 16 14:16:10 2019 +0200
  26. 4cb2828 MINOR: proxy: Don't adjust connection mode of HTTP proxies anymore by Christopher Faulet · Mon Jul 15 15:59:53 2019 +0200
  27. 28b18c5 CLEANUP: proxy: Remove the flag PR_O2_USE_HTX by Christopher Faulet · Mon Jul 15 15:13:41 2019 +0200
  28. 60d29b3 MINOR: proxy: Remove tests on the option 'http-use-htx' during H1 upgrade by Christopher Faulet · Mon Jul 15 15:00:25 2019 +0200
  29. c985f6c MINOR: connection: Remove the multiplexer protocol PROTO_MODE_HTX by Christopher Faulet · Mon Jul 15 11:42:52 2019 +0200
  30. 3193037 MAJOR: http: Deprecate and ignore the option "http-use-htx" by Christopher Faulet · Mon Jul 15 10:16:58 2019 +0200
  31. 2ab3dad BUG/MEDIUM: connections: Make sure we're unsubscribe before upgrading the mux. by Olivier Houchard · Wed Jul 03 13:08:18 2019 +0200
  32. 24915a5 MEDIUM: Remove 'option independant-streams' by Tim Duesterhus · Tue May 14 20:58:01 2019 +0200
  33. 86e6b6e MEDIUM: Make '(cli|con|srv)timeout' directive fatal by Tim Duesterhus · Tue May 14 20:57:59 2019 +0200
  34. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · Fri Jun 07 19:00:37 2019 +0200
  35. 7067b3a BUG/MINOR: deinit/threads: make hard-stop-after perform a clean exit by Willy Tarreau · Sun Jun 02 11:11:29 2019 +0200
  36. e573323 CLEANUP: build: rename some build macros to use the USE_* ones by Willy Tarreau · Wed May 22 19:24:06 2019 +0200
  37. ddf0e03 MINOR: streams: Introduce a new retry-on keyword, all-retryable-errors. by Olivier Houchard · Fri May 10 18:05:40 2019 +0200
  38. 1b8e68e MEDIUM: stick-table: Stop handling stick-tables as proxies. by Frédéric Lécaille · Thu Mar 14 07:07:41 2019 +0100
  39. e3249a9 MEDIUM: streams: Add a new keyword for retry-on, "junk-response" by Olivier Houchard · Fri May 03 23:01:47 2019 +0200
  40. 865d839 MEDIUM: streams: Add a way to replay failed 0rtt requests. by Olivier Houchard · Fri May 03 22:46:27 2019 +0200
  41. a254a37 MEDIUM: streams: Add the ability to retry a request on L7 failure. by Olivier Houchard · Fri Apr 05 15:30:12 2019 +0200
  42. 1d2b586 MAJOR: htx: Enable the HTX mode by default for all proxies by Christopher Faulet · Fri Apr 12 16:10:51 2019 +0200
  43. bbe6854 MAJOR: proxy/htx: Handle mux upgrades from TCP to HTTP in HTX mode by Christopher Faulet · Mon Apr 08 10:53:51 2019 +0200
  44. eb70980 MEDIUM: htx: Allow the option http-use-htx to be used on TCP proxies too by Christopher Faulet · Thu Apr 11 22:04:08 2019 +0200
  45. 2365fb0 BUG/MAJOR: config: Wrong maxconn adjustment. by Frédéric Lécaille · Thu Mar 07 15:02:52 2019 +0100
  46. c8d5b95 MEDIUM: config: don't enforce a low frontend maxconn value anymore by Willy Tarreau · Wed Feb 27 17:25:52 2019 +0100
  47. d89cc8b MINOR: proxy: do not change the listeners' maxconn when updating the frontend's by Willy Tarreau · Wed Feb 27 16:53:33 2019 +0100
  48. a8cf66b MINOR: listener: do not needlessly set l->maxconn by Willy Tarreau · Wed Feb 27 16:49:00 2019 +0100
  49. 6daac19 MINOR: config: simplify bind_proc processing using proc_mask() by Willy Tarreau · Sat Feb 02 17:39:53 2019 +0100
  50. 3e45184 BUG/MEDIUM: htx: check the HTX compatibility in dynamic use-backend rules by Willy Tarreau · Fri Feb 01 15:06:09 2019 +0100
  51. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · Sun Nov 25 19:14:37 2018 +0100
  52. 3a1f5fd REORG: config: extract the proxy parser into cfgparse-listen.c by Willy Tarreau · Sun Nov 11 15:40:36 2018 +0100
  53. 9edebb8 MINOR: Fix typos in error messages in the proxy subsystem by Joseph Herlant · Thu Nov 15 11:50:44 2018 -0800
  54. 59dd295 CLEANUP: fix typos in the proxy subsystem by Joseph Herlant · Thu Nov 15 11:46:55 2018 -0800
  55. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · Thu Nov 15 11:08:52 2018 +0100
  56. c59f988 MEDIUM: listeners: support unstoppable listener by William Lallemand · Fri Nov 16 16:57:21 2018 +0100
  57. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · Tue Nov 06 18:46:37 2018 +0100
  58. cf62f7e MEDIUM: cli: implement 'mode cli' proxy analyzers by William Lallemand · Fri Oct 26 14:47:40 2018 +0200
  59. 4bc7d90 MEDIUM: snapshot: merge the captured data after the descriptor by Willy Tarreau · Fri Sep 07 20:07:17 2018 +0200
  60. c55015e MEDIUM: snapshots: dynamically allocate the snapshots by Willy Tarreau · Fri Sep 07 19:02:32 2018 +0200
  61. 36b2736 BUG/MEDIUM: snapshot: take the proxy's lock while dumping errors by Willy Tarreau · Fri Sep 07 19:55:44 2018 +0200
  62. ddb68ac REORG: cli: move the "show errors" handler from http to proxy by Willy Tarreau · Fri Sep 07 18:34:24 2018 +0200
  63. 75fb65a MINOR: proxy: add a new generic proxy_capture_error() by Willy Tarreau · Fri Sep 07 17:43:26 2018 +0200
  64. 6d0f38f BUG/MEDIUM: dns/server: fix incomatibility between SRV resolution and server state file by Baptiste Assmann · Mon Jul 02 17:00:54 2018 +0200
  65. a275a37 BUG/MEDIUM: cli/threads: protect all "proxy" commands against concurrent updates by Willy Tarreau · Tue Aug 21 14:50:44 2018 +0200
  66. 0355dab MINOR: queue: replace the linked list with a tree by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  67. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
  68. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · Fri May 25 14:04:04 2018 +0200
  69. 9215ffa BUG/MEDIUM: servers: Add srv_addr default placeholder to the state file by Daniel Corbett · Sat May 19 19:43:24 2018 -0400
  70. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · Wed Apr 18 13:26:46 2018 +0200
  71. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · Fri Nov 24 17:34:44 2017 +0100
  72. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · Fri Nov 24 16:54:05 2017 +0100
  73. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · Fri Nov 24 16:50:31 2017 +0100
  74. 387bd4f CLEANUP: global: introduce variable pid_bit to avoid shifts with relative_pid by Willy Tarreau · Fri Nov 10 19:08:14 2017 +0100
  75. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · Tue Nov 07 10:42:54 2017 +0100
  76. ff8abcd MEDIUM: threads/proxy: Add a lock per proxy and atomically update proxy vars by Christopher Faulet · Fri Jun 02 15:33:24 2017 +0200
  77. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · Wed Sep 27 14:59:38 2017 +0200
  78. b349e48 MEDIUM: threads/pool: Make pool thread-safe by locking all access to a pool by Christopher Faulet · Tue Aug 29 09:52:38 2017 +0200
  79. 67957bd MAJOR: dns: Refactor the DNS code by Christopher Faulet · Wed Sep 27 11:00:59 2017 +0200
  80. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · Thu Oct 19 14:32:15 2017 +0200
  81. 2cc5bae MINOR: listeners: make listeners count consistent with reality by Willy Tarreau · Fri Sep 15 08:18:11 2017 +0200
  82. c3680ec MINOR: add severity information to cli feedback messages by Andjelko Iharos · Thu Jul 20 16:49:14 2017 +0200
  83. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · Thu Aug 31 14:41:55 2017 +0200
  84. 8da5f98 MINOR: dns: Handle SRV records. by Olivier Houchard · Fri Aug 04 18:35:36 2017 +0200
  85. 3169471 MINOR: Add server port field to server state file. by Frédéric Lécaille · Tue Aug 01 08:47:19 2017 +0200
  86. ed2b4a6 BUG/MINOR: peers: peer synchronization issue (with several peers sections). by Frédéric Lécaille · Thu Jul 13 09:07:09 2017 +0200
  87. b418c12 MINOR: server: cli: Add server FQDNs to server-state file and stats socket. by Frédéric Lécaille · Wed Apr 26 11:24:02 2017 +0200
  88. 1fc0516 MINOR: proxy: Don't close FDs if not our proxy. by Olivier Houchard · Thu Apr 06 01:05:05 2017 +0200
  89. 203ec5a MEDIUM: global: add a 'hard-stop-after' option to cap the soft-stop time by Cyril Bonté · Thu Mar 23 22:44:13 2017 +0100
  90. e39683c BUG/MEDIUM: stream: fix client-fin/server-fin handling by Hongbo Long · Fri Mar 10 18:41:51 2017 +0100
  91. 614f8d7 MINOR: cli: Let configure the dynamic cookies from the cli. by Olivier Houchard · Tue Mar 14 20:08:46 2017 +0100
  92. 70e2f27 BUG/MINOR: stream: Fix how backend-specific analyzers are set on a stream by Christopher Faulet · Mon Jan 09 16:33:19 2017 +0100
  93. 0184ea7 BUG/MAJOR: channel: Fix the definition order of channel analyzers by Christopher Faulet · Thu Jan 05 14:06:34 2017 +0100
  94. 3c92f2a MINOR: appctx/cli: remove the "server_state" entry from the appctx union by Willy Tarreau · Fri Dec 16 18:23:39 2016 +0100
  95. 608ea59 MINOR: appctx/cli: remove the "be" entry from the appctx union by Willy Tarreau · Fri Dec 16 18:01:15 2016 +0100
  96. 1821d3c MINOR: cli: Remove useless call to bi_putchk by Christopher Faulet · Mon Dec 05 14:23:37 2016 +0100
  97. 3b6e547 CLEANUP: cli: rename STAT_CLI_* to CLI_ST_* by Willy Tarreau · Thu Nov 24 15:53:53 2016 +0100
  98. 15b9e68 REORG: cli: move "{enable|disable} frontend" to proxy.c by Willy Tarreau · Thu Nov 24 11:55:28 2016 +0100
  99. 5212d7f REORG: cli: move "shutdown frontend" to proxy.c by Willy Tarreau · Thu Nov 24 11:13:06 2016 +0100
  100. c429a1f REORG: cli: move "set maxconn frontend" to proxy.c by Willy Tarreau · Wed Nov 23 16:22:04 2016 +0100