1. eb92deb REORG: include: move dns.h to haproxy/dns{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  2. fc8f6a8 REORG: include: move port_range.h to haproxy/port_range{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  3. 3afc4c4 REORG: include: move dict.h to hparoxy/dict{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  4. 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  5. 7a00efb REORG: include: move common/namespace.h to haproxy/namespace{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  6. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  7. af613e8 CLEANUP: thread: rename __decl_hathreads() to __decl_thread() by Willy Tarreau · 4 years, 1 month ago
  8. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  9. 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
  10. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 1 month ago
  11. 9755647 MEDIUM: ring: add new srv statement to support octet counting forward by Emeric Brun · 4 years, 1 month ago
  12. 784063e MINOR: config: Don't dump keywords if argument is NULL by Christopher Faulet · 4 years, 2 months ago
  13. c02a23f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 2 months ago
  14. 707ad32 CLEANUP: connections: align function declaration by William Dauchy · 4 years, 2 months ago
  15. 6318d33 BUG/MEDIUM: connections: force connections cleanup on server changes by William Dauchy · 4 years, 2 months ago
  16. b3b5352 BUG/MINOR: server: Fix server_finalize_init() to avoid unused variable by Christopher Faulet · 4 years, 2 months ago
  17. 3829046 MINOR: checks/obj_type: Add a new object type for checks by Christopher Faulet · 4 years, 2 months ago
  18. 0ae3d1d MEDIUM: checks: Implement agent check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  19. ce8111e MINOR: server/checks: Move parsing of server check keywords in checks.c by Christopher Faulet · 4 years, 3 months ago
  20. cbba66c MINOR: server/checks: Move parsing of agent keywords in checks.c by Christopher Faulet · 4 years, 3 months ago
  21. 5d503fc MEDIUM: checks: Add a shared list of tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  22. 04578db MINOR: checks: Don't use a static tcp rule list head by Gaetan Rivet · 4 years, 5 months ago
  23. 8892e5d BUG/MEDIUM: server/checks: Init server check during config validity check by Christopher Faulet · 4 years, 3 months ago
  24. 10c4b4a MINOR: server: respect warning and alert semantic by Gaetan Rivet · 4 years, 5 months ago
  25. 2e8d52f BUG/MINOR: ssl: default settings for ssl server options are not used by Jerome Magnin · 4 years, 2 months ago
  26. 8ba10fe BUG/MINOR: peers: Incomplete peers sections should be validated. by Frédéric Lécaille · 4 years, 3 months ago
  27. 079cb9a MEDIUM: connections: Revamp the way idle connections are killed by Olivier Houchard · 4 years, 3 months ago
  28. dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · 4 years, 5 months ago
  29. cf6e0c8 MEDIUM: proxy_protocol: Support sending unique IDs using PPv2 by Tim Duesterhus · 4 years, 4 months ago
  30. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · 4 years, 4 months ago
  31. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · 4 years, 5 months ago
  32. 13a9232 MEDIUM: dns: use Additional records from SRV responses by Baptiste Assmann · 5 years ago
  33. 7675c72 CLEANUP: server: remove unused err section in server_finalize_init by William Dauchy · 4 years, 6 months ago
  34. ca7a5af BUG/MINOR: state-file: do not leak memory on parse errors by Willy Tarreau · 4 years, 7 months ago
  35. fd1aa01 BUG/MINOR: state-file: do not store duplicates in the global tree by Willy Tarreau · 4 years, 7 months ago
  36. 7d6a1fa BUG/MEDIUM: state-file: do not allocate a full buffer for each server entry by Willy Tarreau · 4 years, 7 months ago
  37. 2444108 BUG/MINOR: server: make "agent-addr" work on default-server line by Willy Tarreau · 4 years, 7 months ago
  38. f871691 MEDIUM: dns: Add resolve-opts "ignore-weight" by Daniel Corbett · 4 years, 8 months ago
  39. 5d48627 BUG/MINOR: server: check return value of fopen() in apply_server_state() by Vedran Furac · 4 years, 9 months ago
  40. 859dc80 MEDIUM: list: Separate "locked" list from regular list. by Olivier Houchard · 5 years ago
  41. 9d00869 CLEANUP: cli: replace all occurrences of manual handling of return messages by Willy Tarreau · 5 years ago
  42. 5e83d99 BUG/MAJOR: queue/threads: avoid an AB/BA locking issue in process_srv_queue() by Willy Tarreau · 5 years ago
  43. 4be7190 BUG/MEDIUM: servers: Fix a race condition with idle connections. by Olivier Houchard · 5 years ago
  44. 1b9423d MINOR: server: Add "no-tfo" option. by Frédéric Lécaille · 5 years ago
  45. 8d82db7 BUG/MEDIUM: servers: Authorize tfo in default-server. by Olivier Houchard · 5 years ago
  46. da29fe2 MEDIUM: server: server-state global file stored in a tree by Baptiste Assmann · 5 years ago
  47. 95c2c01 MEDIUM: server: server-state only rely on server name by Baptiste Assmann · 5 years ago
  48. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · 5 years ago
  49. 975b155 MINOR: server: really increase the pool-purge-delay default to 5 seconds by Willy Tarreau · 5 years ago
  50. 7da7129 MINOR: server: Add a dictionary for server names. by Frédéric Lécaille · 5 years ago
  51. fb55365 MINOR: server: increase the default pool-purge-delay to 5 seconds by Willy Tarreau · 5 years ago
  52. 2a54bb7 MEDIUM: connection: Upstream SOCKS4 proxy support by Alexander Liu · 5 years ago
  53. e573323 CLEANUP: build: rename some build macros to use the USE_* ones by Willy Tarreau · 5 years ago
  54. 5db847a CLEANUP: ssl: remove 57 occurrences of useless tests on LIBRESSL_VERSION_NUMBER by Willy Tarreau · 5 years ago
  55. 9a1ab08 CLEANUP: ssl-sock: use HA_OPENSSL_VERSION_NUMBER instead of OPENSSL_VERSION_NUMBER by Willy Tarreau · 5 years ago
  56. 034c88c MEDIUM: tcp: add the "tfo" option to support TCP fastopen on the server by Willy Tarreau · 7 years ago
  57. 0c50b1e BUG/MEDIUM: servers: fix typo "src" instead of "srv" by Ilya Shipitsin · 5 years ago
  58. 88698d9 MEDIUM: connections: Add a way to control the number of idling connections. by Olivier Houchard · 5 years ago
  59. 0e492e2 BUILD: address a few cases of "static <type> inline foo()" by Willy Tarreau · 5 years ago
  60. 73c1207 MINOR: muxes: Pass the context of the mux to destroy() instead of the connection by Christopher Faulet · 5 years ago
  61. c912f94 MINOR: server: remove a few unneeded LIST_INIT calls after LIST_DEL_LOCKED by Willy Tarreau · 5 years ago
  62. 9ea5d36 MEDIUM: servers: Reorganize the way idle connections are cleaned. by Olivier Houchard · 5 years ago
  63. f131481 BUG/MEDIUM: servers: Add a per-thread counter of idle connections. by Olivier Houchard · 5 years ago
  64. 980855b BUG/MEDIUM: server: initialize the orphaned conns lists and tasks at the end by Willy Tarreau · 5 years ago
  65. 835daa1 BUG/MEDIUM: server: initialize the idle conns list after parsing the config by Willy Tarreau · 5 years ago
  66. 9c538e0 MINOR: server: add a max-reuse parameter by Willy Tarreau · 5 years ago
  67. 15c120d CLEANUP: server: fix indentation mess on idle connections by Willy Tarreau · 5 years ago
  68. cb923d5 MINOR: server: make sure pool-max-conn is >= -1 by Willy Tarreau · 5 years ago
  69. f57afa4 BUG/MINOR: server: don't always trust srv_check_health when loading a server state by Jérôme Magnin · 5 years ago
  70. 1ba3203 BUG/MEDIUM: checks: fix recent regression on agent-check making it crash by Willy Tarreau · 5 years ago
  71. 355b203 MINOR: cfgparse: SSL/TLS binding in "peers" sections. by Frédéric Lécaille · 5 years ago
  72. c06b5d4 MINOR: cfgparse: Make "peer" lines be parsed as "server" lines. by Frédéric Lécaille · 6 years ago
  73. c98aa1f MINOR: checks: Store the proxy in checks. by Olivier Houchard · 5 years ago
  74. 43bb842 BUG/MEDIUM: init: Initialize idle_orphan_conns for first server in server-template by Daniel Corbett · 5 years ago
  75. 9215014 MEDIUM: checks: Add check-alpn. by Olivier Houchard · 6 years ago
  76. 2194401 BUG/MEDIUM: server: Also copy "check-sni" for server templates. by Olivier Houchard · 6 years ago
  77. b7b3faa MEDIUM: servers: Replace idle-timeout with pool-purge-delay. by Olivier Houchard · 6 years ago
  78. 006e310 MEDIUM: servers: Add a command to limit the number of idling connections. by Olivier Houchard · 6 years ago
  79. 0c18a6f MEDIUM: servers: Add a way to keep idle connections alive. by Olivier Houchard · 6 years ago
  80. 76a551d MINOR: config: make sure to associate the proper mux to bind and servers by Willy Tarreau · 6 years ago
  81. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  82. c756600 MINOR: server: Add "alpn" and "npn" keywords. by Olivier Houchard · 6 years ago
  83. 4446682 CLEANUP: fix a few typos in the comments of the server subsystem by Joseph Herlant · 6 years ago
  84. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · 6 years ago
  85. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · 6 years ago
  86. 313bfd1 MINOR: server: export new_server() function by William Lallemand · 6 years ago
  87. 5dfb6c4 CLEANUP: state-file: make the path concatenation code a bit more consistent by Willy Tarreau · 6 years ago
  88. 17f8b90 MINOR: server: Use memcpy() instead of strncpy(). by Olivier Houchard · 6 years ago
  89. 415150f MEDIUM: ssl: add support for ciphersuites option for TLSv1.3 by Dirkjan Bussink · 6 years ago
  90. 5afb3cf BUG/MINOR: server: Crash when setting FQDN via CLI. by Frédéric Lécaille · 6 years ago
  91. 6d0f38f BUG/MEDIUM: dns/server: fix incomatibility between SRV resolution and server state file by Baptiste Assmann · 6 years ago
  92. 49725a0 BUG/MEDIUM: check/threads: do not involve the rendez-vous point for status updates by Willy Tarreau · 6 years ago
  93. 3bcc269 BUG/MEDIUM: cli/threads: protect some server commands against concurrent operations by Willy Tarreau · 6 years ago
  94. 46b7f53 DOC: server/threads: document which functions need to be called with/without locks by Willy Tarreau · 6 years ago
  95. eeba36b BUG/MEDIUM: server: update our local state before propagating changes by Willy Tarreau · 6 years ago
  96. 0355dab MINOR: queue: replace the linked list with a tree by Patrick Hemmer · 6 years ago
  97. 8ed0a3e MINOR: mux/server: Add 'proto' keyword to force the multiplexer's protocol by Christopher Faulet · 6 years ago
  98. 91c2826 CLEANUP: server: remove the update list and the update lock by Willy Tarreau · 6 years ago
  99. 3ff577e MAJOR: server: make server state changes synchronous again by Willy Tarreau · 6 years ago
  100. 3d3700f MEDIUM: checks: use the new rendez-vous point to spread check result by Willy Tarreau · 6 years ago