]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2007-03-04  Willy Tarreau[MINOR] implement http_is_ver_token to fix response...
2007-03-04  Willy Tarreau[MINOR] added new str2i* functions
2007-03-03  Willy Tarreau[MINOR] option forwardfor is for frontends too
2007-03-03  Willy Tarreau[CLEANUP] replaced occurrences of 'hreq' with 'txn...
2007-03-03  Willy Tarreau[CLEANUP] replaced occurrences of 'hreq' with 'txn'
2007-03-03  Willy Tarreau[CLEANUP] renamed several HTTP structures
2007-03-03  Willy Tarreau[DOC] add some doc about internal naming rules
2007-02-11  Willy Tarreau[MINOR] slightly optimize time calculation for rbtree
2007-02-11  Willy Tarreau[MINOR] uninline rb_insert_task_queue()
2007-02-02  Willy Tarreau[BUG] fix crash when no cookie is set on server
2007-02-01  Willy Tarreau[BUG] segfault on some erroneous configurations
2007-01-26  Willy Tarreau[RELEASE] Released version 1.3.7 with the following... v1.3.7
2007-01-26  Willy Tarreau[CRITICAL] an empty header may lead to a crash
2007-01-25  Willy Tarreau[BUG] hdr_idx might be left uninitialized in some cases
2007-01-24  Willy Tarreau[BUILD] fix build on FreeBSD (missing fd_set declaration)
2007-01-22  Willy Tarreau[RELEASE] Released version 1.3.6.1 with the following... v1.3.6.1
2007-01-22  Willy Tarreau[MAJOR] invalid header offset broke cookies and authent...
2007-01-21  Willy Tarreau[RELEASE] Released 1.3.6 with the following changes : v1.3.6
2007-01-21  Willy Tarreau[MEDIUM] implemented the status-line parser in http_msg...
2007-01-21  Willy Tarreau[MINOR] move the response headers to the http_req
2007-01-21  Willy Tarreau[DOC] added a link to an excellent paper about HTTP...
2007-01-21  Willy Tarreau[MAJOR] huge rework of the HTTP request FSM
2007-01-21  Willy Tarreau[BUG] last backend change broke server assignment
2007-01-20  Willy Tarreau[MINOR] do not create a socket if there is no server
2007-01-13  Willy Tarreau[MINOR] add the end of line pointer in each HTTP header
2007-01-13  Willy Tarreau[MINOR] added the Linux-style likely/unlikely macros
2007-01-07  Willy Tarreau[MEDIUM] separate the http request from the session...
2007-01-07  Willy TarreauMerge branch 'master' into http_parser
2007-01-07  Willy Tarreau[MEDIUM] Stats: add support for the HEAD method
2007-01-07  Willy Tarreau[DOC] imported lots of internal documentations
2007-01-07  Willy Tarreau[DOC] updated the http_parsing doc
2007-01-07  Willy Tarreau[RELEASE] Released 1.3.5 with the following major changes : v1.3.5
2007-01-07  Willy Tarreau[MINOR] try to guess server check port when unset
2007-01-07  Willy TarreauMerge branch 'rbtree'
2007-01-07  Willy TarreauMerge branch 'tcpsplice'
2007-01-07  Willy Tarreau[MAJOR] replace the wait-queue linked list with an...
2007-01-07  Willy Tarreau[MINOR] imported the rbtree function from Linux kernel
2007-01-07  Willy Tarreau[MINOR] Makefile: git-log may return multiple dates...
2007-01-07  Willy Tarreau[MINOR] [STATS] swap color sets for active and backup...
2007-01-07  Willy Tarreau[MAJOR] complete support and doc for tcp-splicing
2007-01-06  Willy Tarreau[MINOR] added the "tcpsplice" option
2007-01-06  Willy Tarreau[MINOR] the options table now sets the prerequisite...
2007-01-01  Willy Tarreau[MINOR] updated versions and docs
2007-01-01  Willy Tarreau[RELEASE] released 1.3.4 v1.3.4
2007-01-01  Willy Tarreau[MINOR] added byte count to sessions and statistics.
2007-01-01  Willy Tarreau[CRITICAL] fixed memory leak in session_free()
2007-01-01  Willy Tarreau[MEDIUM] implemented the "default_backend" keyword
2007-01-01  Willy Tarreau[MINOR] stats: factorize many chunk_printf()
2007-01-01  Willy Tarreau[MAJOR] udpated the stats page to clearly distinguish...
2006-12-31  Willy Tarreau[MINOR] indicate the proxy type in the logs after a...
2006-12-30  Willy Tarreau[MEDIUM] use an array to store most common options
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
next