1. 51a1cf6 DOC: Document email alerts by Simon Horman · 9 years ago
  2. 32602d2 BUG/MINOR: checks: prevent http keep-alive with http-check expect by Cyril Bonté · 9 years ago
  3. 9770787 MEDIUM: samples: provide basic arithmetic and bitwise operators by Willy Tarreau · 9 years ago
  4. 3180f7b MINOR: ssl: load certificates in alphabetical order by Cyril Bonté · 9 years ago
  5. c4dc350 DOC: fix missing closing brackend on regsub by Willy Tarreau · 9 years ago
  6. a0dc23f MEDIUM: http: implement http-request set-{method,path,query,uri} by Willy Tarreau · 9 years ago
  7. 7eda849 MEDIUM: samples: add a regsub converter to perform regex-based transformations by Willy Tarreau · 9 years ago
  8. 8560328 BUG/MEDIUM: http: make http-request set-header compute the string before removal by Willy Tarreau · 9 years ago
  9. 324f07f MEDIUM: backend: add the crc32 hash algorithm for load balancing by Willy Tarreau · 9 years ago
  10. 8059977 MINOR: samples: provide a "crc32" converter by Willy Tarreau · 9 years ago
  11. 49ad95c MINOR: http: add a new fetch "query" to extract the request's query string by Willy Tarreau · 9 years ago
  12. d025648 MAJOR: init: automatically set maxconn and/or maxsslconn when possible by Willy Tarreau · 9 years ago
  13. 094af4e MINOR: logs: add a new per-proxy "log-tag" directive by Willy Tarreau · 9 years ago
  14. fb4e7ea DOC: add missing entry for log-format and clarify the text by Willy Tarreau · 9 years ago
  15. 72cda2a DOC: checks: environment variables used by "external-check command" by Cyril Bonté · 10 years ago
  16. 33cb065 MINOR: config: implement global setting tune.buffers.limit by Willy Tarreau · 10 years ago
  17. 1058ae7 MINOR: config: implement global setting tune.buffers.reserve by Willy Tarreau · 10 years ago
  18. bd556bf DOC: httplog does not support 'no' by PiBa-NL · 10 years ago
  19. 777be86 MINOR: checks: allow external checks in backend sections by Cyril Bonté · 10 years ago
  20. c9a0f6d MINOR: samples: add the word converter. by Emeric Brun · 10 years ago
  21. f399b0d MINOR: samples: adds the field converter. by Emeric Brun · 10 years ago
  22. 54c4ac8 MINOR: samples: adds the bytes converter. by Emeric Brun · 10 years ago
  23. 0f30d26 MINOR: sample: add a few basic internal fetches (nbproc, proc, stopping) by Willy Tarreau · 10 years ago
  24. 2c86cbf MINOR: ssl: add statement to force some ssl options in global. by Emeric Brun · 10 years ago
  25. 43e7958 MINOR: add fetchs 'ssl_c_der' and 'ssl_f_der' to return DER formatted certs by Emeric Brun · 10 years ago
  26. 317e1c4 MINOR: sample: add "json" converter by Thierry FOURNIER · 10 years ago
  27. c5af3a6 DOC: indicate that weight zero is reported as DRAIN by Willy Tarreau · 10 years ago
  28. 4d54c7c DOC: indicate in the doc that track-sc* can wait if data are missing by Willy Tarreau · 10 years ago
  29. b369a04 MEDIUM: config: make the frontends automatically bind to the listeners' processes by Willy Tarreau · 10 years ago
  30. bb7e86a DOC: missing track-sc* in http-request rules by Baptiste Assmann · 10 years ago
  31. ce31e6e DOC: clearly state that the "show sess" output format is not fixed by Olivier · 10 years ago
  32. 7346acb MINOR: log: add a new field "%lc" to implement a per-frontend log counter by Willy Tarreau · 10 years ago
  33. 09448f7 MEDIUM: http: add the track-sc* actions to http-request rules by Willy Tarreau · 10 years ago
  34. 23ec4ca MINOR: sample: add new converters to hash input by Willy Tarreau · 10 years ago
  35. e63a1eb DOC: fix typo in Unix Socket commands by Cyril Bonté · 10 years ago
  36. ffea9fd DOC: mention that "compression offload" is ignored in defaults section by Willy Tarreau · 10 years ago
  37. 0dbfdba MINOR: samples: add two converters for the date format by Willy Tarreau · 10 years ago
  38. d9f316a MEDIUM: stick-table: add new converters to fetch table data by Willy Tarreau · 10 years ago
  39. ffcb2e4 DOC: fix alphabetical sort of converters by Willy Tarreau · 10 years ago
  40. a01b974 DOC: minor fix on {sc,src}_kbytes_{in,out} by Willy Tarreau · 10 years ago
  41. ebe62d6 DOC: expand the docs for the provided stats. by James Westby · 10 years ago
  42. 70f72e0 DOC: explicitly mention the limits of abstract namespace sockets by Willy Tarreau · 10 years ago
  43. 2d0caa3 DOC: provide an example of how to use ssl_c_sha1 by Willy Tarreau · 10 years ago
  44. 18324f5 MEDIUM: log: support a user-configurable max log line length by Willy Tarreau · 10 years ago
  45. 98637e5 MEDIUM: Add external check by Simon Horman · 10 years ago
  46. 15480d7 [DEV] open new 1.6 development branch by Willy Tarreau · 10 years ago
  47. 9229f12 [RELEASE] Released version 1.5.0 by Willy Tarreau · 10 years ago
  48. 8274e10 DOC: mention the maxconn limitations with the select poller by Willy Tarreau · 10 years ago
  49. 4147b2e MEDIUM: ssl: basic OCSP stapling support. by Emeric Brun · 10 years ago
  50. 218f064 MEDIUM: http: add actions "replace-header" and "replace-values" in http-req/resp by Sasha Pachev · 10 years ago
  51. f5b1cc3 MEDIUM: stats: report per-backend and per-server time stats in HTML and CSV outputs by Willy Tarreau · 10 years ago
  52. a28df3e MEDIUM: stats: report the last check and last agent's output on the CSV status by Willy Tarreau · 10 years ago
  53. a3310dc DOC: clarify the CSV format by Willy Tarreau · 10 years ago
  54. 7799267 MEDIUM: connection: add support for proxy protocol v2 in accept-proxy by Willy Tarreau · 10 years ago
  55. 18bf01e MEDIUM: tcp: add a new tcp-request capture directive by Willy Tarreau · 10 years ago
  56. d9ed3d2 MINOR: logs: don't limit HTTP header captures to HTTP frontends by Willy Tarreau · 10 years ago
  57. 4bf9963 MINOR: log: allow the HTTP status code to be logged even in TCP frontends by Willy Tarreau · 10 years ago
  58. be722a2 DOC: fix remaining occurrences of "pattern extraction" by Willy Tarreau · 10 years ago
  59. f46cd6e MEDIUM: ssl: Add the option to use standardized DH parameters >= 1024 bits by Remi Gacogne · 10 years ago
  60. 6639a7c MINOR: checks: mysql-check: Add support for v4.1+ authentication by Nenad Merdanovic · 10 years ago
  61. 2e85840 [RELEASE] Released version 1.5-dev26 by Willy Tarreau · 10 years ago
  62. 2705a61 DOC: document the workarouds for Google Chrome's bogus pre-connect by Willy Tarreau · 10 years ago
  63. 81f5d94 MAJOR: agent: rework the response processing and support additional actions by Willy Tarreau · 11 years ago
  64. 9b5aecd MEDIUM: cli: add support for enabling/disabling health checks. by Willy Tarreau · 10 years ago
  65. 2a4b70f MINOR: cli: introduce a new "set server" command by Willy Tarreau · 10 years ago
  66. 3209123 MEDIUM: server: allow multi-level server tracking by Willy Tarreau · 10 years ago
  67. bef1b32 MINOR: checks: simplify and improve reporting of state changes when using log-health-checks by Willy Tarreau · 10 years ago
  68. 2a06e39 DOC: Add some precisions about acl default matching method by Thierry FOURNIER · 10 years ago
  69. a339395 [RELEASE] Released version 1.5-dev25 by Willy Tarreau · 10 years ago
  70. 05cdd96 MEDIUM: session: implement half-closed timeouts (client-fin and server-fin) by Willy Tarreau · 10 years ago
  71. 787a4c0 DOC: map_beg was missing from the table of map_* converters by Willy Tarreau · 10 years ago
  72. ccfccef MEDIUM: unix: implement support for Linux abstract namespace sockets by Willy Tarreau · 10 years ago
  73. ae30253 MAJOR: listener: only start listeners bound to the same processes by Willy Tarreau · 10 years ago
  74. 6ae1ba6 MEDIUM: listener: parse the new "process" bind keyword by Willy Tarreau · 10 years ago
  75. 102df61 MEDIUM: config: check the bind-process settings according to nbproc by Willy Tarreau · 10 years ago
  76. a9db57e MEDIUM: config: limit nbproc to the machine's word size by Willy Tarreau · 11 years ago
  77. 8dc6039 MINOR: ssl: add global statement tune.ssl.force-private-cache. by Emeric Brun · 10 years ago
  78. afb7683 MEDIUM: connection: Implement and extented PROXY Protocol V2 by David S · 10 years ago
  79. b73a9b0 MINOR: ssl: convert to binary ssl_fc_unique_id and ssl_bc_unique_id. by Emeric Brun · 10 years ago
  80. 53d1a98 MINOR: ssl: adds sample converter base64 for binary type. by Emeric Brun · 10 years ago
  81. 55f4fa8 MINOR: ssl: adds ssl_f_sha1 fetch to return frontend's certificate fingerprint by Emeric Brun · 10 years ago
  82. 645ae79 MINOR: ssl: adds fetchs and ACLs for ssl back connection. by Emeric Brun · 10 years ago
  83. 5bd99b4 MINOR: ssl: clean unused ACLs declarations by Emeric Brun · 10 years ago
  84. 8860dcd [RELEASE] Released version 1.5-dev24 by Willy Tarreau · 10 years ago
  85. fabcbe0 MEDIUM: http: ACL and MAP updates through http-(request|response) rules by Baptiste Assmann · 10 years ago
  86. 938c7fe DOC: fix alphabetic order of tcp-check by Willy Tarreau · 10 years ago
  87. c35362a MINOR: http: implement the max-keep-alive-queue setting by Willy Tarreau · 10 years ago
  88. 1746eec MINOR: checks: add a new global max-spread-checks directive by Willy Tarreau · 10 years ago
  89. 3c1b5ec MINOR: http: add capture.req.ver and capture.res.ver by Willy Tarreau · 10 years ago
  90. ed2119c BUG/MEDIUM: stats: mismatch between behaviour and doc about front/back by Willy Tarreau · 10 years ago
  91. 060762e DOC: Full section dedicated to the converters by Thierry FOURNIER · 10 years ago
  92. 8317b28 [RELEASE] Released version 1.5-dev23 by Willy Tarreau · 10 years ago
  93. f51658d MEDIUM: config: relax use_backend check to make the condition optional by Willy Tarreau · 10 years ago
  94. 62ba870 DOC: fix fetching samples syntax by Cyril Bonté · 10 years ago
  95. 226071e MEDIUM: http: wait for the first chunk or message body length in http_process_body by Willy Tarreau · 10 years ago
  96. dad3d1d MINOR: http: add the function "del-header" to the directives http-request and http-response by Thierry FOURNIER · 10 years ago
  97. 8bf60a1 DOC: fix typo by Godbach · 10 years ago
  98. 45ad91e DOC: Update "language" documentation by Thierry FOURNIER · 10 years ago
  99. ad90351 MINOR: http: Add the "language" converter to for use with accept-language by Thierry FOURNIER · 10 years ago
  100. 0e82b92 DOC: fix a few config typos. by Jarno Huuskonen · 10 years ago