1. 8effd3d [MINOR] Use DPRINTF in assign_server() by Simon Horman · 13 years ago
  2. 7abd00d [MINOR] Fix build error in stream_int_register_handler() by Simon Horman · 13 years ago
  3. 64b28d0 [MINOR] Correct type in table dump examples by Simon Horman · 13 years ago
  4. d281eed [MEDIUM] Correct ipmask() logic by Simon Horman · 13 years ago
  5. 8b7b05a [MEDIUM] Fix stick-table replication on soft-restart by Simon Horman · 13 years ago
  6. f73cd11 [MINOR] session-counters: add the ability to clear the counters by Willy Tarreau · 13 years ago
  7. 927cddd [MINOR] halog: add support for termination code matching (-tcn/-TCN) by Hervé COMMOWICK · 13 years ago
  8. 1620ec3 [MEDIUM] checks: group health checks methods by values and save option bits by Willy Tarreau · 13 years ago
  9. a3eb39c [DOC] small fixes to clearly distinguish between keyword and variables by Hervé COMMOWICK · 13 years ago
  10. ec032d6 [MINOR] check: add redis check support by Hervé COMMOWICK · 13 years ago
  11. daa824e [MINOR] acl: add srv_conn acl to count connections on a specific backend server by Hervé COMMOWICK · 13 years ago
  12. 2a0f4d2 [MEDIUM] stats: add support for changing frontend's maxconn at runtime by Willy Tarreau · 13 years ago
  13. f5f3192 [DOC] fix typos, "#" is a sharp, not a dash by Willy Tarreau · 13 years ago
  14. bc216c4 [MINOR] proxy: make findproxy() return proxies from numeric IDs too by Willy Tarreau · 13 years ago
  15. e9b2602 [MEDIUM] listeners: add a global listener management task by Willy Tarreau · 13 years ago
  16. 237250c [BUG] proxy: stats frontend and peers were missing many initializers by Willy Tarreau · 13 years ago
  17. 918ff60 [MAJOR] proxy: finally get rid of maintain_proxies() by Willy Tarreau · 13 years ago
  18. 26e4881 [MINOR] task: new function task_schedule() to schedule a wake up by Willy Tarreau · 13 years ago
  19. d634e7c [CLEANUP] proxy: merge maintain_proxies() operation inside a single loop by Willy Tarreau · 13 years ago
  20. bbe11b1 [BUG] proxy: peers must only be stopped once, not upon every call to maintain_proxies by Willy Tarreau · 13 years ago
  21. b32907b [MINOR] sessions: only wake waiting listeners up if rate limit is OK by Willy Tarreau · 13 years ago
  22. d408bd4 [MINOR] proxy: make session rate-limit more accurate by Willy Tarreau · 13 years ago
  23. a17c2d9 [MINOR] stats: report a "WAITING" state for sockets waiting for resource by Willy Tarreau · 13 years ago
  24. 562515c [CLEANUP] proxy: rename a few proxy states (PR_STIDLE and PR_STRUN) by Willy Tarreau · 13 years ago
  25. f3f8c70 [MEDIUM] listeners: don't change listeners states anymore in maintain_proxies by Willy Tarreau · 13 years ago
  26. 2242649 [MEDIUM] listeners: don't stop proxies when global maxconn is reached by Willy Tarreau · 13 years ago
  27. 07687c1 [MEDIUM] listeners: queue proxy-bound listeners at the proxy's by Willy Tarreau · 13 years ago
  28. 08ceb10 [MEDIUM] listeners: put listeners in queue upon resource shortage by Willy Tarreau · 13 years ago
  29. e6ca1fc [MINOR] listeners: add support for queueing resource limited listeners by Willy Tarreau · 13 years ago
  30. 6279371 [MINOR] listeners: add listen_full() to mark a listener full by Willy Tarreau · 13 years ago
  31. ff45b8c [BUG] stream_sock: ensure orphan listeners don't accept too many connections by Willy Tarreau · 13 years ago
  32. be58c38 [MEDIUM] proxy: add a PAUSED state to listeners and move socket tricks out of proxy.c by Willy Tarreau · 13 years ago
  33. 1002987 [BUG] stream_sock: disable listener when system resources are exhausted by Willy Tarreau · 13 years ago
  34. 4827fd2 [OPTIM] stream_sock: reduce the default number of accepted connections at once by Willy Tarreau · 13 years ago
  35. 2b15492 [MINOR] session: try to emit a 500 response on memory allocation errors by Willy Tarreau · 13 years ago
  36. 9bd0d74 [BUG] session: risk of crash on out of memory (1.5-dev regression) by Willy Tarreau · 13 years ago
  37. 6fb8259 [MINOR] Free stick rules on denint() by Simon Horman · 13 years ago
  38. b08584a [MINOR] Free stick table pool on denint() by Simon Horman · 13 years ago
  39. ac82142 [MINOR] Free tcp rules on denint() by Simon Horman · 13 years ago
  40. a31c7f7 [MINOR] Free rdp_cookie_name on denint() by Simon Horman · 13 years ago
  41. 5e55f5d [MINOR] Consistently free expr on error in cfg_parse_listen() by Simon Horman · 13 years ago
  42. 6c54d8b [MINOR] Consistently use error in tcp_parse_tcp_req() by Simon Horman · 13 years ago
  43. 14389e7 [OPTIM] halog: remove support for tab delimiters in input data by Willy Tarreau · 13 years ago
  44. a2b39fb [OPTIM] halog: remove many 'if' by using a function pointer for the filters by Willy Tarreau · 13 years ago
  45. 26deaf5 [OPTIM] halog: check once for correct line format and reuse the pointer by Willy Tarreau · 13 years ago
  46. 758a6ea [OPTIM] halog: cache some common fields positions by Willy Tarreau · 13 years ago
  47. df6f0d1 [MINOR] halog: gain back performance before SKIP_CHAR fix by Willy Tarreau · 13 years ago
  48. 70c428f [MINOR] halog: add support for HTTP log matching (-H) by Willy Tarreau · 13 years ago
  49. c82570e [MINOR] halog: make SKIP_CHAR stop on field delimiters by Willy Tarreau · 13 years ago
  50. 812e7a7 [BUG] halog: correctly handle truncated last line by Willy Tarreau · 13 years ago
  51. b3eb221 [MEDIUM] http: add support for 'cookie' and 'set-cookie' patterns by Willy Tarreau · 13 years ago
  52. d8dc99f [DOC] add missing entry or stick store-response by Willy Tarreau · 13 years ago
  53. fa46168 [MINOR] Add non-stick server option by Simon Horman · 13 years ago
  54. de072bd [CLEANUP] Remove unnecessary casts by Simon Horman · 13 years ago
  55. ab814e0 [MINOR] Add rdp_cookie pattern fetch function by Simon Horman · 13 years ago
  56. e869176 [MINOR] Make appsess{,ion}_refresh static by Simon Horman · 13 years ago
  57. 752dc4a [MINOR] Add down termination condition by Simon Horman · 13 years ago
  58. e0d1bfb [MINOR] Allow shutdown of sessions when a server becomes unavailable by Simon Horman · 13 years ago
  59. af51495 [MINOR] Add active connection list to server by Simon Horman · 13 years ago
  60. dec5be4 [CLEANUP] session.c: Make functions static where possible by Simon Horman · 13 years ago
  61. 9655377 [CLEANUP] peers.h: fix declarations by Simon Horman · 13 years ago
  62. 70735c9 [CLEANUP] Remove assigned but unused variables by Simon Horman · 13 years ago
  63. 619e3cc [MINOR] Allow showing and clearing by key of string stick tables by Simon Horman · 13 years ago
  64. cec9a22 [MINOR] Allow showing and clearing by key of integer stick tables by Simon Horman · 13 years ago
  65. c5b89f6 [MINOR] Allow showing and clearing by key of ipv6 stick tables by Simon Horman · 13 years ago
  66. c88b887 [MINOR] More flexible clearing of stick table by Simon Horman · 13 years ago
  67. d5b9fd9 [MINOR] Break out all stick table socat command parsing by Simon Horman · 13 years ago
  68. 17bce34 [MINOR] Allow listing of stick table by key by Simon Horman · 13 years ago
  69. 121f305 [MINOR] Break out processing of clear table by Simon Horman · 13 years ago
  70. d936658 [MINOR] Break out dumping table by Simon Horman · 13 years ago
  71. 9bd2c73 [CLEANUP] dumpstats: make symbols static where possible by Simon Horman · 13 years ago
  72. 212f778 [BUG] checks: fix support of Mysqld >= 5.5 for mysql-check by Hervé COMMOWICK · 13 years ago
  73. ab1a3e9 [CLEANUP] config: remove some left-over printf debugging code from previous patch by Willy Tarreau · 13 years ago
  74. fbb7842 [MINOR] config: automatically compute a default fullconn value by Willy Tarreau · 13 years ago
  75. df791f5 [DOC] Minor spelling fixes and grammatical enhancements by Simon Horman · 13 years ago
  76. bf9c2fc [BUG] stats: support url-encoded forms by Willy Tarreau · 13 years ago
  77. 44702af [MINOR] config: make it possible to specify a cookie even without a server by Willy Tarreau · 13 years ago
  78. 14acc70 [OPTIM] stream_sock: don't use splice on too small payloads by Willy Tarreau · 13 years ago
  79. 22be90b [OPTIM] stream_sock: avoid fast-forwarding of partial data by Willy Tarreau · 13 years ago
  80. 0729303 [OPTIM] http: optimize chunking again in non-interactive mode by Willy Tarreau · 13 years ago
  81. 96e3121 [MEDIUM] http: add support for "http-no-delay" by Willy Tarreau · 13 years ago
  82. f8ca19b [CLEANUP] stream_sock: remove unneeded FL_TCP and factor out test by Willy Tarreau · 13 years ago
  83. 8f8b492 [MINOR] stream_sock: always clear BF_EXPECT_MORE upon complete transfer by Willy Tarreau · 13 years ago
  84. 5c62092 [MINOR] http: partially revert the chunking optimization for now by Willy Tarreau · 13 years ago
  85. ae94d4d [MINOR] http: make the "HTTP 200" status code configurable. 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. 027a85b [MINOR] http: don't report the "haproxy" word on the monitoring response by Willy Tarreau · 13 years ago
  88. 7c51a73 [BUG] fix binary stick-tables by Cyril Bonté · 13 years ago
  89. 96dd079 [BUG] proto_tcp: fix address binding on remote source by Willy Tarreau · 13 years ago
  90. 787aed5 [DOC] fix minor typo in the "dispatch" doc by Willy Tarreau · 13 years ago
  91. a164fb5 [BUG] checks: http-check expect could fail a check on multi-packet responses by Willy Tarreau · 13 years ago
  92. 04df112 [RELEASE] Released version 1.5-dev6 by Willy Tarreau · 13 years ago
  93. 1fc1f45 [CRITICAL] fix risk of crash when dealing with space in response cookies by Willy Tarreau · 13 years ago
  94. 4424520 [BUG] stick-tables did not work when converting IPv6 to IPv4 by Willy Tarreau · 13 years ago
  95. c9f6011 [BUG] TCP source tracking was broken with IPv6 changes by Willy Tarreau · 13 years ago
  96. 1b4b7ce [BUG] stream_sock: use get_addr_len() instead of sizeof() on sockaddr_storage by Willy Tarreau · 13 years ago
  97. b06ed2c [RELEASE] Released version 1.5-dev5 by Willy Tarreau · 13 years ago
  98. 9a6d3c9 [DOC] document IPv6 support for stick-tables by David du Colombier · 13 years ago
  99. 4f92d32 [MEDIUM] IPv6 support for stick-tables by David du Colombier · 13 years ago
  100. be2e1d3 [DOC] update ROADMAP file by Willy Tarreau · 13 years ago