1. ad90f0d [RELEASE] Released version 1.6-dev2 by Willy Tarreau · 9 years ago
  2. 9490095 MEDIUM: peers: support of any stick-table data-types for sync by Emeric Brun · 9 years ago
  3. cc10329 MINOR: samples: add samples which returns constants by Thierry FOURNIER · 9 years ago
  4. 4834bc7 MEDIUM: vars: adds support of variables by Thierry FOURNIER · 9 years ago
  5. 9687c77 MINOR: debug: add a special converter which display its input sample content. by Thierry FOURNIER · 9 years ago
  6. 69717b4 DOC: mention the "lua action" in documentation by Thierry FOURNIER · 9 years ago
  7. 3863f97 MINOR: dns: add DNS statistics by Baptiste Assmann · 9 years ago
  8. 1fa6666 DOC: server name resolution + proto DNS by Baptiste Assmann · 9 years ago
  9. 3d8f831 MEDIUM: server: change server ip address from stats socket by Baptiste Assmann · 9 years ago
  10. 31af49d MEDIUM: ssl: Add options to forge SSL certificates by Christopher Faulet · 9 years ago
  11. 9e8714b DOC: set-log-level in Logging section preamble by Jim Freeman · 9 years ago
  12. db04f19 DOC: add 51Degrees notes to configuration.txt. by Thomas Holmes · 9 years ago
  13. 4542b10 MEDIUM: sample: add the da-csv converter by David Carlier · 9 years ago
  14. 8167f30 MEDIUM: config: add DeviceAtlas global keywords by David Carlier · 9 years ago
  15. 47783ef MEDIUM: ssl: add the possibility to use a global DH parameters file by Remi Gacogne · 9 years ago
  16. 6e62fb6 MEDIUM: cfgparse: check section maximum number of arguments by William Lallemand · 9 years ago
  17. 51d861a MEDIUM: http: implement http-response redirect rules by Willy Tarreau · 9 years ago
  18. e80fada MEDIUM: capture: adds http-response capture by Thierry FOURNIER · 9 years ago
  19. 82bf70d MEDIUM: capture: Allow capture with slot identifier by Thierry FOURNIER · 9 years ago
  20. 35ab275 MINOR: capture: add two "capture" converters by Thierry FOURNIER · 9 years ago
  21. a0a1b75 MINOR: proxy: custom capture declaration by Thierry FOURNIER · 9 years ago
  22. 98d0485 MAJOR: config: remove the deprecated reqsetbe / reqisetbe actions by Willy Tarreau · 9 years ago
  23. 1f673c7 DOC: Update doc about weight, act and bck fields in the statistics by Pavlos Parissis · 9 years ago
  24. 726ab71 MEDIUM: backend: Allow redispatch on retry intervals by Joseph Lynch · 9 years ago
  25. 9826c77 DOC: http: req.body_param documentation by Thierry FOURNIER · 9 years ago
  26. 1ede1da MEDIUM: http: make url_param iterate over multiple occurrences by Willy Tarreau · 9 years ago
  27. 26ea822 MINOR: Add sample fetch which identifies if the SSL session has been resumed by Nenad Merdanovic · 9 years ago
  28. c6985f0 DOC: Document new socket commands "show tls-keys" and "set ssl tls-key" by Nenad Merdanovic · 9 years ago
  29. b2f0745 MEDIUM: cfgparse: expand environment variables by William Lallemand · 9 years ago
  30. d60a9e5 DOC: tcpcheck comment documentation by Baptiste Assmann · 9 years ago
  31. 82ff3c9 MINOR: sample: add url_dec converter by Thierry FOURNIER · 9 years ago
  32. a9083d0 MEDIUM: http: add new "capture" action for http-request by Willy Tarreau · 9 years ago
  33. f9873ba MEDIUM: cfgparse: introduce weak and strong quoting by William Lallemand · 9 years ago
  34. a5910cc MEDIUM: http: provide 3 fetches for the body by Willy Tarreau · 9 years ago
  35. 9fbe18e MEDIUM: http: add a new option http-buffer-request by Willy Tarreau · 9 years ago
  36. 82649f9 DOC: document option http-ignore-probes by Willy Tarreau · 9 years ago
  37. 1abc673 DOC: relax the peers restriction to single-process by Willy Tarreau · 9 years ago
  38. 77e4bd1 MEDIUM: peers: add the ability to disable a peers section by Willy Tarreau · 9 years ago
  39. 0f228a0 MEDIUM: http: add option-ignore-probes to get rid of the floods of 408 by Willy Tarreau · 9 years ago
  40. 1331766 MEDIUM: http: disable support for HTTP/0.9 by default by Willy Tarreau · 9 years ago
  41. 91852eb MEDIUM: http: restrict the HTTP version token to 1 digit as per RFC7230 by Willy Tarreau · 9 years ago
  42. 1421e21 MEDIUM: Document when email-alerts are sent by Simon Horman · 9 years ago
  43. f3045d2 MAJOR: pattern: add LRU-based cache on pattern matching by Willy Tarreau · 9 years ago
  44. 0ebc55f MEDIUM: logs: Add HTTP request-line log format directives by Andrew Hayworth · 9 years ago
  45. 8310480 DOC: Fix L4TOUT typo in documentation by Jason Harvey · 9 years ago
  46. 108b1dd MEDIUM: http: configurable http result codes for http-request deny by CJ Ess · 9 years ago
  47. c91840a MEDIUM: compression: add new "raw-deflate" compression algorithm by Willy Tarreau · 9 years ago
  48. 514061c MEDIUM: check: include server address and port in the send-state header by Joseph Lynch · 9 years ago
  49. 32f61e2 MEDIUM: lua: implement a simple memory allocator by Willy Tarreau · 9 years ago
  50. 8747b6d [RELEASE] Released version 1.6-dev1 by Willy Tarreau · 9 years ago
  51. 2c701b5 MEDIUM: ssl: Certificate Transparency support by Janusz Dziemidowicz · 9 years ago
  52. 90da191 DOC: lua: Lua configuration documentation by Thierry FOURNIER · 9 years ago
  53. 188ad3e DOC: Document the new tls-ticket-keys bind keyword by Nenad Merdanovic · 9 years ago
  54. eb27ec7 MINOR: http: add the new sample fetches req.hdr_names and res.hdr_names by Willy Tarreau · 9 years ago
  55. 2a3fb1c MINOR: ssl/server: add the "no-ssl-reuse" server option by Willy Tarreau · 9 years ago
  56. 64e3416 MEDIUM: Allow suppression of email alerts by log level by Simon Horman · 9 years ago
  57. 2af207a MEDIUM: tcp: implement tcp-ut bind option to set TCP_USER_TIMEOUT by Willy Tarreau · 9 years ago
  58. 51a1cf6 DOC: Document email alerts by Simon Horman · 9 years ago
  59. 32602d2 BUG/MINOR: checks: prevent http keep-alive with http-check expect by Cyril Bonté · 9 years ago
  60. 9770787 MEDIUM: samples: provide basic arithmetic and bitwise operators by Willy Tarreau · 9 years ago
  61. 3180f7b MINOR: ssl: load certificates in alphabetical order by Cyril Bonté · 9 years ago
  62. c4dc350 DOC: fix missing closing brackend on regsub by Willy Tarreau · 9 years ago
  63. a0dc23f MEDIUM: http: implement http-request set-{method,path,query,uri} by Willy Tarreau · 9 years ago
  64. 7eda849 MEDIUM: samples: add a regsub converter to perform regex-based transformations by Willy Tarreau · 9 years ago
  65. 8560328 BUG/MEDIUM: http: make http-request set-header compute the string before removal by Willy Tarreau · 9 years ago
  66. 324f07f MEDIUM: backend: add the crc32 hash algorithm for load balancing by Willy Tarreau · 9 years ago
  67. 8059977 MINOR: samples: provide a "crc32" converter by Willy Tarreau · 9 years ago
  68. 49ad95c MINOR: http: add a new fetch "query" to extract the request's query string by Willy Tarreau · 9 years ago
  69. d025648 MAJOR: init: automatically set maxconn and/or maxsslconn when possible by Willy Tarreau · 9 years ago
  70. 094af4e MINOR: logs: add a new per-proxy "log-tag" directive by Willy Tarreau · 9 years ago
  71. fb4e7ea DOC: add missing entry for log-format and clarify the text by Willy Tarreau · 9 years ago
  72. 72cda2a DOC: checks: environment variables used by "external-check command" by Cyril Bonté · 10 years ago
  73. 33cb065 MINOR: config: implement global setting tune.buffers.limit by Willy Tarreau · 10 years ago
  74. 1058ae7 MINOR: config: implement global setting tune.buffers.reserve by Willy Tarreau · 10 years ago
  75. bd556bf DOC: httplog does not support 'no' by PiBa-NL · 10 years ago
  76. 777be86 MINOR: checks: allow external checks in backend sections by Cyril Bonté · 10 years ago
  77. c9a0f6d MINOR: samples: add the word converter. by Emeric Brun · 10 years ago
  78. f399b0d MINOR: samples: adds the field converter. by Emeric Brun · 10 years ago
  79. 54c4ac8 MINOR: samples: adds the bytes converter. by Emeric Brun · 10 years ago
  80. 0f30d26 MINOR: sample: add a few basic internal fetches (nbproc, proc, stopping) by Willy Tarreau · 10 years ago
  81. 2c86cbf MINOR: ssl: add statement to force some ssl options in global. by Emeric Brun · 10 years ago
  82. 43e7958 MINOR: add fetchs 'ssl_c_der' and 'ssl_f_der' to return DER formatted certs by Emeric Brun · 10 years ago
  83. 317e1c4 MINOR: sample: add "json" converter by Thierry FOURNIER · 10 years ago
  84. c5af3a6 DOC: indicate that weight zero is reported as DRAIN by Willy Tarreau · 10 years ago
  85. 4d54c7c DOC: indicate in the doc that track-sc* can wait if data are missing by Willy Tarreau · 10 years ago
  86. b369a04 MEDIUM: config: make the frontends automatically bind to the listeners' processes by Willy Tarreau · 10 years ago
  87. bb7e86a DOC: missing track-sc* in http-request rules by Baptiste Assmann · 10 years ago
  88. ce31e6e DOC: clearly state that the "show sess" output format is not fixed by Olivier · 10 years ago
  89. 7346acb MINOR: log: add a new field "%lc" to implement a per-frontend log counter by Willy Tarreau · 10 years ago
  90. 09448f7 MEDIUM: http: add the track-sc* actions to http-request rules by Willy Tarreau · 10 years ago
  91. 23ec4ca MINOR: sample: add new converters to hash input by Willy Tarreau · 10 years ago
  92. e63a1eb DOC: fix typo in Unix Socket commands by Cyril Bonté · 10 years ago
  93. ffea9fd DOC: mention that "compression offload" is ignored in defaults section by Willy Tarreau · 10 years ago
  94. 0dbfdba MINOR: samples: add two converters for the date format by Willy Tarreau · 10 years ago
  95. d9f316a MEDIUM: stick-table: add new converters to fetch table data by Willy Tarreau · 10 years ago
  96. ffcb2e4 DOC: fix alphabetical sort of converters by Willy Tarreau · 10 years ago
  97. a01b974 DOC: minor fix on {sc,src}_kbytes_{in,out} by Willy Tarreau · 10 years ago
  98. ebe62d6 DOC: expand the docs for the provided stats. by James Westby · 10 years ago
  99. 70f72e0 DOC: explicitly mention the limits of abstract namespace sockets by Willy Tarreau · 10 years ago
  100. 2d0caa3 DOC: provide an example of how to use ssl_c_sha1 by Willy Tarreau · 10 years ago