1. b7ff6a3 MEDIUM: log-format: backend source address %Bi %Bp by William Lallemand · 12 years ago
  2. bddd4fd MEDIUM: log: use log_format for mode tcplog by William Lallemand · 12 years ago
  3. 150d146 DOC: enumerate valid status codes for "observe layer7" by Willy Tarreau · 12 years ago
  4. f09c660 MEDIUM: backend: add the 'first' balancing algorithm by Willy Tarreau · 12 years ago
  5. 4894040 DOC: log-format documentation by William Lallemand · 12 years ago
  6. b7aeec6 DOC: mention that default checks are TCP connections by Patrick Mézard · 12 years ago
  7. 2f1feb9 DOC: add some documentation from RFC3986 about URI format by Willy Tarreau · 12 years ago
  8. 422246e MEDIUM: http: block non-ASCII characters in URIs by default by Willy Tarreau · 12 years ago
  9. c2247f0 MEDIUM: http: add support for sending the server's name in the outgoing request by Mark Lamourine · 12 years ago
  10. 7f051b3 DOC: add a coding-style file by Willy Tarreau · 13 years ago
  11. 6cee7dd DOC: add minimal documentation on how ACLs work internally by Willy Tarreau · 13 years ago
  12. e428fb7 MEDIUM: patterns: the hdr() pattern is now of type string by Willy Tarreau · 13 years ago
  13. b6672b5 MINOR: acl: add support for TLS server name matching using SNI by Willy Tarreau · 13 years ago
  14. 0f99e34 MEDIUM: log: Use linked lists for loggers by William Lallemand · 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. bd9a0a7 OPTIM/MINOR: make it possible to change pipe size (tune.pipesize) by Willy Tarreau · 13 years ago
  17. 37229df DOC: indicate that cookie "prefix" and "indirect" should not be mixed by Willy Tarreau · 13 years ago
  18. 0e69854 MINOR: acl: add new matches for header/path/url length by Willy Tarreau · 13 years ago
  19. 85c27da DOC: acl is http_first_req, not http_req_first by Willy Tarreau · 13 years ago
  20. 60612eb [RELEASE] Released version 1.5-dev7 by Willy Tarreau · 13 years ago
  21. 52b2d22 [MEDIUM] stats: offer the possibility to kill sessions by server by Willy Tarreau · 13 years ago
  22. a295edc [MEDIUM] stats: offer the possibility to kill a session from the CLI by Willy Tarreau · 13 years ago
  23. a2a64e9 [MEDIUM] session: make session_shutdown() an independant function by Willy Tarreau · 13 years ago
  24. 532a450 [MEDIUM] stats: add the ability to enable/disable/shutdown a frontend at runtime by Willy Tarreau · 13 years ago
  25. f5b2287 [MEDIUM] stats: add the ability to adjust the global maxconnrate by Willy Tarreau · 13 years ago
  26. 81c25d0 [MEDIUM] add support for global.maxconnrate to limit the per-process conn rate. by Willy Tarreau · 13 years ago
  27. 91886b6 [MEDIUM] stats: add the "set maxconn" setting to the command line interface by Willy Tarreau · 13 years ago
  28. 8263b91 [DOC] add a few old and uncommitted docs by Willy Tarreau · 13 years ago
  29. 3c92c5f [DOC] fixed a few "sensible" -> "sensitive" errors by Willy Tarreau · 13 years ago
  30. 87cf514 [MEDIUM] http: make x-forwarded-for addition conditional by Willy Tarreau · 13 years ago
  31. 1ee51a6 [BUG] check: http-check expect + regex would crash in defaults section by Willy Tarreau · 13 years ago
  32. 64b28d0 [MINOR] Correct type in table dump examples by Simon Horman · 13 years ago
  33. f73cd11 [MINOR] session-counters: add the ability to clear the counters by Willy Tarreau · 13 years ago
  34. a3eb39c [DOC] small fixes to clearly distinguish between keyword and variables by Hervé COMMOWICK · 13 years ago
  35. ec032d6 [MINOR] check: add redis check support by Hervé COMMOWICK · 13 years ago
  36. daa824e [MINOR] acl: add srv_conn acl to count connections on a specific backend server by Hervé COMMOWICK · 13 years ago
  37. 2a0f4d2 [MEDIUM] stats: add support for changing frontend's maxconn at runtime by Willy Tarreau · 13 years ago
  38. f5f3192 [DOC] fix typos, "#" is a sharp, not a dash by Willy Tarreau · 13 years ago
  39. a17c2d9 [MINOR] stats: report a "WAITING" state for sockets waiting for resource by Willy Tarreau · 13 years ago
  40. b3eb221 [MEDIUM] http: add support for 'cookie' and 'set-cookie' patterns by Willy Tarreau · 13 years ago
  41. d8dc99f [DOC] add missing entry or stick store-response by Willy Tarreau · 13 years ago
  42. fa46168 [MINOR] Add non-stick server option by Simon Horman · 13 years ago
  43. ab814e0 [MINOR] Add rdp_cookie pattern fetch function by Simon Horman · 13 years ago
  44. 752dc4a [MINOR] Add down termination condition by Simon Horman · 13 years ago
  45. e0d1bfb [MINOR] Allow shutdown of sessions when a server becomes unavailable by Simon Horman · 13 years ago
  46. 619e3cc [MINOR] Allow showing and clearing by key of string stick tables by Simon Horman · 13 years ago
  47. cec9a22 [MINOR] Allow showing and clearing by key of integer stick tables by Simon Horman · 13 years ago
  48. c5b89f6 [MINOR] Allow showing and clearing by key of ipv6 stick tables by Simon Horman · 13 years ago
  49. c88b887 [MINOR] More flexible clearing of stick table by Simon Horman · 13 years ago
  50. 17bce34 [MINOR] Allow listing of stick table by key by Simon Horman · 13 years ago
  51. 212f778 [BUG] checks: fix support of Mysqld >= 5.5 for mysql-check by Hervé COMMOWICK · 13 years ago
  52. fbb7842 [MINOR] config: automatically compute a default fullconn value by Willy Tarreau · 13 years ago
  53. df791f5 [DOC] Minor spelling fixes and grammatical enhancements by Simon Horman · 13 years ago
  54. 96e3121 [MEDIUM] http: add support for "http-no-delay" by Willy Tarreau · 13 years ago
  55. ae94d4d [MINOR] http: make the "HTTP 200" status code configurable. by Willy Tarreau · 13 years ago
  56. 787aed5 [DOC] fix minor typo in the "dispatch" doc by Willy Tarreau · 13 years ago
  57. 04df112 [RELEASE] Released version 1.5-dev6 by Willy Tarreau · 13 years ago
  58. b06ed2c [RELEASE] Released version 1.5-dev5 by Willy Tarreau · 13 years ago
  59. 9a6d3c9 [DOC] document IPv6 support for stick-tables by David du Colombier · 13 years ago
  60. c735a07 [MINOR] acl: add support for table_cnt and table_avl matches by Willy Tarreau · 13 years ago
  61. 24bb5f5 [DOC] document IPv6 support for syslog by David du Colombier · 13 years ago
  62. a13d1b9 [DOC] fix a minor typo by David du Colombier · 13 years ago
  63. 486df47 [DOC] document IPv6 support for server by David du Colombier · 13 years ago
  64. 9c938da [DOC] update IPv6 support for bind by David du Colombier · 13 years ago
  65. 7f89851 [DOC] update the spec on the proxy protocol by Willy Tarreau · 13 years ago
  66. 5ab04ec [MEDIUM] server: add support for the "send-proxy" option by Willy Tarreau · 13 years ago
  67. e0052cc [RELEASE] Released version 1.5-dev4 by Willy Tarreau · 13 years ago
  68. 1a4186d [DOC] internal: reflect the fact that SI_ST_ASS is transient by Willy Tarreau · 13 years ago
  69. 61a21a3 [BUG] http: balance url_param did not work with first parameters on POST by Willy Tarreau · 13 years ago
  70. a114605 [DOC] fix minor typo in "usesrc" by Willy Tarreau · 13 years ago
  71. 8f2a1e7 [DOC] fix typos (http-request instead of http-check) by Willy Tarreau · 13 years ago
  72. cf3e47a [DOC] fix minor typo in the proxy protocol doc by Willy Tarreau · 13 years ago
  73. 23b39d9 [MINOR] stats: add support for several packets in stats admin by Cyril Bonté · 13 years ago
  74. 38b4156 [MINOR] checks: add PostgreSQL health check by Rauf Kuliyev · 13 years ago
  75. 16023ee [MINOR] http: add pattern extraction method to stick on query string parameter by David Cournapeau · 14 years ago
  76. 48936af [MINOR] log: ability to override the syslog tag by Kevinm · 14 years ago
  77. 48a7e72 [MINOR] tcp: add support for dynamic MSS setting by Willy Tarreau · 14 years ago
  78. df5b38f [MINOR] log: add support for passing the forwarded hostname by Joe Williams · 14 years ago
  79. ed2fd2d [BUG] http: fix incorrect error reporting during data transfers by Willy Tarreau · 14 years ago
  80. 35ed801 [MINOR] acl: add be_id/srv_id to match backend's and server's id by Hervé COMMOWICK · 14 years ago
  81. 02ff8ef [MINOR] add warnings on features not compatible with multi-process mode by Cyril Bonté · 14 years ago
  82. 535aae4 [DOC] fix ignore-persist documentation by Cyril Bonté · 14 years ago
  83. 2409e68 [DOC] fix a minor typo by Cyril Bonté · 14 years ago
  84. ccb289d [DOC] fix another typo in the doc by Willy Tarreau · 14 years ago
  85. f7b30a9 [DOC] fix minor typos reported recently in the peers section by Willy Tarreau · 14 years ago
  86. 798a39c [MEDIUM] hash: add support for an 'avalanche' hash-type by Willy Tarreau · 14 years ago
  87. 442e834 [RELEASE] Released version 1.5-dev3 by Willy Tarreau · 14 years ago
  88. f099e79 [DOC] add documentation for peers section by Emeric Brun · 14 years ago
  89. 6a1cefa [DOC] stick store-response and new patterns payload and payload_lv by Emeric Brun · 14 years ago
  90. 7c6b82e [DOC] new type binary in stick-table by Emeric Brun · 14 years ago
  91. 392d1d8 [DOC] acls rep_ssl_hello and req_ssl_hello by Emeric Brun · 14 years ago
  92. 0a3b67f [DOC] tcp-response content and inspect by Emeric Brun · 14 years ago
  93. ceb24bc [DOC] add references to unix socket handling by Willy Tarreau · 14 years ago
  94. 71c814e [DOC] document the 'accept-proxy' bind option by Willy Tarreau · 14 years ago
  95. 640cf22 [DOC] add the proxy protocol's specifications by Willy Tarreau · 14 years ago
  96. ba4c5be [MINOR] cookie: add support for the "preserve" option by Willy Tarreau · 14 years ago
  97. bfcd311 [DOC] fix typos about bind-process syntax by Willy Tarreau · 14 years ago
  98. 7f18e52 [MINOR] acl: add the http_req_first match by Willy Tarreau · 14 years ago
  99. 8776f1b [MINOR] add better support to "mysql-check" by Hervé COMMOWICK · 14 years ago
  100. 66c327d [DOC] stats: document the "stats admin" statement by Cyril Bonté · 14 years ago