1. 9a54e13 MINOR: config: disable header captures in TCP mode and complain by Willy Tarreau · 12 years ago
  2. bddd4fd MEDIUM: log: use log_format for mode tcplog by William Lallemand · 12 years ago
  3. f09c660 MEDIUM: backend: add the 'first' balancing algorithm by Willy Tarreau · 12 years ago
  4. 3ebb116 MINOR: backend: rework the LC definition to support other connection-based algos by Willy Tarreau · 12 years ago
  5. ff67813 MINOR: config: emit a warning when 'default_backend' masks servers by Willy Tarreau · 12 years ago
  6. 723b73a MINOR: config: Parse the string of the log-format config keyword by William Lallemand · 12 years ago
  7. 8b15ba1 MEDIUM: improve config check return codes by Willy Tarreau · 12 years ago
  8. 6f9b003 BUG: fix double free in peers config error path by Willy Tarreau · 12 years ago
  9. 62c3be2 BUG/MEDIUM: correctly disable servers tracking another disabled servers. by Willy Tarreau · 12 years ago
  10. c2247f0 MEDIUM: http: add support for sending the server's name in the outgoing request by Mark Lamourine · 12 years ago
  11. 0f99e34 MEDIUM: log: Use linked lists for loggers by William Lallemand · 13 years ago
  12. 0cec331 MINOR: config: tolerate server "cookie" setting in non-HTTP mode by Willy Tarreau · 13 years ago
  13. 4426770 CLEANUP: rename possibly confusing struct field "tracked" by Willy Tarreau · 13 years ago
  14. d66bf96 BUG/MINOR: fix a segfault when parsing a config with undeclared peers by Willy Tarreau · 13 years ago
  15. ac1932d MEDIUM: tune.http.maxhdr makes it possible to configure the maximum number of HTTP headers by Willy Tarreau · 13 years ago
  16. 34eb671 OPTIM/MINOR: move the hdr_idx pools out of the proxy struct by Willy Tarreau · 13 years ago
  17. bd9a0a7 OPTIM/MINOR: make it possible to change pipe size (tune.pipesize) by Willy Tarreau · 13 years ago
  18. 122541c [BUG] peers: don't keep a peers section which has a NULL frontend by Willy Tarreau · 13 years ago
  19. b249e84 [BUG] peers: the peer frontend must not emit any log by Willy Tarreau · 13 years ago
  20. 3c63fd8 [MEDIUM] don't limit peers nor stats socket to maxconn nor maxconnrate by Willy Tarreau · 13 years ago
  21. 3ae65a1 [BUG] peers: don't pre-allocate 65000 connections to each peer by Willy Tarreau · 13 years ago
  22. 81c25d0 [MEDIUM] add support for global.maxconnrate to limit the per-process conn rate. by Willy Tarreau · 13 years ago
  23. b48f958 [CLEANUP] cfgparse: fix reported options for the "bind" keyword by Willy Tarreau · 13 years ago
  24. 86ad42c [MINOR] make use of set_host_port() and get_host_port() to get rid of family mismatches by Willy Tarreau · 13 years ago
  25. 87cf514 [MEDIUM] http: make x-forwarded-for addition conditional by Willy Tarreau · 13 years ago
  26. 1ee51a6 [BUG] check: http-check expect + regex would crash in defaults section by Willy Tarreau · 13 years ago
  27. 1620ec3 [MEDIUM] checks: group health checks methods by values and save option bits by Willy Tarreau · 13 years ago
  28. ec032d6 [MINOR] check: add redis check support by Hervé COMMOWICK · 13 years ago
  29. 237250c [BUG] proxy: stats frontend and peers were missing many initializers by Willy Tarreau · 13 years ago
  30. 918ff60 [MAJOR] proxy: finally get rid of maintain_proxies() by Willy Tarreau · 13 years ago
  31. 07687c1 [MEDIUM] listeners: queue proxy-bound listeners at the proxy's by Willy Tarreau · 13 years ago
  32. 5e55f5d [MINOR] Consistently free expr on error in cfg_parse_listen() by Simon Horman · 13 years ago
  33. fa46168 [MINOR] Add non-stick server option by Simon Horman · 13 years ago
  34. e0d1bfb [MINOR] Allow shutdown of sessions when a server becomes unavailable by Simon Horman · 13 years ago
  35. af51495 [MINOR] Add active connection list to server by Simon Horman · 13 years ago
  36. 212f778 [BUG] checks: fix support of Mysqld >= 5.5 for mysql-check by Hervé COMMOWICK · 13 years ago
  37. ab1a3e9 [CLEANUP] config: remove some left-over printf debugging code from previous patch by Willy Tarreau · 13 years ago
  38. fbb7842 [MINOR] config: automatically compute a default fullconn value by Willy Tarreau · 13 years ago
  39. 44702af [MINOR] config: make it possible to specify a cookie even without a server by Willy Tarreau · 13 years ago
  40. 96e3121 [MEDIUM] http: add support for "http-no-delay" by Willy Tarreau · 13 years ago
  41. 436d9ed [REORG] http: move HTTP error codes back to proto_http.h by Willy Tarreau · 13 years ago
  42. 11bcb6c [MEDIUM] IPv6 support for syslog by David du Colombier · 13 years ago
  43. 2dff0c2 [MINOR] cfgparse: better report wrong listening addresses and make use of str2sa_range by Willy Tarreau · 13 years ago
  44. 9842ff1 [MINOR] update comment about IPv6 support for server by David du Colombier · 13 years ago
  45. fab5a43 [MEDIUM] config: rework the IPv4/IPv6 address parser to support host-only addresses by Willy Tarreau · 13 years ago
  46. 5ab04ec [MEDIUM] server: add support for the "send-proxy" option by Willy Tarreau · 13 years ago
  47. ff011f2 [REORG] http: move the http-request rules to proto_http by Willy Tarreau · 13 years ago
  48. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · 13 years ago
  49. d6cc532 [MINOR] cfgparse: only keep one of dispatch, transparent, http_proxy by Willy Tarreau · 13 years ago
  50. f5ab69a [MINOR] proxy: add PR_O2_DISPATCH to detect dispatch mode by Willy Tarreau · 13 years ago
  51. 9d9ed01 [MINOR] config: warn if response-only conditions are used in "redirect" rules by Willy Tarreau · 13 years ago
  52. c8b1109 [BUG] cfgparse: correctly count one socket per port in ranges by Willy Tarreau · 13 years ago
  53. 38b4156 [MINOR] checks: add PostgreSQL health check by Rauf Kuliyev · 13 years ago
  54. 48936af [MINOR] log: ability to override the syslog tag by Kevinm · 14 years ago
  55. 48a7e72 [MINOR] tcp: add support for dynamic MSS setting by Willy Tarreau · 14 years ago
  56. df5b38f [MINOR] log: add support for passing the forwarded hostname by Joe Williams · 14 years ago
  57. 02ff8ef [MINOR] add warnings on features not compatible with multi-process mode by Cyril Bonté · 14 years ago
  58. 798a39c [MEDIUM] hash: add support for an 'avalanche' hash-type by Willy Tarreau · 14 years ago
  59. 32da3c4 [MEDIUM] Manage peers section parsing and stick table registration on peers. by Emeric Brun · 14 years ago
  60. 485479d [MEDIUM] Create new protected pattern types CONSTSTRING and CONSTDATA to force memcpy if data from protected areas need to be manipulated. by Emeric Brun · 14 years ago
  61. 97679e7 [MEDIUM] Implement tcp inspect response rules by Emeric Brun · 14 years ago
  62. 62846b2 [MINOR] config: detect options not supported due to compilation options by Cyril Bonté · 14 years ago
  63. d55c3fe [MINOR] cfgparse: report support of <path> for the 'bind' statements by Willy Tarreau · 14 years ago
  64. ed76092 [MEDIUM] Add supports of bind on unix sockets. by Emeric Brun · 14 years ago
  65. 8a95691 [MINOR] listener: add the "accept-proxy" option to the "bind" keyword by Willy Tarreau · 14 years ago
  66. ba4c5be [MINOR] cookie: add support for the "preserve" option by Willy Tarreau · 14 years ago
  67. c63d4bb [BUG] cookie: correctly unset default cookie parameters by Willy Tarreau · 14 years ago
  68. 8776f1b [MINOR] add better support to "mysql-check" by Hervé COMMOWICK · 14 years ago
  69. aa2f389 [MINOR] checks: ensure that we can inherit binary checks from the defaults section by Willy Tarreau · 14 years ago
  70. 53621e0 [BUG] config: report correct keywords for "observe" by Willy Tarreau · 14 years ago
  71. 474be41 [MEDIUM] stats: add an admin level by Cyril Bonté · 14 years ago
  72. 3193685 [MINOR] cookie: add options "maxidle" and "maxlife" by Willy Tarreau · 14 years ago
  73. 43961d5 [MINOR] global: add "tune.chksize" to change the default check buffer size by Willy Tarreau · 14 years ago
  74. bd74154 [MEDIUM] checks: add support for HTTP contents lookup by Willy Tarreau · 14 years ago
  75. b4c81e4 [MINOR] checks: add support for LDAPv3 health checks by Gabor Lekeny · 14 years ago
  76. af7ad00 [MINOR] support a global jobs counter by Willy Tarreau · 14 years ago
  77. 5612328 [MINOR] session-counters: use "track-sc{1,2}" instead of "track-{fe,be}-counters" by Willy Tarreau · 14 years ago
  78. d1f9652 [MEDIUM] tcp: accept the "track-counters" in "tcp-request content" rules by Willy Tarreau · 14 years ago
  79. f059a0f [MAJOR] session-counters: split FE and BE track counters by Willy Tarreau · 14 years ago
  80. ac78288 [MEDIUM] stick-tables: add stored data argument type checking by Willy Tarreau · 14 years ago
  81. 888617d [MEDIUM] stick-tables: add support for arguments to data_types by Willy Tarreau · 14 years ago
  82. b084e9c [MINOR] config: support a comma-separated list of store data types in stick-table by Willy Tarreau · 14 years ago
  83. 9ba2dcc [MAJOR] session: add track-counters to track counters related to the session by Willy Tarreau · 14 years ago
  84. fb35620 [MEDIUM] session: support "tcp-request content" rules in backends by Willy Tarreau · 14 years ago
  85. c00cdc2 [MINOR] stick_table: enable it for frontends too by Willy Tarreau · 14 years ago
  86. 13c29de [MEDIUM] stick_table: move the server ID to a generic data type by Willy Tarreau · 14 years ago
  87. 056f568 [MINOR] config: initialize stick tables after all the parsing by Willy Tarreau · 14 years ago
  88. 08d5f98 [MEDIUM] stick_table: add room for extra data types by Willy Tarreau · 14 years ago
  89. f0b38bf [CLEANUP] stick_table: move pattern to key functions to stick_table.c by Willy Tarreau · 14 years ago
  90. 81f9aa3 [MAJOR] frontend: split accept() into frontend_accept() and session_accept() by Willy Tarreau · 14 years ago
  91. de3041d [MINOR] frontend: only check for monitor-net rules if LI_O_CHK_MONNET is set by Willy Tarreau · 14 years ago
  92. a5c0ab2 [MEDIUM] frontend: check for LI_O_TCP_RULES in the listener by Willy Tarreau · 14 years ago
  93. ab78619 [MINOR] proxy: add a list to hold future layer 4 rules by Willy Tarreau · 14 years ago
  94. eb47268 [MEDIUM] separate protocol-level accept() from the frontend's by Willy Tarreau · 14 years ago
  95. dd70165 [BUG] consistent hash: balance on all servers, not only 2 ! by Willy Tarreau · 14 years ago
  96. e52564c [MINOR] option http-pretend-keepalive is both for FEs and BEs by Willy Tarreau · 14 years ago
  97. 47fdd8e [MINOR] add the "ignore-persist" option to conditionally ignore persistence by Cyril Bonté · 14 years ago
  98. 7016020 [MINOR] config: report "default-server" instead of "(null)" in error messages by Willy Tarreau · 14 years ago
  99. 8a8e1d9 [MINOR] http: make it possible to pretend keep-alive when doing close by Willy Tarreau · 14 years ago
  100. efa5f51 [BUILD] config: last patch breaks build without CONFIG_HAP_LINUX_TPROXY by Willy Tarreau · 14 years ago