1. 827aee9 [MAJOR] session: remove the ->srv pointer from struct session by Willy Tarreau · 13 years ago
  2. 9e000c6 [CLEANUP] stream_interface: use inline functions to manipulate targets by Willy Tarreau · 13 years ago
  3. 3d80d91 [MEDIUM] session: remove s->prev_srv which is not needed anymore by Willy Tarreau · 13 years ago
  4. 664beb8 [MINOR] session: add a pointer to the new target into the session by Willy Tarreau · 13 years ago
  5. f5ab69a [MINOR] proxy: add PR_O2_DISPATCH to detect dispatch mode by Willy Tarreau · 13 years ago
  6. ac82540 [MEDIUM] stream_interface: store the target pointer and type by Willy Tarreau · 13 years ago
  7. f153686 [REORG] tcp: make tcpv4_connect_server() take the target address from the SI by Willy Tarreau · 13 years ago
  8. 957c0a5 [REORG] session: move client and server address to the stream interface by Willy Tarreau · 13 years ago
  9. 61a21a3 [BUG] http: balance url_param did not work with first parameters on POST by Willy Tarreau · 13 years ago
  10. 124d991 [BUG] http: fix computation of message body length after forwarding has started by Willy Tarreau · 13 years ago
  11. 4a0d828 [MINOR] acl: srv_id is only valid in responses by Willy Tarreau · 13 years ago
  12. 17af419 [BUG] acl: srv_id must return no match when the server is NULL by Willy Tarreau · 13 years ago
  13. 35ed801 [MINOR] acl: add be_id/srv_id to match backend's and server's id by Hervé COMMOWICK · 14 years ago
  14. 798a39c [MEDIUM] hash: add support for an 'avalanche' hash-type by Willy Tarreau · 14 years ago
  15. ec810d1 [MINOR] Add some tests on sockets family for port remapping and mode transparent. by Emeric Brun · 14 years ago
  16. d669a4f [MEDIUM] backend: support servers on 0.0.0.0 by Willy Tarreau · 14 years ago
  17. a8f55d5 [MEDIUM] backend: initialize the server stream_interface upon connect() by Willy Tarreau · 14 years ago
  18. 03fa5df [CLEANUP] rename client -> frontend by Willy Tarreau · 14 years ago
  19. 645513a [CLEANUP] client: move some ACLs away to their respective locations by Willy Tarreau · 14 years ago
  20. 44b90cc [CLEANUP] tcp: move some non tcp-specific layer6 processing out of proto_tcp by Willy Tarreau · 14 years ago
  21. 0b1cd94 [MINOR] acl: add srv_is_up() to check that a specific server is up or not by Willy Tarreau · 14 years ago
  22. bce7088 [MEDIUM] add ability to connect to a server from an IP found in a header by Willy Tarreau · 15 years ago
  23. b1d6774 [MEDIUM] backend: move the transparent proxy address selection to backend by Willy Tarreau · 14 years ago
  24. eaed5a1 [BUG] backend: L7 hashing must not be performed on incomplete requests by Willy Tarreau · 14 years ago
  25. 4de9149 [MINOR] add the "force-persist" statement to force persistence on down servers by Willy Tarreau · 14 years ago
  26. 962c3f4 [MEDIUM] http: fix handling of message pointers by Willy Tarreau · 14 years ago
  27. 15514c2 [MINOR]: stats: add show-legends to report additional informations by Krzysztof Piotr Oledzki · 14 years ago
  28. a95a1f4 [BUG] http: the request URI pointer is relative to the buffer by Willy Tarreau · 14 years ago
  29. 7c96f67 [BUG] http: body parsing must consider the start of message by Willy Tarreau · 15 years ago
  30. 157dd63 [MEDIUM] backend: remove HTTP POST parsing from get_server_ph_post() by Willy Tarreau · 15 years ago
  31. dc8017c [BUG] check_post: limit analysis to the buffer length by Willy Tarreau · 15 years ago
  32. a36af91 [MINOR] acl: add fe_conn, be_conn, queue, avg_queue by Willy Tarreau · 15 years ago
  33. 6b2e11b [MEDIUM] backend: implement consistent hashing variation by Willy Tarreau · 15 years ago
  34. ac68c5d [OPTIM] counters: move some max numbers to the counters struct by Willy Tarreau · 15 years ago
  35. 052d4fd [CLEANUP] Move counters to dedicated structures by Krzysztof Piotr Oledzki · 15 years ago
  36. 9757a38 [MEDIUM] backend: introduce the "static-rr" LB algorithm by Willy Tarreau · 15 years ago
  37. da76f4f [MINOR] backend: reorganize the LB algorithm selection by Willy Tarreau · 15 years ago
  38. f3e49f9 [MINOR] backend: separate declarations of LB algos from their lookup method by Willy Tarreau · 15 years ago
  39. 39c9ba7 [MINOR] lb_map: reorder code in order to ease integration of new hash functions by Willy Tarreau · 15 years ago
  40. f89c187 [CLEANUP] backend: move LB algos to individual files by Willy Tarreau · 15 years ago
  41. ca7d4b9 [MINOR] backend: uninline some LB functions by Willy Tarreau · 15 years ago
  42. c5d9c80 [MINOR] backend: export some functions to recount servers by Willy Tarreau · 15 years ago
  43. caf5898 [BUILD] compilation of haproxy-1.4-dev2 on FreeBSD by Dmitry Sivachenko · 15 years ago
  44. 9650f37 [MEDIUM] move connection establishment from backend to the SI. by Willy Tarreau · 15 years ago
  45. c9fce2f [BUILD] fix build for systems without SOL_TCP by Willy Tarreau · 15 years ago
  46. b55932d [MEDIUM] remove old experimental tcpsplice option by Willy Tarreau · 15 years ago
  47. 736aa23 [MEDIUM] add support for RDP cookie load-balancing by Emeric Brun · 15 years ago
  48. dc340a9 [MEDIUM] splice: set the capability on each stream_interface by Willy Tarreau · 15 years ago
  49. 6704d67 [MEDIUM] support setting a server weight to zero by Willy Tarreau · 15 years ago
  50. d88edf2 [MEDIUM] implement tcp-smart-connect option at the backend by Willy Tarreau · 15 years ago
  51. fb14edc [MEDIUM] stream_sock: implement tcp-cork for use during shutdowns on Linux by Willy Tarreau · 15 years ago
  52. c6f4ce8 [MEDIUM] add support for binding to source port ranges during connect by Willy Tarreau · 15 years ago
  53. affb481 [MEDIUM] add support for "balance hdr(name)" by Benoit · 15 years ago
  54. a3780f2 [BUG] connect timeout is in the stream interface, not the buffer by Willy Tarreau · 15 years ago
  55. 604e830 [BUG] interface binding: length must include the trailing zero by Willy Tarreau · 15 years ago
  56. 079ff0a [MINOR] acl: add 2 new verbs: fe_sess_rate and be_sess_rate by Willy Tarreau · 15 years ago
  57. 3a8efeb [BUG] the "connslots" keyword was matched as "connlots" by Willy Tarreau · 15 years ago
  58. 7f062c4 [MEDIUM] measure and report session rate on frontend, backends and servers by Willy Tarreau · 15 years ago
  59. c76721d [MEDIUM] add support for source interface binding at the server level by Willy Tarreau · 15 years ago
  60. d53f96b [MEDIUM] add support for source interface binding by Willy Tarreau · 15 years ago
  61. 3ab68cf [MEDIUM] splice: add the global "nosplice" option by Willy Tarreau · 15 years ago
  62. 03d60bb [OPTIM] buffer: replace rlim by max_len by Willy Tarreau · 15 years ago
  63. 4b1f859 [BUG] "option transparent" is for backend, not frontend ! by Willy Tarreau · 16 years ago
  64. 5051d7b [MINOR] acl: add new keyword "connslots" by Jeffrey 'jf' Lim · 16 years ago
  65. 7e5067d [MEDIUM] remove cli_fd, srv_fd, cli_state and srv_state from the session by Willy Tarreau · 16 years ago
  66. 2d3d94c [MINOR] replace srv_close_with_err() with http_server_error() by Willy Tarreau · 16 years ago
  67. 1e62de6 [MEDIUM] add the SN_CURR_SESS flag to the session to track open sessions by Willy Tarreau · 16 years ago
  68. efb453c [MAJOR] migrate the connection logic to stream interface by Willy Tarreau · 16 years ago
  69. 3537467 [MEDIUM] move QUEUE and TAR timers to stream interfaces by Willy Tarreau · 16 years ago
  70. e5ed406 [MAJOR] make stream sockets aware of the stream interface by Willy Tarreau · 16 years ago
  71. fa7e102 [MAJOR] rework of the server FSM by Willy Tarreau · 16 years ago
  72. 788e284 [BUG] fix harmless but wrong fd insertion sequence by Willy Tarreau · 16 years ago
  73. 26ed74d [MEDIUM] use buffer->wex instead of buffer->cex for connect timeout by Willy Tarreau · 16 years ago
  74. adfb856 [MAJOR] get rid of SV_STANALYZE (step 2) by Willy Tarreau · 16 years ago
  75. fb0528b [BUG] fix segfault with url_param + check_post by Willy Tarreau · 16 years ago
  76. a534fea [CLEANUP] remove 65 useless NULL checks before free by Willy Tarreau · 16 years ago
  77. 0ceba5a [MEDIUM] acl: set types on all currently known ACL verbs by Willy Tarreau · 16 years ago
  78. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · 16 years ago
  79. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  80. 7c669d7 [BUG] fix the dequeuing logic to ensure that all requests get served by Willy Tarreau · 16 years ago
  81. 9c30fc1 [MEDIUM] add support for URI hash depth and length limits by Marek Majkowski · 16 years ago
  82. 192ee3e [BUILD] fix build of POST analysis code with gcc < 3 by Willy Tarreau · 16 years ago
  83. 1c2ab96 [MAJOR] implement parameter hashing for POST requests by matt.farnsworth@nokia.com · 16 years ago
  84. 5140623 [MAJOR] implementation of the "leastconn" load balancing algorithm by Willy Tarreau · 16 years ago
  85. f4cca45 [BUG] option allbackups was not working anymore in roundrobin mode by Willy Tarreau · 16 years ago
  86. 5a329cf [MEDIUM]: Prevent redispatcher from selecting the same server, version #3 by Krzysztof Piotr Oledzki · 16 years ago
  87. 626a19b [BUG] Don't increment server connections too much + fix retries by Krzysztof Piotr Oledzki · 16 years ago
  88. 70bcfb7 [OPTIM] GCC4's builtin_expect() is suboptimal 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. 9c33612 [MEDIUM] completely implement the server redirection method by Willy Tarreau · 16 years ago
  93. bd41428 [MINOR] use s->frt_addr as the server's address in transparent proxy by Willy Tarreau · 16 years ago
  94. e8c66af [MEDIUM] fix server health checks source address selection by Willy Tarreau · 16 years ago
  95. 786d191 [BUG] use backend's source and not server's source with tproxy by Willy Tarreau · 16 years ago
  96. 0a45989 [MINOR] add transparent proxy support for balabit's Tproxy v4 by Willy Tarreau · 16 years ago
  97. 5b6995c [MEDIUM] add non-local bind to connect() on Linux by Willy Tarreau · 16 years ago
  98. fe10a06 [BUG] connect_server: server might not exist when sending error report by Willy Tarreau · 16 years ago
  99. 25b501a [MEDIUM]: Count retries and redispatches also for servers, fix redistribute_pending, extend logs, %d->%u cleanup by Krzysztof Piotr Oledzki · 16 years ago
  100. 98937b8 [BUG] increment server connections for each connect() by Willy Tarreau · 17 years ago