1. 620408f MEDIUM: tcp: add registration and processing of TCP L5 rules by Willy Tarreau · 8 years ago
  2. 7d9736f CLEANUP: tcp rules: mention everywhere that tcp-conn rules are L4 by Willy Tarreau · 8 years ago
  3. 93b227d MINOR: listener: add the "accept-netscaler-cip" option to the "bind" keyword by Bertrand Jacquin · 8 years ago
  4. 31af49d MEDIUM: ssl: Add options to forge SSL certificates by Christopher Faulet · 9 years ago
  5. 146defa MINOR: Add TLS ticket keys reference and use it in the listener struct by Nenad Merdanovic · 9 years ago
  6. 10b688f MEDIUM: listener: store the default target per listener by Willy Tarreau · 9 years ago
  7. 512fd00 CLEANUP: listeners: remove unused timeout by Willy Tarreau · 9 years ago
  8. 05552d4 MEDIUM: Add support for configurable TLS ticket keys by Nenad Merdanovic · 9 years ago
  9. 2af207a MEDIUM: tcp: implement tcp-ut bind option to set TCP_USER_TIMEOUT by Willy Tarreau · 9 years ago
  10. b3e54fe MAJOR: namespace: add Linux network namespace support by KOVACS Krisztian · 10 years ago
  11. 6ae1ba6 MEDIUM: listener: parse the new "process" bind keyword by Willy Tarreau · 10 years ago
  12. f6502c5 DIET/MINOR: listener: rearrange a few fields in struct listener to save 16 bytes by Willy Tarreau · 11 years ago
  13. ab861d3 MINOR: ssl: add support for the "alpn" bind keyword by Willy Tarreau · 11 years ago
  14. 0defb90 DOC: tfo: bump required kernel to linux-3.7 by Lukas Tribus · 11 years ago
  15. 6562337 MEDIUM: ssl: add bind-option "strict-sni" by Emmanuel Hocdet · 11 years ago
  16. 77e3af9 MINOR: tcp: add support for the "v4v6" bind option by Willy Tarreau · 12 years ago
  17. 9b6700f MINOR: tcp: add support for the "v6only" bind option by Willy Tarreau · 12 years ago
  18. 16a2147 MEDIUM: adjust the maxaccept per listener depending on the number of processes by Willy Tarreau · 12 years ago
  19. 3fdb366 MAJOR: connection: replace struct target with a pointer to an enum by Willy Tarreau · 12 years ago
  20. 6c9a3d5 MEDIUM: ssl: add support for the "npn" bind keyword by Willy Tarreau · 12 years ago
  21. 2cb7ae5 MINOR: ssl: add 'force-sslv3' and 'force-tlsvXX' statements on bind. by Emeric Brun · 12 years ago
  22. 8967549 MINOR: ssl: use bit fields to store ssl options instead of one int each by Emeric Brun · 12 years ago
  23. fb510ea MEDIUM: conf: rename 'cafile' and 'crlfile' statements 'ca-file' and 'crl-file' by Emeric Brun · 12 years ago
  24. 9b3009b MEDIUM: conf: rename 'nosslv3' and 'notlsvXX' statements 'no-sslv3' and 'no-tlsvXX'. by Emeric Brun · 12 years ago
  25. 3c4bc6e MINOR: ssl: remove prefer-server-ciphers statement and set it as the default on ssl listeners. by Emeric Brun · 12 years ago
  26. 1c862c5 MEDIUM: tcp: enable TCP Fast Open on systems which support it by Willy Tarreau · 12 years ago
  27. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · 12 years ago
  28. 2d0c482 MINOR: ssl: add statement 'no-tls-tickets' on bind to disable stateless session resumption by Emeric Brun · 12 years ago
  29. c0ff492 MINOR: ssl : add statements 'notlsv11' and 'notlsv12' and rename 'notlsv1' to 'notlsv10'. by Emeric Brun · 12 years ago
  30. 81c00f0 MINOR: ssl: add ignore verify errors options by Emeric Brun · 12 years ago
  31. d94b3fe MEDIUM: ssl: add client certificate authentication support by Emeric Brun · 12 years ago
  32. 2b58d04 MINOR: ssl: add elliptic curve Diffie-Hellman support for ssl key generation by Emeric Brun · 12 years ago
  33. 290e63a REORG: listener: move unix perms from the listener to the bind_conf by Willy Tarreau · 12 years ago
  34. 4348fad MAJOR: listeners: use dual-linked lists to chain listeners with frontends by Willy Tarreau · 12 years ago
  35. 51fb765 MINOR: listener: add a scope field in the bind keyword lists by Willy Tarreau · 12 years ago
  36. 2698266 MEDIUM: listener: add a minimal framework to register "bind" keyword options by Willy Tarreau · 12 years ago
  37. 88500de CLEANUP: listener: remove unused conf->file and conf->line by Willy Tarreau · 12 years ago
  38. 2a65ff0 MEDIUM: config: replace ssl_conf by bind_conf by Willy Tarreau · 12 years ago
  39. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · 12 years ago[Renamed (74%) from include/types/protocols.h]
  40. fc0421f MEDIUM: ssl: add support for SNI and wildcard certificates by Emeric Brun · 12 years ago
  41. f5ae8f7 MEDIUM: config: centralize handling of SSL config per bind line by Willy Tarreau · 12 years ago
  42. e566ecb MEDIUM: ssl: add support for prefer-server-ciphers option by David BERARD · 12 years ago
  43. ff9f769 BUILD: fix build error without SSL (ssl_cert) by Willy Tarreau · 12 years ago
  44. c230b8b MEDIUM: config: add "nosslv3" and "notlsv1" on bind and server lines by Willy Tarreau · 12 years ago
  45. d7aacbf MEDIUM: config: add a "ciphers" keyword to set SSL cipher suites by Willy Tarreau · 12 years ago
  46. 6e15929 MEDIUM: config: add the 'ssl' keyword on 'bind' lines by Emeric Brun · 12 years ago
  47. 0b8d4d9 MINOR: protocol: add SSL context to listeners if USE_OPENSSL is defined by Emeric Brun · 12 years ago
  48. 14f8e86 MEDIUM: proto_tcp: remove any dependence on stream_interface by Willy Tarreau · 12 years ago
  49. c578891 CLEANUP: connection: split sock_ops into data_ops, app_cp and si_ops by Willy Tarreau · 12 years ago
  50. d88fd82 MEDIUM: protocol: add a pointer to struct sock_ops to the listener struct by Emeric Brun · 12 years ago
  51. 59b9479 BUG/MEDIUM: stream_interface: restore get_src/get_dst by Willy Tarreau · 12 years ago
  52. 26d8c59 REORG/MEDIUM: replace stream interface protocol functions by a proto pointer by Willy Tarreau · 12 years ago
  53. 1b79bde REORG/MEDIUM: move protocol->{read,write} to sock_ops by Willy Tarreau · 12 years ago
  54. 7b81563 OPTIM/MINOR: move struct sockaddr_storage to the tail of structs by Willy Tarreau · 13 years ago
  55. 3c63fd8 [MEDIUM] don't limit peers nor stats socket to maxconn nor maxconnrate by Willy Tarreau · 13 years ago
  56. e6ca1fc [MINOR] listeners: add support for queueing resource limited listeners by Willy Tarreau · 13 years ago
  57. be58c38 [MEDIUM] proxy: add a PAUSED state to listeners and move socket tricks out of proxy.c by Willy Tarreau · 13 years ago
  58. cf20bf1 [MEDIUM] Enhance message errors management on binds by Emeric Brun · 14 years ago
  59. 8a95691 [MINOR] listener: add the "accept-proxy" option to the "bind" keyword by Willy Tarreau · 14 years ago
  60. de3041d [MINOR] frontend: only check for monitor-net rules if LI_O_CHK_MONNET is set by Willy Tarreau · 14 years ago
  61. a5c0ab2 [MEDIUM] frontend: check for LI_O_TCP_RULES in the listener by Willy Tarreau · 14 years ago
  62. eb47268 [MEDIUM] separate protocol-level accept() from the frontend's by Willy Tarreau · 14 years ago
  63. 45cb4fb [MEDIUM] build: switch ebtree users to use new ebtree version by Willy Tarreau · 15 years ago
  64. cb6cd43 [MINOR] tcp: add support for the defer_accept bind option by Willy Tarreau · 15 years ago
  65. 6162db2 [MEDIUM] add access restrictions to the stats socket by Willy Tarreau · 15 years ago
  66. 53fb4ae [MEDIUM] config: automatically find unused IDs for proxies, servers and listeners by Willy Tarreau · 15 years ago
  67. 90a570f [MINOR] config: reference file and line with any listener/proxy/server declaration by Willy Tarreau · 15 years ago
  68. aeebf9b [MEDIUM] Collect & provide separate statistics for sockets, v2 by Krzysztof Piotr Oledzki · 15 years ago
  69. 052d4fd [CLEANUP] Move counters to dedicated structures by Krzysztof Piotr Oledzki · 15 years ago
  70. 2c9f5b1 [MINOR] move the initial task's nice value to the listener by Willy Tarreau · 15 years ago
  71. be1b918 [MEDIUM] add support for TCP MSS adjustment for listeners by Willy Tarreau · 15 years ago
  72. 9ea05a7 [MEDIUM] implement option tcp-smart-accept at the frontend by Willy Tarreau · 15 years ago
  73. 26c2506 [MEDIUM] minor update to the task api: let the scheduler queue itself by Willy Tarreau · 15 years ago
  74. 5e6e204 [MINOR] add support for bind interface name by Willy Tarreau · 15 years ago
  75. 3bc1377 [MINOR] pre-set analyser flags on the listener at registration time by Willy Tarreau · 16 years ago
  76. 55a8d0e [CLEANUP] move the session-related functions to session.c by Willy Tarreau · 16 years ago
  77. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  78. b1e52e8 [MEDIUM] support fully transparent proxy on Linux (USE_LINUX_TPROXY) by Willy Tarreau · 16 years ago
  79. c73ce2b [MINOR] add support for the "backlog" parameter by Willy Tarreau · 16 years ago
  80. dabf2e2 [MAJOR] added a new state to listeners by Willy Tarreau · 17 years ago
  81. 6fb42e0 [MINOR] add an options field to the listeners by Willy Tarreau · 17 years ago
  82. 106bf27 [MINOR] add socket address length to the protocols by Willy Tarreau · 17 years ago
  83. d740bab [MINOR] move error codes to common/errors.h by Willy Tarreau · 17 years ago
  84. e6ad2b1 [MINOR] make it possible to set unix socket permissions by Willy Tarreau · 17 years ago
  85. 92fb983 [MAJOR] implemented client-side support for PF_UNIX sockets by Willy Tarreau · 17 years ago
  86. dd81598 [MAJOR] added generic protocol support by Willy Tarreau · 17 years ago