1. c756600 MINOR: server: Add "alpn" and "npn" keywords. by Olivier Houchard · 6 years ago
  2. 4446682 CLEANUP: fix a few typos in the comments of the server subsystem by Joseph Herlant · 6 years ago
  3. 415150f MEDIUM: ssl: add support for ciphersuites option for TLSv1.3 by Dirkjan Bussink · 6 years ago
  4. 6d0f38f BUG/MEDIUM: dns/server: fix incomatibility between SRV resolution and server state file by Baptiste Assmann · 6 years ago
  5. 0355dab MINOR: queue: replace the linked list with a tree by Patrick Hemmer · 6 years ago
  6. da282f4 MINOR: queue: store the queue index in the stream when enqueuing by Patrick Hemmer · 6 years ago
  7. 8ed0a3e MINOR: mux/server: Add 'proto' keyword to force the multiplexer's protocol by Christopher Faulet · 6 years ago
  8. 91c2826 CLEANUP: server: remove the update list and the update lock by Willy Tarreau · 6 years ago
  9. 4952985 REORG: compact "struct server" by Emmanuel Hocdet · 6 years ago
  10. 4399c75 MINOR: proxy-v2-options: add crc32c by Emmanuel Hocdet · 6 years ago
  11. 253c3b7 MINOR: connection: add proxy-v2-options authority by Emmanuel Hocdet · 6 years ago
  12. fa8d0f1 MINOR: connection: add proxy-v2-options ssl-cipher,cert-sig,cert-key by Emmanuel Hocdet · 6 years ago
  13. d7e33bb CLEANUP: server: reorder some fields in struct server to save 40 bytes by Willy Tarreau · 7 years ago
  14. e6060c5 MINOR: SSL: Store the ASN1 representation of client sessions. by Olivier Houchard · 7 years ago
  15. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · 7 years ago
  16. 522eea7 MINOR: ssl: Handle sending early data to server. by Olivier Houchard · 7 years ago
  17. 821bb9b MAJOR: threads/ssl: Make SSL part thread-safe by Emeric Brun · 7 years ago
  18. 29f77e8 MEDIUM: threads/server: Add a lock per server and atomically update server vars by Christopher Faulet · 7 years ago
  19. 40a007c MEDIUM: threads/server: Make connection list (priv/idle/safe) thread-safe by Christopher Faulet · 7 years ago
  20. 67957bd MAJOR: dns: Refactor the DNS code by Christopher Faulet · 7 years ago
  21. 5a13351 BUG/MEDIUM: log: check result details truncated. by Emeric Brun · 7 years ago
  22. 64cc49c MAJOR: servers: propagate server status changes asynchronously. by Emeric Brun · 7 years ago
  23. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · 7 years ago
  24. 8da5f98 MINOR: dns: Handle SRV records. by Olivier Houchard · 7 years ago
  25. 3169471 MINOR: Add server port field to server state file. by Frédéric Lécaille · 7 years ago
  26. 201c07f MAJOR/REORG: dns: DNS resolution task and requester queues by Baptiste Assmann · 7 years ago
  27. 4274637 REORG: dns: dns_option structure, storage of hostname_dn by Baptiste Assmann · 7 years ago
  28. 5db33cb MEDIUM: ssl: ssl_methods implementation is reworked and factored for min/max tlsxx by Emmanuel Hocdet · 7 years ago
  29. b418c12 MINOR: server: cli: Add server FQDNs to server-state file and stats socket. by Frédéric Lécaille · 7 years ago
  30. b82f742 MINOR: server: Add 'server-template' new keyword supported in backend sections. by Frédéric Lécaille · 7 years ago
  31. 6e0843c MINOR: server: Add 'no-agent-check' server keyword. by Frédéric Lécaille · 7 years ago
  32. 9a146de MINOR: server: Make 'default-server' support 'sni' keyword. by Frédéric Lécaille · 7 years ago
  33. 65aa356 MINOR: server: Make 'default-server' support 'check' keyword. by Frédéric Lécaille · 7 years ago
  34. 4e69404 MINOR: server: Add dynamic session cookies. by Olivier Houchard · 7 years ago
  35. c075256 MINOR: server: extend the flags to 32 bits by Willy Tarreau · 7 years ago
  36. 04276f3 MEDIUM: server: split the address and the port into two different fields by Willy Tarreau · 8 years ago
  37. 141ad85 MINOR: server: move the use_ssl field out of the ifdef USE_OPENSSL by Willy Tarreau · 8 years ago
  38. ae9bea0 CLEANUP: counters: move from 3 types to 2 types by Willy Tarreau · 8 years ago
  39. 4310d36 MINOR: server: add support for explicit numeric address in init-addr by Willy Tarreau · 8 years ago
  40. 2593827 MEDIUM: server: add a new init-addr server line setting by Baptiste Assmann · 8 years ago
  41. 89aa7f3 MINOR: new srv_admin flag: SRV_ADMF_RMAINT by Baptiste Assmann · 8 years ago
  42. 83cbaa5 MAJOR: server: postpone address resolution by Baptiste Assmann · 8 years ago
  43. 13d5ebb MINOR: server: compute a "cumulative weight" to allow chash balancing to hit its target by Andrew Rodland · 8 years ago
  44. 6b453f1 MINOR: server: introduction of 3 new server flags by Baptiste Assmann · 8 years ago
  45. ac88cfe MEDIUM: dns: add a "resolve-net" option which allow to prefer an ip in a network by Thierry Fournier · 8 years ago
  46. ada3484 MEDIUM: dns: extract options by Thierry Fournier · 8 years ago
  47. 163d462 MEDIUM: server: implement TCP_USER_TIMEOUT on the server by Willy Tarreau · 9 years ago
  48. 41472f4 MINOR: server: Macro definition for server-state by Baptiste Assmann · 9 years ago
  49. 54a4730 BUG/MAJOR: can't enable a server through the stat socket by Baptiste Assmann · 9 years ago
  50. 9f5ada3 MINOR: server: add new SRV_ADMF_CMAINT flag by Baptiste Assmann · 9 years ago
  51. 7017cb0 MINOR: server: add a list of safe, already reused idle connections by Willy Tarreau · 9 years ago
  52. 173a1c6 MINOR: server: add a list of already used idle connections by Willy Tarreau · 9 years ago
  53. 600802a MINOR: server: add a list of private idle connections by Willy Tarreau · 9 years ago
  54. 7cc419a MINOR: server: new server flag: SRV_F_FORCED_ID by Baptiste Assmann · 9 years ago
  55. 732eac4 MEDIUM: ssl: add sni support on the server lines by Willy Tarreau · 9 years ago
  56. a68ca96 MAJOR: server: add DNS-based server name resolution by Baptiste Assmann · 9 years ago
  57. bb2ae64 MEDIUM: protocol: automatically pick the proto associated to the connection. by Thierry FOURNIER · 9 years ago
  58. 2a3fb1c MINOR: ssl/server: add the "no-ssl-reuse" server option by Willy Tarreau · 9 years ago
  59. 41f5876 MEDIUM: Move proto and addr fields struct check by Simon Horman · 9 years ago
  60. f2dd68d DOC: fix a few typos by Godbach · 10 years ago
  61. b3e54fe MAJOR: namespace: add Linux network namespace support by KOVACS Krisztian · 10 years ago
  62. 9ce1311 BUG/MEDIUM: checks: fix conflicts between agent checks and ssl healthchecks by Cyril Bonté · 10 years ago
  63. 98637e5 MEDIUM: Add external check by Simon Horman · 10 years ago
  64. bfc7b7a MAJOR: checks: add support for a new "drain" administrative mode by Willy Tarreau · 10 years ago
  65. 892337c MAJOR: server: use states instead of flags to store the server state by Willy Tarreau · 10 years ago
  66. 2012521 REORG/MEDIUM: server: move the maintenance bits out of the server state by Willy Tarreau · 10 years ago
  67. c93cd16 REORG/MEDIUM: server: split server state and flags in two different variables by Willy Tarreau · 10 years ago
  68. 02615f9 MINOR: server: remove the SRV_DRAIN flag which can always be deduced by Willy Tarreau · 10 years ago
  69. afb7683 MEDIUM: connection: Implement and extented PROXY Protocol V2 by David S · 10 years ago
  70. ff5ae35 MINOR: checks: use check->state instead of srv->state & SRV_CHECKED by Willy Tarreau · 11 years ago
  71. 8e85ad5 REORG: checks: retrieve the check-specific defines from server.h to checks.h by Willy Tarreau · 11 years ago
  72. 1a53a3a MINOR: checks: improve handling of the servers tracking chain by Willy Tarreau · 11 years ago
  73. 9ba813c CLEANUP: check: server port is unsigned by Willy Tarreau · 11 years ago
  74. 5ecb77f MEDIUM: checks: add send/expect tcp based check by Baptiste Assmann · 11 years ago
  75. 8c3d0be MEDIUM: Add DRAIN state and report it on the stats page by Simon Horman · 11 years ago
  76. 671b6f0 MEDIUM: Add enable and disable agent unix socket commands by Simon Horman · 11 years ago
  77. 58c3297 MEDIUM: Set rise and fall of agent checks to 1 by Simon Horman · 11 years ago
  78. d60d691 MEDIUM: checks: Add supplementary agent checks by Simon Horman · 11 years ago
  79. 125d099 MEDIUM: Move health element to struct check by Simon Horman · 11 years ago
  80. cd5d7b6 MEDIUM: Add state to struct check by Simon Horman · 11 years ago
  81. 4a74143 MEDIUM: Paramatise functions over the check of a server by Simon Horman · 11 years ago
  82. 28b5ffc MEDIUM: Move result element to struct check by Simon Horman · 11 years ago
  83. 6618300 MEDIUM: Split up struct server's check element by Simon Horman · 11 years ago
  84. be55431 MINOR: ssl: Add statement 'verifyhost' to "server" statements by Evan Broder · 11 years ago
  85. a34bdc0 BUG/MEDIUM: server: set the macro for server's max weight SRV_UWGHT_MAX to SRV_UWGHT_RANGE by Godbach · 11 years ago
  86. ef9a360 MEDIUM: connection: introduce "struct conn_src" for servers and proxies by Willy Tarreau · 12 years ago
  87. 5a78f36 MAJOR: checks: rework completely bogus state machine by Willy Tarreau · 12 years ago
  88. d3aac70 CLEANUP: checks: rename some server check flags by Willy Tarreau · 12 years ago
  89. 3fdb366 MAJOR: connection: replace struct target with a pointer to an enum by Willy Tarreau · 12 years ago
  90. a7aa309 MINOR: ssl: add 'crt' statement on server. by Emeric Brun · 12 years ago
  91. ef42d92 MINOR: ssl: add statements 'verify', 'ca-file' and 'crl-file' on servers. by Emeric Brun · 12 years ago
  92. f9c5c47 MINOR: ssl: add statement 'no-tls-tickets' on server side. by Emeric Brun · 12 years ago
  93. 992adc9 BUG/MINOR: ssl: Fix issue on server statements 'no-tls*' and 'no-sslv3' by Emeric Brun · 12 years ago
  94. 21faa91 MINOR: server: add minimal infrastructure to parse keywords by Willy Tarreau · 12 years ago
  95. 8694b9a MINOR: ssl: add 'force-sslv3' and 'force-tlsvXX' statements on server by Emeric Brun · 12 years ago
  96. 8967549 MINOR: ssl: use bit fields to store ssl options instead of one int each by Emeric Brun · 12 years ago
  97. 9b3009b MEDIUM: conf: rename 'nosslv3' and 'notlsvXX' statements 'no-sslv3' and 'no-tlsvXX'. by Emeric Brun · 12 years ago
  98. 6c16adc MEDIUM: checks: enable the PROXY protocol with health checks by Willy Tarreau · 12 years ago
  99. f4288ee MEDIUM: check: add the ctrl and transport layers in the server check structure by Willy Tarreau · 12 years ago
  100. 1ae1b7b MEDIUM: checks: use real buffers to store requests and responses by Willy Tarreau · 12 years ago