1. 859dc80 MEDIUM: list: Separate "locked" list from regular list. by Olivier Houchard · 5 years ago
  2. 59dd06d BUG/MEDIUM: proxy: Don't use cs_destroy() when freeing the conn_stream. by Olivier Houchard · 5 years ago
  3. 71b20c2 BUG/MEDIUM: proxy: Don't forget the SF_HTX flag when upgrading TCP=>H1+HTX. by Olivier Houchard · 5 years ago
  4. 9d00869 CLEANUP: cli: replace all occurrences of manual handling of return messages by Willy Tarreau · 5 years ago
  5. 4c18f94 BUG/MEDIUM: proxy: Make sure to destroy the stream on upgrade from TCP to H2 by Olivier Houchard · 5 years ago
  6. 5e83d99 BUG/MAJOR: queue/threads: avoid an AB/BA locking issue in process_srv_queue() by Willy Tarreau · 5 years ago
  7. 98fbe95 MEDIUM: mux-h1: Add the support of headers adjustment for bogus HTTP/1 apps by Christopher Faulet · 5 years ago
  8. 3de3cd4 BUG/MINOR: proxy: always lock stop_proxy() by Willy Tarreau · 5 years ago
  9. 026efc7 MINOR: proxy: switch to conn->src in error snapshots by Willy Tarreau · 5 years ago
  10. 1b6adb4 MINOR: proxy/http_ana: Remove unused req_exp/rsp_exp and req_add/rsp_add lists by Christopher Faulet · 5 years ago
  11. 8c3b63a MINOR: proxy: Remove the unused list of block rules by Christopher Faulet · 5 years ago
  12. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  13. cc76d5b MINOR: proto_http: Remove the unused flag HTTP_MSGF_WAIT_CONN by Christopher Faulet · 5 years ago
  14. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · 5 years ago
  15. 4cb2828 MINOR: proxy: Don't adjust connection mode of HTTP proxies anymore by Christopher Faulet · 5 years ago
  16. 28b18c5 CLEANUP: proxy: Remove the flag PR_O2_USE_HTX by Christopher Faulet · 5 years ago
  17. 60d29b3 MINOR: proxy: Remove tests on the option 'http-use-htx' during H1 upgrade by Christopher Faulet · 5 years ago
  18. c985f6c MINOR: connection: Remove the multiplexer protocol PROTO_MODE_HTX by Christopher Faulet · 5 years ago
  19. 3193037 MAJOR: http: Deprecate and ignore the option "http-use-htx" by Christopher Faulet · 5 years ago
  20. 2ab3dad BUG/MEDIUM: connections: Make sure we're unsubscribe before upgrading the mux. by Olivier Houchard · 5 years ago
  21. 24915a5 MEDIUM: Remove 'option independant-streams' by Tim Duesterhus · 5 years ago
  22. 86e6b6e MEDIUM: Make '(cli|con|srv)timeout' directive fatal by Tim Duesterhus · 5 years ago
  23. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · 5 years ago
  24. 7067b3a BUG/MINOR: deinit/threads: make hard-stop-after perform a clean exit by Willy Tarreau · 5 years ago
  25. e573323 CLEANUP: build: rename some build macros to use the USE_* ones by Willy Tarreau · 5 years ago
  26. ddf0e03 MINOR: streams: Introduce a new retry-on keyword, all-retryable-errors. by Olivier Houchard · 5 years ago
  27. 1b8e68e MEDIUM: stick-table: Stop handling stick-tables as proxies. by Frédéric Lécaille · 5 years ago
  28. e3249a9 MEDIUM: streams: Add a new keyword for retry-on, "junk-response" by Olivier Houchard · 5 years ago
  29. 865d839 MEDIUM: streams: Add a way to replay failed 0rtt requests. by Olivier Houchard · 5 years ago
  30. a254a37 MEDIUM: streams: Add the ability to retry a request on L7 failure. by Olivier Houchard · 5 years ago
  31. 1d2b586 MAJOR: htx: Enable the HTX mode by default for all proxies by Christopher Faulet · 5 years ago
  32. bbe6854 MAJOR: proxy/htx: Handle mux upgrades from TCP to HTTP in HTX mode by Christopher Faulet · 5 years ago
  33. eb70980 MEDIUM: htx: Allow the option http-use-htx to be used on TCP proxies too by Christopher Faulet · 5 years ago
  34. 2365fb0 BUG/MAJOR: config: Wrong maxconn adjustment. by Frédéric Lécaille · 5 years ago
  35. c8d5b95 MEDIUM: config: don't enforce a low frontend maxconn value anymore by Willy Tarreau · 5 years ago
  36. d89cc8b MINOR: proxy: do not change the listeners' maxconn when updating the frontend's by Willy Tarreau · 5 years ago
  37. a8cf66b MINOR: listener: do not needlessly set l->maxconn by Willy Tarreau · 5 years ago
  38. 6daac19 MINOR: config: simplify bind_proc processing using proc_mask() by Willy Tarreau · 5 years ago
  39. 3e45184 BUG/MEDIUM: htx: check the HTX compatibility in dynamic use-backend rules by Willy Tarreau · 5 years ago
  40. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  41. 3a1f5fd REORG: config: extract the proxy parser into cfgparse-listen.c by Willy Tarreau · 6 years ago
  42. 9edebb8 MINOR: Fix typos in error messages in the proxy subsystem by Joseph Herlant · 6 years ago
  43. 59dd295 CLEANUP: fix typos in the proxy subsystem by Joseph Herlant · 6 years ago
  44. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · 6 years ago
  45. c59f988 MEDIUM: listeners: support unstoppable listener by William Lallemand · 6 years ago
  46. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · 6 years ago
  47. cf62f7e MEDIUM: cli: implement 'mode cli' proxy analyzers by William Lallemand · 6 years ago
  48. 4bc7d90 MEDIUM: snapshot: merge the captured data after the descriptor by Willy Tarreau · 6 years ago
  49. c55015e MEDIUM: snapshots: dynamically allocate the snapshots by Willy Tarreau · 6 years ago
  50. 36b2736 BUG/MEDIUM: snapshot: take the proxy's lock while dumping errors by Willy Tarreau · 6 years ago
  51. ddb68ac REORG: cli: move the "show errors" handler from http to proxy by Willy Tarreau · 6 years ago
  52. 75fb65a MINOR: proxy: add a new generic proxy_capture_error() by Willy Tarreau · 6 years ago
  53. 6d0f38f BUG/MEDIUM: dns/server: fix incomatibility between SRV resolution and server state file by Baptiste Assmann · 6 years ago
  54. a275a37 BUG/MEDIUM: cli/threads: protect all "proxy" commands against concurrent updates by Willy Tarreau · 6 years ago
  55. 0355dab MINOR: queue: replace the linked list with a tree by Patrick Hemmer · 6 years ago
  56. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  57. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · 6 years ago
  58. 9215ffa BUG/MEDIUM: servers: Add srv_addr default placeholder to the state file by Daniel Corbett · 6 years ago
  59. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · 6 years ago
  60. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  61. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · 7 years ago
  62. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  63. 387bd4f CLEANUP: global: introduce variable pid_bit to avoid shifts with relative_pid by Willy Tarreau · 7 years ago
  64. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  65. ff8abcd MEDIUM: threads/proxy: Add a lock per proxy and atomically update proxy vars by Christopher Faulet · 7 years ago
  66. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · 7 years ago
  67. b349e48 MEDIUM: threads/pool: Make pool thread-safe by locking all access to a pool by Christopher Faulet · 7 years ago
  68. 67957bd MAJOR: dns: Refactor the DNS code by Christopher Faulet · 7 years ago
  69. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · 7 years ago
  70. 2cc5bae MINOR: listeners: make listeners count consistent with reality by Willy Tarreau · 7 years ago
  71. c3680ec MINOR: add severity information to cli feedback messages by Andjelko Iharos · 7 years ago
  72. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · 7 years ago
  73. 8da5f98 MINOR: dns: Handle SRV records. by Olivier Houchard · 7 years ago
  74. 3169471 MINOR: Add server port field to server state file. by Frédéric Lécaille · 7 years ago
  75. ed2b4a6 BUG/MINOR: peers: peer synchronization issue (with several peers sections). by Frédéric Lécaille · 7 years ago
  76. b418c12 MINOR: server: cli: Add server FQDNs to server-state file and stats socket. by Frédéric Lécaille · 7 years ago
  77. 1fc0516 MINOR: proxy: Don't close FDs if not our proxy. by Olivier Houchard · 7 years ago
  78. 203ec5a MEDIUM: global: add a 'hard-stop-after' option to cap the soft-stop time by Cyril Bonté · 7 years ago
  79. e39683c BUG/MEDIUM: stream: fix client-fin/server-fin handling by Hongbo Long · 7 years ago
  80. 614f8d7 MINOR: cli: Let configure the dynamic cookies from the cli. by Olivier Houchard · 7 years ago
  81. 70e2f27 BUG/MINOR: stream: Fix how backend-specific analyzers are set on a stream by Christopher Faulet · 7 years ago
  82. 0184ea7 BUG/MAJOR: channel: Fix the definition order of channel analyzers by Christopher Faulet · 7 years ago
  83. 3c92f2a MINOR: appctx/cli: remove the "server_state" entry from the appctx union by Willy Tarreau · 8 years ago
  84. 608ea59 MINOR: appctx/cli: remove the "be" entry from the appctx union by Willy Tarreau · 8 years ago
  85. 1821d3c MINOR: cli: Remove useless call to bi_putchk by Christopher Faulet · 8 years ago
  86. 3b6e547 CLEANUP: cli: rename STAT_CLI_* to CLI_ST_* by Willy Tarreau · 8 years ago
  87. 15b9e68 REORG: cli: move "{enable|disable} frontend" to proxy.c by Willy Tarreau · 8 years ago
  88. 5212d7f REORG: cli: move "shutdown frontend" to proxy.c by Willy Tarreau · 8 years ago
  89. c429a1f REORG: cli: move "set maxconn frontend" to proxy.c by Willy Tarreau · 8 years ago
  90. 933efcd REORG: cli: move 'show backend' to proxy.c by William Lallemand · 8 years ago
  91. a6c5f33 REORG: cli: move 'show servers' to proxy.c by William Lallemand · 8 years ago
  92. 960f2cb MINOR: proxy: create new function cli_find_frontend() to find a frontend by Willy Tarreau · 8 years ago
  93. 4117904 MINOR: filters: Call stream_set_backend callbacks before updating backend stats by Christopher Faulet · 8 years ago
  94. 898566e CLEANUP: remove last references to 'ruleset' section by Christopher Faulet · 8 years ago
  95. 620408f MEDIUM: tcp: add registration and processing of TCP L5 rules by Willy Tarreau · 8 years ago
  96. 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · 8 years ago
  97. 443ea1a MINOR: filters: Extract proxy stuff from the struct filter by Christopher Faulet · 8 years ago
  98. 309c641 MEDIUM: filters: Replace filter_http_headers callback by an analyzer by Christopher Faulet · 9 years ago
  99. 92d3638 MAJOR: filters/http: Rewrite the HTTP compression as a filter by Christopher Faulet · 9 years ago
  100. d7c9196 MAJOR: filters: Add filters support by Christopher Faulet · 9 years ago