]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2006-09-03  Willy Tarreau[DOC] add docs and examples of tarpit configuration
2006-09-03  Willy Tarreau[MEDIUM] added the "reqtarpit" and "reqitarpit" features
2006-07-29  Willy Tarreau[MEDIUM] got rid of event_{cli,srv}_write() in favor...
2006-07-29  Willy Tarreau[MEDIUM] got rid of event_{cli,srv}_read() in favor...
2006-07-29  Willy Tarreau[MEDIUM] removed all res_* and RES_*
2006-07-29  Willy Tarreau[MEDIUM] started the changes towards I/O completion...
2006-07-29  Willy Tarreau[TESTS] added two new test configurations
2006-07-09  Willy Tarreau[RELEASE] released 1.3.1 after resyncing with 1.2.15 v1.3.1
2006-07-09  Willy Tarreau[DOC] provided an example of configuration involving...
2006-07-09  Willy Tarreau[MEDIUM] implemented the 'monitor-uri' keyword.
2006-07-09  Willy Tarreau[MEDIUM] implement 'option ssl-hello-chk' to use CLIENT...
2006-07-09  Willy Tarreau[MEDIUM] now upon startup, haproxy will warn about...
2006-07-09  Willy Tarreau[MINOR] added lots of Content-Type: text/html to HTML...
2006-07-03  Willy Tarreau[RELEASE] version 1.3.0 v1.3.0
2006-06-29  Willy Tarreau[CLEANUP] included common/version.h everywhere
2006-06-29  Willy Tarreau[CLEANUP] renamed include/haproxy to include/common
2006-06-26  Willy Tarreau[BIGMOVE] exploded the monolithic haproxy.c file into...
2006-06-16  Willy TARREAU[BUILD] fixed build on alpha-linux + epoll
2006-06-15  Willy TARREAU[LICENSE] licensing clarifications
2006-06-15  willy tarreau[BUG] neither stats nor error messages could be returne...
2006-05-31  Willy Tarreau[DOC] renamed 'haproxy' instead of 'ha-proxy' or 'h...
2006-05-21  willy tarreau[RELEASE] released 1.2.14 v1.2.14
2006-05-21  willy tarreau[DOC] french doc update
2006-05-21  willy tarreau[MINOR] display "<STATS>" in the logs for statistics...
2006-05-21  willy tarreau[MINOR] always ensure that minconn < maxconn or overrid...
2006-05-21  willy tarreau[DOC] add some informations about 'stats' and 'option...
2006-05-21  willy tarreauMerge branch 'abort-close' into merge
2006-05-21  willy tarreau[DOC] documented the 'stats' parameter.
2006-05-21  willy tarreauMerge branch 'minconn' into abort-close
2006-05-21  willy tarreau[MAJOR] implemented the 'minconn' server parameter...
2006-05-21  willy tarreau[DOC] documented the 'abortonclose' option
2006-05-21  willy tarreau[MEDIUM] added the 'abortonclose' option.
2006-05-21  willy tarreau[MAJOR] missing parenthesis in poll_loop() might have...
2006-05-21  willy tarreau[MAJOR] missing parenthesis prevented matching of cache...
2006-05-21  willy tarreau[MEDIUM] added counters for connect/response/security...
2006-05-21  willy tarreau[MINOR] allow a proxy instance to run without any serve...
2006-05-21  willy tarreau[MEDIUM] the stats dump FSM was buggy and looped on...
2006-05-21  willy tarreau[MEDIUM] hopefully definitely fixed hot-reconf for...
2006-05-21  willy tarreau[MINOR] cosmetic changes in the stats interface
2006-05-21  willy tarreau[CRITICAL] potential NULL dereference when counting...
2006-05-17  willy tarreau[MINOR] also set request time on denied requests
2006-05-17  willy tarreau[MINOR] set request time even for stats requests
2006-05-17  willy tarreau[BUILD] updated Makefile.bsd for the new files
2006-05-17  willy tarreau[MEDIUM] completed HTML status output, fixed some rende...
2006-05-15  willy tarreau[MEDIUM] first working code for an HTML status report.
2006-05-14  willy tarreau[DOC] missing comment caused misinterpretation
2006-05-14  willy tarreau[DEBUG] state names were shifted due to missing PEND...
2006-05-14  willy tarreau[MEDIUM] added the new 'stats' keyword with user authen...
2006-05-14  Willy TARREAU[RELEASE] released version 1.2.13.1 v1.2.13.1
2006-05-14  Willy TARREAU[MEDIUM] perform a soft stop when pause fails to be...
2006-05-14  Willy TARREAU[CRITICAL] fixed an uninitialized 'pend_pos' field...
2006-05-13  willy tarreau[RELEASE] released version 1.2.13 v1.2.13
2006-05-13  willy tarreau[DOC] update documentation to explain the server's...
2006-05-13  willy tarreau[MINOR] the queue time was missing from TCP logs.
2006-05-13  willy tarreau[MINOR] do not report queue time if not queued !
2006-05-13  willy tarreau[DOC] added (and updated) the ROADMAP file
2006-05-13  willy tarreau[MINOR] make logs more accurate about expiration and...
2006-05-12  willy tarreau[MINOR] separately display the server and proxy queue...
2006-05-12  willy tarreau[CLEANUP] remove the unused SV_STCPEND state
2006-05-12  willy tarreau[CRITICAL] fix a crashing trouble with the maxconn...
2006-05-12  willy tarreau[CLEANUP] added some comments at some complex places
2006-05-10  willy tarreau[MEDIUM] in the request, always consider empty cookies...
2006-05-09  willy tarreau[MINOR] set the expiration date when removing a cookie
2006-05-08  willy tarreau[MINOR] swapped the queued and active sessions in the...
2006-05-04  willy tarreau[MINOR] uninlining 6 very common functions saved 15...
2006-05-04  willy tarreau[MEDIUM] when a server goes up, it now steals part...
2006-05-04  willy tarreau[MEDIUM] redispatch queued sessions if possible when...
2006-05-03  willy tarreau[MEDIUM] apply the contimeout to the queue by default.
2006-05-02  willy tarreau[doc] updated the TODO
2006-05-02  willy tarreau[MINOR] updated the sig_dump_state() output to show...
2006-05-02  willy tarreau[MEDIUM] logs now show the time spent in the queue...
2006-05-02  willy tarreau[MEDIUM] slightly optimize the scheduler for non-expira...
2006-05-01  willy tarreau[MAJOR] first limited implementation of connection...
2006-05-01  willy tarreau[MINOR] print the proxy name on first line during dumps...
2006-05-01  willy tarreau[MAJOR] fixed missing checks for NULL srv pointers...
2006-04-29  willy tarreau[MEDIUM] it was not possible to balance between backup...
2006-04-29  willy tarreau[MINOR] stupid bug which caused two different session...
2006-04-24  willy tarreau[CLEANUP] cleaned some comments.
2006-04-22  willy tarreau[MINOR] always process the run queue from the head.
2006-04-15  willy tarreau[MEDIUM] now the round-robin load balancer uses two...
2006-04-15  willy tarreau[MEDIUM] added the necessary infrastructure to support...
2006-04-15  willy tarreau[MINOR] imported mini-clist.h (circular lists) from...
2006-04-15  willy tarreau[MEDIUM] added the total number of sessions per server...
2006-04-15  willy tarreau[MINOR] added some comments to the places where we...
2006-04-15  willy tarreau[MINOR] maintain the number of sessions per server...
2006-04-15  willy tarreauMerge branch 'haproxy-1.2.12' v1.2.12
2006-04-15  willy tarreau[VERSION] updated everything to reflect version 1.2.12.
2006-04-15  willy tarreau[BUILD] added haproxy-small.spec for smaller and embedd...
2006-04-15  willy tarreau[doc] updated english and french docs with source and...
2006-04-15  willy tarreauRevert "maintain the number of sessions per server...
2006-04-15  willy tarreauRevert "added some comments to the places where we...
2006-04-15  willy tarreauRevert "added the total number of sessions per server...
2006-04-15  willy tarreauRevert "added the 'weight' parameter to the servers...
2006-04-15  willy tarreauRevert "implemented the weighted load balancing based...
2006-04-15  willy tarreauRevert "updated TODO"
2006-04-15  willy tarreauRevert "ignore leading empty lines in HTTP requests...
2006-04-15  willy tarreau[MINOR] optionnal '-s' command line argument could...
2006-04-15  willy tarreau* updated TODO
2006-04-15  willy tarreau* implemented the weighted load balancing based on...
2006-04-15  willy tarreau* added the 'weight' parameter to the servers, limited...
next