1. c5d9c80 [MINOR] backend: export some functions to recount servers by Willy Tarreau · 15 years ago
  2. caf5898 [BUILD] compilation of haproxy-1.4-dev2 on FreeBSD by Dmitry Sivachenko · 15 years ago
  3. 9650f37 [MEDIUM] move connection establishment from backend to the SI. by Willy Tarreau · 15 years ago
  4. c9fce2f [BUILD] fix build for systems without SOL_TCP by Willy Tarreau · 15 years ago
  5. b55932d [MEDIUM] remove old experimental tcpsplice option by Willy Tarreau · 15 years ago
  6. 736aa23 [MEDIUM] add support for RDP cookie load-balancing by Emeric Brun · 15 years ago
  7. dc340a9 [MEDIUM] splice: set the capability on each stream_interface by Willy Tarreau · 15 years ago
  8. 6704d67 [MEDIUM] support setting a server weight to zero by Willy Tarreau · 15 years ago
  9. d88edf2 [MEDIUM] implement tcp-smart-connect option at the backend by Willy Tarreau · 15 years ago
  10. fb14edc [MEDIUM] stream_sock: implement tcp-cork for use during shutdowns on Linux by Willy Tarreau · 15 years ago
  11. c6f4ce8 [MEDIUM] add support for binding to source port ranges during connect by Willy Tarreau · 15 years ago
  12. affb481 [MEDIUM] add support for "balance hdr(name)" by Benoit · 15 years ago
  13. a3780f2 [BUG] connect timeout is in the stream interface, not the buffer by Willy Tarreau · 15 years ago
  14. 604e830 [BUG] interface binding: length must include the trailing zero by Willy Tarreau · 15 years ago
  15. 079ff0a [MINOR] acl: add 2 new verbs: fe_sess_rate and be_sess_rate by Willy Tarreau · 15 years ago
  16. 3a8efeb [BUG] the "connslots" keyword was matched as "connlots" by Willy Tarreau · 15 years ago
  17. 7f062c4 [MEDIUM] measure and report session rate on frontend, backends and servers by Willy Tarreau · 15 years ago
  18. c76721d [MEDIUM] add support for source interface binding at the server level by Willy Tarreau · 15 years ago
  19. d53f96b [MEDIUM] add support for source interface binding by Willy Tarreau · 15 years ago
  20. 3ab68cf [MEDIUM] splice: add the global "nosplice" option by Willy Tarreau · 15 years ago
  21. 03d60bb [OPTIM] buffer: replace rlim by max_len by Willy Tarreau · 15 years ago
  22. 4b1f859 [BUG] "option transparent" is for backend, not frontend ! by Willy Tarreau · 16 years ago
  23. 5051d7b [MINOR] acl: add new keyword "connslots" by Jeffrey 'jf' Lim · 16 years ago
  24. 7e5067d [MEDIUM] remove cli_fd, srv_fd, cli_state and srv_state from the session by Willy Tarreau · 16 years ago
  25. 2d3d94c [MINOR] replace srv_close_with_err() with http_server_error() by Willy Tarreau · 16 years ago
  26. 1e62de6 [MEDIUM] add the SN_CURR_SESS flag to the session to track open sessions by Willy Tarreau · 16 years ago
  27. efb453c [MAJOR] migrate the connection logic to stream interface by Willy Tarreau · 16 years ago
  28. 3537467 [MEDIUM] move QUEUE and TAR timers to stream interfaces by Willy Tarreau · 16 years ago
  29. e5ed406 [MAJOR] make stream sockets aware of the stream interface by Willy Tarreau · 16 years ago
  30. fa7e102 [MAJOR] rework of the server FSM by Willy Tarreau · 16 years ago
  31. 788e284 [BUG] fix harmless but wrong fd insertion sequence by Willy Tarreau · 16 years ago
  32. 26ed74d [MEDIUM] use buffer->wex instead of buffer->cex for connect timeout by Willy Tarreau · 16 years ago
  33. adfb856 [MAJOR] get rid of SV_STANALYZE (step 2) by Willy Tarreau · 16 years ago
  34. fb0528b [BUG] fix segfault with url_param + check_post by Willy Tarreau · 16 years ago
  35. a534fea [CLEANUP] remove 65 useless NULL checks before free by Willy Tarreau · 16 years ago
  36. 0ceba5a [MEDIUM] acl: set types on all currently known ACL verbs by Willy Tarreau · 16 years ago
  37. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · 16 years ago
  38. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  39. 7c669d7 [BUG] fix the dequeuing logic to ensure that all requests get served by Willy Tarreau · 16 years ago
  40. 9c30fc1 [MEDIUM] add support for URI hash depth and length limits by Marek Majkowski · 16 years ago
  41. 192ee3e [BUILD] fix build of POST analysis code with gcc < 3 by Willy Tarreau · 16 years ago
  42. 1c2ab96 [MAJOR] implement parameter hashing for POST requests by matt.farnsworth@nokia.com · 16 years ago
  43. 5140623 [MAJOR] implementation of the "leastconn" load balancing algorithm by Willy Tarreau · 16 years ago
  44. f4cca45 [BUG] option allbackups was not working anymore in roundrobin mode by Willy Tarreau · 16 years ago
  45. 5a329cf [MEDIUM]: Prevent redispatcher from selecting the same server, version #3 by Krzysztof Piotr Oledzki · 16 years ago
  46. 626a19b [BUG] Don't increment server connections too much + fix retries by Krzysztof Piotr Oledzki · 16 years ago
  47. 70bcfb7 [OPTIM] GCC4's builtin_expect() is suboptimal by Willy Tarreau · 16 years ago
  48. cf1d572 [BUILD] backend.c and checks.c did not build without tproxy ! by Willy Tarreau · 16 years ago
  49. 21d2af3 Revert "[BUILD] backend.c and checks.c did not build without tproxy !" by Willy Tarreau · 16 years ago
  50. 3c3c012 [BUILD] backend.c and checks.c did not build without tproxy ! by Willy Tarreau · 16 years ago
  51. 9c33612 [MEDIUM] completely implement the server redirection method by Willy Tarreau · 16 years ago
  52. bd41428 [MINOR] use s->frt_addr as the server's address in transparent proxy by Willy Tarreau · 16 years ago
  53. e8c66af [MEDIUM] fix server health checks source address selection by Willy Tarreau · 16 years ago
  54. 786d191 [BUG] use backend's source and not server's source with tproxy by Willy Tarreau · 16 years ago
  55. 0a45989 [MINOR] add transparent proxy support for balabit's Tproxy v4 by Willy Tarreau · 16 years ago
  56. 5b6995c [MEDIUM] add non-local bind to connect() on Linux by Willy Tarreau · 16 years ago
  57. fe10a06 [BUG] connect_server: server might not exist when sending error report by Willy Tarreau · 16 years ago
  58. 25b501a [MEDIUM]: Count retries and redispatches also for servers, fix redistribute_pending, extend logs, %d->%u cleanup by Krzysztof Piotr Oledzki · 16 years ago
  59. 98937b8 [BUG] increment server connections for each connect() by Willy Tarreau · 17 years ago
  60. 4009f01 [BUG] transparent proxy address was ignored in backend by Willy Tarreau · 17 years ago
  61. ddbb82f [STATS] report the number of times each server was selected by Willy Tarreau · 17 years ago
  62. d7c30f9 [CLEANUP] grouped all timeouts in one structure by Willy Tarreau · 17 years ago
  63. 1fa3126 [MEDIUM] introduce separation between contimeout, and tarpit + queue by Willy Tarreau · 17 years ago
  64. b698f0f [CLEANUP] fwrr: ensure that we never overflow in placements by Willy Tarreau · 17 years ago
  65. a9d3c1e [MEDIUM] add the "nbsrv" ACL verb by Willy Tarreau · 17 years ago
  66. 0ebe106 [MEDIUM] secure the calling conditions of ->set_server_status_{up,down} by Willy Tarreau · 17 years ago
  67. 48494c0 [MEDIUM] implement "http-check disable-on-404" for graceful shutdown by Willy Tarreau · 17 years ago
  68. 5eb1a90 [MEDIUM] New option http_proxy by Alexandre Cassen · 17 years ago
  69. 3168223 [MINOR] move the load balancing algorithm to be->lbprm.algo by Willy Tarreau · 17 years ago
  70. b625a08 [MAJOR] implement the Fast Weighted Round Robin (FWRR) algo by Willy Tarreau · 17 years ago
  71. 5dc2fa6 [MINOR] add a weight divisor to the struct proxy by Willy Tarreau · 17 years ago
  72. 2069704 [MEDIUM] differentiate between generic LB params and map-specific ones by Willy Tarreau · 17 years ago
  73. 0173280 [MEDIUM] introduce the "url_param" balance method by Willy Tarreau · 17 years ago
  74. a0cbda6 [MINOR] externalize the "balance" option parser to backend.c by Willy Tarreau · 17 years ago
  75. 1a20a5d [CLEANUP] group PR_O_BALANCE_* bits into a checkable value by Willy Tarreau · 17 years ago
  76. acafc5f [MEDIUM] add support for "maxqueue" to limit server queue overload by Elijah Epifanov · 17 years ago
  77. 8513094 [MEDIUM] stats: report server and backend cumulated downtime by Krzysztof Oledzki · 17 years ago
  78. 1cf36ba [MEDIUM] stats: count server retries and redispatches by Krzysztof Oledzki · 17 years ago
  79. e94ebd0 [MEDIUM] moved the sockaddr pointer to the fdtab structure by Willy Tarreau · 17 years ago
  80. 87ea548 [MINOR] add the "nolinger" option to disable data lingering by Alexandre Cassen · 17 years ago
  81. 5af3a69 [MEDIUM] improve behaviour with large number of servers per proxy by Willy Tarreau · 17 years ago
  82. a8b55e3 [MINOR] use non-inline tv_* functions in many locations by Willy Tarreau · 17 years ago
  83. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · 17 years ago
  84. 14c8aac [MEDIUM] store the original destination address in the session by Willy Tarreau · 17 years ago
  85. 2fcb500 [MEDIUM] implement the URI hash algorithm by Willy Tarreau · 17 years ago
  86. 42aae5c [MEDIUM] many cleanups in the time functions by Willy Tarreau · 17 years ago
  87. 96bcfd7 [MAJOR] replaced rbtree with ul2tree. by Willy Tarreau · 17 years ago
  88. f161a34 [MEDIUM] updated all files to use EV_FD_* by Willy Tarreau · 17 years ago
  89. e2e27a5 [MEDIUM] removed now unused fiprm and beprm from proxies by Willy Tarreau · 17 years ago
  90. 417fae0 [MINOR] changed server weight storage from char to unsigned int by Willy Tarreau · 17 years ago
  91. 3d30059 [MINOR] move some flags from session.h to proto_http.h by Willy Tarreau · 17 years ago
  92. 5d65bbb [BUG] last backend change broke server assignment by Willy Tarreau · 17 years ago
  93. 1a1158b [MINOR] do not create a socket if there is no server by Willy Tarreau · 17 years ago
  94. 6d1a988 [MAJOR] complete support and doc for tcp-splicing by Willy Tarreau · 17 years ago
  95. 8058743 [MEDIUM] errorloc now checked first from backend then from frontend by Willy Tarreau · 18 years ago
  96. 0f77253 [MINOR] store HTTP error messages into a chunk array by Willy Tarreau · 18 years ago
  97. 830ff45 [MAJOR] reworked ->be, ->fe and ->fi in sessions by Willy Tarreau · 18 years ago
  98. 73de989 [MAJOR] separate sess->proxy into sess->{fe,fi,be} by Willy Tarreau · 18 years ago
  99. f19cf37 [BUILD] remove a warning in backend.c by Willy Tarreau · 18 years ago
  100. 77074d5 [MAJOR] support for source binding via cttproxy by Willy Tarreau · 18 years ago