1. e684483 BUILD: proxy: include tools.h in proxy.c by Willy Tarreau · 3 years, 2 months ago
  2. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · 3 years, 2 months ago
  3. 2cc201f BUG/MEDIUM: peers: re-work refcnt on table to protect against flush by Emeric Brun · 3 years, 2 months ago
  4. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 2 months ago
  5. 1851572 CLEANUP: atomic: add a fetch-and-xxx variant for common operations by Willy Tarreau · 3 years, 3 months ago
  6. 1db4273 CLEANUP: atomic: add an explicit _FETCH variant for add/sub/and/or by Willy Tarreau · 3 years, 3 months ago
  7. ae863c6 MEDIUM: Add tcp-request switch-mode action to perform HTTP upgrade by Christopher Faulet · 3 years, 4 months ago
  8. 6c1fd98 MINOR: stream: Handle stream HTTP upgrade in a dedicated function by Christopher Faulet · 3 years, 4 months ago
  9. 75f619a MINOR: http-ana: Simplify creation/destruction of HTTP transactions by Christopher Faulet · 3 years, 4 months ago
  10. c2ac5e4 MINOR: filters/http-ana: Decide to filter HTTP headers in HTTP analysers by Christopher Faulet · 3 years, 4 months ago
  11. 7a9e362 MINOR: mux-pt: Don't perform implicit HTTP upgrade if not supported by mux by Christopher Faulet · 3 years, 4 months ago
  12. f0d7eb2 MINOR: stream: Don't trigger errors on destructive HTTP upgrades by Christopher Faulet · 3 years, 3 months ago
  13. 6f26fae MINOR: proxy: define cap PR_CAP_LUA by Amaury Denoyelle · 3 years, 3 months ago
  14. 27fefa1 MINOR: proxy: implement a free_proxy function by Amaury Denoyelle · 3 years, 3 months ago
  15. 476b9ad REORG: split proxy allocation functions by Amaury Denoyelle · 3 years, 3 months ago
  16. 31a3cea MINOR: cfgparse/proxy: also support spelling fixes on options by Willy Tarreau · 3 years, 4 months ago
  17. 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · 3 years, 4 months ago
  18. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 3 years, 4 months ago
  19. f57c64f BUILD: proxy: Missing header inclusion for quic_transport_params_init() by Frédéric Lécaille · 3 years, 5 months ago
  20. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 4 months ago
  21. 5d1def6 MEDIUM: http-ana: Add IPv6 support for forwardfor and orignialto options by Christopher Faulet · 3 years, 4 months ago
  22. a698eb6 MINOR: streams: use one list per stream instead of a global one by Willy Tarreau · 3 years, 4 months ago
  23. 0d03825 BUG/MINOR: proxy: wake up all threads when sending the hard-stop signal by Willy Tarreau · 3 years, 4 months ago
  24. 92b887e BUG/MEDIUM: proxy: use thread-safe stream killing on hard-stop by Willy Tarreau · 3 years, 4 months ago
  25. e90904d MEDIUM: proxy: store the default proxies in a tree by name by Willy Tarreau · 3 years, 5 months ago
  26. 0a0f6a7 MINOR: proxy: support storing defaults sections into their own tree by Willy Tarreau · 3 years, 5 months ago
  27. c02ab03 MINOR: proxy: also store the name for a defaults section by Willy Tarreau · 3 years, 5 months ago
  28. 80dc6fe MINOR: proxy: add a new capability PR_CAP_DEF by Willy Tarreau · 3 years, 5 months ago
  29. 818ec78 MINOR: proxy: always properly reset the just freed default instance pointers by Willy Tarreau · 3 years, 5 months ago
  30. a3320a0 MINOR: proxy: move the defproxy freeing code to proxy.c by Willy Tarreau · 3 years, 5 months ago
  31. 3b06eae MEDIUM: proxy: only take defaults when a default proxy is passed. by Willy Tarreau · 3 years, 5 months ago
  32. 7683893 REORG: proxy: centralize the proxy allocation code into alloc_new_proxy() by Willy Tarreau · 3 years, 5 months ago
  33. 144289b REORG: move init_default_instance() to proxy.c and pass it the defproxy pointer by Willy Tarreau · 3 years, 5 months ago
  34. d1a7b85 MEDIUM: server: support {check,agent}_addr, agent_port in server state by William Dauchy · 3 years, 5 months ago
  35. fe03e7d MEDIUM: server: adding support for check_port in server state by William Dauchy · 3 years, 5 months ago
  36. cdd1e2a BUG/MEDIUM: stream: Don't immediatly ack the TCP to H1 upgrades by Christopher Faulet · 3 years, 5 months ago
  37. 8f0cc5c CLEANUP: Fix spelling errors in comments by Thayne McCombs · 3 years, 6 months ago
  38. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 6 months ago
  39. 2de240a MINOR: stream: Add level 7 retries on http error 401, 403 by Julien Pivotto · 3 years, 8 months ago
  40. f637044 MEDIUM: cli/ssl: configure ssl on server at runtime by William Dauchy · 3 years, 8 months ago
  41. 7f8f6cb BUG/MEDIUM: stats: prevent crash if counters not alloc with dummy one by Amaury Denoyelle · 3 years, 8 months ago
  42. 5503908 MINOR: proxy/cli: only take a read lock in "show errors" by Willy Tarreau · 3 years, 9 months ago
  43. ac66d6b MINOR: proxy; replace the spinlock with an rwlock by Willy Tarreau · 3 years, 9 months ago
  44. ba29687 BUG/MEDIUM: proxy: properly stop backends by Willy Tarreau · 3 years, 9 months ago
  45. 77e0dae MEDIUM: proxy: remove obsolete "mode health" by Willy Tarreau · 3 years, 9 months ago
  46. 626f3a7 MEDIUM: proxy: make soft_stop() stop most listeners using protocol_stop_now() by Willy Tarreau · 3 years, 9 months ago
  47. acde152 MEDIUM: proxy: centralize proxy status update and reporting by Willy Tarreau · 3 years, 9 months ago
  48. 322b9b9 MEDIUM: proxy: make stop_proxy() now use stop_listener() by Willy Tarreau · 3 years, 9 months ago
  49. 455585e MINOR: listeners: count unstoppable jobs on creation, not deletion by Willy Tarreau · 3 years, 9 months ago
  50. 1accacb CLEANUP: proxy: remove the now unused pause_proxies() and resume_proxies() by Willy Tarreau · 3 years, 9 months ago
  51. 58651b4 MEDIUM: listener/proxy: make the listeners notify about proxy pause/resume by Willy Tarreau · 3 years, 9 months ago
  52. 337c835 MEDIUM: proxy: merge zombify_proxy() with stop_proxy() by Willy Tarreau · 3 years, 9 months ago
  53. 43ba3cf MEDIUM: proxy: remove start_proxies() by Willy Tarreau · 3 years, 9 months ago
  54. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 3 years, 9 months ago
  55. f18d968 MEDIUM: proxy: remove state PR_STPAUSED by Willy Tarreau · 3 years, 9 months ago
  56. a17c91b MEDIUM: proxy: remove the PR_STERROR state by Willy Tarreau · 3 years, 9 months ago
  57. 6b3bf73 MEDIUM: proxy: remove the unused PR_STFULL state by Willy Tarreau · 3 years, 9 months ago
  58. bec7ab0 CLEANUP: proxy: remove the first_to_listen hack in zombify_proxy() by Willy Tarreau · 3 years, 9 months ago
  59. 987dbf5 MINOR: listeners: do not uselessly try to close zombie listeners in soft_stop() by Willy Tarreau · 3 years, 9 months ago
  60. c6dac6c MEDIUM: listeners: remove the now unused ZOMBIE state by Willy Tarreau · 3 years, 9 months ago
  61. c47ba59 BUG/MEDIUM: log: old processes with log foward section don't die on soft stop. by Emeric Brun · 3 years, 9 months ago
  62. 82cd028 BUG/MINOR: listeners: properly close listener FDs by Willy Tarreau · 3 years, 9 months ago
  63. 43046fa MINOR: listener: move the INHERITED flag down to the receiver by Willy Tarreau · 3 years, 10 months ago
  64. 38ba647 REORG: listener: move the receiving FD to struct receiver by Willy Tarreau · 3 years, 10 months ago
  65. 3715906 REORG: listener: move the listening address to a struct receiver by Willy Tarreau · 3 years, 10 months ago
  66. e91bff2 MAJOR: init: start all listeners via protocols and not via proxies anymore by Willy Tarreau · 3 years, 10 months ago
  67. 5254321 BUILD: tcp: condition TCP keepalive settings to platforms providing them by Willy Tarreau · 4 years ago
  68. b24bc0d MINOR: tcp: Support TCP keepalive parameters customization by MIZUTA Takeshi · 4 years ago
  69. 42abe68 BUG/MEDIUM: cli/proxy: don't try to dump idle connection state if there's none by Willy Tarreau · 4 years ago
  70. 69f591e MINOR: cli/proxy: add a new "show servers conn" command by Willy Tarreau · 4 years ago
  71. df2a030 BUG/MINOR: proxy: always initialize the trash in show servers state by Willy Tarreau · 4 years ago
  72. 6ff8143 BUG/MINOR: proxy: fix dump_server_state()'s misuse of the trash by Willy Tarreau · 4 years ago
  73. 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  74. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  75. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  76. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  77. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  78. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  79. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  80. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  81. c7babd8 REORG: include: move filters.h to haproxy/filters{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  82. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  83. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  84. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  85. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  86. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  87. 3c2a7c2 REORG: include: move peers.h to haproxy/peers{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  88. 3727a8a REORG: include: move signal.h to haproxy/signal{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  89. fc77454 REORG: include: move proto_tcp.h to haproxy/proto_tcp.h by Willy Tarreau · 4 years, 1 month ago
  90. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  91. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  92. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  93. 8efbdfb REORG: include: move obj_type.h to haproxy/obj_type{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  94. 278161c REORG: include: move capture.h to haproxy/capture{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  95. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  96. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 1 month ago
  97. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  98. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  99. 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
  100. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 1 month ago