1. d4c33c8 MEDIUM: samples: move payload-based fetches and ACLs to their own file by Willy Tarreau · 11 years ago
  2. 0999f76 BUILD: add explicit support for TFO with USE_TFO by Lukas Tribus · 11 years ago
  3. ad1731d BUG/MEDIUM: ssl: improve error processing and reporting in ssl_sock_load_cert_list_file() by Willy Tarreau · 11 years ago
  4. fe61656 MEDIUM: ssl: add mapping from SNI to cert file using "crt-list" by Emmanuel Hocdet · 11 years ago
  5. 0fbf016 DOCS: Add explanation of intermediate certs to crt paramater by Alex Davies · 11 years ago
  6. b67fdc4 DOC: mention the new HTTP 307 and 308 redirect statues by Willy Tarreau · 11 years ago
  7. dad36a3 MAJOR: tools: support environment variables in addresses by Willy Tarreau · 11 years ago
  8. 40aa070 MAJOR: listener: support inheriting a listening fd from the parent by Willy Tarreau · 11 years ago
  9. 2470928 MEDIUM: tools: support specifying explicit address families in str2sa_range() by Willy Tarreau · 11 years ago
  10. 6924ef8 BUG/MEDIUM: ssl: ECDHE ciphers not usable without named curve configured. by Emeric Brun · 11 years ago
  11. bfd5946 MINOR: ssl: add a global tunable for the max SSL/TLS record size by Willy Tarreau · 11 years ago
  12. 0defb90 DOC: tfo: bump required kernel to linux-3.7 by Lukas Tribus · 11 years ago
  13. ea3e73b DOC: minor typo fix in documentation by Baptiste Assmann · 11 years ago
  14. a2b9dad MEDIUM: checks: Add agent health check by Simon Horman · 11 years ago
  15. 58b5d29 MEDIUM: server: Allow relative weights greater than 100% by Simon Horman · 11 years ago
  16. fce2e96 DOC: simplify bind option "interface" explanation by Lukas Tribus · 11 years ago
  17. 6562337 MEDIUM: ssl: add bind-option "strict-sni" by Emmanuel Hocdet · 11 years ago
  18. ab012dd BUG/MEDIUM: remove supplementary groups when changing gid by Michael Scherer · 11 years ago
  19. 650d53d DOC: typo and minor fixes in compression paragraph by Baptiste Assmann · 11 years ago
  20. 869948b DOC: fix bogus recommendation on usage of gpc0 counter by Willy Tarreau · 11 years ago
  21. a3ecbd9 [RELEASE] Released version 1.5-dev17 by Willy Tarreau · 12 years ago
  22. 22890a1 MINOR: ssl: Setting global tune.ssl.cachesize value to 0 disables SSL session cache. by Emeric Brun · 12 years ago
  23. ccbcc37 MEDIUM: http: add support for "http-request tarpit" rule by Willy Tarreau · 12 years ago
  24. 81499eb MEDIUM: http: add support for "http-request redirect" rules by Willy Tarreau · 12 years ago
  25. 69eda35 [RELEASE] Released version 1.5-dev16 by Willy Tarreau · 12 years ago
  26. 20b0de5 MEDIUM: http: add http-request 'add-header' and 'set-header' to build headers by Willy Tarreau · 12 years ago
  27. c836845 MEDIUM: log: add the ability to include samples in logs by Willy Tarreau · 12 years ago
  28. 2beef58 MEDIUM: log: change a few log tokens to make them easier to remember by Willy Tarreau · 12 years ago
  29. 9143d37 MINOR: ssl: add fetch and acl "ssl_c_used" to check if current SSL session uses a client certificate. by Emeric Brun · 12 years ago
  30. c5259fd MINOR: log: add a tag for amount of bytes uploaded from client to server by Willy Tarreau · 12 years ago
  31. 0cae4b3 [RELEASE] Released version 1.5-dev15 by Willy Tarreau · 12 years ago
  32. 4a55060 MINOR: http: add the "base32+src" fetch method. by Willy Tarreau · 12 years ago
  33. ab1f7b7 MINOR: http: add the "base32" pattern fetch function by Willy Tarreau · 12 years ago
  34. 2406db4 MEDIUM: counters: add sc1_trackers/sc2_trackers by Willy Tarreau · 12 years ago
  35. 5d5b5d8 MEDIUM: proto_tcp: add support for tracking L7 information by Willy Tarreau · 12 years ago
  36. 7896d52 MINOR: acl: add fetch for server session rate by Tait Clarridge · 12 years ago
  37. af9619d MEDIUM: ssl: manage shared cache by blocks for huge sessions. by Emeric Brun · 12 years ago
  38. 5f51e1a DOC: document the connection error format in logs by Willy Tarreau · 12 years ago
  39. c9f3b45 DOC: add a few precisions on compression by Dmitry Sivachenko · 12 years ago
  40. d300261 MINOR: compression: disable on multipart or status != 200 by William Lallemand · 12 years ago
  41. fee48ce [RELEASE] Released version 1.5-dev14 by Willy Tarreau · 12 years ago
  42. 7615366 MINOR: cli: add support for the "show sess all" command by Willy Tarreau · 12 years ago
  43. 11d4ec8 DOC: stats: document the comp_rsp stats column by Willy Tarreau · 12 years ago
  44. 77e3af9 MINOR: tcp: add support for the "v4v6" bind option by Willy Tarreau · 12 years ago
  45. 9b6700f MINOR: tcp: add support for the "v6only" bind option by Willy Tarreau · 12 years ago
  46. 87c208b DOC: fix minor typos by Dmitry Sivachenko · 12 years ago
  47. ad15d12 [RELEASE] Released version 1.5-dev13 by Willy Tarreau · 12 years ago
  48. 55058a7 MINOR: stats: report HTTP compression stats per frontend and per backend by Willy Tarreau · 12 years ago
  49. 0900abb DOC: http header capture has not been limited in size for a long time by Willy Tarreau · 12 years ago
  50. 193b8c6 MINOR: http: allow the cookie capture size to be changed by Willy Tarreau · 12 years ago
  51. 4460d03 DOC: documentation on http header capture is wrong by Willy Tarreau · 12 years ago
  52. 072a2bf MINOR: compression: CPU usage limit by William Lallemand · 12 years ago
  53. 0509744 DOC: compression: unsupported cases. by William Lallemand · 12 years ago
  54. e3a7d99 MINOR: compression: report zlib memory usage by William Lallemand · 12 years ago
  55. 096f554 MINOR: compression: rate limit in 'show info' by William Lallemand · 12 years ago
  56. 16a2147 MEDIUM: adjust the maxaccept per listener depending on the number of processes by Willy Tarreau · 12 years ago
  57. 4f65bff MINOR: ssl: Add tune.ssl.lifetime statement in global. by Emeric Brun · 12 years ago
  58. 6ec58db MINOR: ssl: rename and document the tune.ssl.cachesize option by Willy Tarreau · 12 years ago
  59. fc6c032 MEDIUM: global: add support for CPU binding on Linux ("cpu-map") by Willy Tarreau · 12 years ago
  60. 110ecc1 MINOR: config: support process ranges for "bind-process" by Willy Tarreau · 12 years ago
  61. e9f49e7 MAJOR: polling: replace epoll with sepoll and remove sepoll by Willy Tarreau · 12 years ago
  62. 316a8cf DOC: compression: add some details and clean up the formatting by Cyril Bonté · 12 years ago
  63. d85f917 MINOR: compression: maximum compression rate limit by William Lallemand · 12 years ago
  64. f374783 MINOR: compression: tune.comp.maxlevel by William Lallemand · 12 years ago
  65. 9d5f548 MEDIUM: compression: limit RAM usage by William Lallemand · 12 years ago
  66. a509e4c MINOR: compression: memlevel and windowsize by William Lallemand · 12 years ago
  67. e715304 DOC: Change is_ssl acl to ssl_fc acl in example by David BERARD · 12 years ago
  68. 4e25b01 MINOR: log: add '%Tl' to log-format by Yuxans Yao · 12 years ago
  69. 70737d1 MINOR: compression: add an offload option to remove the Accept-Encoding header by Willy Tarreau · 12 years ago
  70. a7aa309 MINOR: ssl: add 'crt' statement on server. by Emeric Brun · 12 years ago
  71. ce5ad80 MINOR: ssl: add pattern and ACLs fetches 'ssl_c_notbefore', 'ssl_c_notafter', 'ssl_f_notbefore' and 'ssl_f_notafter' by Emeric Brun · 12 years ago
  72. 7f56e74 MINOR: ssl: add pattern and ACLs 'ssl_c_sig_alg' and 'ssl_f_sig_alg' by Emeric Brun · 12 years ago
  73. 8785589 MINOR: ssl: add pattern and ACLs fetches 'ssl_c_s_dn', 'ssl_c_i_dn', 'ssl_f_s_dn' and 'ssl_c_i_dn' by Emeric Brun · 12 years ago
  74. a7359fd MINOR: ssl: add pattern and ACLs fetches 'ssl_c_version' and 'ssl_f_version' by Emeric Brun · 12 years ago
  75. 8d59840 MINOR: ssl: add pattern and ACLs fetches 'ssl_c_serial' and 'ssl_f_serial' by Willy Tarreau · 12 years ago
  76. fe68f68 MINOR: ssl: add pattern fetch 'ssl_fc_session_id' by Emeric Brun · 12 years ago
  77. 589fcad MINOR: ssl: add pattern and ACLs fetches 'ssl_fc_protocol', 'ssl_fc_cipher', 'ssl_fc_use_keysize' and 'ssl_fc_alg_keysize' by Emeric Brun · 12 years ago
  78. 2525b6b MINOR: conf: rename all ssl modules fetches using prefix 'ssl_fc' and 'ssl_c' by Emeric Brun · 12 years ago
  79. 82fe75c MEDIUM: HTTP compression (zlib library support) by William Lallemand · 12 years ago
  80. 35b7b16 MEDIUM: cli: allow the stats socket to be bound to a specific set of processes by Willy Tarreau · 12 years ago
  81. f6f4f7b DOC: make it clear what the HTTP request size is by Dmitry Sivachenko · 12 years ago
  82. 6c9a3d5 MEDIUM: ssl: add support for the "npn" bind keyword by Willy Tarreau · 12 years ago
  83. 941a0c6 DOC: fix minor typo on http-send-name-header by Cyril Bonté · 12 years ago
  84. a33c654 MINOR: ssl: add 'ssl_npn' sample/acl to extract TLS/NPN information by Willy Tarreau · 12 years ago
  85. ffc3fcd MEDIUM: log: report SSL ciphers and version in logs using logformat %sslc/%sslv by Willy Tarreau · 12 years ago
  86. 773d65f MEDIUM: log: suffix the frontend's name with '~' when using SSL by Willy Tarreau · 12 years ago
  87. fd33a26 DOC: Fix rename of options cafile and crlfile to ca-file and crl-file. by Emeric Brun · 12 years ago
  88. ef42d92 MINOR: ssl: add statements 'verify', 'ca-file' and 'crl-file' on servers. by Emeric Brun · 12 years ago
  89. f9c5c47 MINOR: ssl: add statement 'no-tls-tickets' on server side. by Emeric Brun · 12 years ago
  90. 9c1eb1e DOC: ssl: surround keywords with quotes by Cyril Bonté · 12 years ago
  91. 0d44fc6 DOC: ssl: remove prefer-server-ciphers documentation by Cyril Bonté · 12 years ago
  92. 8694b9a MINOR: ssl: add 'force-sslv3' and 'force-tlsvXX' statements on server by Emeric Brun · 12 years ago
  93. 2cb7ae5 MINOR: ssl: add 'force-sslv3' and 'force-tlsvXX' statements on bind. by Emeric Brun · 12 years ago
  94. 9b3009b MEDIUM: conf: rename 'nosslv3' and 'notlsvXX' statements 'no-sslv3' and 'no-tlsvXX'. by Emeric Brun · 12 years ago
  95. c8e8d12 MINOR: ssl: add 'crt-base' and 'ca-base' global statements. by Emeric Brun · 12 years ago
  96. 1c862c5 MEDIUM: tcp: enable TCP Fast Open on systems which support it by Willy Tarreau · 12 years ago
  97. 4c75cca MINOR: samples: update the url_param fetch to match parameters in the path by bedis · 12 years ago
  98. 6c16adc MEDIUM: checks: enable the PROXY protocol with health checks by Willy Tarreau · 12 years ago
  99. 763a95b MEDIUM: checks: add the "check-ssl" server option by Willy Tarreau · 12 years ago
  100. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · 12 years ago