1. 2aa4b3a BUILD: SSL: guard TLS13 ciphersuites with HAVE_SSL_CTX_SET_CIPHERSUITES by Ilya Shipitsin · 3 years, 6 months ago
  2. 10d5c31 BUG/MINOR: srv: do not cleanup idle conns if pool max is null by Amaury Denoyelle · 3 years, 6 months ago
  3. e3c4192 BUG/MINOR: srv: do not init address if backend is disabled by Amaury Denoyelle · 3 years, 6 months ago
  4. 24da7e1 BUG/MEDIUM: server: srv_set_addr_desc() crashes when a server has no address by Thayne McCombs · 3 years, 6 months ago
  5. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 6 months ago
  6. 92149f9 MEDIUM: stick-tables: Add srvkey option to stick-table by Thayne McCombs · 3 years, 8 months ago
  7. f46c10c MINOR: server: Add QUIC definitions to servers. by Frédéric Lécaille · 3 years, 8 months ago
  8. f38a018 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 7 months ago
  9. f637044 MEDIUM: cli/ssl: configure ssl on server at runtime by William Dauchy · 3 years, 8 months ago
  10. 7f8f6cb BUG/MEDIUM: stats: prevent crash if counters not alloc with dummy one by Amaury Denoyelle · 3 years, 8 months ago
  11. f5fe706 MINOR: server: remove idle lock in srv_cleanup_connections by Willy Tarreau · 3 years, 8 months ago
  12. 21b9ff5 BUG/MEDIUM: server: make it possible to kill last idle connections by Willy Tarreau · 3 years, 8 months ago
  13. 75bef00 MINOR: server: Copy configuration file and line for server templates by Christopher Faulet · 3 years, 8 months ago
  14. ac1c60fd BUG/MINOR: server: Set server without addr but with dns in RMAINT on startup by Christopher Faulet · 3 years, 8 months ago
  15. e6ba791 BUG/MINOR: server: fix down_time report for stats by Amaury Denoyelle · 3 years, 8 months ago
  16. fe2bf09 BUG/MINOR: server: fix srv downtime calcul on starting by Amaury Denoyelle · 3 years, 8 months ago
  17. 595e767 MINOR: server: read-lock the cookie during srv_set_dyncookie() by Willy Tarreau · 3 years, 9 months ago
  18. ac66d6b MINOR: proxy; replace the spinlock with an rwlock by Willy Tarreau · 3 years, 9 months ago
  19. 1e690bb BUG/MEDIUM: server: support changing the slowstart value from state-file by Willy Tarreau · 3 years, 9 months ago
  20. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 3 years, 10 months ago
  21. fbd0bc9 MINOR: dns/stats: integrate dns counters in stats by Amaury Denoyelle · 3 years, 9 months ago
  22. 65ec4e3 MEDIUM: tools: make str2sa_range() check that the protocol has ->connect() by Willy Tarreau · 3 years, 10 months ago
  23. 5fc9328 MINOR: tools: make str2sa_range() directly return the protocol by Willy Tarreau · 3 years, 10 months ago
  24. a93e5c7 MINOR: tools: make str2sa_range() optionally return the fd by Willy Tarreau · 3 years, 10 months ago
  25. 3281993 MINOR: tools: add several PA_O_* flags in str2sa_range() callers by Willy Tarreau · 3 years, 10 months ago
  26. 8b0fa8f MEDIUM: config: remove all checks for missing/invalid ports/ranges by Willy Tarreau · 3 years, 10 months ago
  27. 8095876 MINOR: tools: add several PA_O_PORT_* flags in str2sa_range() callers by Willy Tarreau · 3 years, 10 months ago
  28. cd3a5591 MINOR: tools: make str2sa_range() take more options than just resolve by Willy Tarreau · 3 years, 10 months ago
  29. 9743f70 BUG/MINOR: server: report correct error message for invalid port on "socks4" by Willy Tarreau · 3 years, 10 months ago
  30. b0b7607 MINOR: server: Improve log message sent when server address is updated by Christopher Faulet · 3 years, 10 months ago
  31. d6c6b5f BUG/MEDIUM: dns: Be sure to renew IP address for already known servers by Christopher Faulet · 3 years, 10 months ago
  32. 87138c3 BUG/MAJOR: dns: disabled servers through SRV records never recover by Baptiste Assmann · 4 years ago
  33. 012261a BUG/MAJOR: dns: fix null pointer dereference in snr_update_srv_status by Jerome Magnin · 4 years ago
  34. d3db384 BUG/MEDIUM: resolve: fix init resolving for ring and peers section. by Emeric Brun · 4 years ago
  35. 2d067f9 BUG/MEDIUM: server: fix possibly uninitialized state file on close by Willy Tarreau · 4 years ago
  36. dc6e8a9 BUG/MEDIUM: server: resolve state file handle leak on reload by Ilya Shipitsin · 4 years ago
  37. de4db17 MINOR: lists: rename some MT_LIST operations to clarify them by Willy Tarreau · 4 years ago
  38. 18ed789 BUG/MEDIUM: server: don't kill all idle conns when there are not enough by Willy Tarreau · 4 years ago
  39. 76cc699 MINOR: config: add a new tune.idle-pool.shared global setting. by Willy Tarreau · 4 years ago
  40. ff1d092 MEDIUM: connections: Don't use a lock when moving connections to remove. by Olivier Houchard · 4 years ago
  41. f8f4c2e CLEANUP: connections: rename the toremove_lock to takeover_lock by Olivier Houchard · 4 years ago
  42. 2f3f4d3 MEDIUM: server: add a new pool-low-conn server setting by Willy Tarreau · 4 years ago
  43. bdb86bd MEDIUM: server: improve estimate of the need for idle connections by Willy Tarreau · 4 years ago
  44. c35bcfc BUG/MINOR: server: start cleaning idle connections from various points by Willy Tarreau · 4 years ago
  45. 4d82bf5 MINOR: connection: align toremove_{lock,connections} and cleanup into idle_conns by Willy Tarreau · 4 years ago
  46. 0a4b0ab BUILD: include: add sys/types before netinet/tcp.h by Willy Tarreau · 4 years, 1 month ago
  47. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  48. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 1 month ago
  49. 51cd595 REORG: check: move tcpchecks away from check.c by Willy Tarreau · 4 years, 1 month ago
  50. cee013e REORG: check: move the e-mail alerting code to mailers.c 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. a55c454 REORG: include: move queue.h to haproxy/queue{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  55. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  56. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  57. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  58. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  59. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  60. 4aa573d REORG: include: move checks.h to haproxy/check{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  61. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  62. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  63. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  64. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  65. eb92deb REORG: include: move dns.h to haproxy/dns{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  66. fc8f6a8 REORG: include: move port_range.h to haproxy/port_range{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  67. 3afc4c4 REORG: include: move dict.h to hparoxy/dict{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  68. 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  69. 7a00efb REORG: include: move common/namespace.h to haproxy/namespace{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  70. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  71. af613e8 CLEANUP: thread: rename __decl_hathreads() to __decl_thread() by Willy Tarreau · 4 years, 1 month ago
  72. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  73. 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
  74. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 1 month ago
  75. 9755647 MEDIUM: ring: add new srv statement to support octet counting forward by Emeric Brun · 4 years, 1 month ago
  76. 784063e MINOR: config: Don't dump keywords if argument is NULL by Christopher Faulet · 4 years, 2 months ago
  77. c02a23f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 2 months ago
  78. 707ad32 CLEANUP: connections: align function declaration by William Dauchy · 4 years, 2 months ago
  79. 6318d33 BUG/MEDIUM: connections: force connections cleanup on server changes by William Dauchy · 4 years, 2 months ago
  80. b3b5352 BUG/MINOR: server: Fix server_finalize_init() to avoid unused variable by Christopher Faulet · 4 years, 2 months ago
  81. 3829046 MINOR: checks/obj_type: Add a new object type for checks by Christopher Faulet · 4 years, 3 months ago
  82. 0ae3d1d MEDIUM: checks: Implement agent check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  83. ce8111e MINOR: server/checks: Move parsing of server check keywords in checks.c by Christopher Faulet · 4 years, 3 months ago
  84. cbba66c MINOR: server/checks: Move parsing of agent keywords in checks.c by Christopher Faulet · 4 years, 3 months ago
  85. 5d503fc MEDIUM: checks: Add a shared list of tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  86. 04578db MINOR: checks: Don't use a static tcp rule list head by Gaetan Rivet · 4 years, 5 months ago
  87. 8892e5d BUG/MEDIUM: server/checks: Init server check during config validity check by Christopher Faulet · 4 years, 3 months ago
  88. 10c4b4a MINOR: server: respect warning and alert semantic by Gaetan Rivet · 4 years, 5 months ago
  89. 2e8d52f BUG/MINOR: ssl: default settings for ssl server options are not used by Jerome Magnin · 4 years, 3 months ago
  90. 8ba10fe BUG/MINOR: peers: Incomplete peers sections should be validated. by Frédéric Lécaille · 4 years, 3 months ago
  91. 079cb9a MEDIUM: connections: Revamp the way idle connections are killed by Olivier Houchard · 4 years, 3 months ago
  92. dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · 4 years, 5 months ago
  93. cf6e0c8 MEDIUM: proxy_protocol: Support sending unique IDs using PPv2 by Tim Duesterhus · 4 years, 4 months ago
  94. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · 4 years, 4 months ago
  95. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · 4 years, 5 months ago
  96. 13a9232 MEDIUM: dns: use Additional records from SRV responses by Baptiste Assmann · 5 years ago
  97. 7675c72 CLEANUP: server: remove unused err section in server_finalize_init by William Dauchy · 4 years, 6 months ago
  98. ca7a5af BUG/MINOR: state-file: do not leak memory on parse errors by Willy Tarreau · 4 years, 7 months ago
  99. fd1aa01 BUG/MINOR: state-file: do not store duplicates in the global tree by Willy Tarreau · 4 years, 7 months ago
  100. 7d6a1fa BUG/MEDIUM: state-file: do not allocate a full buffer for each server entry by Willy Tarreau · 4 years, 7 months ago