]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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...
2006-04-15  willy tarreau* ignore leading empty lines in HTTP requests (RFC2616)
2006-04-10  willy tarreau* ignore leading empty lines in HTTP requests (RFC2616)
2006-04-10  willy tarreau* updated TODO
2006-04-10  willy tarreau* implemented the weighted load balancing based on...
2006-04-08  willy tarreau* added the 'weight' parameter to the servers, limited...
2006-04-07  willy tarreau* added the total number of sessions per server and...
2006-04-07  willy tarreau* added some comments to the places where we can send...
2006-04-07  willy tarreaumaintain the number of sessions per server and add...
2006-03-30  willy tarreau* once again, forgot to update haproxy.spec
2006-03-30  willy tarreau* Released version 1.2.11.1 v1.2.11.1
2006-03-30  willy tarreau* it might have been possible that a flapping server...
2006-03-25  willy tarreau* updated CHANGELOG and haproxy.c to display version... v1.2.11
2006-03-25  willy tarreau* added the '-db' command-line option to disable backgr...
2006-03-25  willy tarreau* added the -sf/-st command-line arguments which are...
2006-03-25  willy tarreau* reworked the startup mechanism to allow the sending...
2006-03-25  willy tarreau* added the ability to enforce limits on memory usage.
2006-03-25  willy tarreau* added the 'source' load-balancing algorithm which...
2006-03-25  willy tarreau* some regression test files for active/backup conditions.
2006-03-25  willy tarreau* re-architectured the server round-robin mechanism...
2006-03-25  willy tarreau* added a counter for the number of active and backup...
2006-03-23  willy tarreauReleased 1.2.10.1 v1.2.10.1
2006-03-23  willy tarreauWhile fixing the backup server round-robin "feature...
2006-03-23  willy tarreau* The displayed proxy name was wrong when dumping upon...
2006-03-19  willy tarreauUpdated CHANGELOG for v1.2.10 v1.2.10
2006-03-19  willy tarreaucleaned the 'tar' target and allowed the 'clean' target...
2006-03-19  willy tarreauAdded the 'tar' target to build the tar.gz archive...
2006-03-19  willy tarreauReleased version 1.2.10
2006-03-19  willy tarreauSeparated OpenBSD build from the main Makefile into...
2006-03-19  willy tarreauprovided a patch to enable epoll on RHEL3 kernels.
2006-03-19  willy tarreauFixed some messages to ease parsing of alerts.
2006-03-19  willy tarreauMake health-checks be more regular, and faster to retry...
2006-03-19  willy tarreauLimit the number of consecutive accept() in multi-proce...
2006-03-19  willy tarreauMake fd management more robust and easier to debug...
2006-03-19  willy tarreauENORMOUS long standing bug affecting the epoll polling...
2006-03-19  willy tarreauassert.h is needed when DEBUG is defined.
2006-03-15  willy tarreaufixed haproxy.spec to build correctly on RHEL3 v1.2.9
2006-03-15  willy tarreauUpdated version to 1.2.9
2006-03-15  willy tarreauNew .spec for RHEL from DAG
2006-03-12  Willy TARREAU* haproxy could not be stopped after being paused.
2006-03-12  Willy TARREAU* automatically deduce ulimit-n from maxsock
2006-03-12  Willy TARREAU* account for the sockets needed for listeners and...
2006-03-12  Willy TARREAU* added the ability to enforce a maximum number of...
2006-03-02  willy tarreau* implemented support for multi-line headers as require...
2006-03-01  Willy TARREAU* health checks sent to servers configured with identic...
2006-03-01  Willy TARREAU* the default 'httpclose' option only sets the 'Connect...
2006-03-01  Willy TARREAU* there was a bug in the way the backup servers were...
2006-03-01  Willy TARREAU* some commented out debug code was not usable. This...
2006-03-01  Willy TARREAU* a never ending connect() could lead to a fast select...
2006-03-01  Willy TARREAU* fixed some tv_cmp_ms() computations. Strictly speakin...
2006-03-01  Willy TARREAU* now we initialize the libc's localtime structures...
2006-03-01  Willy TARREAU* daemon mode must imply 'quiet' and disable 'verbose' as
2006-01-29  Willy TARREAU* Added a 'haproxy.bsd' entry to fix openbsd build
2006-01-29  willy tarreau* fixed a few missing dates v1.2.8
2006-01-29  willy tarreau* bumped version to 1.2.8 and updated CHANGELOG accordingly
2006-01-29  willy tarreau* fixed version references in documentation
2006-01-29  willy tarreau* recent change for pause/play mode broke compilation...
next