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