1. ba7bc16 MINOR: spoe/checks: Add support for SPOP health checks by Christopher Faulet · 8 years ago
  2. 898566e CLEANUP: remove last references to 'ruleset' section by Christopher Faulet · 8 years ago
  3. e168feb MINOR: proxy: add 'served' field to proxy, equal to total of all servers' by Andrew Rodland · 8 years ago
  4. 620408f MEDIUM: tcp: add registration and processing of TCP L5 rules by Willy Tarreau · 8 years ago
  5. f3764b7 MEDIUM: proxy: use dynamic allocation for error dumps by Willy Tarreau · 8 years ago
  6. 443ea1a MINOR: filters: Extract proxy stuff from the struct filter by Christopher Faulet · 8 years ago
  7. d7c9196 MAJOR: filters: Add filters support by Christopher Faulet · 9 years ago
  8. 43885c7 BUG/MEDIUM: logs: segfault writing to log from Lua by Dragan Dosen · 9 years ago
  9. 0b85ece MEDIUM: logs: add a new RFC5424 log-format for the structured-data by Dragan Dosen · 9 years ago
  10. 1322d09 MEDIUM: logs: add support for RFC5424 header format per logger by Dragan Dosen · 9 years ago
  11. 68d2e3a MEDIUM: logs: remove the hostname, tag and pid part from the logheader by Dragan Dosen · 9 years ago
  12. e11cfcd MINOR: config: new backend directives: load-server-state-from-file and server-state-file-name by Baptiste Assmann · 9 years ago
  13. 3580b03 CLEANUP: proxy: remove last references to appsession by Willy Tarreau · 9 years ago
  14. d8fecee MINOR: config: add new setting "http-reuse" by Willy Tarreau · 9 years ago
  15. 8a027cc MINOR: proxy: bit field for proxy_find_best_match diff status by Baptiste Assmann · 9 years ago
  16. 0d1fdf7 MINOR: proxy: add a flag to memorize that the proxy's ID was forced by Willy Tarreau · 9 years ago
  17. 726ab71 MEDIUM: backend: Allow redispatch on retry intervals by Joseph Lynch · 9 years ago
  18. 9fbe18e MEDIUM: http: add a new option http-buffer-request by Willy Tarreau · 9 years ago
  19. 0f228a0 MEDIUM: http: add option-ignore-probes to get rid of the floods of 408 by Willy Tarreau · 9 years ago
  20. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  21. f87ab94 MINOR: proxy: store the default target into the frontend's configuration by Willy Tarreau · 9 years ago
  22. ac836ba MINOR: includes: fix a lot of missing or useless includes by Thierry FOURNIER · 10 years ago
  23. 64e3416 MEDIUM: Allow suppression of email alerts by log level by Simon Horman · 9 years ago
  24. 0ba0e4a MEDIUM: Support sending email alerts by Simon Horman · 9 years ago
  25. 9dc4996 MEDIUM: Allow configuration of email alerts by Simon Horman · 9 years ago
  26. 094af4e MINOR: logs: add a new per-proxy "log-tag" directive by Willy Tarreau · 10 years ago
  27. 7346acb MINOR: log: add a new field "%lc" to implement a per-frontend log counter by Willy Tarreau · 10 years ago
  28. 4edd683 OPTIM/MINOR: proxy: reduce struct proxy by 48 bytes on 64-bit archs by Willy Tarreau · 10 years ago
  29. 98637e5 MEDIUM: Add external check by Simon Horman · 10 years ago
  30. 09af0d6 MEDIUM: regex: replace all standard regex function by own functions by Thierry FOURNIER · 10 years ago
  31. 05cdd96 MEDIUM: session: implement half-closed timeouts (client-fin and server-fin) by Willy Tarreau · 10 years ago
  32. a9db57e MEDIUM: config: limit nbproc to the machine's word size by Willy Tarreau · 11 years ago
  33. 353bc9f CLEANUP: proxy: rename "block_cond" to "block_rules" by Willy Tarreau · 10 years ago
  34. c35362a MINOR: http: implement the max-keep-alive-queue setting by Willy Tarreau · 10 years ago
  35. 226071e MEDIUM: http: wait for the first chunk or message body length in http_process_body by Willy Tarreau · 10 years ago
  36. 702d44f MEDIUM: proxy: support use_backend with dynamic names by Bertrand Jacquin · 11 years ago
  37. f79d950 MEDIUM: proxy: create a tree to store proxies by name by Willy Tarreau · 10 years ago
  38. 69e273f MEDIUM: tcp-check new feature: connect by Baptiste Assmann · 11 years ago
  39. 70dffda MAJOR: http: switch to keep-alive mode by default by Willy Tarreau · 10 years ago
  40. 02bce8b MAJOR: http: update connection mode configuration by Willy Tarreau · 10 years ago
  41. 9420b12 MINOR: http: add option prefer-last-server by Willy Tarreau · 11 years ago
  42. 8379c17 DIET/MINOR: proxy: rearrange a few fields in struct proxy to save 16 bytes by Willy Tarreau · 11 years ago
  43. 5ecb77f MEDIUM: checks: add send/expect tcp based check by Baptiste Assmann · 11 years ago
  44. d18cd0f MEDIUM: http: The redirect strings follows the log format rules. by Thierry FOURNIER · 11 years ago
  45. e365c0b MEDIUM: http: add a new "http-response" ruleset by Willy Tarreau · 11 years ago
  46. 62a6123 BUG/MEDIUM: log: fix regression on log-format handling by Willy Tarreau · 11 years ago
  47. a4312fa MAJOR: sample: maintain a per-proxy list of the fetch args to resolve by Willy Tarreau · 11 years ago
  48. 25320b2 MEDIUM: proxy: remove acl_requires and just keep a flag "http_needed" by Willy Tarreau · 11 years ago
  49. a2b9dad MEDIUM: checks: Add agent health check by Simon Horman · 11 years ago
  50. ef9a360 MEDIUM: connection: introduce "struct conn_src" for servers and proxies by Willy Tarreau · 12 years ago
  51. 3fdb366 MAJOR: connection: replace struct target with a pointer to an enum by Willy Tarreau · 12 years ago
  52. 82fe75c MEDIUM: HTTP compression (zlib library support) by William Lallemand · 12 years ago
  53. 8113a5d BUG/MINOR: config: use a copy of the file name in proxy configurations by Willy Tarreau · 12 years ago
  54. d1a33e3 BUG/MEDIUM: proxy: must not try to stop disabled proxies upon reload by Willy Tarreau · 12 years ago
  55. 4348fad MAJOR: listeners: use dual-linked lists to chain listeners with frontends by Willy Tarreau · 12 years ago
  56. 2a65ff0 MEDIUM: config: replace ssl_conf by bind_conf by Willy Tarreau · 12 years ago
  57. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · 12 years ago
  58. f5ae8f7 MEDIUM: config: centralize handling of SSL config per bind line by Willy Tarreau · 12 years ago
  59. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · 12 years ago
  60. 801a0a3 DOC: fix name for "option independant-streams" by Jamie Gloudon · 12 years ago
  61. 4992dd2 MINOR: http: add support for "httponly" and "secure" cookie attributes by Willy Tarreau · 12 years ago
  62. b5ba17e BUG/MINOR: config: do not report twice the incompatibility between cookie and non-http by Willy Tarreau · 12 years ago
  63. 6740213 REORG/MINOR: use dedicated proxy flags for the cookie handling by Willy Tarreau · 12 years ago
  64. 196729e BUG/MINOR: fix option httplog validation with TCP frontends by Willy Tarreau · 12 years ago
  65. 8dc4184 MINOR: balance uri: added 'whole' parameter to include query string in hash calculation by Oskar Stolc · 12 years ago
  66. ce887fd MEDIUM: session: add support for tunnel timeouts by Willy Tarreau · 12 years ago
  67. d04b1bc MEDIUM: http: improve error capture reports by Willy Tarreau · 12 years ago
  68. cd3b094 REORG: rename "pattern" files by Willy Tarreau · 12 years ago
  69. 1278578 REORG: use the name "sample" instead of "pattern" to designate extracted data by Willy Tarreau · 12 years ago
  70. a73203e MEDIUM: log: Unique ID by William Lallemand · 12 years ago
  71. 4a5cade MEDIUM: session: implement the "use-server" directive by Willy Tarreau · 12 years ago
  72. b7ff6a3 MEDIUM: log-format: backend source address %Bi %Bp by William Lallemand · 12 years ago
  73. 723b73a MINOR: config: Parse the string of the log-format config keyword by William Lallemand · 12 years ago
  74. c2247f0 MEDIUM: http: add support for sending the server's name in the outgoing request by Mark Lamourine · 13 years ago
  75. 0f99e34 MEDIUM: log: Use linked lists for loggers by William Lallemand · 13 years ago
  76. 34eb671 OPTIM/MINOR: move the hdr_idx pools out of the proxy struct by Willy Tarreau · 13 years ago
  77. 7b81563 OPTIM/MINOR: move struct sockaddr_storage to the tail of structs by Willy Tarreau · 13 years ago
  78. 87cf514 [MEDIUM] http: make x-forwarded-for addition conditional by Willy Tarreau · 13 years ago
  79. 1ee51a6 [BUG] check: http-check expect + regex would crash in defaults section by Willy Tarreau · 13 years ago
  80. 1620ec3 [MEDIUM] checks: group health checks methods by values and save option bits by Willy Tarreau · 13 years ago
  81. ec032d6 [MINOR] check: add redis check support by Hervé COMMOWICK · 13 years ago
  82. 918ff60 [MAJOR] proxy: finally get rid of maintain_proxies() by Willy Tarreau · 13 years ago
  83. 562515c [CLEANUP] proxy: rename a few proxy states (PR_STIDLE and PR_STRUN) by Willy Tarreau · 13 years ago
  84. 07687c1 [MEDIUM] listeners: queue proxy-bound listeners at the proxy's by Willy Tarreau · 13 years ago
  85. 96e3121 [MEDIUM] http: add support for "http-no-delay" by Willy Tarreau · 13 years ago
  86. 436d9ed [REORG] http: move HTTP error codes back to proto_http.h by Willy Tarreau · 13 years ago
  87. ff011f2 [REORG] http: move the http-request rules to proto_http by Willy Tarreau · 14 years ago
  88. 7d0aaf3 [MEDIUM] stats: split frontend and backend stats by Willy Tarreau · 13 years ago
  89. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · 13 years ago
  90. f5ab69a [MINOR] proxy: add PR_O2_DISPATCH to detect dispatch mode by Willy Tarreau · 13 years ago
  91. 38b4156 [MINOR] checks: add PostgreSQL health check by Rauf Kuliyev · 14 years ago
  92. 10479e4 [MINOR] stats: add global event ID and count by Willy Tarreau · 14 years ago
  93. 078272e [MINOR] stats: report HTTP message state and buffer flags in error dumps by Willy Tarreau · 14 years ago
  94. 97679e7 [MEDIUM] Implement tcp inspect response rules by Emeric Brun · 14 years ago
  95. ba4c5be [MINOR] cookie: add support for the "preserve" option by Willy Tarreau · 14 years ago
  96. 3193685 [MINOR] cookie: add options "maxidle" and "maxlife" by Willy Tarreau · 14 years ago
  97. bd74154 [MEDIUM] checks: add support for HTTP contents lookup by Willy Tarreau · 14 years ago
  98. b4c81e4 [MINOR] checks: add support for LDAPv3 health checks by Gabor Lekeny · 14 years ago
  99. 258a14b [MINOR] proxy: add a "parent" member to the structure by Willy Tarreau · 14 years ago
  100. b36b424 [MINOR] session: differenciate between accepted connections and received connections by Willy Tarreau · 14 years ago