]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2007-05-13  Willy Tarreau[MAJOR] last bunch of capture changes for mempool v2
2007-05-13  Willy Tarreau[MAJOR] ported the captures to use the new mempool v2
2007-05-13  Willy Tarreau[MAJOR] ported requri to use mempools v2
2007-05-13  Willy Tarreau[MAJOR] ported appsession to use mempools v2
2007-05-13  Willy Tarreau[MAJOR] ported pendconn to mempools v2
2007-05-13  Willy Tarreau[MAJOR] switched buffers to mempools v2
2007-05-13  Willy Tarreau[MAJOR] migrated task, tree64 and session to pool2
2007-05-13  Willy Tarreau[MEDIUM] add new memory management functions
2007-05-13  Willy Tarreau[MEDIUM] implement memory pools version 2
2007-05-13  Willy TarreauMerge branch 'timers' into merge-timers
2007-05-13  Willy Tarreau[MINOR] use non-inline tv_* functions in many locations
2007-05-13  Willy Tarreau[MINOR] avoid inlining in task.c
2007-05-13  Willy Tarreau[MINOR] add new tv_* functions
2007-05-13  Willy TarreauMerge branch 'master' into timers
2007-05-13  Willy Tarreau[TESTS] updates to hash experimentations
2007-05-12  Willy Tarreau[BUG] fix ev_sepoll again, this time with a new state...
2007-05-12  Willy Tarreau[MAJOR] replaced all timeouts with struct timeval
2007-05-12  Willy Tarreau[MINOR] time.h: added a few tv_* functions to manipulat...
2007-05-12  Willy Tarreau[TESTS] test_pools: added support for dlmalloc()
2007-05-12  Willy Tarreau[TESTS] added test_pools from Aleksandar Lazic
2007-05-10  Willy Tarreau[RELEASE] Released version 1.3.10.2 with the following... v1.3.10.2
2007-05-10  Willy Tarreau[BUILD] fixed build of files including standard.h on...
2007-05-09  Willy Tarreau[RELEASE] Released version 1.3.10.1 with the following... v1.3.10.1
2007-05-09  Willy Tarreau[BUG] two missing states in sepoll transition matrix
2007-05-08  Willy Tarreau[RELEASE] Released version 1.3.10 with the following... v1.3.10
2007-05-08  Willy Tarreau[DOC] add some documentation about ACLs
2007-05-08  Willy Tarreau[MAJOR] fixed some expiration dates on tasks
2007-05-08  Willy Tarreau[MEDIUM] implement SMTP health checks
2007-05-08  Willy Tarreau[MINOR] ACL regex matching on the URI ; uri_reg
2007-05-08  Willy Tarreau[MINOR] implement the ACL keywords 'dst' and 'dport'
2007-05-08  Willy Tarreau[MINOR] implement acl_parse_ip and acl_match_ip
2007-05-08  Willy Tarreau[MEDIUM] added the 'block' keyword to the config language
2007-05-08  Willy Tarreau[MEDIUM] added several ACL criteria and matches
2007-05-08  Willy Tarreau[MEDIUM] add the 'acl' keyword to the config language
2007-05-08  Willy Tarreau[MAJOR] new framework for generic ACL support
2007-05-08  Willy Tarreau[MEDIUM] store the original destination address in...
2007-05-08  Willy Tarreau[MINOR] fixed useless memory allocation in str2net()
2007-05-08  Willy Tarreau[TESTS] added a trivial program to benchmark hash algos
2007-05-08  Willy Tarreau[BUG] fix early server close after client close
2007-05-08  Willy Tarreau[MEDIUM] ensure that we always have a null word in...
2007-05-08  Willy Tarreau[MINOR] add support for variable size arrays in structures
2007-05-08  Willy Tarreau[MINOR] add LIST_HEAD_INIT to the list management macros
2007-05-08  Willy Tarreau[MEDIUM] add better list management macros
2007-05-08  Willy Tarreau[MEDIUM] implement the URI hash algorithm
2007-05-08  Willy Tarreau[MEDIUM] always have msg->sol point to beginning of...
2007-04-30  Willy Tarreau[BUILD] do not build rbtree anymore
2007-04-30  Willy Tarreau[MINOR] uninline task_wakeup
2007-04-30  Willy Tarreau[MINOR] ev_sepoll: refine flags management.
2007-04-30  Willy Tarreau[BUG] fixed connection establishment detection
2007-04-29  Willy Tarreau[MINOR] remove wait_time nullification in ev_sepoll
2007-04-29  Willy Tarreau[MINOR] pre-compute t->expire in event_accept
2007-04-29  Willy Tarreau[MEDIUM] many cleanups in the time functions
2007-04-29  Willy Tarreau[MINOR] tell the compiler that debug more is unlikely...
2007-04-29  Willy Tarreau[MEDIUM] implement and use tv_cmp2_le instead of tv_cmp2_ms
2007-04-29  Willy Tarreau[MAJOR] changed TV_ETERNITY to ~0 instead of 0
2007-04-29  Willy Tarreau[MAJOR] replaced rbtree with ul2tree.
2007-04-29  Willy Tarreau[MINOR] removed useless counters from ul2tree_insert()
2007-04-29  Willy Tarreau[MINOR] import ul2tree from old librt project
2007-04-29  Willy Tarreau[MINOR] added support for dual-linked lists
2007-04-15  Willy Tarreau[RELEASE] Released version 1.3.9 with the following... v1.3.9
2007-04-15  Willy Tarreau[BUILD] regparm in fd.h broke build on gcc-2.95
2007-04-15  Willy Tarreau[MAJOR] introduced speculative I/O with epoll()
2007-04-15  Willy Tarreau[MAJOR] auto-registering of pollers at load time
2007-04-15  Willy Tarreau[BUILD] declare epoll_* as static when using our own...
2007-04-15  Willy Tarreau[MAJOR] remove useless calls to shutdown(SHUT_RD)
2007-04-15  Willy Tarreau[MAJOR] implemented support for speculative I/O processing
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...
next