1. 8da5f98 MINOR: dns: Handle SRV records. by Olivier Houchard · 7 years ago
  2. 3169471 MINOR: Add server port field to server state file. by Frédéric Lécaille · 7 years ago
  3. 201c07f MAJOR/REORG: dns: DNS resolution task and requester queues by Baptiste Assmann · 7 years ago
  4. 4274637 REORG: dns: dns_option structure, storage of hostname_dn by Baptiste Assmann · 7 years ago
  5. 5db33cb MEDIUM: ssl: ssl_methods implementation is reworked and factored for min/max tlsxx by Emmanuel Hocdet · 7 years ago
  6. b418c12 MINOR: server: cli: Add server FQDNs to server-state file and stats socket. by Frédéric Lécaille · 7 years ago
  7. b82f742 MINOR: server: Add 'server-template' new keyword supported in backend sections. by Frédéric Lécaille · 7 years ago
  8. 6e0843c MINOR: server: Add 'no-agent-check' server keyword. by Frédéric Lécaille · 7 years ago
  9. 9a146de MINOR: server: Make 'default-server' support 'sni' keyword. by Frédéric Lécaille · 7 years ago
  10. 65aa356 MINOR: server: Make 'default-server' support 'check' keyword. by Frédéric Lécaille · 7 years ago
  11. 4e69404 MINOR: server: Add dynamic session cookies. by Olivier Houchard · 7 years ago
  12. c075256 MINOR: server: extend the flags to 32 bits by Willy Tarreau · 7 years ago
  13. 04276f3 MEDIUM: server: split the address and the port into two different fields by Willy Tarreau · 7 years ago
  14. 141ad85 MINOR: server: move the use_ssl field out of the ifdef USE_OPENSSL by Willy Tarreau · 8 years ago
  15. ae9bea0 CLEANUP: counters: move from 3 types to 2 types by Willy Tarreau · 8 years ago
  16. 4310d36 MINOR: server: add support for explicit numeric address in init-addr by Willy Tarreau · 8 years ago
  17. 2593827 MEDIUM: server: add a new init-addr server line setting by Baptiste Assmann · 8 years ago
  18. 89aa7f3 MINOR: new srv_admin flag: SRV_ADMF_RMAINT by Baptiste Assmann · 8 years ago
  19. 83cbaa5 MAJOR: server: postpone address resolution by Baptiste Assmann · 8 years ago
  20. 13d5ebb MINOR: server: compute a "cumulative weight" to allow chash balancing to hit its target by Andrew Rodland · 8 years ago
  21. 6b453f1 MINOR: server: introduction of 3 new server flags by Baptiste Assmann · 8 years ago
  22. ac88cfe MEDIUM: dns: add a "resolve-net" option which allow to prefer an ip in a network by Thierry Fournier · 8 years ago
  23. ada3484 MEDIUM: dns: extract options by Thierry Fournier · 8 years ago
  24. 163d462 MEDIUM: server: implement TCP_USER_TIMEOUT on the server by Willy Tarreau · 9 years ago
  25. 41472f4 MINOR: server: Macro definition for server-state by Baptiste Assmann · 9 years ago
  26. 54a4730 BUG/MAJOR: can't enable a server through the stat socket by Baptiste Assmann · 9 years ago
  27. 9f5ada3 MINOR: server: add new SRV_ADMF_CMAINT flag by Baptiste Assmann · 9 years ago
  28. 7017cb0 MINOR: server: add a list of safe, already reused idle connections by Willy Tarreau · 9 years ago
  29. 173a1c6 MINOR: server: add a list of already used idle connections by Willy Tarreau · 9 years ago
  30. 600802a MINOR: server: add a list of private idle connections by Willy Tarreau · 9 years ago
  31. 7cc419a MINOR: server: new server flag: SRV_F_FORCED_ID by Baptiste Assmann · 9 years ago
  32. 732eac4 MEDIUM: ssl: add sni support on the server lines by Willy Tarreau · 9 years ago
  33. a68ca96 MAJOR: server: add DNS-based server name resolution by Baptiste Assmann · 9 years ago
  34. bb2ae64 MEDIUM: protocol: automatically pick the proto associated to the connection. by Thierry FOURNIER · 9 years ago
  35. 2a3fb1c MINOR: ssl/server: add the "no-ssl-reuse" server option by Willy Tarreau · 9 years ago
  36. 41f5876 MEDIUM: Move proto and addr fields struct check by Simon Horman · 9 years ago
  37. f2dd68d DOC: fix a few typos by Godbach · 10 years ago
  38. b3e54fe MAJOR: namespace: add Linux network namespace support by KOVACS Krisztian · 10 years ago
  39. 9ce1311 BUG/MEDIUM: checks: fix conflicts between agent checks and ssl healthchecks by Cyril Bonté · 10 years ago
  40. 98637e5 MEDIUM: Add external check by Simon Horman · 10 years ago
  41. bfc7b7a MAJOR: checks: add support for a new "drain" administrative mode by Willy Tarreau · 10 years ago
  42. 892337c MAJOR: server: use states instead of flags to store the server state by Willy Tarreau · 10 years ago
  43. 2012521 REORG/MEDIUM: server: move the maintenance bits out of the server state by Willy Tarreau · 10 years ago
  44. c93cd16 REORG/MEDIUM: server: split server state and flags in two different variables by Willy Tarreau · 10 years ago
  45. 02615f9 MINOR: server: remove the SRV_DRAIN flag which can always be deduced by Willy Tarreau · 10 years ago
  46. afb7683 MEDIUM: connection: Implement and extented PROXY Protocol V2 by David S · 10 years ago
  47. ff5ae35 MINOR: checks: use check->state instead of srv->state & SRV_CHECKED by Willy Tarreau · 11 years ago
  48. 8e85ad5 REORG: checks: retrieve the check-specific defines from server.h to checks.h by Willy Tarreau · 11 years ago
  49. 1a53a3a MINOR: checks: improve handling of the servers tracking chain by Willy Tarreau · 11 years ago
  50. 9ba813c CLEANUP: check: server port is unsigned by Willy Tarreau · 11 years ago
  51. 5ecb77f MEDIUM: checks: add send/expect tcp based check by Baptiste Assmann · 11 years ago
  52. 8c3d0be MEDIUM: Add DRAIN state and report it on the stats page by Simon Horman · 11 years ago
  53. 671b6f0 MEDIUM: Add enable and disable agent unix socket commands by Simon Horman · 11 years ago
  54. 58c3297 MEDIUM: Set rise and fall of agent checks to 1 by Simon Horman · 11 years ago
  55. d60d691 MEDIUM: checks: Add supplementary agent checks by Simon Horman · 11 years ago
  56. 125d099 MEDIUM: Move health element to struct check by Simon Horman · 11 years ago
  57. cd5d7b6 MEDIUM: Add state to struct check by Simon Horman · 11 years ago
  58. 4a74143 MEDIUM: Paramatise functions over the check of a server by Simon Horman · 11 years ago
  59. 28b5ffc MEDIUM: Move result element to struct check by Simon Horman · 11 years ago
  60. 6618300 MEDIUM: Split up struct server's check element by Simon Horman · 11 years ago
  61. be55431 MINOR: ssl: Add statement 'verifyhost' to "server" statements by Evan Broder · 11 years ago
  62. a34bdc0 BUG/MEDIUM: server: set the macro for server's max weight SRV_UWGHT_MAX to SRV_UWGHT_RANGE by Godbach · 11 years ago
  63. ef9a360 MEDIUM: connection: introduce "struct conn_src" for servers and proxies by Willy Tarreau · 12 years ago
  64. 5a78f36 MAJOR: checks: rework completely bogus state machine by Willy Tarreau · 12 years ago
  65. d3aac70 CLEANUP: checks: rename some server check flags by Willy Tarreau · 12 years ago
  66. 3fdb366 MAJOR: connection: replace struct target with a pointer to an enum by Willy Tarreau · 12 years ago
  67. a7aa309 MINOR: ssl: add 'crt' statement on server. by Emeric Brun · 12 years ago
  68. ef42d92 MINOR: ssl: add statements 'verify', 'ca-file' and 'crl-file' on servers. by Emeric Brun · 12 years ago
  69. f9c5c47 MINOR: ssl: add statement 'no-tls-tickets' on server side. by Emeric Brun · 12 years ago
  70. 992adc9 BUG/MINOR: ssl: Fix issue on server statements 'no-tls*' and 'no-sslv3' by Emeric Brun · 12 years ago
  71. 21faa91 MINOR: server: add minimal infrastructure to parse keywords by Willy Tarreau · 12 years ago
  72. 8694b9a MINOR: ssl: add 'force-sslv3' and 'force-tlsvXX' statements on server by Emeric Brun · 12 years ago
  73. 8967549 MINOR: ssl: use bit fields to store ssl options instead of one int each by Emeric Brun · 12 years ago
  74. 9b3009b MEDIUM: conf: rename 'nosslv3' and 'notlsvXX' statements 'no-sslv3' and 'no-tlsvXX'. by Emeric Brun · 12 years ago
  75. 6c16adc MEDIUM: checks: enable the PROXY protocol with health checks by Willy Tarreau · 12 years ago
  76. f4288ee MEDIUM: check: add the ctrl and transport layers in the server check structure by Willy Tarreau · 12 years ago
  77. 1ae1b7b MEDIUM: checks: use real buffers to store requests and responses by Willy Tarreau · 12 years ago
  78. 5b3a202 REORG: server: move the check-specific parts into a check subsection by Willy Tarreau · 12 years ago
  79. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · 12 years ago
  80. c0ff492 MINOR: ssl : add statements 'notlsv11' and 'notlsv12' and rename 'notlsv1' to 'notlsv10'. by Emeric Brun · 12 years ago
  81. c230b8b MEDIUM: config: add "nosslv3" and "notlsv1" on bind and server lines by Willy Tarreau · 12 years ago
  82. d7aacbf MEDIUM: config: add a "ciphers" keyword to set SSL cipher suites by Willy Tarreau · 12 years ago
  83. 01f8e2f MEDIUM: config: add support for the 'ssl' option on 'server' lines by Emeric Brun · 12 years ago
  84. c6545ac MINOR: server: add SSL context to servers if USE_OPENSSL is defined by Emeric Brun · 12 years ago
  85. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · 12 years ago
  86. c578891 CLEANUP: connection: split sock_ops into data_ops, app_cp and si_ops by Willy Tarreau · 12 years ago
  87. da92e2f REORG/MINOR: checks: put a struct connection into the server by Willy Tarreau · 12 years ago
  88. eb2c24a MINOR: checks: add on-marked-up option by Justin Karneges · 12 years ago
  89. d02394b MEDIUM: stream_interface: derive the socket operations from the target by Willy Tarreau · 12 years ago
  90. 26d8c59 REORG/MEDIUM: replace stream interface protocol functions by a proto pointer by Willy Tarreau · 12 years ago
  91. f09c660 MEDIUM: backend: add the 'first' balancing algorithm by Willy Tarreau · 12 years ago
  92. 2e99390 BUG/MEDIUM: checks: fix slowstart behaviour when server tracking is in use by Willy Tarreau · 13 years ago
  93. 4426770 CLEANUP: rename possibly confusing struct field "tracked" by Willy Tarreau · 13 years ago
  94. 7b81563 OPTIM/MINOR: move struct sockaddr_storage to the tail of structs by Willy Tarreau · 13 years ago
  95. fa46168 [MINOR] Add non-stick server option by Simon Horman · 13 years ago
  96. e0d1bfb [MINOR] Allow shutdown of sessions when a server becomes unavailable by Simon Horman · 13 years ago
  97. af51495 [MINOR] Add active connection list to server by Simon Horman · 13 years ago
  98. 5ab04ec [MEDIUM] server: add support for the "send-proxy" option by Willy Tarreau · 13 years ago
  99. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · 13 years ago
  100. bce7088 [MEDIUM] add ability to connect to a server from an IP found in a header by Willy Tarreau · 15 years ago