1. d393a62 MINOR: tools: prepare str2sa_range() to accept a prefix by Willy Tarreau · 11 years ago
  2. df350f1 MINOR: tools: prepare str2sa_range() to return an error message by Willy Tarreau · 11 years ago
  3. 3a26918 BUG/MEDIUM: stats: never apply "unix-bind prefix" to the global stats socket by Willy Tarreau · 11 years ago
  4. 0dbbf31 MINOR: config: report missing peers section name by Willy Tarreau · 11 years ago
  5. bfd5946 MINOR: ssl: add a global tunable for the max SSL/TLS record size by Willy Tarreau · 11 years ago
  6. 2aa3880 MEDIUM: config: use str2sa_range() to parse peers addresses by Willy Tarreau · 11 years ago
  7. dbfa445 MEDIUM: config: use str2sa_range() to parse server addresses by Willy Tarreau · 11 years ago
  8. 6d03cc3 MEDIUM: config: make use of str2sa_range() instead of str2sa() by Willy Tarreau · 11 years ago
  9. a2b9dad MEDIUM: checks: Add agent health check by Simon Horman · 11 years ago
  10. 6cbbdbf BUG/MEDIUM: log: emit '-' for empty fields again by Willy Tarreau · 11 years ago
  11. cb2699a CLEANUP: config: maxcompcpuusage is never negative by Willy Tarreau · 11 years ago
  12. 3a3bbcd CLEANUP: config: slowstart is never negative by Willy Tarreau · 11 years ago
  13. 8dc21fa BUG/MINOR: unix: remove the 'level' field from the ux struct by Willy Tarreau · 11 years ago
  14. f7f057b BUG/MINOR: config: check the proper variable when parsing log minlvl by Willy Tarreau · 11 years ago
  15. 846257e BUG/MINOR: config: free peer's address when exiting upon parsing error by Willy Tarreau · 11 years ago
  16. 8b8fd56 BUG/MEDIUM: config: verbosely reject peers sections with multiple local peers by Willy Tarreau · 11 years ago
  17. 973ca49 BUG/MEDIUM: peers: only the last peers section was used by tables by Willy Tarreau · 11 years ago
  18. 4baae24 REORG: config: move the http redirect rule parser to proto_http.c by Willy Tarreau · 12 years ago
  19. d79a3b2 BUG/MINOR: log: make log-format, unique-id-format and add-header more independant by Willy Tarreau · 12 years ago
  20. 20b0de5 MEDIUM: http: add http-request 'add-header' and 'set-header' to build headers by Willy Tarreau · 12 years ago
  21. 5f53de7 MINOR: config: improve error checking on TCP stick-table tracking by Willy Tarreau · 12 years ago
  22. 5d5b5d8 MEDIUM: proto_tcp: add support for tracking L7 information by Willy Tarreau · 12 years ago
  23. ef9a360 MEDIUM: connection: introduce "struct conn_src" for servers and proxies by Willy Tarreau · 12 years ago
  24. eb37faa MINOR: cfgparse: mention "interface" in the list of allowed "source" options by Willy Tarreau · 12 years ago
  25. ca57de3 BUG/MAJOR: peers: the listener's maxaccept was not set and caused loops by Willy Tarreau · 12 years ago
  26. 83d84cf BUILD: silence a warning on Solaris about usage of isdigit() by Willy Tarreau · 12 years ago
  27. 193b8c6 MINOR: http: allow the cookie capture size to be changed by Willy Tarreau · 12 years ago
  28. 072a2bf MINOR: compression: CPU usage limit by William Lallemand · 12 years ago
  29. e3a7d99 MINOR: compression: report zlib memory usage by William Lallemand · 12 years ago
  30. 8b52bb3 MEDIUM: compression: use pool for comp_ctx by William Lallemand · 12 years ago
  31. 16a2147 MEDIUM: adjust the maxaccept per listener depending on the number of processes by Willy Tarreau · 12 years ago
  32. 4f65bff MINOR: ssl: Add tune.ssl.lifetime statement in global. by Emeric Brun · 12 years ago
  33. 6ec58db MINOR: ssl: rename and document the tune.ssl.cachesize option by Willy Tarreau · 12 years ago
  34. fc6c032 MEDIUM: global: add support for CPU binding on Linux ("cpu-map") by Willy Tarreau · 12 years ago
  35. c52962f MINOR: conf: add warning if ssl is not enabled and a certificate is present on bind. by Emeric Brun · 12 years ago
  36. 110ecc1 MINOR: config: support process ranges for "bind-process" by Willy Tarreau · 12 years ago
  37. 247a13a MINOR: global: don't prevent nbproc from being redefined by Willy Tarreau · 12 years ago
  38. 3fdb366 MAJOR: connection: replace struct target with a pointer to an enum by Willy Tarreau · 12 years ago
  39. e9f49e7 MAJOR: polling: replace epoll with sepoll and remove sepoll by Willy Tarreau · 12 years ago
  40. 3203ff4 MINOR: log-format: check number of arguments in cfgparse.c by William Lallemand · 12 years ago
  41. d85f917 MINOR: compression: maximum compression rate limit by William Lallemand · 12 years ago
  42. f374783 MINOR: compression: tune.comp.maxlevel by William Lallemand · 12 years ago
  43. 9d5f548 MEDIUM: compression: limit RAM usage by William Lallemand · 12 years ago
  44. 552df67 MINOR: compression: try init in cfgparse.c by William Lallemand · 12 years ago
  45. a509e4c MINOR: compression: memlevel and windowsize by William Lallemand · 12 years ago
  46. 19d14ef MEDIUM: make the trash be a chunk instead of a char * by Willy Tarreau · 12 years ago
  47. 70737d1 MINOR: compression: add an offload option to remove the Accept-Encoding header by Willy Tarreau · 12 years ago
  48. c919dc6 CLEANUP: remove trashlen by Willy Tarreau · 12 years ago
  49. 82fe75c MEDIUM: HTTP compression (zlib library support) by William Lallemand · 12 years ago
  50. 35b7b16 MEDIUM: cli: allow the stats socket to be bound to a specific set of processes by Willy Tarreau · 12 years ago
  51. 94324a4 MINOR: ssl: move ssl context init for servers from cfgparse.c to ssl_sock.c by Emeric Brun · 12 years ago
  52. 92faadf MEDIUM: ssl: move "server" keyword SSL options parsing to ssl_sock.c by Willy Tarreau · 12 years ago
  53. 7151633 BUG/MEDIUM: config: check-send-proxy was ignored if SSL was not builtin by Willy Tarreau · 12 years ago
  54. dff5543 MEDIUM: server: move parsing of keyword "id" to server.c by Willy Tarreau · 12 years ago
  55. d0d6059 MEDIUM: server: check for registered keywords when parsing unknown keywords by Willy Tarreau · 12 years ago
  56. 1b6c00c BUG/MAJOR: ensure that hdr_idx is always reserved when L7 fetches are used by Willy Tarreau · 12 years ago
  57. 76d8895 MINOR: ssl: add defines LISTEN_DEFAULT_CIPHERS and CONNECT_DEFAULT_CIPHERS. by Emeric Brun · 12 years ago
  58. 8694b9a MINOR: ssl: add 'force-sslv3' and 'force-tlsvXX' statements on server by Emeric Brun · 12 years ago
  59. 8967549 MINOR: ssl: use bit fields to store ssl options instead of one int each by Emeric Brun · 12 years ago
  60. fb510ea MEDIUM: conf: rename 'cafile' and 'crlfile' statements 'ca-file' and 'crl-file' by Emeric Brun · 12 years ago
  61. 9b3009b MEDIUM: conf: rename 'nosslv3' and 'notlsvXX' statements 'no-sslv3' and 'no-tlsvXX'. by Emeric Brun · 12 years ago
  62. c8e8d12 MINOR: ssl: add 'crt-base' and 'ca-base' global statements. by Emeric Brun · 12 years ago
  63. 0914df8 BUG/MINOR: conf: Fix 'maxsslconn' statement error if built without OPENSSL. by Emeric Brun · 12 years ago
  64. e6baecf BUILD: fix build issue without USE_OPENSSL by Baptiste Assmann · 12 years ago
  65. 6c16adc MEDIUM: checks: enable the PROXY protocol with health checks by Willy Tarreau · 12 years ago
  66. 763a95b MEDIUM: checks: add the "check-ssl" server option by Willy Tarreau · 12 years ago
  67. f150317 MAJOR: checks: completely use the connection transport layer by Willy Tarreau · 12 years ago
  68. f4288ee MEDIUM: check: add the ctrl and transport layers in the server check structure by Willy Tarreau · 12 years ago
  69. 1ae1b7b MEDIUM: checks: use real buffers to store requests and responses by Willy Tarreau · 12 years ago
  70. 5b3a202 REORG: server: move the check-specific parts into a check subsection by Willy Tarreau · 12 years ago
  71. fb56aab MAJOR: checks: make use of the connection layer to send checks by Willy Tarreau · 12 years ago
  72. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · 12 years ago
  73. 050536d MEDIUM: proxy: add the global frontend to the list of normal proxies by Willy Tarreau · 12 years ago
  74. 8113a5d BUG/MINOR: config: use a copy of the file name in proxy configurations by Willy Tarreau · 12 years ago
  75. c6678e2 MEDIUM: config: authorize frontend and listen without bind. by Emeric Brun · 12 years ago
  76. c0ff492 MINOR: ssl : add statements 'notlsv11' and 'notlsv12' and rename 'notlsv1' to 'notlsv10'. by Emeric Brun · 12 years ago
  77. 4b3091e MINOR: ssl: disable shared memory and locks on session cache if nbproc == 1 by Emeric Brun · 12 years ago
  78. d94b3fe MEDIUM: ssl: add client certificate authentication support by Emeric Brun · 12 years ago
  79. 2b58d04 MINOR: ssl: add elliptic curve Diffie-Hellman support for ssl key generation by Emeric Brun · 12 years ago
  80. 3631d41 CLEANUP: config: fix typo inteface => interface by Willy Tarreau · 12 years ago
  81. 173e7fb BUG/MINOR: config: check the proper pointer to report unknown protocol by Willy Tarreau · 12 years ago
  82. 81796be MINOR: ssl: set the listeners' data layer to ssl during parsing by Willy Tarreau · 12 years ago
  83. 4fbb228 MINOR: config: make str2listener() use memprintf() to report errors. by Willy Tarreau · 12 years ago
  84. 290e63a REORG: listener: move unix perms from the listener to the bind_conf by Willy Tarreau · 12 years ago
  85. 4348fad MAJOR: listeners: use dual-linked lists to chain listeners with frontends by Willy Tarreau · 12 years ago
  86. 81a8117 MINOR: config: set the bind_conf entry on listeners created from a "listen" line. by Willy Tarreau · 12 years ago
  87. 28a47d6 MINOR: config: pass the file and line to config keyword parsers by Willy Tarreau · 12 years ago
  88. 8638f48 MEDIUM: config: enumerate full list of registered "bind" keywords upon error by Willy Tarreau · 12 years ago
  89. d0a895d MEDIUM: config: move all unix-specific bind keywords to proto_uxst.c by Willy Tarreau · 12 years ago
  90. 3dcc341 MEDIUM: config: move the common "bind" settings to listener.c by Willy Tarreau · 12 years ago
  91. dda322d MINOR: config: improve error reporting for "bind" lines by Willy Tarreau · 12 years ago
  92. 79eeafa MEDIUM: move bind SSL parsing to ssl_sock by Willy Tarreau · 12 years ago
  93. 4479124 MEDIUM: config: move the "bind" TCP parameters to proto_tcp by Willy Tarreau · 12 years ago
  94. 2698266 MEDIUM: listener: add a minimal framework to register "bind" keyword options by Willy Tarreau · 12 years ago
  95. 88500de CLEANUP: listener: remove unused conf->file and conf->line by Willy Tarreau · 12 years ago
  96. 2a65ff0 MEDIUM: config: replace ssl_conf by bind_conf by Willy Tarreau · 12 years ago
  97. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · 12 years ago
  98. 2e1dca8 MEDIUM: http: add "redirect scheme" to ease HTTP to HTTPS redirection by Willy Tarreau · 12 years ago
  99. fc0421f MEDIUM: ssl: add support for SNI and wildcard certificates by Emeric Brun · 12 years ago
  100. f5ae8f7 MEDIUM: config: centralize handling of SSL config per bind line by Willy Tarreau · 12 years ago