1. c943799 MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c by Emeric Brun · 3 years, 5 months ago
  2. d30e9a1 MINOR: resolvers: rework prototype suffixes to split resolving and dns. by Emeric Brun · 3 years, 7 months ago
  3. 456de77 MINOR: resolvers: renames resolvers DNS_UPD_* returncodes to RSLV_UPD_* by Emeric Brun · 3 years, 7 months ago
  4. 21fbeed MINOR: resolvers: renames some dns prefixed types using resolv prefix. by Emeric Brun · 3 years, 7 months ago
  5. 08622d3 MINOR: resolvers: renames some resolvers specific types to not use dns prefix by Emeric Brun · 3 years, 7 months ago
  6. 750fe79 MINOR: resolvers: renames type dns_resolvers to resolvers. by Emeric Brun · 3 years, 7 months ago
  7. 50c870e BUG/MINOR: dns: add missing sent counter and parent id to dns counters. by Emeric Brun · 3 years, 6 months ago
  8. 4696764 CLEANUP: server: Remove useless "filepath" variable in apply_server_state() by Christopher Faulet · 3 years, 5 months ago
  9. 8952ea6 BUG/MINOR: server: Don't call fopen() with server-state filepath set to NULL by Christopher Faulet · 3 years, 5 months ago
  10. bb8669a BUG/MINOR: server: parse_server() must take a const for the defproxy by Willy Tarreau · 3 years, 5 months ago
  11. 144289b REORG: move init_default_instance() to proxy.c and pass it the defproxy pointer by Willy Tarreau · 3 years, 5 months ago
  12. ddc7ce9 MINOR: server: enhance error precision when applying server state by William Dauchy · 3 years, 5 months ago
  13. d1a7b85 MEDIUM: server: support {check,agent}_addr, agent_port in server state by William Dauchy · 3 years, 5 months ago
  14. 63e6cba MEDIUM: server: add server-states version 2 by William Dauchy · 3 years, 5 months ago
  15. 7cabc06 MEDIUM: cli: add agent-port command by William Dauchy · 3 years, 5 months ago
  16. b456e1f MEDIUM: cli: add check-addr command by William Dauchy · 3 years, 5 months ago
  17. f232cb3 MEDIUM: connection: replace idle conn lists by eb trees by Amaury Denoyelle · 3 years, 6 months ago
  18. 5c7086f MEDIUM: connection: protect idle conn lists with locks by Amaury Denoyelle · 3 years, 6 months ago
  19. 3ce6eed MEDIUM: ssl: add a rwlock for SSL server session cache by William Lallemand · 3 years, 5 months ago
  20. a8979a9 DOC: server: Add missing params in comment of the server state line parsing by Christopher Faulet · 3 years, 5 months ago
  21. 1c921cd BUG/MINOR: check: consitent way to set agentaddr by William Dauchy · 3 years, 5 months ago
  22. fe03e7d MEDIUM: server: adding support for check_port in server state by William Dauchy · 3 years, 5 months ago
  23. 69f118d MEDIUM: check: remove checkport checkaddr flag by William Dauchy · 3 years, 5 months ago
  24. 99497d7 MINOR: server: Don't set the check port during the update from a state file by Christopher Faulet · 3 years, 5 months ago
  25. 446db71 BUG/MINOR: cli: fix set server addr/port coherency with health checks by William Dauchy · 3 years, 5 months ago
  26. bb470aa MINOR: ssl: Remove client_crt member of the server's ssl context by Remi Tricot-Le Breton · 3 years, 5 months ago
  27. 18c68df CLEANUP: srv: fix comment for pool-max-conn by Amaury Denoyelle · 3 years, 5 months ago
  28. e3bdc81 MINOR: server: Forbid server definitions in frontend sections by Christopher Faulet · 3 years, 6 months ago
  29. 2aa4b3a BUILD: SSL: guard TLS13 ciphersuites with HAVE_SSL_CTX_SET_CIPHERSUITES by Ilya Shipitsin · 3 years, 6 months ago
  30. 10d5c31 BUG/MINOR: srv: do not cleanup idle conns if pool max is null by Amaury Denoyelle · 3 years, 6 months ago
  31. e3c4192 BUG/MINOR: srv: do not init address if backend is disabled by Amaury Denoyelle · 3 years, 6 months ago
  32. 24da7e1 BUG/MEDIUM: server: srv_set_addr_desc() crashes when a server has no address by Thayne McCombs · 3 years, 6 months ago
  33. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 6 months ago
  34. 92149f9 MEDIUM: stick-tables: Add srvkey option to stick-table by Thayne McCombs · 3 years, 8 months ago
  35. f46c10c MINOR: server: Add QUIC definitions to servers. by Frédéric Lécaille · 3 years, 8 months ago
  36. f38a018 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 7 months ago
  37. f637044 MEDIUM: cli/ssl: configure ssl on server at runtime by William Dauchy · 3 years, 8 months ago
  38. 7f8f6cb BUG/MEDIUM: stats: prevent crash if counters not alloc with dummy one by Amaury Denoyelle · 3 years, 8 months ago
  39. f5fe706 MINOR: server: remove idle lock in srv_cleanup_connections by Willy Tarreau · 3 years, 8 months ago
  40. 21b9ff5 BUG/MEDIUM: server: make it possible to kill last idle connections by Willy Tarreau · 3 years, 8 months ago
  41. 75bef00 MINOR: server: Copy configuration file and line for server templates by Christopher Faulet · 3 years, 8 months ago
  42. ac1c60fd BUG/MINOR: server: Set server without addr but with dns in RMAINT on startup by Christopher Faulet · 3 years, 8 months ago
  43. e6ba791 BUG/MINOR: server: fix down_time report for stats by Amaury Denoyelle · 3 years, 8 months ago
  44. fe2bf09 BUG/MINOR: server: fix srv downtime calcul on starting by Amaury Denoyelle · 3 years, 8 months ago
  45. 595e767 MINOR: server: read-lock the cookie during srv_set_dyncookie() by Willy Tarreau · 3 years, 9 months ago
  46. ac66d6b MINOR: proxy; replace the spinlock with an rwlock by Willy Tarreau · 3 years, 9 months ago
  47. 1e690bb BUG/MEDIUM: server: support changing the slowstart value from state-file by Willy Tarreau · 3 years, 9 months ago
  48. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 3 years, 10 months ago
  49. fbd0bc9 MINOR: dns/stats: integrate dns counters in stats by Amaury Denoyelle · 3 years, 9 months ago
  50. 65ec4e3 MEDIUM: tools: make str2sa_range() check that the protocol has ->connect() by Willy Tarreau · 3 years, 10 months ago
  51. 5fc9328 MINOR: tools: make str2sa_range() directly return the protocol by Willy Tarreau · 3 years, 10 months ago
  52. a93e5c7 MINOR: tools: make str2sa_range() optionally return the fd by Willy Tarreau · 3 years, 10 months ago
  53. 3281993 MINOR: tools: add several PA_O_* flags in str2sa_range() callers by Willy Tarreau · 3 years, 10 months ago
  54. 8b0fa8f MEDIUM: config: remove all checks for missing/invalid ports/ranges by Willy Tarreau · 3 years, 10 months ago
  55. 8095876 MINOR: tools: add several PA_O_PORT_* flags in str2sa_range() callers by Willy Tarreau · 3 years, 10 months ago
  56. cd3a5591 MINOR: tools: make str2sa_range() take more options than just resolve by Willy Tarreau · 3 years, 10 months ago
  57. 9743f70 BUG/MINOR: server: report correct error message for invalid port on "socks4" by Willy Tarreau · 3 years, 10 months ago
  58. b0b7607 MINOR: server: Improve log message sent when server address is updated by Christopher Faulet · 3 years, 10 months ago
  59. d6c6b5f BUG/MEDIUM: dns: Be sure to renew IP address for already known servers by Christopher Faulet · 3 years, 10 months ago
  60. 87138c3 BUG/MAJOR: dns: disabled servers through SRV records never recover by Baptiste Assmann · 4 years ago
  61. 012261a BUG/MAJOR: dns: fix null pointer dereference in snr_update_srv_status by Jerome Magnin · 4 years ago
  62. d3db384 BUG/MEDIUM: resolve: fix init resolving for ring and peers section. by Emeric Brun · 4 years ago
  63. 2d067f9 BUG/MEDIUM: server: fix possibly uninitialized state file on close by Willy Tarreau · 4 years ago
  64. dc6e8a9 BUG/MEDIUM: server: resolve state file handle leak on reload by Ilya Shipitsin · 4 years ago
  65. de4db17 MINOR: lists: rename some MT_LIST operations to clarify them by Willy Tarreau · 4 years ago
  66. 18ed789 BUG/MEDIUM: server: don't kill all idle conns when there are not enough by Willy Tarreau · 4 years ago
  67. 76cc699 MINOR: config: add a new tune.idle-pool.shared global setting. by Willy Tarreau · 4 years ago
  68. ff1d092 MEDIUM: connections: Don't use a lock when moving connections to remove. by Olivier Houchard · 4 years ago
  69. f8f4c2e CLEANUP: connections: rename the toremove_lock to takeover_lock by Olivier Houchard · 4 years ago
  70. 2f3f4d3 MEDIUM: server: add a new pool-low-conn server setting by Willy Tarreau · 4 years ago
  71. bdb86bd MEDIUM: server: improve estimate of the need for idle connections by Willy Tarreau · 4 years ago
  72. c35bcfc BUG/MINOR: server: start cleaning idle connections from various points by Willy Tarreau · 4 years ago
  73. 4d82bf5 MINOR: connection: align toremove_{lock,connections} and cleanup into idle_conns by Willy Tarreau · 4 years ago
  74. 0a4b0ab BUILD: include: add sys/types before netinet/tcp.h by Willy Tarreau · 4 years, 1 month ago
  75. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  76. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 1 month ago
  77. 51cd595 REORG: check: move tcpchecks away from check.c by Willy Tarreau · 4 years, 1 month ago
  78. cee013e REORG: check: move the e-mail alerting code to mailers.c by Willy Tarreau · 4 years, 1 month ago
  79. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  80. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  81. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  82. a55c454 REORG: include: move queue.h to haproxy/queue{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  83. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  84. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  85. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  86. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  87. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  88. 4aa573d REORG: include: move checks.h to haproxy/check{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  89. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.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. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  93. eb92deb REORG: include: move dns.h to haproxy/dns{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  94. fc8f6a8 REORG: include: move port_range.h to haproxy/port_range{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  95. 3afc4c4 REORG: include: move dict.h to hparoxy/dict{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  96. 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  97. 7a00efb REORG: include: move common/namespace.h to haproxy/namespace{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  98. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  99. af613e8 CLEANUP: thread: rename __decl_hathreads() to __decl_thread() by Willy Tarreau · 4 years, 1 month ago
  100. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago