1. e9f49e7 MAJOR: polling: replace epoll with sepoll and remove sepoll by Willy Tarreau · 12 years ago
  2. 316a8cf DOC: compression: add some details and clean up the formatting by Cyril Bonté · 12 years ago
  3. d85f917 MINOR: compression: maximum compression rate limit by William Lallemand · 12 years ago
  4. f374783 MINOR: compression: tune.comp.maxlevel by William Lallemand · 12 years ago
  5. 9d5f548 MEDIUM: compression: limit RAM usage by William Lallemand · 12 years ago
  6. a509e4c MINOR: compression: memlevel and windowsize by William Lallemand · 12 years ago
  7. e715304 DOC: Change is_ssl acl to ssl_fc acl in example by David BERARD · 12 years ago
  8. 4e25b01 MINOR: log: add '%Tl' to log-format by Yuxans Yao · 12 years ago
  9. 70737d1 MINOR: compression: add an offload option to remove the Accept-Encoding header by Willy Tarreau · 12 years ago
  10. dbe090a DOC: update document describing relations between internal entities by Willy Tarreau · 12 years ago
  11. a7aa309 MINOR: ssl: add 'crt' statement on server. by Emeric Brun · 12 years ago
  12. 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
  13. 7f56e74 MINOR: ssl: add pattern and ACLs 'ssl_c_sig_alg' and 'ssl_f_sig_alg' by Emeric Brun · 12 years ago
  14. 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
  15. a7359fd MINOR: ssl: add pattern and ACLs fetches 'ssl_c_version' and 'ssl_f_version' by Emeric Brun · 12 years ago
  16. 8d59840 MINOR: ssl: add pattern and ACLs fetches 'ssl_c_serial' and 'ssl_f_serial' by Willy Tarreau · 12 years ago
  17. fe68f68 MINOR: ssl: add pattern fetch 'ssl_fc_session_id' by Emeric Brun · 12 years ago
  18. 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
  19. 2525b6b MINOR: conf: rename all ssl modules fetches using prefix 'ssl_fc' and 'ssl_c' by Emeric Brun · 12 years ago
  20. 82fe75c MEDIUM: HTTP compression (zlib library support) by William Lallemand · 12 years ago
  21. 35b7b16 MEDIUM: cli: allow the stats socket to be bound to a specific set of processes by Willy Tarreau · 12 years ago
  22. f6f4f7b DOC: make it clear what the HTTP request size is by Dmitry Sivachenko · 12 years ago
  23. 6c9a3d5 MEDIUM: ssl: add support for the "npn" bind keyword by Willy Tarreau · 12 years ago
  24. 941a0c6 DOC: fix minor typo on http-send-name-header by Cyril Bonté · 12 years ago
  25. a33c654 MINOR: ssl: add 'ssl_npn' sample/acl to extract TLS/NPN information by Willy Tarreau · 12 years ago
  26. 0b737a7 DOC: document relations between internal entities by Willy Tarreau · 12 years ago
  27. ffc3fcd MEDIUM: log: report SSL ciphers and version in logs using logformat %sslc/%sslv by Willy Tarreau · 12 years ago
  28. 773d65f MEDIUM: log: suffix the frontend's name with '~' when using SSL by Willy Tarreau · 12 years ago
  29. fd33a26 DOC: Fix rename of options cafile and crlfile to ca-file and crl-file. by Emeric Brun · 12 years ago
  30. ef42d92 MINOR: ssl: add statements 'verify', 'ca-file' and 'crl-file' on servers. by Emeric Brun · 12 years ago
  31. f9c5c47 MINOR: ssl: add statement 'no-tls-tickets' on server side. by Emeric Brun · 12 years ago
  32. 9c1eb1e DOC: ssl: surround keywords with quotes by Cyril Bonté · 12 years ago
  33. 0d44fc6 DOC: ssl: remove prefer-server-ciphers documentation by Cyril Bonté · 12 years ago
  34. 8694b9a MINOR: ssl: add 'force-sslv3' and 'force-tlsvXX' statements on server by Emeric Brun · 12 years ago
  35. 2cb7ae5 MINOR: ssl: add 'force-sslv3' and 'force-tlsvXX' statements on bind. by Emeric Brun · 12 years ago
  36. 9b3009b MEDIUM: conf: rename 'nosslv3' and 'notlsvXX' statements 'no-sslv3' and 'no-tlsvXX'. by Emeric Brun · 12 years ago
  37. c8e8d12 MINOR: ssl: add 'crt-base' and 'ca-base' global statements. by Emeric Brun · 12 years ago
  38. 1c862c5 MEDIUM: tcp: enable TCP Fast Open on systems which support it by Willy Tarreau · 12 years ago
  39. 4c75cca MINOR: samples: update the url_param fetch to match parameters in the path by bedis · 12 years ago
  40. 6c16adc MEDIUM: checks: enable the PROXY protocol with health checks by Willy Tarreau · 12 years ago
  41. 763a95b MEDIUM: checks: add the "check-ssl" server option by Willy Tarreau · 12 years ago
  42. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · 12 years ago
  43. 90ad872 DOC: ssl: add 'no-tls-tickets' statement documentation. by Emeric Brun · 12 years ago
  44. f5da493 DOC: ssl : add statements 'notlsv11' and 'notlsv12' and rename 'notlsv1' to 'notlsv10'. by Emeric Brun · 12 years ago
  45. 3603fbe DOC: ssl: add fetches and ACLs 'ssl_verify_crterr', 'ssl_verify_caerr', and 'ssl_verify_crterr_depth' by Emeric Brun · 12 years ago
  46. c68af8d DOC: ssl: add fetch and ACL 'ssl_verify_result' by Emeric Brun · 12 years ago
  47. b6dc934 DOC: ssl: add 'ca-ignore-err' and 'crt-ignore-err' statements on 'bind' by Emeric Brun · 12 years ago
  48. b435408 DOC: ssl: add fetch and ACL 'client_cert' by Emeric Brun · 12 years ago
  49. 1a073b4 DOC: ssl: add 'verify', 'cafile' and 'crlfile' statements on 'bind' by Emeric Brun · 12 years ago
  50. 7fb3442 DOC: ssl: add 'ecdhe' statement on 'bind' by Emeric Brun · 12 years ago
  51. e032bfa DOC: ssl: update 'crt' statement on 'bind' about Diffie-Hellman parameters loading by Emeric Brun · 12 years ago
  52. 82569f9 MEDIUM: monitor: simplify handling of monitor-net and mode health by Willy Tarreau · 12 years ago
  53. 3c7a79d MINOR: cli: allow to set frontend maxconn to zero by Willy Tarreau · 12 years ago
  54. 086fbf5 DOC: fix index to reference bind and server options by Willy Tarreau · 12 years ago
  55. abb175f DOC: stats: refer to "bind" section for "stats socket" settings by Willy Tarreau · 12 years ago
  56. b6205fd DOC: move bind options to their own section by Willy Tarreau · 12 years ago
  57. aeff252 DOC: duplicate ssl_sni section by Guillaume Castagnino · 12 years ago
  58. 2e1dca8 MEDIUM: http: add "redirect scheme" to ease HTTP to HTTPS redirection by Willy Tarreau · 12 years ago
  59. 1621682 [RELEASE] Released version 1.5-dev12 by Willy Tarreau · 12 years ago
  60. a0ee1d0 DOC: add missing SSL options for servers and listeners by Willy Tarreau · 12 years ago
  61. 7875d09 MEDIUM: ssl: add sample fetches for is_ssl, ssl_has_sni, ssl_sni_* by Willy Tarreau · 12 years ago
  62. 50acaaa MINOR: config: make the tasks "nice" value configurable on "bind" lines. by Willy Tarreau · 12 years ago
  63. 403edff MEDIUM: config: implement maxsslconn in the global section by Willy Tarreau · 12 years ago
  64. 32368ce MEDIUM: config: support per-listener backlog and maxconn by Willy Tarreau · 12 years ago
  65. 801a0a3 DOC: fix name for "option independant-streams" by Jamie Gloudon · 12 years ago
  66. aaa2100 DOC: Typos cleanup by Jamie Gloudon · 12 years ago
  67. 654694e MEDIUM: stats/cli: add support for "set table key" to enter values by Willy Tarreau · 12 years ago
  68. a9fddca MINOR: http: add the urlp_val ACL match by Willy Tarreau · 12 years ago
  69. a7ad50c MEDIUM: pattern: add the "base" sample fetch method by Willy Tarreau · 12 years ago
  70. 6812bcf MINOR: replace acl_fetch_{path,url}* with smp_fetch_* by Willy Tarreau · 12 years ago
  71. 6341be5 DOC: specify the default value for maxconn in the context of a proxy by Vincent Bernat · 12 years ago
  72. 02c7c14 [RELEASE] Released version 1.5-dev11 by Willy Tarreau · 12 years ago
  73. eb2c24a MINOR: checks: add on-marked-up option by Justin Karneges · 12 years ago
  74. 4992dd2 MINOR: http: add support for "httponly" and "secure" cookie attributes by Willy Tarreau · 12 years ago
  75. 8dc4184 MINOR: balance uri: added 'whole' parameter to include query string in hash calculation by Oskar Stolc · 12 years ago
  76. 7823de3 DOC: fix minor regex example issue and improve doc on stats by Dmitry Sivachenko · 12 years ago
  77. ffb8947 [RELEASE] Released version 1.5-dev10 by Willy Tarreau · 12 years ago
  78. ce887fd MEDIUM: session: add support for tunnel timeouts by Willy Tarreau · 12 years ago
  79. a0564f3 [RELEASE] Released version 1.5-dev9 by Willy Tarreau · 12 years ago
  80. 5153936 MINOR: acl: add the cook_val() match to match a cookie against an integer by Willy Tarreau · 12 years ago
  81. 22bca61 MEDIUM: proto_tcp: remove src6 and dst6 pattern fetch methods by Willy Tarreau · 12 years ago
  82. ceb4ac9 MEDIUM: acl: support IPv6 address matching by Willy Tarreau · 12 years ago
  83. 28376d6 MEDIUM: http: merge ACL and pattern cookie fetches into a single one by Willy Tarreau · 12 years ago
  84. 185b5c4 MEDIUM: http: merge acl and pattern header fetch functions by Willy Tarreau · 12 years ago
  85. 0ce3aa0 MEDIUM: acl: implement payload and payload_lv by Willy Tarreau · 12 years ago
  86. 25c1ebc MEDIUM: acl/pattern: start merging common sample fetch functions by Willy Tarreau · 12 years ago
  87. c0239e0 MEDIUM: http: make all ACL fetch function use acl_prefetch_http() by Willy Tarreau · 12 years ago
  88. 1122d9c DOC: add a diagram to explain how circular buffers work by Willy Tarreau · 12 years ago
  89. 108cf6e DOC: fix some keywords arguments documentation by Cyril Bonté · 12 years ago
  90. dc4d903 DOC: cleanup indentation, alignment, columns and chapters by Cyril Bonté · 12 years ago
  91. a73203e MEDIUM: log: Unique ID by William Lallemand · 12 years ago
  92. 5f23240 MEDIUM: log: New format-log flags: %Fi %Fp %Si %Sp %Ts %rt %H %pid by William Lallemand · 12 years ago
  93. 64559c5 CLEANUP: lb_first: add reference to a paper describing the original idea by Willy Tarreau · 12 years ago
  94. 04aa6a9 MEDIUM: http: add cookie and scookie ACLs by Willy Tarreau · 12 years ago
  95. c89ccb6 MEDIUM: log: add a new cookie flag 'U' to report situations where cookie is not used by Willy Tarreau · 12 years ago
  96. 4a5cade MEDIUM: session: implement the "use-server" directive by Willy Tarreau · 12 years ago
  97. 9eeb57b [RELEASE] Released version 1.5-dev8 by Willy Tarreau · 12 years ago
  98. afdb6e5 MINOR: patch for minor typo (ressources/resources) by Adrian Bridgett · 12 years ago
  99. 6580c06 MINOR: log: use "%ts" to log term status only and "%tsc" to log with cookie by Willy Tarreau · 12 years ago
  100. b7ff6a3 MEDIUM: log-format: backend source address %Bi %Bp by William Lallemand · 12 years ago