]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2006-12-30  Willy Tarreau[MINOR] option httpclose is now checked both in FE...
2006-12-30  Willy Tarreau[MEDIUM] updated log format to report frontend and...
2006-12-29  Willy Tarreau[MAJOR] distinguish between frontend, backend, ruleset...
2006-12-28  Willy Tarreau[MEDIUM] split fe->maxconn into fe->maxconn and be...
2006-12-27  Willy Tarreau[MEDIUM] session logging is now defined by the frontend
2006-12-24  Willy Tarreau[MEDIUM] errorloc now checked first from backend then...
2006-12-23  Willy Tarreau[MINOR] store HTTP error messages into a chunk array
2006-12-23  Willy Tarreau[BUILD] makefile now detects and uses git to set the...
2006-12-22  Willy Tarreau[BUILD] version and date now come from the makefile
2006-12-22  Willy TarreauMerge branch 'master' of home:/data/git/public/haproxy-1.3
2006-12-22  Willy Tarreau[MINOR] forgot to include common/tools.h in the archive.
2006-12-19  Willy Tarreau[BUILD] updated .gitignore
2006-12-17  Willy Tarreau[DOC] added a short descriptive of the backend mechanism
2006-12-17  Willy Tarreau[BUILD] fixed the "git-tar" target in the Makefile
2006-12-17  Willy Tarreau[DOC] updated TODO with remaining l7-switch work
2006-12-17  Willy Tarreau[MAJOR] merged the 'setbe' actions to switch the backen...
2006-12-17  Willy Tarreau[MEDIUM] tried to clean the logs up a little bit
2006-12-17  Willy Tarreau[MEDIUM] separated nbconn into feconn and beconn
2006-12-17  Willy Tarreau[MAJOR] reworked ->be, ->fe and ->fi in sessions
2006-12-17  Willy Tarreau[MINOR] add the fiprm and beprm indirections to struct...
2006-12-17  Willy Tarreau[MEDIUM] moved uri_auth check to a separate function
2006-12-17  Willy Tarreau[MINOR] removed the SN_POST flag and string checks...
2006-12-17  Willy Tarreau[MEDIUM] check the HTTP method after all filters have...
2006-12-17  Willy Tarreau[MEDIUM] optimized the request parser a bit more
2006-12-17  Willy Tarreau[MINOR] reorganized the request parser states to improv...
2006-12-17  Willy Tarreau[MEDIUM] reorganized request handling to prepare for...
2006-12-16  Willy Tarreau[MEDIUM] move all HTTP Request-related session material...
2006-12-16  Willy Tarreau[BUILD] debug.h had a typo. Also add FSM_PRINTF to...
2006-12-16  Willy Tarreau[MEDIUM] make process_cli() not depend on req->h anymore
2006-12-16  Willy Tarreau[MINOR] add .gitignore
2006-12-16  Willy Tarreau[MINOR] added include/common/debug.h
2006-12-16  Willy Tarreau[BUILD] last commit did not build
2006-12-14  Willy Tarreau[MEDIUM] reference and index appended request headers
2006-12-04  Willy Tarreau[MAJOR] finished replacement of the client-side HTTP...
2006-12-04  Willy Tarreau[MAJOR] replaced the client-side HTTP parser with a...
2006-12-04  Willy Tarreau[BUG] files were missing for hdr_idx in previous commit
2006-12-03  Willy Tarreau[MEDIUM] added the hdr_idx structure for future HTTP...
2006-12-02  Willy TarreauMerge branch 'rfc2616' into switch
2006-12-02  Willy Tarreau[BUG] implemented support for multi-line headers as...
2006-11-30  Willy Tarreau[MAJOR] separate sess->proxy into sess->{fe,fi,be}
2006-11-14  Willy Tarreau[MEDIUM] use tproxy address as source of health checks
2006-11-14  Willy Tarreau[BUILD] remove a warning in backend.c
2006-11-13  Willy Tarreau[MEDIUM] add support for SO_REUSEPORT on Linux
2006-11-12  Willy Tarreau[MAJOR] support for source binding via cttproxy
2006-11-12  Willy Tarreau[MEDIUM] import ip_tproxy.h from cttproxy
2006-10-15  Willy Tarreau[RELEASE] released 1.3.3 v1.3.3
2006-10-15  Willy Tarreau[BUILD] Makefile.bsd is functionnal again.
2006-10-15  Willy Tarreau[BUILD] only enable regparm on x86 to avoid useless...
2006-10-15  Willy Tarreau[BUILD] make clean did not work on anything but bash
2006-10-15  Willy Tarreau[BUILD] replaced u_int32_t with unsigned int.
2006-10-15  Willy Tarreau[BUILD] types/proxy.h: reorder a few includes.
2006-10-15  Willy Tarreau[CLEANUP] fd.c : regparm was hardcoded too.
2006-10-15  Willy Tarreau[BUILD] <stdint> is not present on OpenBSD. Prefer...
2006-10-15  Willy Tarreau[CLEANUP] fd.h : regparm was hardcoded.
2006-10-15  Willy Tarreau[CLEANUP] added the correct cast to call localtime()
2006-10-15  Willy Tarreau[MEDIUM] use regparm on a few tv_* functions
2006-10-15  Willy Tarreau[MEDIUM] remove useless calls to gettimeofday()
2006-10-15  Willy Tarreau[CLEANUP] add a few "const char *" where appropriate
2006-10-15  Willy Tarreau[CLEANUP] add a few checks for functions return values
2006-10-15  Willy Tarreau[MINOR] turn every FD_* into functions
2006-10-15  Willy Tarreau[MEDIUM] fix broken redispatch option
2006-10-15  Willy Tarreau[BUILD] added the 'git-tar' target to the Makefile
2006-09-03  Willy Tarreau[RELEASE] released 1.3.2 v1.3.2
2006-09-03  Willy Tarreau[MINOR] tarpit: close the connection if the client...
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...
next