1. e90904d MEDIUM: proxy: store the default proxies in a tree by name by Willy Tarreau · 3 years, 5 months ago
  2. 0a0f6a7 MINOR: proxy: support storing defaults sections into their own tree by Willy Tarreau · 3 years, 5 months ago
  3. c02ab03 MINOR: proxy: also store the name for a defaults section by Willy Tarreau · 3 years, 5 months ago
  4. 80dc6fe MINOR: proxy: add a new capability PR_CAP_DEF by Willy Tarreau · 3 years, 5 months ago
  5. 818ec78 MINOR: proxy: always properly reset the just freed default instance pointers by Willy Tarreau · 3 years, 5 months ago
  6. a3320a0 MINOR: proxy: move the defproxy freeing code to proxy.c by Willy Tarreau · 3 years, 5 months ago
  7. 3b06eae MEDIUM: proxy: only take defaults when a default proxy is passed. by Willy Tarreau · 3 years, 5 months ago
  8. 7683893 REORG: proxy: centralize the proxy allocation code into alloc_new_proxy() by Willy Tarreau · 3 years, 5 months ago
  9. 144289b REORG: move init_default_instance() to proxy.c and pass it the defproxy pointer by Willy Tarreau · 3 years, 5 months ago
  10. d1a7b85 MEDIUM: server: support {check,agent}_addr, agent_port in server state by William Dauchy · 3 years, 5 months ago
  11. fe03e7d MEDIUM: server: adding support for check_port in server state by William Dauchy · 3 years, 5 months ago
  12. cdd1e2a BUG/MEDIUM: stream: Don't immediatly ack the TCP to H1 upgrades by Christopher Faulet · 3 years, 5 months ago
  13. 8f0cc5c CLEANUP: Fix spelling errors in comments by Thayne McCombs · 3 years, 6 months ago
  14. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 6 months ago
  15. 2de240a MINOR: stream: Add level 7 retries on http error 401, 403 by Julien Pivotto · 3 years, 8 months ago
  16. f637044 MEDIUM: cli/ssl: configure ssl on server at runtime by William Dauchy · 3 years, 8 months ago
  17. 7f8f6cb BUG/MEDIUM: stats: prevent crash if counters not alloc with dummy one by Amaury Denoyelle · 3 years, 8 months ago
  18. 5503908 MINOR: proxy/cli: only take a read lock in "show errors" by Willy Tarreau · 3 years, 9 months ago
  19. ac66d6b MINOR: proxy; replace the spinlock with an rwlock by Willy Tarreau · 3 years, 9 months ago
  20. ba29687 BUG/MEDIUM: proxy: properly stop backends by Willy Tarreau · 3 years, 9 months ago
  21. 77e0dae MEDIUM: proxy: remove obsolete "mode health" by Willy Tarreau · 3 years, 9 months ago
  22. 626f3a7 MEDIUM: proxy: make soft_stop() stop most listeners using protocol_stop_now() by Willy Tarreau · 3 years, 9 months ago
  23. acde152 MEDIUM: proxy: centralize proxy status update and reporting by Willy Tarreau · 3 years, 9 months ago
  24. 322b9b9 MEDIUM: proxy: make stop_proxy() now use stop_listener() by Willy Tarreau · 3 years, 9 months ago
  25. 455585e MINOR: listeners: count unstoppable jobs on creation, not deletion by Willy Tarreau · 3 years, 9 months ago
  26. 1accacb CLEANUP: proxy: remove the now unused pause_proxies() and resume_proxies() by Willy Tarreau · 3 years, 9 months ago
  27. 58651b4 MEDIUM: listener/proxy: make the listeners notify about proxy pause/resume by Willy Tarreau · 3 years, 9 months ago
  28. 337c835 MEDIUM: proxy: merge zombify_proxy() with stop_proxy() by Willy Tarreau · 3 years, 9 months ago
  29. 43ba3cf MEDIUM: proxy: remove start_proxies() by Willy Tarreau · 3 years, 9 months ago
  30. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 3 years, 9 months ago
  31. f18d968 MEDIUM: proxy: remove state PR_STPAUSED by Willy Tarreau · 3 years, 9 months ago
  32. a17c91b MEDIUM: proxy: remove the PR_STERROR state by Willy Tarreau · 3 years, 9 months ago
  33. 6b3bf73 MEDIUM: proxy: remove the unused PR_STFULL state by Willy Tarreau · 3 years, 9 months ago
  34. bec7ab0 CLEANUP: proxy: remove the first_to_listen hack in zombify_proxy() by Willy Tarreau · 3 years, 9 months ago
  35. 987dbf5 MINOR: listeners: do not uselessly try to close zombie listeners in soft_stop() by Willy Tarreau · 3 years, 9 months ago
  36. c6dac6c MEDIUM: listeners: remove the now unused ZOMBIE state by Willy Tarreau · 3 years, 9 months ago
  37. c47ba59 BUG/MEDIUM: log: old processes with log foward section don't die on soft stop. by Emeric Brun · 3 years, 9 months ago
  38. 82cd028 BUG/MINOR: listeners: properly close listener FDs by Willy Tarreau · 3 years, 9 months ago
  39. 43046fa MINOR: listener: move the INHERITED flag down to the receiver by Willy Tarreau · 3 years, 10 months ago
  40. 38ba647 REORG: listener: move the receiving FD to struct receiver by Willy Tarreau · 3 years, 10 months ago
  41. 3715906 REORG: listener: move the listening address to a struct receiver by Willy Tarreau · 3 years, 10 months ago
  42. e91bff2 MAJOR: init: start all listeners via protocols and not via proxies anymore by Willy Tarreau · 3 years, 10 months ago
  43. 5254321 BUILD: tcp: condition TCP keepalive settings to platforms providing them by Willy Tarreau · 4 years ago
  44. b24bc0d MINOR: tcp: Support TCP keepalive parameters customization by MIZUTA Takeshi · 4 years ago
  45. 42abe68 BUG/MEDIUM: cli/proxy: don't try to dump idle connection state if there's none by Willy Tarreau · 4 years ago
  46. 69f591e MINOR: cli/proxy: add a new "show servers conn" command by Willy Tarreau · 4 years ago
  47. df2a030 BUG/MINOR: proxy: always initialize the trash in show servers state by Willy Tarreau · 4 years ago
  48. 6ff8143 BUG/MINOR: proxy: fix dump_server_state()'s misuse of the trash by Willy Tarreau · 4 years ago
  49. 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  50. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  51. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  52. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  53. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  54. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  55. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  56. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  57. c7babd8 REORG: include: move filters.h to haproxy/filters{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  58. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  59. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  60. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  61. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  62. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  63. 3c2a7c2 REORG: include: move peers.h to haproxy/peers{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  64. 3727a8a REORG: include: move signal.h to haproxy/signal{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  65. fc77454 REORG: include: move proto_tcp.h to haproxy/proto_tcp.h by Willy Tarreau · 4 years, 1 month ago
  66. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  67. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  68. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  69. 8efbdfb REORG: include: move obj_type.h to haproxy/obj_type{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  70. 278161c REORG: include: move capture.h to haproxy/capture{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  71. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  72. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 1 month ago
  73. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  74. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  75. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  76. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 1 month ago
  77. 89aed32 MINOR: mux-h1/proxy: Add a proxy option to disable clear h2 upgrade by Christopher Faulet · 4 years, 1 month ago
  78. 7a1e2e1 MEDIUM: checks: Add a list of vars to set before executing a tpc-check ruleset by Christopher Faulet · 4 years, 3 months ago
  79. 04578db MINOR: checks: Don't use a static tcp rule list head by Gaetan Rivet · 4 years, 5 months ago
  80. bdb00c5 BUG/MEDIUM: connections: Don't assume the connection has a valid session. by Olivier Houchard · 4 years, 4 months ago
  81. 6d0c3df MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding by Christopher Faulet · 4 years, 5 months ago
  82. 1e2256d MINOR: proxy: clarify number of connections log when stopping by William Dauchy · 4 years, 5 months ago
  83. 76edc0f MEDIUM: proxy: Add a directive to reference an http-errors section in a proxy by Christopher Faulet · 4 years, 6 months ago
  84. bb9da0b CLEANUP: proxy: simplify proxy_parse_rate_limit proxy checks by William Dauchy · 4 years, 6 months ago
  85. 47a7210 BUG/MINOR: proxy: Fix input data copy when an error is captured by Christopher Faulet · 4 years, 6 months ago
  86. 3894d97 MINOR: config: disable busy polling on old processes by William Dauchy · 4 years, 6 months ago
  87. eec7f8a BUG/MEDIUM: stream: Be sure to never assign a TCP backend to an HTX stream by Christopher Faulet · 4 years, 7 months ago
  88. 241797a MINOR: listener: split dequeue_all_listener() in two by Willy Tarreau · 4 years, 7 months ago
  89. 67878d7 BUG/MINOR: proxy: make soft_stop() also close FDs in LI_PAUSED state by Willy Tarreau · 4 years, 7 months ago
  90. f7f488d BUG/MINOR: mworker/cli: reload fail with inherited FD by William Lallemand · 4 years, 9 months ago
  91. 859dc80 MEDIUM: list: Separate "locked" list from regular list. by Olivier Houchard · 5 years ago
  92. 59dd06d BUG/MEDIUM: proxy: Don't use cs_destroy() when freeing the conn_stream. by Olivier Houchard · 5 years ago
  93. 71b20c2 BUG/MEDIUM: proxy: Don't forget the SF_HTX flag when upgrading TCP=>H1+HTX. by Olivier Houchard · 5 years ago
  94. 9d00869 CLEANUP: cli: replace all occurrences of manual handling of return messages by Willy Tarreau · 5 years ago
  95. 4c18f94 BUG/MEDIUM: proxy: Make sure to destroy the stream on upgrade from TCP to H2 by Olivier Houchard · 5 years ago
  96. 5e83d99 BUG/MAJOR: queue/threads: avoid an AB/BA locking issue in process_srv_queue() by Willy Tarreau · 5 years ago
  97. 98fbe95 MEDIUM: mux-h1: Add the support of headers adjustment for bogus HTTP/1 apps by Christopher Faulet · 5 years ago
  98. 3de3cd4 BUG/MINOR: proxy: always lock stop_proxy() by Willy Tarreau · 5 years ago
  99. 026efc7 MINOR: proxy: switch to conn->src in error snapshots by Willy Tarreau · 5 years ago
  100. 1b6adb4 MINOR: proxy/http_ana: Remove unused req_exp/rsp_exp and req_add/rsp_add lists by Christopher Faulet · 5 years ago