1. 61a21a3 [BUG] http: balance url_param did not work with first parameters on POST by Willy Tarreau · 13 years ago
  2. a114605 [DOC] fix minor typo in "usesrc" by Willy Tarreau · 13 years ago
  3. 8f2a1e7 [DOC] fix typos (http-request instead of http-check) by Willy Tarreau · 13 years ago
  4. cf3e47a [DOC] fix minor typo in the proxy protocol doc by Willy Tarreau · 13 years ago
  5. 23b39d9 [MINOR] stats: add support for several packets in stats admin by Cyril Bonté · 13 years ago
  6. 38b4156 [MINOR] checks: add PostgreSQL health check by Rauf Kuliyev · 13 years ago
  7. 16023ee [MINOR] http: add pattern extraction method to stick on query string parameter by David Cournapeau · 14 years ago
  8. 48936af [MINOR] log: ability to override the syslog tag by Kevinm · 14 years ago
  9. 48a7e72 [MINOR] tcp: add support for dynamic MSS setting by Willy Tarreau · 14 years ago
  10. df5b38f [MINOR] log: add support for passing the forwarded hostname by Joe Williams · 14 years ago
  11. ed2fd2d [BUG] http: fix incorrect error reporting during data transfers by Willy Tarreau · 14 years ago
  12. 35ed801 [MINOR] acl: add be_id/srv_id to match backend's and server's id by Hervé COMMOWICK · 14 years ago
  13. 02ff8ef [MINOR] add warnings on features not compatible with multi-process mode by Cyril Bonté · 14 years ago
  14. 535aae4 [DOC] fix ignore-persist documentation by Cyril Bonté · 14 years ago
  15. 2409e68 [DOC] fix a minor typo by Cyril Bonté · 14 years ago
  16. ccb289d [DOC] fix another typo in the doc by Willy Tarreau · 14 years ago
  17. f7b30a9 [DOC] fix minor typos reported recently in the peers section by Willy Tarreau · 14 years ago
  18. 798a39c [MEDIUM] hash: add support for an 'avalanche' hash-type by Willy Tarreau · 14 years ago
  19. 442e834 [RELEASE] Released version 1.5-dev3 by Willy Tarreau · 14 years ago
  20. f099e79 [DOC] add documentation for peers section by Emeric Brun · 14 years ago
  21. 6a1cefa [DOC] stick store-response and new patterns payload and payload_lv by Emeric Brun · 14 years ago
  22. 7c6b82e [DOC] new type binary in stick-table by Emeric Brun · 14 years ago
  23. 392d1d8 [DOC] acls rep_ssl_hello and req_ssl_hello by Emeric Brun · 14 years ago
  24. 0a3b67f [DOC] tcp-response content and inspect by Emeric Brun · 14 years ago
  25. ceb24bc [DOC] add references to unix socket handling by Willy Tarreau · 14 years ago
  26. 71c814e [DOC] document the 'accept-proxy' bind option by Willy Tarreau · 14 years ago
  27. 640cf22 [DOC] add the proxy protocol's specifications by Willy Tarreau · 14 years ago
  28. ba4c5be [MINOR] cookie: add support for the "preserve" option by Willy Tarreau · 14 years ago
  29. bfcd311 [DOC] fix typos about bind-process syntax by Willy Tarreau · 14 years ago
  30. 7f18e52 [MINOR] acl: add the http_req_first match by Willy Tarreau · 14 years ago
  31. 8776f1b [MINOR] add better support to "mysql-check" by Hervé COMMOWICK · 14 years ago
  32. 66c327d [DOC] stats: document the "stats admin" statement by Cyril Bonté · 14 years ago
  33. 996a92c [DOC] document the cookie maxidle and maxlife parameters by Willy Tarreau · 14 years ago
  34. 2be1b3f [DOC] fix http-request documentation by Cyril Bonté · 14 years ago
  35. 43961d5 [MINOR] global: add "tune.chksize" to change the default check buffer size by Willy Tarreau · 14 years ago
  36. bd74154 [MEDIUM] checks: add support for HTTP contents lookup by Willy Tarreau · 14 years ago
  37. b4c81e4 [MINOR] checks: add support for LDAPv3 health checks by Gabor Lekeny · 14 years ago
  38. b824b00 [MEDIUM] tcp-request : don't wait for inspect-delay to expire when the buffer is full by Willy Tarreau · 14 years ago
  39. 22a9534 [MEDIUM] make it possible to combine http-pretend-keepalived with httpclose by Willy Tarreau · 14 years ago
  40. a56235c [DOC] tcp-request inspect-delay is for backends too by Willy Tarreau · 14 years ago
  41. 7ab6aff [DOC] missing index entry for http-check send-state by Willy Tarreau · 14 years ago
  42. 59f8920 [DOC] bind option is "defer-accept", not "defer_accept" by Willy Tarreau · 14 years ago
  43. 6cbd647 [DOC] fix typo in the avg_queue() and be_conn() definition (backend, not frontend) by Willy Tarreau · 14 years ago
  44. f5a526f [DOC] fix typo in the queue() definition (backend, not frontend) by Willy Tarreau · 14 years ago
  45. a79094d [DOC] fix description of cookie "insert" and "indirect" modes by Willy Tarreau · 14 years ago
  46. a168b10 [DOC] add a summary about cookie incompatibilities between specs and browsers by Willy Tarreau · 14 years ago
  47. 37242fa [RELEASE] Released version 1.5-dev2 by Willy Tarreau · 14 years ago
  48. fc815fd [RELEASE] Released version 1.5-dev1 by Willy Tarreau · 14 years ago
  49. 62a36c4 [DOC] cleanup: split a few long lines by Willy Tarreau · 14 years ago
  50. e965652 [DOC] update the references to session counters and to tcp-request connection by Willy Tarreau · 14 years ago
  51. 68c03ab [MEDIUM] config: replace 'tcp-request <action>' with "tcp-request connection" by Willy Tarreau · 14 years ago
  52. 88bc4ec [DOC] stats: document "show table" and "clear table" by Willy Tarreau · 14 years ago
  53. c9705a1 [DOC] configuration: document all the new tracked counters by Willy Tarreau · 14 years ago
  54. 8fb12c4 [MINOR] stick-table: use suffix "_cnt" for cumulated counts by Willy Tarreau · 14 years ago
  55. fb35620 [MEDIUM] session: support "tcp-request content" rules in backends by Willy Tarreau · 14 years ago
  56. d669a4f [MEDIUM] backend: support servers on 0.0.0.0 by Willy Tarreau · 14 years ago
  57. 35da19c [DOC] add configuration samples by Patrick Mezard · 14 years ago
  58. 9ec2ec4 [DOC] summarize and highlight persistent connections behaviour by Patrick Mezard · 14 years ago
  59. 105faca [DOC] mention 'option http-server-close' effect in Tq section by Patrick Mezard · 14 years ago
  60. a975b8f [MINOR] tcp: add per-source connection rate limiting by Willy Tarreau · 14 years ago
  61. c00cdc2 [MINOR] stick_table: enable it for frontends too by Willy Tarreau · 14 years ago
  62. 13c29de [MEDIUM] stick_table: move the server ID to a generic data type by Willy Tarreau · 14 years ago
  63. 69b870f [MINOR] stick_table: add support for "conn_cum" data type. by Willy Tarreau · 14 years ago
  64. 08d5f98 [MEDIUM] stick_table: add room for extra data types by Willy Tarreau · 14 years ago
  65. 2799e98 [MINOR] frontend: count denied TCP requests separately by Willy Tarreau · 14 years ago
  66. 1a68794 [MEDIUM] config: parse tcp layer4 rules (tcp-request accept/reject) by Willy Tarreau · 14 years ago
  67. 5ce9457 [DOC] document the "dispatch" keyword by Willy Tarreau · 14 years ago
  68. 21475e3 [DEV] open new 1.5 development branch by Willy Tarreau · 14 years ago
  69. 5fdd77d [RELEASE] Released version 1.4.6 by Willy Tarreau · 14 years ago
  70. 61e28f2 [DOC] add a few precisions about the use of RDP cookies by Willy Tarreau · 14 years ago
  71. 0b1cd94 [MINOR] acl: add srv_is_up() to check that a specific server is up or not by Willy Tarreau · 14 years ago
  72. 9d4d9e3 [RELEASE] Released version 1.4.5 by Willy Tarreau · 14 years ago
  73. 4a56897 [MINOR] stick-tables: add support for "stick on hdr" by Willy Tarreau · 14 years ago
  74. 58215a0 [MINOR] acl: ignore empty lines and comments in pattern files by Willy Tarreau · 14 years ago
  75. 2b5285d [MINOR] acl: support loading values from files by Willy Tarreau · 14 years ago
  76. 2382ad6 [DOC] doc/configuration.txt: fix typos by Patrick Mézard · 14 years ago
  77. 0d4bf01 [DOC] fix ignore-persist/force-persist documentation by Cyril Bonté · 14 years ago
  78. a8e7bbc [DOC] add the "ignore-persist" option to conditionally ignore persistence by Cyril Bonté · 14 years ago
  79. 9508c1c [RELEASE] Released version 1.4.4 by Willy Tarreau · 14 years ago
  80. 8a8e1d9 [MINOR] http: make it possible to pretend keep-alive when doing close by Willy Tarreau · 14 years ago
  81. bce7088 [MEDIUM] add ability to connect to a server from an IP found in a header by Willy Tarreau · 15 years ago
  82. 75934a1 [RELEASE] Released version 1.4.3 by Willy Tarreau · 14 years ago
  83. 9683909 [MINOR] checks: add the ability to disable a server in the config by Willy Tarreau · 14 years ago
  84. c5011ca [DOC] indicate in the doc how to bind to port ranges by Willy Tarreau · 14 years ago
  85. da618cb [RELEASE] Released version 1.4.2 by Willy Tarreau · 14 years ago
  86. 78caf84 [DOC] Some more documentation cleanups by Cyril Bonté · 14 years ago
  87. 66dc20a [MINOR] stats socket: add show sess <id> to dump details about a session by Willy Tarreau · 14 years ago
  88. c5e60c3 [RELEASE] Released version 1.4.1 by Willy Tarreau · 14 years ago
  89. 95cd283 [DOC] be more clear about the limitation to one single monitor-net entry by Willy Tarreau · 14 years ago
  90. ae52678 [STATS] count transfer aborts caused by client and by server by Willy Tarreau · 14 years ago
  91. ec579d8 [DOC] fix typo on stickiness rules by Willy Tarreau · 14 years ago
  92. e18fdfd [RELEASE] Released version 1.4.0 by Willy Tarreau · 14 years ago
  93. 5c6f7b3 [DOC] cleanup of the keyword matrix by Willy Tarreau · 14 years ago
  94. d63335a [DOC] reorder some entries to maintain the alphabetical order by Willy Tarreau · 14 years ago
  95. d7550a2 [DOC] fix a typo about timeout check and clarify the explanation. by Willy Tarreau · 14 years ago
  96. f0c6061 [DOC] Documentation cleanups by Cyril Bonté · 14 years ago
  97. 7d38afb [DOC] fix summary to add pattern extraction by Cyril Bonté · 14 years ago
  98. 0dae585 [MINOR] stats: report maint state for tracking servers too by Cyril Bonté · 14 years ago
  99. b05613d [RELEASE] Released version 1.4-rc1 by Willy Tarreau · 14 years ago
  100. 6b35ce1 [DOC] add info about userlists, http-request and http_auth/http_auth_group acls by Krzysztof Piotr Oledzki · 14 years ago