1. 076be25 CLEANUP: remove the now unused fdtab direct I/O callbacks by Willy Tarreau · 12 years ago
  2. 20bea42 MEDIUM: checks: make use of fdtab->iocb instead of cb[] by Willy Tarreau · 12 years ago
  3. 4e6049e MINOR: fd: add a new I/O handler to fdtab by Willy Tarreau · 12 years ago
  4. 505e34a MAJOR: get rid of fdtab[].state and use connection->flags instead by Willy Tarreau · 12 years ago
  5. 801a0a3 DOC: fix name for "option independant-streams" by Jamie Gloudon · 12 years ago
  6. 96596ae MEDIUM: fd/si: move peeraddr from struct fdinfo to struct connection by Willy Tarreau · 12 years ago
  7. eb2c24a MINOR: checks: add on-marked-up option by Justin Karneges · 12 years ago
  8. 1e44a49 BUG/MINOR: checks: expire on timeout.check if smaller than timeout.connect by Willy Tarreau · 12 years ago
  9. 9580d16 BUG/MAJOR: checks: don't call set_server_status_* when no LB algo is set by Willy Tarreau · 12 years ago
  10. 7af4605 BUG/MAJOR: trash must always be the size of a buffer by David du Colombier · 12 years ago
  11. b147a83 CLEANUP: fd: remove unused cb->b pointers in the struct fdtab by Willy Tarreau · 12 years ago
  12. 63a4a82 CLEANUP: Make check_statuses, analyze_statuses and process_chk static by Simon Horman · 12 years ago
  13. 4544678 BUG: checks: fix server maintenance exit sequence by Willy Tarreau · 12 years ago
  14. 2e99390 BUG/MEDIUM: checks: fix slowstart behaviour when server tracking is in use by Willy Tarreau · 13 years ago
  15. 4426770 CLEANUP: rename possibly confusing struct field "tracked" by Willy Tarreau · 13 years ago
  16. a2a64e9 [MEDIUM] session: make session_shutdown() an independant function by Willy Tarreau · 13 years ago
  17. 86ad42c [MINOR] make use of set_host_port() and get_host_port() to get rid of family mismatches by Willy Tarreau · 13 years ago
  18. 48da04a [BUG] checks: use the correct destination port for sending checks by Willy Tarreau · 13 years ago
  19. 1620ec3 [MEDIUM] checks: group health checks methods by values and save option bits by Willy Tarreau · 13 years ago
  20. ec032d6 [MINOR] check: add redis check support by Hervé COMMOWICK · 13 years ago
  21. 752dc4a [MINOR] Add down termination condition by Simon Horman · 13 years ago
  22. e0d1bfb [MINOR] Allow shutdown of sessions when a server becomes unavailable by Simon Horman · 13 years ago
  23. a164fb5 [BUG] checks: http-check expect could fail a check on multi-packet responses by Willy Tarreau · 13 years ago
  24. 1b4b7ce [BUG] stream_sock: use get_addr_len() instead of sizeof() on sockaddr_storage by Willy Tarreau · 13 years ago
  25. d11ad78 [MINOR] checks: report it if checks fail due to socket creation error by Willy Tarreau · 13 years ago
  26. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · 13 years ago
  27. 827aee9 [MAJOR] session: remove the ->srv pointer from struct session by Willy Tarreau · 13 years ago
  28. 9e000c6 [CLEANUP] stream_interface: use inline functions to manipulate targets by Willy Tarreau · 13 years ago
  29. 664beb8 [MINOR] session: add a pointer to the new target into the session by Willy Tarreau · 13 years ago
  30. 38b4156 [MINOR] checks: add PostgreSQL health check by Rauf Kuliyev · 13 years ago
  31. 8776f1b [MINOR] add better support to "mysql-check" by Hervé COMMOWICK · 14 years ago
  32. d64d225 [BUG] checks: don't log backend down for all zero-weight servers by Willy Tarreau · 14 years ago
  33. 43961d5 [MINOR] global: add "tune.chksize" to change the default check buffer size by Willy Tarreau · 14 years ago
  34. bd74154 [MEDIUM] checks: add support for HTTP contents lookup by Willy Tarreau · 14 years ago
  35. b4c81e4 [MINOR] checks: add support for LDAPv3 health checks by Gabor Lekeny · 14 years ago
  36. 3bb0571 [BUG] Restore info about available active/backup servers by Krzysztof Piotr Oledzki · 14 years ago
  37. 07a5490 [CLEANUP] proxy: move PR_O_SSL3_CHK to options2 to release one flag by Willy Tarreau · 14 years ago
  38. 0393818 [BUG] checks: don't wait for a close to start parsing the response by Willy Tarreau · 14 years ago
  39. 6315d91 [MINOR] checks: make shutdown() silently fail by Willy Tarreau · 14 years ago
  40. 659d7bc [BUG] checks: don't abort when second poll returns an error by Willy Tarreau · 14 years ago
  41. c1a0796 [BUG] checks: don't report an error when recv() returns an error after data by Willy Tarreau · 14 years ago
  42. 2c7ace0 [OPTIM] checks: try to detect the end of response without polling again by Willy Tarreau · 14 years ago
  43. 57b1bf7 [MEDIUM] checks: support multi-packet health check responses by Nick Chalk · 14 years ago
  44. 88e0581 [BUILD] fix some build warnings on Solaris with is* macros by Willy Tarreau · 14 years ago
  45. cd19e51 [MEDIUM] add a maintenance mode to servers by Cyril Bonté · 14 years ago
  46. ef78104 [MINOR] checks: add the server's status in the checks by Willy Tarreau · 14 years ago
  47. e9d8788 [MINOR] checks: make the HTTP check code add the CRLF itself by Willy Tarreau · 14 years ago
  48. 4de9149 [MINOR] add the "force-persist" statement to force persistence on down servers by Willy Tarreau · 14 years ago
  49. a5aa1c8 [BUG] check: we must not check for error before reading a response by Willy Tarreau · 14 years ago
  50. fc1daaf [CLEANUP] stream_sock: MSG_NOSIGNAL is only for send(), not recv() by Willy Tarreau · 14 years ago
  51. 2a3a517 [BUG] checks: chars are unsigned on AIX, check was always true by Willy Tarreau · 14 years ago
  52. 698ae00 [MINOR] add option "mysql-check" to use MySQL health checks by Hervé COMMOWICK · 14 years ago
  53. 9f2b9d5 [BUG] checks: fix newline termination by Krzysztof Piotr Oledzki · 14 years ago
  54. 5f5b7d2 [OPTIM] remove SSP_O_VIA and SSP_O_STATUS by Krzysztof Piotr Oledzki · 14 years ago
  55. b16a607 [BUG] health checks: fix requeued message by Krzysztof Piotr Oledzki · 14 years ago
  56. 6492db5 [BUG] Healthchecks: get a proper error code if connection cannot be completed immediately by Krzysztof Piotr Oledzki · 15 years ago
  57. 97f07b8 [MEDIUM] Decrease server health based on http responses / events, version 3 by Krzysztof Piotr Oledzki · 15 years ago
  58. 8d5d77e [OPTIM] move some rarely used fields out of fdtab by Willy Tarreau · 15 years ago
  59. f7089f5 [MINOR] Capture & display more data from health checks, v2 by Krzysztof Piotr Oledzki · 15 years ago
  60. 052d4fd [CLEANUP] Move counters to dedicated structures by Krzysztof Piotr Oledzki · 15 years ago
  61. 99ab5f8 [MINOR] health checks logging unification by Krzysztof Piotr Oledzki · 15 years ago
  62. 213014e [MEDIUM] Health check reporting code rework + health logging, v3 by Krzysztof Piotr Oledzki · 15 years ago
  63. 78abe61 [MAJOR] struct chunk rework by Krzysztof Piotr Oledzki · 15 years ago
  64. 0960541 [MEDIUM] Collect & show information about last health check, v3 by Krzysztof Piotr Oledzki · 15 years ago
  65. caf5898 [BUILD] compilation of haproxy-1.4-dev2 on FreeBSD by Dmitry Sivachenko · 15 years ago
  66. d6d0690 [CLEANUP] remove ifdef MSG_NOSIGNAL and define it instead by Willy Tarreau · 15 years ago
  67. c9fce2f [BUILD] fix build for systems without SOL_TCP by Willy Tarreau · 15 years ago
  68. 1274bc4 [MINOR] apply tcp-smart-connect option for the checks too by Willy Tarreau · 15 years ago
  69. fb14edc [MEDIUM] stream_sock: implement tcp-cork for use during shutdowns on Linux by Willy Tarreau · 15 years ago
  70. c6f4ce8 [MEDIUM] add support for binding to source port ranges during connect by Willy Tarreau · 15 years ago
  71. 1772ece [MINOR] fix several printf formats and missing arguments by Willy Tarreau · 15 years ago
  72. e383880 [BUG] server check intervals must not be null by Willy Tarreau · 15 years ago
  73. a461318 [MINOR] task: keep a task count and clean up task creators by Willy Tarreau · 15 years ago
  74. 26c2506 [MEDIUM] minor update to the task api: let the scheduler queue itself by Willy Tarreau · 15 years ago
  75. 604e830 [BUG] interface binding: length must include the trailing zero by Willy Tarreau · 15 years ago
  76. f39c71c [CRITICAL] fix server state tracking: it was O(n!) instead of O(n) by Krzysztof Piotr Oledzki · 15 years ago
  77. c76721d [MEDIUM] add support for source interface binding at the server level by Willy Tarreau · 15 years ago
  78. d53f96b [MEDIUM] add support for source interface binding by Willy Tarreau · 15 years ago
  79. 7cd9d94 [BUG] check timeout must not be changed if timeout.check is not set by Willy Tarreau · 16 years ago
  80. fdccded [MEDIUM] indicate a reason for a task wakeup by Willy Tarreau · 16 years ago
  81. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · 16 years ago
  82. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  83. 9789f7b [MAJOR] replace ultree with ebtree in wait-queues by Willy Tarreau · 16 years ago
  84. b7f694f [MEDIUM] implement a monotonic internal clock by Willy Tarreau · 16 years ago
  85. a643baf [MEDIUM] Fix memory freeing at exit by Krzysztof Piotr Oledzki · 16 years ago
  86. 5a329cf [MEDIUM]: Prevent redispatcher from selecting the same server, version #3 by Krzysztof Piotr Oledzki · 16 years ago
  87. c8b16fc [MEDIUM] Implement "track [<backend>/]<server>" by Krzysztof Piotr Oledzki · 16 years ago
  88. 6054819 [BUG] do not apply timeout.connect in checks if unset by Willy Tarreau · 16 years ago
  89. cf1d572 [BUILD] backend.c and checks.c did not build without tproxy ! by Willy Tarreau · 16 years ago
  90. 21d2af3 Revert "[BUILD] backend.c and checks.c did not build without tproxy !" by Willy Tarreau · 16 years ago
  91. 3c3c012 [BUILD] backend.c and checks.c did not build without tproxy ! by Willy Tarreau · 16 years ago
  92. 5259dfe [MEDIUM]: rework checks handling by Krzysztof Piotr Oledzki · 16 years ago
  93. d6f087e [BUG] fix truncated responses with sepoll by Willy Tarreau · 16 years ago
  94. b881608 [BUILD] code did not build in full debug mode by Willy Tarreau · 16 years ago
  95. e8c66af [MEDIUM] fix server health checks source address selection by Willy Tarreau · 16 years ago
  96. 25b501a [MEDIUM]: Count retries and redispatches also for servers, fix redistribute_pending, extend logs, %d->%u cleanup by Krzysztof Piotr Oledzki · 16 years ago
  97. 5542af6 [MEDIUM] slowstart: ensure we don't start with a null weight by Willy Tarreau · 17 years ago
  98. 9909fc1 [MEDIUM] implement the slowstart parameter for servers by Willy Tarreau · 17 years ago
  99. 48494c0 [MEDIUM] implement "http-check disable-on-404" for graceful shutdown by Willy Tarreau · 17 years ago
  100. c7dd71a [MEDIUM] change server check result to a bit field by Willy Tarreau · 17 years ago