]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2007-04-15  Willy Tarreau[MINOR] add support for the polling results in fdtab
2007-04-15  Willy Tarreau[MINOR] recompute maxfd before touching fdtab
2007-04-10  Willy Tarreau[MINOR] copy-paste typo when checking for -dk to disabl...
2007-04-10  Willy Tarreau[MAJOR] missing tv_now in kqueue_poll() blocking timeouts
2007-04-09  Willy Tarreau[MAJOR] ev_epoll: do not rely on fd_sets anymore
2007-04-09  Willy Tarreau[BUILD] Fix limits.h once for all
2007-04-09  Willy Tarreau[CLEANUP] make makefile more old sh-friendly
2007-04-09  Willy Tarreau[MINOR] kqueue: use fd_clo() to close the fd
2007-04-09  Willy Tarreau[MAJOR] delay registering of listener sockets at startup
2007-04-09  Willy Tarreau[MEDIUM] kqueue: do not manually remove fds
2007-04-09  Willy Tarreau[BUILD] enable kqueue on MacOS X too
2007-04-09  Willy Tarreau[MAJOR] kqueue bug in handling infinite timeouts
2007-04-09  Willy Tarreau[MAJOR] kqueue was not initialized during startup
2007-04-09  Willy Tarreau[BUILD] fixed a warning on OpenBSD : MIN/MAX redefined
2007-04-09  Willy Tarreau[BUILD] fix build on FreeBSD for INT_MIN/INT_MAX
2007-04-09  Willy Tarreau[MINOR] use 'is_set' instead of 'isset' in struct poller
2007-04-09  Willy Tarreau[MINOR] removed proto/polling.h which was not used...
2007-04-09  Willy Tarreau[MAJOR] implemented support for FreeBSD's kqueue()...
2007-04-09  Willy Tarreau[MINOR] ev_* : moved the poll function closer to fd_*
2007-04-08  Willy Tarreau[MINOR] changed fd_set*/fd_clr* functions to return...
2007-04-08  Willy Tarreau[MEDIUM] pollers: store the events in arrays
2007-04-08  Willy Tarreau[MEDIUM] factor FD_ISSET/FD_CLR and !FD_ISSET/FD_SET
2007-04-08  Willy Tarreau[MEDIUM] updated all files to use EV_FD_*
2007-04-08  Willy Tarreau[MAJOR] modularize the polling mechanisms
2007-04-08  Willy Tarreau[MINOR] pollers should not use MY_FD_*
2007-04-03  Willy Tarreau[RELEASE] Released version 1.3.8.2 with the following... v1.3.8.2
2007-04-03  Willy Tarreau[BUG] initialize msg->sol before parsing first line
2007-04-03  Willy Tarreau[BUG] Status line in HTTP response could not be rewritten
2007-04-01  Willy Tarreau[CONTRIB] the URLs in the SPEC files were obsolete
2007-04-01  Willy Tarreau[RELEASE] Released version 1.3.8.1 with the following... v1.3.8.1
2007-04-01  Willy Tarreau[CONTRIB] added the 'except' keyword to haproxy.vim
2007-04-01  Willy Tarreau[CONTRIB] added a VIM script for syntax coloring
2007-04-01  Willy Tarreau[DOC] added some docs about http headers storage and...
2007-03-31  Willy Tarreau[MEDIUM] splitted logs into two versions : TCP and...
2007-03-31  Willy Tarreau[MEDIUM] removed now unused fiprm and beprm from proxies
2007-03-30  Willy Tarreau[BUG] fix reqadd when no option httpclose is used.
2007-03-25  Willy Tarreau[RELEASE] Released version 1.3.8 with the following... v1.3.8
2007-03-25  Willy Tarreau[BUILD] cfgparse requires errno.h on OpenBSD.
2007-03-25  Willy Tarreau[MEDIUM] do not add Connection: close in HTTP/1.0 mode
2007-03-25  Willy Tarreau[DOC] added a CONTRIB file
2007-03-25  Willy Tarreau[CLEANUP] added a few missing newlines to the HTML...
2007-03-25  Willy Tarreau[MINOR] changed server weight storage from char to...
2007-03-25  Willy Tarreau[CLEANUP] slightly reorganized the struct server
2007-03-25  Willy Tarreau[MINOR] cleaned up the check_addr patch a bit
2007-03-25  Willy Tarreau[BUILD] makefile for MacOS 10.4 / Darwin
2007-03-25  Willy Tarreau[MEDIUM] add support for health-checks on other addresses
2007-03-25  Willy Tarreau[DOC] update architecture guide
2007-03-25  Willy Tarreau[MEDIUM] add the "except" keyword to the "forwardfor...
2007-03-25  Willy Tarreau[MEDIUM] add user/groupname support
2007-03-24  Willy Tarreau[MEDIUM] check for cttproxy support when required
2007-03-24  Willy Tarreau[MINOR] more friendly reports of wrong uses of the...
2007-03-23  Willy Tarreau[MINOR] read optimizations based on the MSS
2007-03-23  Willy Tarreau[MEDIUM] re-implemented the multiple read polling
2007-03-19  Willy Tarreau[BUG] fix pointer initializations for TCP connections.
2007-03-18  Willy Tarreau[MINOR] added new function http_header_match2()
2007-03-18  Willy Tarreau[MINOR] HTTP: factorize all the header insertions
2007-03-18  Willy Tarreau[MINOR] used http_flush_cookie_flags() instead of a...
2007-03-18  Willy Tarreau[MINOR] move some flags from session.h to proto_http.h
2007-03-18  Willy Tarreau[CLEANUP] move http_txn out of session.h
2007-03-18  Willy Tarreau[CLEANUP] removed useless includes from streamsock.c
2007-03-18  Willy Tarreau[MINOR] removed the ->h member in struct buffer
2007-03-18  Willy Tarreau[MINOR] fix accounting for response bytes
2007-03-18  Willy Tarreau[MAJOR] completed the HTTP response processing.
2007-03-04  Willy Tarreau[MINOR] code factoring : capture_headers() serves reque...
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...
next