1. af613e8 CLEANUP: thread: rename __decl_hathreads() to __decl_thread() by Willy Tarreau · 4 years, 1 month ago
  2. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 1 month ago
  3. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  4. 6019fab REORG: include: move openssl-compat.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  5. 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
  6. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 1 month ago
  7. 9755647 MEDIUM: ring: add new srv statement to support octet counting forward by Emeric Brun · 4 years, 1 month ago
  8. 4a8c026 BUG/MINOR: checks/server: use_ssl member must be signed by Christopher Faulet · 4 years, 2 months ago
  9. f61f33a BUG/MINOR: checks: Respect the no-check-ssl option by Christopher Faulet · 4 years, 3 months ago
  10. d425950 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  11. cf612a0 MINOR: servers: Add a counter for the number of currently used connections. by Olivier Houchard · 4 years, 3 months ago
  12. 566df30 MEDIUM: connections: Attempt to get idle connections from other threads. by Olivier Houchard · 4 years, 4 months ago
  13. dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · 4 years, 5 months ago
  14. cf6e0c8 MEDIUM: proxy_protocol: Support sending unique IDs using PPv2 by Tim Duesterhus · 4 years, 4 months ago
  15. 8676514 MINOR: servers: Kill priv_conns. by Olivier Houchard · 4 years, 6 months ago
  16. 13a9232 MEDIUM: dns: use Additional records from SRV responses by Baptiste Assmann · 5 years ago
  17. 859dc80 MEDIUM: list: Separate "locked" list from regular list. by Olivier Houchard · 5 years ago
  18. 5e83d99 BUG/MAJOR: queue/threads: avoid an AB/BA locking issue in process_srv_queue() by Willy Tarreau · 5 years ago
  19. da29fe2 MEDIUM: server: server-state global file stored in a tree by Baptiste Assmann · 5 years ago
  20. 7da7129 MINOR: server: Add a dictionary for server names. by Frédéric Lécaille · 5 years ago
  21. 84d6046 MINOR: proxy: Add a "server by name" tree to proxy. by Frédéric Lécaille · 5 years ago
  22. 2a54bb7 MEDIUM: connection: Upstream SOCKS4 proxy support by Alexander Liu · 5 years ago
  23. c125cef CLEANUP: ssl: make inclusion of openssl headers safe by Willy Tarreau · 5 years ago
  24. 8d164dc CLEANUP: ssl: never include openssl/*.h outside of openssl-compat.h anymore by Willy Tarreau · 5 years ago
  25. 9a1ab08 CLEANUP: ssl-sock: use HA_OPENSSL_VERSION_NUMBER instead of OPENSSL_VERSION_NUMBER by Willy Tarreau · 5 years ago
  26. 92e38e2 BUG/MEDIUM: servers: Don't use the same srv flag for cookie-set and TFO. by Olivier Houchard · 5 years ago
  27. 034c88c MEDIUM: tcp: add the "tfo" option to support TCP fastopen on the server by Willy Tarreau · 7 years ago
  28. 9ea5d36 MEDIUM: servers: Reorganize the way idle connections are cleaned. by Olivier Houchard · 5 years ago
  29. f131481 BUG/MEDIUM: servers: Add a per-thread counter of idle connections. by Olivier Houchard · 5 years ago
  30. 9c538e0 MINOR: server: add a max-reuse parameter by Willy Tarreau · 5 years ago
  31. b7b3faa MEDIUM: servers: Replace idle-timeout with pool-purge-delay. by Olivier Houchard · 6 years ago
  32. 006e310 MEDIUM: servers: Add a command to limit the number of idling connections. by Olivier Houchard · 6 years ago
  33. 0c18a6f MEDIUM: servers: Add a way to keep idle connections alive. by Olivier Houchard · 6 years ago
  34. 3fbea1d MINOR: server: the mux_proto entry in the server is const by Willy Tarreau · 6 years ago
  35. c756600 MINOR: server: Add "alpn" and "npn" keywords. by Olivier Houchard · 6 years ago
  36. 4446682 CLEANUP: fix a few typos in the comments of the server subsystem by Joseph Herlant · 6 years ago
  37. 415150f MEDIUM: ssl: add support for ciphersuites option for TLSv1.3 by Dirkjan Bussink · 6 years ago
  38. 6d0f38f BUG/MEDIUM: dns/server: fix incomatibility between SRV resolution and server state file by Baptiste Assmann · 6 years ago
  39. 0355dab MINOR: queue: replace the linked list with a tree by Patrick Hemmer · 6 years ago
  40. da282f4 MINOR: queue: store the queue index in the stream when enqueuing by Patrick Hemmer · 6 years ago
  41. 8ed0a3e MINOR: mux/server: Add 'proto' keyword to force the multiplexer's protocol by Christopher Faulet · 6 years ago
  42. 91c2826 CLEANUP: server: remove the update list and the update lock by Willy Tarreau · 6 years ago
  43. 4952985 REORG: compact "struct server" by Emmanuel Hocdet · 6 years ago
  44. 4399c75 MINOR: proxy-v2-options: add crc32c by Emmanuel Hocdet · 6 years ago
  45. 253c3b7 MINOR: connection: add proxy-v2-options authority by Emmanuel Hocdet · 6 years ago
  46. fa8d0f1 MINOR: connection: add proxy-v2-options ssl-cipher,cert-sig,cert-key by Emmanuel Hocdet · 6 years ago
  47. d7e33bb CLEANUP: server: reorder some fields in struct server to save 40 bytes by Willy Tarreau · 7 years ago
  48. e6060c5 MINOR: SSL: Store the ASN1 representation of client sessions. by Olivier Houchard · 7 years ago
  49. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · 7 years ago
  50. 522eea7 MINOR: ssl: Handle sending early data to server. by Olivier Houchard · 7 years ago
  51. 821bb9b MAJOR: threads/ssl: Make SSL part thread-safe by Emeric Brun · 7 years ago
  52. 29f77e8 MEDIUM: threads/server: Add a lock per server and atomically update server vars by Christopher Faulet · 7 years ago
  53. 40a007c MEDIUM: threads/server: Make connection list (priv/idle/safe) thread-safe by Christopher Faulet · 7 years ago
  54. 67957bd MAJOR: dns: Refactor the DNS code by Christopher Faulet · 7 years ago
  55. 5a13351 BUG/MEDIUM: log: check result details truncated. by Emeric Brun · 7 years ago
  56. 64cc49c MAJOR: servers: propagate server status changes asynchronously. by Emeric Brun · 7 years ago
  57. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · 7 years ago
  58. 8da5f98 MINOR: dns: Handle SRV records. by Olivier Houchard · 7 years ago
  59. 3169471 MINOR: Add server port field to server state file. by Frédéric Lécaille · 7 years ago
  60. 201c07f MAJOR/REORG: dns: DNS resolution task and requester queues by Baptiste Assmann · 7 years ago
  61. 4274637 REORG: dns: dns_option structure, storage of hostname_dn by Baptiste Assmann · 7 years ago
  62. 5db33cb MEDIUM: ssl: ssl_methods implementation is reworked and factored for min/max tlsxx by Emmanuel Hocdet · 7 years ago
  63. b418c12 MINOR: server: cli: Add server FQDNs to server-state file and stats socket. by Frédéric Lécaille · 7 years ago
  64. b82f742 MINOR: server: Add 'server-template' new keyword supported in backend sections. by Frédéric Lécaille · 7 years ago
  65. 6e0843c MINOR: server: Add 'no-agent-check' server keyword. by Frédéric Lécaille · 7 years ago
  66. 9a146de MINOR: server: Make 'default-server' support 'sni' keyword. by Frédéric Lécaille · 7 years ago
  67. 65aa356 MINOR: server: Make 'default-server' support 'check' keyword. by Frédéric Lécaille · 7 years ago
  68. 4e69404 MINOR: server: Add dynamic session cookies. by Olivier Houchard · 7 years ago
  69. c075256 MINOR: server: extend the flags to 32 bits by Willy Tarreau · 7 years ago
  70. 04276f3 MEDIUM: server: split the address and the port into two different fields by Willy Tarreau · 7 years ago
  71. 141ad85 MINOR: server: move the use_ssl field out of the ifdef USE_OPENSSL by Willy Tarreau · 8 years ago
  72. ae9bea0 CLEANUP: counters: move from 3 types to 2 types by Willy Tarreau · 8 years ago
  73. 4310d36 MINOR: server: add support for explicit numeric address in init-addr by Willy Tarreau · 8 years ago
  74. 2593827 MEDIUM: server: add a new init-addr server line setting by Baptiste Assmann · 8 years ago
  75. 89aa7f3 MINOR: new srv_admin flag: SRV_ADMF_RMAINT by Baptiste Assmann · 8 years ago
  76. 83cbaa5 MAJOR: server: postpone address resolution by Baptiste Assmann · 8 years ago
  77. 13d5ebb MINOR: server: compute a "cumulative weight" to allow chash balancing to hit its target by Andrew Rodland · 8 years ago
  78. 6b453f1 MINOR: server: introduction of 3 new server flags by Baptiste Assmann · 8 years ago
  79. ac88cfe MEDIUM: dns: add a "resolve-net" option which allow to prefer an ip in a network by Thierry Fournier · 8 years ago
  80. ada3484 MEDIUM: dns: extract options by Thierry Fournier · 8 years ago
  81. 163d462 MEDIUM: server: implement TCP_USER_TIMEOUT on the server by Willy Tarreau · 9 years ago
  82. 41472f4 MINOR: server: Macro definition for server-state by Baptiste Assmann · 9 years ago
  83. 54a4730 BUG/MAJOR: can't enable a server through the stat socket by Baptiste Assmann · 9 years ago
  84. 9f5ada3 MINOR: server: add new SRV_ADMF_CMAINT flag by Baptiste Assmann · 9 years ago
  85. 7017cb0 MINOR: server: add a list of safe, already reused idle connections by Willy Tarreau · 9 years ago
  86. 173a1c6 MINOR: server: add a list of already used idle connections by Willy Tarreau · 9 years ago
  87. 600802a MINOR: server: add a list of private idle connections by Willy Tarreau · 9 years ago
  88. 7cc419a MINOR: server: new server flag: SRV_F_FORCED_ID by Baptiste Assmann · 9 years ago
  89. 732eac4 MEDIUM: ssl: add sni support on the server lines by Willy Tarreau · 9 years ago
  90. a68ca96 MAJOR: server: add DNS-based server name resolution by Baptiste Assmann · 9 years ago
  91. bb2ae64 MEDIUM: protocol: automatically pick the proto associated to the connection. by Thierry FOURNIER · 9 years ago
  92. 2a3fb1c MINOR: ssl/server: add the "no-ssl-reuse" server option by Willy Tarreau · 9 years ago
  93. 41f5876 MEDIUM: Move proto and addr fields struct check by Simon Horman · 9 years ago
  94. f2dd68d DOC: fix a few typos by Godbach · 10 years ago
  95. b3e54fe MAJOR: namespace: add Linux network namespace support by KOVACS Krisztian · 10 years ago
  96. 9ce1311 BUG/MEDIUM: checks: fix conflicts between agent checks and ssl healthchecks by Cyril Bonté · 10 years ago
  97. 98637e5 MEDIUM: Add external check by Simon Horman · 10 years ago
  98. bfc7b7a MAJOR: checks: add support for a new "drain" administrative mode by Willy Tarreau · 10 years ago
  99. 892337c MAJOR: server: use states instead of flags to store the server state by Willy Tarreau · 10 years ago
  100. 2012521 REORG/MEDIUM: server: move the maintenance bits out of the server state by Willy Tarreau · 10 years ago