1. a9db57e MEDIUM: config: limit nbproc to the machine's word size by Willy Tarreau · 11 years ago
  2. 353bc9f CLEANUP: proxy: rename "block_cond" to "block_rules" by Willy Tarreau · 10 years ago
  3. c35362a MINOR: http: implement the max-keep-alive-queue setting by Willy Tarreau · 10 years ago
  4. 226071e MEDIUM: http: wait for the first chunk or message body length in http_process_body by Willy Tarreau · 10 years ago
  5. 702d44f MEDIUM: proxy: support use_backend with dynamic names by Bertrand Jacquin · 11 years ago
  6. f79d950 MEDIUM: proxy: create a tree to store proxies by name by Willy Tarreau · 10 years ago
  7. 69e273f MEDIUM: tcp-check new feature: connect by Baptiste Assmann · 11 years ago
  8. 70dffda MAJOR: http: switch to keep-alive mode by default by Willy Tarreau · 10 years ago
  9. 02bce8b MAJOR: http: update connection mode configuration by Willy Tarreau · 10 years ago
  10. 9420b12 MINOR: http: add option prefer-last-server by Willy Tarreau · 11 years ago
  11. 8379c17 DIET/MINOR: proxy: rearrange a few fields in struct proxy to save 16 bytes by Willy Tarreau · 11 years ago
  12. 5ecb77f MEDIUM: checks: add send/expect tcp based check by Baptiste Assmann · 11 years ago
  13. d18cd0f MEDIUM: http: The redirect strings follows the log format rules. by Thierry FOURNIER · 11 years ago
  14. e365c0b MEDIUM: http: add a new "http-response" ruleset by Willy Tarreau · 11 years ago
  15. 62a6123 BUG/MEDIUM: log: fix regression on log-format handling by Willy Tarreau · 11 years ago
  16. a4312fa MAJOR: sample: maintain a per-proxy list of the fetch args to resolve by Willy Tarreau · 11 years ago
  17. 25320b2 MEDIUM: proxy: remove acl_requires and just keep a flag "http_needed" by Willy Tarreau · 11 years ago
  18. a2b9dad MEDIUM: checks: Add agent health check by Simon Horman · 11 years ago
  19. ef9a360 MEDIUM: connection: introduce "struct conn_src" for servers and proxies by Willy Tarreau · 12 years ago
  20. 3fdb366 MAJOR: connection: replace struct target with a pointer to an enum by Willy Tarreau · 12 years ago
  21. 82fe75c MEDIUM: HTTP compression (zlib library support) by William Lallemand · 12 years ago
  22. 8113a5d BUG/MINOR: config: use a copy of the file name in proxy configurations by Willy Tarreau · 12 years ago
  23. d1a33e3 BUG/MEDIUM: proxy: must not try to stop disabled proxies upon reload by Willy Tarreau · 12 years ago
  24. 4348fad MAJOR: listeners: use dual-linked lists to chain listeners with frontends by Willy Tarreau · 12 years ago
  25. 2a65ff0 MEDIUM: config: replace ssl_conf by bind_conf by Willy Tarreau · 12 years ago
  26. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · 12 years ago
  27. f5ae8f7 MEDIUM: config: centralize handling of SSL config per bind line by Willy Tarreau · 12 years ago
  28. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · 12 years ago
  29. 801a0a3 DOC: fix name for "option independant-streams" by Jamie Gloudon · 12 years ago
  30. 4992dd2 MINOR: http: add support for "httponly" and "secure" cookie attributes by Willy Tarreau · 12 years ago
  31. b5ba17e BUG/MINOR: config: do not report twice the incompatibility between cookie and non-http by Willy Tarreau · 12 years ago
  32. 6740213 REORG/MINOR: use dedicated proxy flags for the cookie handling by Willy Tarreau · 12 years ago
  33. 196729e BUG/MINOR: fix option httplog validation with TCP frontends by Willy Tarreau · 12 years ago
  34. 8dc4184 MINOR: balance uri: added 'whole' parameter to include query string in hash calculation by Oskar Stolc · 12 years ago
  35. ce887fd MEDIUM: session: add support for tunnel timeouts by Willy Tarreau · 12 years ago
  36. d04b1bc MEDIUM: http: improve error capture reports by Willy Tarreau · 12 years ago
  37. cd3b094 REORG: rename "pattern" files by Willy Tarreau · 12 years ago
  38. 1278578 REORG: use the name "sample" instead of "pattern" to designate extracted data by Willy Tarreau · 12 years ago
  39. a73203e MEDIUM: log: Unique ID by William Lallemand · 12 years ago
  40. 4a5cade MEDIUM: session: implement the "use-server" directive by Willy Tarreau · 12 years ago
  41. b7ff6a3 MEDIUM: log-format: backend source address %Bi %Bp by William Lallemand · 12 years ago
  42. 723b73a MINOR: config: Parse the string of the log-format config keyword by William Lallemand · 12 years ago
  43. c2247f0 MEDIUM: http: add support for sending the server's name in the outgoing request by Mark Lamourine · 13 years ago
  44. 0f99e34 MEDIUM: log: Use linked lists for loggers by William Lallemand · 13 years ago
  45. 34eb671 OPTIM/MINOR: move the hdr_idx pools out of the proxy struct by Willy Tarreau · 13 years ago
  46. 7b81563 OPTIM/MINOR: move struct sockaddr_storage to the tail of structs by Willy Tarreau · 13 years ago
  47. 87cf514 [MEDIUM] http: make x-forwarded-for addition conditional by Willy Tarreau · 13 years ago
  48. 1ee51a6 [BUG] check: http-check expect + regex would crash in defaults section by Willy Tarreau · 13 years ago
  49. 1620ec3 [MEDIUM] checks: group health checks methods by values and save option bits by Willy Tarreau · 13 years ago
  50. ec032d6 [MINOR] check: add redis check support by Hervé COMMOWICK · 13 years ago
  51. 918ff60 [MAJOR] proxy: finally get rid of maintain_proxies() by Willy Tarreau · 13 years ago
  52. 562515c [CLEANUP] proxy: rename a few proxy states (PR_STIDLE and PR_STRUN) by Willy Tarreau · 13 years ago
  53. 07687c1 [MEDIUM] listeners: queue proxy-bound listeners at the proxy's by Willy Tarreau · 13 years ago
  54. 96e3121 [MEDIUM] http: add support for "http-no-delay" by Willy Tarreau · 13 years ago
  55. 436d9ed [REORG] http: move HTTP error codes back to proto_http.h by Willy Tarreau · 13 years ago
  56. ff011f2 [REORG] http: move the http-request rules to proto_http by Willy Tarreau · 14 years ago
  57. 7d0aaf3 [MEDIUM] stats: split frontend and backend stats by Willy Tarreau · 13 years ago
  58. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · 13 years ago
  59. f5ab69a [MINOR] proxy: add PR_O2_DISPATCH to detect dispatch mode by Willy Tarreau · 13 years ago
  60. 38b4156 [MINOR] checks: add PostgreSQL health check by Rauf Kuliyev · 14 years ago
  61. 10479e4 [MINOR] stats: add global event ID and count by Willy Tarreau · 14 years ago
  62. 078272e [MINOR] stats: report HTTP message state and buffer flags in error dumps by Willy Tarreau · 14 years ago
  63. 97679e7 [MEDIUM] Implement tcp inspect response rules by Emeric Brun · 14 years ago
  64. ba4c5be [MINOR] cookie: add support for the "preserve" option by Willy Tarreau · 14 years ago
  65. 3193685 [MINOR] cookie: add options "maxidle" and "maxlife" by Willy Tarreau · 14 years ago
  66. bd74154 [MEDIUM] checks: add support for HTTP contents lookup by Willy Tarreau · 14 years ago
  67. b4c81e4 [MINOR] checks: add support for LDAPv3 health checks by Gabor Lekeny · 14 years ago
  68. 258a14b [MINOR] proxy: add a "parent" member to the structure by Willy Tarreau · 14 years ago
  69. b36b424 [MINOR] session: differenciate between accepted connections and received connections by Willy Tarreau · 14 years ago
  70. f229eb8 [MINOR] proxy: add an accept() callback for the application layer by Willy Tarreau · 14 years ago
  71. ab78619 [MINOR] proxy: add a list to hold future layer 4 rules by Willy Tarreau · 14 years ago
  72. 47fdd8e [MINOR] add the "ignore-persist" option to conditionally ignore persistence by Cyril Bonté · 14 years ago
  73. 8a8e1d9 [MINOR] http: make it possible to pretend keep-alive when doing close by Willy Tarreau · 14 years ago
  74. bce7088 [MEDIUM] add ability to connect to a server from an IP found in a header by Willy Tarreau · 15 years ago
  75. 090466c [MINOR] add new tproxy flags for dynamic source address binding by Willy Tarreau · 15 years ago
  76. 07a5490 [CLEANUP] proxy: move PR_O_SSL3_CHK to options2 to release one flag by Willy Tarreau · 14 years ago
  77. d9b587f [STATS] report HTTP requests (total and rate) in frontends by Willy Tarreau · 14 years ago
  78. 59bb218 [MINOR] http-request: allow/deny/auth support for frontend/backend/listen by Krzysztof Piotr Oledzki · 14 years ago
  79. ef78104 [MINOR] checks: add the server's status in the checks by Willy Tarreau · 14 years ago
  80. 88d349d [MEDIUM] http: add support for Proxy-Connection header by Willy Tarreau · 14 years ago
  81. 4de9149 [MINOR] add the "force-persist" statement to force persistence on down servers by Willy Tarreau · 14 years ago
  82. b982a3d [MEDIUM] Add stick table configuration and init. by Emeric Brun · 15 years ago
  83. 698ae00 [MINOR] add option "mysql-check" to use MySQL health checks by Hervé COMMOWICK · 14 years ago
  84. b16a574 [MINOR] http: add a separate "http-keep-alive" timeout by Willy Tarreau · 14 years ago
  85. c6df066 [MEDIUM] default-server support by Krzysztof Piotr Oledzki · 15 years ago
  86. deb9ed8 [MEDIUM] config: remove the limitation of 10 reqadd/rspadd statements by Willy Tarreau · 15 years ago
  87. b608feb [MAJOR] http: add support for option http-server-close by Willy Tarreau · 15 years ago
  88. b21570a [MEDIUM] appsession: add "len", "prefix" and "mode" options by Cyril Bonté · 15 years ago
  89. 45cb4fb [MEDIUM] build: switch ebtree users to use new ebtree version by Willy Tarreau · 15 years ago
  90. bf47aeb [MEDIUM] appsession: add the "request-learn" option by Cyril Bonté · 15 years ago
  91. ac68c5d [OPTIM] counters: move some max numbers to the counters struct by Willy Tarreau · 15 years ago
  92. 53fb4ae [MEDIUM] config: automatically find unused IDs for proxies, servers and listeners by Willy Tarreau · 15 years ago
  93. 90a570f [MINOR] config: reference file and line with any listener/proxy/server declaration by Willy Tarreau · 15 years ago
  94. aeebf9b [MEDIUM] Collect & provide separate statistics for sockets, v2 by Krzysztof Piotr Oledzki · 15 years ago
  95. 052d4fd [CLEANUP] Move counters to dedicated structures by Krzysztof Piotr Oledzki · 15 years ago
  96. f27b5ea [MEDIUM] new option "independant-streams" to stop updating read timeout on writes by Willy Tarreau · 15 years ago
  97. 5b4c2b5 [CLEANUP] proxy: move last lb-specific bits to their respective files by Willy Tarreau · 15 years ago
  98. 48cb2ae [MINOR] add "description", "node" and show-node"/"show-desc", remove "node-name", v2 by Krzysztof Piotr Oledzki · 15 years ago
  99. 213014e [MEDIUM] Health check reporting code rework + health logging, v3 by Krzysztof Piotr Oledzki · 15 years ago
  100. 4e5b828 [MEDIUM] set rep->analysers from fe and be analysers by Willy Tarreau · 15 years ago