1. b1d6774 [MEDIUM] backend: move the transparent proxy address selection to backend by Willy Tarreau · 14 years ago
  2. eaed5a1 [BUG] backend: L7 hashing must not be performed on incomplete requests by Willy Tarreau · 14 years ago
  3. 4de9149 [MINOR] add the "force-persist" statement to force persistence on down servers by Willy Tarreau · 14 years ago
  4. 962c3f4 [MEDIUM] http: fix handling of message pointers by Willy Tarreau · 14 years ago
  5. 15514c2 [MINOR]: stats: add show-legends to report additional informations by Krzysztof Piotr Oledzki · 14 years ago
  6. a95a1f4 [BUG] http: the request URI pointer is relative to the buffer by Willy Tarreau · 14 years ago
  7. 7c96f67 [BUG] http: body parsing must consider the start of message by Willy Tarreau · 15 years ago
  8. 157dd63 [MEDIUM] backend: remove HTTP POST parsing from get_server_ph_post() by Willy Tarreau · 15 years ago
  9. dc8017c [BUG] check_post: limit analysis to the buffer length by Willy Tarreau · 15 years ago
  10. a36af91 [MINOR] acl: add fe_conn, be_conn, queue, avg_queue by Willy Tarreau · 15 years ago
  11. 6b2e11b [MEDIUM] backend: implement consistent hashing variation by Willy Tarreau · 15 years ago
  12. ac68c5d [OPTIM] counters: move some max numbers to the counters struct by Willy Tarreau · 15 years ago
  13. 052d4fd [CLEANUP] Move counters to dedicated structures by Krzysztof Piotr Oledzki · 15 years ago
  14. 9757a38 [MEDIUM] backend: introduce the "static-rr" LB algorithm by Willy Tarreau · 15 years ago
  15. da76f4f [MINOR] backend: reorganize the LB algorithm selection by Willy Tarreau · 15 years ago
  16. f3e49f9 [MINOR] backend: separate declarations of LB algos from their lookup method by Willy Tarreau · 15 years ago
  17. 39c9ba7 [MINOR] lb_map: reorder code in order to ease integration of new hash functions by Willy Tarreau · 15 years ago
  18. f89c187 [CLEANUP] backend: move LB algos to individual files by Willy Tarreau · 15 years ago
  19. ca7d4b9 [MINOR] backend: uninline some LB functions by Willy Tarreau · 15 years ago
  20. c5d9c80 [MINOR] backend: export some functions to recount servers by Willy Tarreau · 15 years ago
  21. caf5898 [BUILD] compilation of haproxy-1.4-dev2 on FreeBSD by Dmitry Sivachenko · 15 years ago
  22. 9650f37 [MEDIUM] move connection establishment from backend to the SI. by Willy Tarreau · 15 years ago
  23. c9fce2f [BUILD] fix build for systems without SOL_TCP by Willy Tarreau · 15 years ago
  24. b55932d [MEDIUM] remove old experimental tcpsplice option by Willy Tarreau · 15 years ago
  25. 736aa23 [MEDIUM] add support for RDP cookie load-balancing by Emeric Brun · 15 years ago
  26. dc340a9 [MEDIUM] splice: set the capability on each stream_interface by Willy Tarreau · 15 years ago
  27. 6704d67 [MEDIUM] support setting a server weight to zero by Willy Tarreau · 15 years ago
  28. d88edf2 [MEDIUM] implement tcp-smart-connect option at the backend by Willy Tarreau · 15 years ago
  29. fb14edc [MEDIUM] stream_sock: implement tcp-cork for use during shutdowns on Linux by Willy Tarreau · 15 years ago
  30. c6f4ce8 [MEDIUM] add support for binding to source port ranges during connect by Willy Tarreau · 15 years ago
  31. affb481 [MEDIUM] add support for "balance hdr(name)" by Benoit · 15 years ago
  32. a3780f2 [BUG] connect timeout is in the stream interface, not the buffer by Willy Tarreau · 15 years ago
  33. 604e830 [BUG] interface binding: length must include the trailing zero by Willy Tarreau · 15 years ago
  34. 079ff0a [MINOR] acl: add 2 new verbs: fe_sess_rate and be_sess_rate by Willy Tarreau · 15 years ago
  35. 3a8efeb [BUG] the "connslots" keyword was matched as "connlots" by Willy Tarreau · 15 years ago
  36. 7f062c4 [MEDIUM] measure and report session rate on frontend, backends and servers by Willy Tarreau · 15 years ago
  37. c76721d [MEDIUM] add support for source interface binding at the server level by Willy Tarreau · 15 years ago
  38. d53f96b [MEDIUM] add support for source interface binding by Willy Tarreau · 15 years ago
  39. 3ab68cf [MEDIUM] splice: add the global "nosplice" option by Willy Tarreau · 15 years ago
  40. 03d60bb [OPTIM] buffer: replace rlim by max_len by Willy Tarreau · 15 years ago
  41. 4b1f859 [BUG] "option transparent" is for backend, not frontend ! by Willy Tarreau · 16 years ago
  42. 5051d7b [MINOR] acl: add new keyword "connslots" by Jeffrey 'jf' Lim · 16 years ago
  43. 7e5067d [MEDIUM] remove cli_fd, srv_fd, cli_state and srv_state from the session by Willy Tarreau · 16 years ago
  44. 2d3d94c [MINOR] replace srv_close_with_err() with http_server_error() by Willy Tarreau · 16 years ago
  45. 1e62de6 [MEDIUM] add the SN_CURR_SESS flag to the session to track open sessions by Willy Tarreau · 16 years ago
  46. efb453c [MAJOR] migrate the connection logic to stream interface by Willy Tarreau · 16 years ago
  47. 3537467 [MEDIUM] move QUEUE and TAR timers to stream interfaces by Willy Tarreau · 16 years ago
  48. e5ed406 [MAJOR] make stream sockets aware of the stream interface by Willy Tarreau · 16 years ago
  49. fa7e102 [MAJOR] rework of the server FSM by Willy Tarreau · 16 years ago
  50. 788e284 [BUG] fix harmless but wrong fd insertion sequence by Willy Tarreau · 16 years ago
  51. 26ed74d [MEDIUM] use buffer->wex instead of buffer->cex for connect timeout by Willy Tarreau · 16 years ago
  52. adfb856 [MAJOR] get rid of SV_STANALYZE (step 2) by Willy Tarreau · 16 years ago
  53. fb0528b [BUG] fix segfault with url_param + check_post by Willy Tarreau · 16 years ago
  54. a534fea [CLEANUP] remove 65 useless NULL checks before free by Willy Tarreau · 16 years ago
  55. 0ceba5a [MEDIUM] acl: set types on all currently known ACL verbs by Willy Tarreau · 16 years ago
  56. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · 16 years ago
  57. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  58. 7c669d7 [BUG] fix the dequeuing logic to ensure that all requests get served by Willy Tarreau · 16 years ago
  59. 9c30fc1 [MEDIUM] add support for URI hash depth and length limits by Marek Majkowski · 16 years ago
  60. 192ee3e [BUILD] fix build of POST analysis code with gcc < 3 by Willy Tarreau · 16 years ago
  61. 1c2ab96 [MAJOR] implement parameter hashing for POST requests by matt.farnsworth@nokia.com · 16 years ago
  62. 5140623 [MAJOR] implementation of the "leastconn" load balancing algorithm by Willy Tarreau · 16 years ago
  63. f4cca45 [BUG] option allbackups was not working anymore in roundrobin mode by Willy Tarreau · 16 years ago
  64. 5a329cf [MEDIUM]: Prevent redispatcher from selecting the same server, version #3 by Krzysztof Piotr Oledzki · 16 years ago
  65. 626a19b [BUG] Don't increment server connections too much + fix retries by Krzysztof Piotr Oledzki · 16 years ago
  66. 70bcfb7 [OPTIM] GCC4's builtin_expect() is suboptimal by Willy Tarreau · 16 years ago
  67. cf1d572 [BUILD] backend.c and checks.c did not build without tproxy ! by Willy Tarreau · 16 years ago
  68. 21d2af3 Revert "[BUILD] backend.c and checks.c did not build without tproxy !" by Willy Tarreau · 16 years ago
  69. 3c3c012 [BUILD] backend.c and checks.c did not build without tproxy ! by Willy Tarreau · 16 years ago
  70. 9c33612 [MEDIUM] completely implement the server redirection method by Willy Tarreau · 16 years ago
  71. bd41428 [MINOR] use s->frt_addr as the server's address in transparent proxy by Willy Tarreau · 16 years ago
  72. e8c66af [MEDIUM] fix server health checks source address selection by Willy Tarreau · 16 years ago
  73. 786d191 [BUG] use backend's source and not server's source with tproxy by Willy Tarreau · 16 years ago
  74. 0a45989 [MINOR] add transparent proxy support for balabit's Tproxy v4 by Willy Tarreau · 16 years ago
  75. 5b6995c [MEDIUM] add non-local bind to connect() on Linux by Willy Tarreau · 16 years ago
  76. fe10a06 [BUG] connect_server: server might not exist when sending error report by Willy Tarreau · 16 years ago
  77. 25b501a [MEDIUM]: Count retries and redispatches also for servers, fix redistribute_pending, extend logs, %d->%u cleanup by Krzysztof Piotr Oledzki · 16 years ago
  78. 98937b8 [BUG] increment server connections for each connect() by Willy Tarreau · 17 years ago
  79. 4009f01 [BUG] transparent proxy address was ignored in backend by Willy Tarreau · 17 years ago
  80. ddbb82f [STATS] report the number of times each server was selected by Willy Tarreau · 17 years ago
  81. d7c30f9 [CLEANUP] grouped all timeouts in one structure by Willy Tarreau · 17 years ago
  82. 1fa3126 [MEDIUM] introduce separation between contimeout, and tarpit + queue by Willy Tarreau · 17 years ago
  83. b698f0f [CLEANUP] fwrr: ensure that we never overflow in placements by Willy Tarreau · 17 years ago
  84. a9d3c1e [MEDIUM] add the "nbsrv" ACL verb by Willy Tarreau · 17 years ago
  85. 0ebe106 [MEDIUM] secure the calling conditions of ->set_server_status_{up,down} by Willy Tarreau · 17 years ago
  86. 48494c0 [MEDIUM] implement "http-check disable-on-404" for graceful shutdown by Willy Tarreau · 17 years ago
  87. 5eb1a90 [MEDIUM] New option http_proxy by Alexandre Cassen · 17 years ago
  88. 3168223 [MINOR] move the load balancing algorithm to be->lbprm.algo by Willy Tarreau · 17 years ago
  89. b625a08 [MAJOR] implement the Fast Weighted Round Robin (FWRR) algo by Willy Tarreau · 17 years ago
  90. 5dc2fa6 [MINOR] add a weight divisor to the struct proxy by Willy Tarreau · 17 years ago
  91. 2069704 [MEDIUM] differentiate between generic LB params and map-specific ones by Willy Tarreau · 17 years ago
  92. 0173280 [MEDIUM] introduce the "url_param" balance method by Willy Tarreau · 17 years ago
  93. a0cbda6 [MINOR] externalize the "balance" option parser to backend.c by Willy Tarreau · 17 years ago
  94. 1a20a5d [CLEANUP] group PR_O_BALANCE_* bits into a checkable value by Willy Tarreau · 17 years ago
  95. acafc5f [MEDIUM] add support for "maxqueue" to limit server queue overload by Elijah Epifanov · 17 years ago
  96. 8513094 [MEDIUM] stats: report server and backend cumulated downtime by Krzysztof Oledzki · 17 years ago
  97. 1cf36ba [MEDIUM] stats: count server retries and redispatches by Krzysztof Oledzki · 17 years ago
  98. e94ebd0 [MEDIUM] moved the sockaddr pointer to the fdtab structure by Willy Tarreau · 17 years ago
  99. 87ea548 [MINOR] add the "nolinger" option to disable data lingering by Alexandre Cassen · 17 years ago
  100. 5af3a69 [MEDIUM] improve behaviour with large number of servers per proxy by Willy Tarreau · 17 years ago