]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2015-10-09  Christopher... BUG/MINOR: ssl: fix management of the cache where forge...
2015-10-09  Christopher... BUG/MINOR: http: Add OPTIONS in supported http methods...
2015-10-09  Christopher... MINOR: lru: do not allocate useless memory in lru64_lookup
2015-10-09  Joseph LynchBUILD: Fix the build on OSX (htonll/ntohll)
2015-10-08  Willy TarreauMINOR: debug: enable memory poisonning to use byte 0
2015-10-08  Willy TarreauMEDIUM: init: support a list of files on the command...
2015-10-08  Willy TarreauMEDIUM: init: support more command line arguments after...
2015-10-07  Willy TarreauBUG/MEDIUM: lua: force server-close mode on Lua services
2015-10-07  Willy TarreauCLEANUP: cli: ensure we can never double-free error...
2015-10-06  Willy Tarreau[RELEASE] Released version 1.6-dev7 v1.6-dev7
2015-10-06  Andrew HayworthMINOR: cli: Dump all resolvers stats if no resolver...
2015-10-02  Ben CabotBUG: config: external-check command validation is check...
2015-10-02  David CarlierDOC: lua: few typos.
2015-10-02  Thierry FOURNIERMINOR: http/tcp: fill the avalaible actions
2015-10-02  Thierry FOURNIERDOC: lua: update doc according with the last Lua changes
2015-10-02  Thierry FOURNIERDOC: lua: update Lua doc
2015-10-02  Thierry FOURNIERMINOR: lua: rename the tune.lua.applet-timeout
2015-10-01  Dmitry SivachenkoBUG/MEDIUM: str2ip: make getaddrinfo() consider local...
2015-10-01  Dragan DosenBUG/MEDIUM: logs: segfault writing to log from Lua
2015-10-01  Pieter BaauwDOC: fix lua use-service example
2015-09-29  Thierry FOURNIERMEDIUM: lua: change the timeout execution
2015-09-29  Thierry FOURNIERMINOR: lua: remove the run flag
2015-09-29  Willy TarreauBUG/MEDIUM: server: fix misuse of format string in...
2015-09-29  Willy TarreauBUILD: server: fix build warnings introduced by load...
2015-09-29  Willy TarreauBUILD: tcp: use IPPROTO_IP when SOL_IP is not available
2015-09-29  Willy TarreauCLEANUP: tcp: silent-drop: only drain the connection...
2015-09-29  Willy TarreauBUG/MINOR: tcp: make silent-drop always force a TCP...
2015-09-29  Willy TarreauDOC: reorder misplaced res.ssl_hello_type in the doc
2015-09-29  Pradeep JindalMINOR: payload: add support for tls session ticket ext
2015-09-28  Cyril BontéDOC: documentation format cleanups
2015-09-28  Willy Tarreau[RELEASE] Released version 1.6-dev6 v1.6-dev6
2015-09-28  Willy TarreauDOC: add URLs to optional libraries in the README
2015-09-28  Willy TarreauMEDIUM: tcp: add new tcp action "silent-drop"
2015-09-28  Willy TarreauDOC: remove outdated actions lists on tcp-request/response
2015-09-28  Willy TarreauBUG/MEDIUM: tcp: fix inverted condition to call custom...
2015-09-28  Dragan DosenMEDIUM: logs: pass the trailing "\n" as an iovec
2015-09-28  Dragan DosenMEDIUM: logs: have global.log_send_hostname not contain...
2015-09-28  Dragan DosenDOC: mention support for the RFC5424 syslog message...
2015-09-28  Willy TarreauMEDIUM: init: completely deallocate unused peers
2015-09-28  Willy TarreauBUG/MEDIUM: proxy: do not wake stopped proxies' tasks...
2015-09-28  Willy TarreauBUG/MEDIUM: proxy: ignore stopped peers
2015-09-28  Willy TarreauDOC: fix some broken unexpected unicode chars in the...
2015-09-28  Thierry FOURNIERDOC: lua: some documentation update
2015-09-28  Willy TarreauDOC: add David Carlier as maintainer of da.c
2015-09-28  David CarlierDOC: README: DeviceAtlas sample configuration updates
2015-09-28  David CarlierDOC: DeviceAtlas new keywords
2015-09-28  David CarlierMAJOR: da: Update of the DeviceAtlas API module
2015-09-28  David CarlierMINOR: global: Few new struct fields for da module
2015-09-28  David CarlierMINOR: proto_http: Externalisation of previously intern...
2015-09-28  Dragan DosenMEDIUM: logs: add a new RFC5424 log-format for the...
2015-09-28  Dragan DosenMEDIUM: logs: add support for RFC5424 header format...
2015-09-28  Dragan DosenMEDIUM: logs: remove the hostname, tag and pid part...
2015-09-28  Dragan DosenMEDIUM: log: use a separate buffer for the header and...
2015-09-28  Dragan DosenMEDIUM: log: replace sendto() with sendmsg() in __send_...
2015-09-28  David CarlierBUG/MEDIUM: main: Freeing a bunch of static pointers
2015-09-28  David CarlierMINOR: chunk: New function free_trash_buffers()
2015-09-28  David CarlierMINOR: cfgparse: New function cfg_unregister_sections()
2015-09-28  Willy TarreauMEDIUM: config: set tune.maxrewrite to 1024 by default
2015-09-28  Willy TarreauBUG/MINOR: config: check that tune.bufsize is always...
2015-09-27  Thierry FOURNIERMINOR: lua: add AppletHTTP class and service
2015-09-27  Thierry FOURNIERMINOR: lua: add AppletTCP class and service
2015-09-27  Thierry FOURNIERMINOR: stream/applet: add use-service action
2015-09-27  Thierry FOURNIERMINOR: applet: add an execution timeout
2015-09-27  Thierry FOURNIERMINOR: applet: add init function
2015-09-27  Thierry FOURNIERBUG/MEDIUM: lua: don't reset undesired flags in hlua_ct...
2015-09-27  Willy TarreauMEDIUM: action: add a new flag ACT_FLAG_FIRST
2015-09-27  Thierry FOURNIEROPTIM/MEDIUM: lua: executes the garbage collector only...
2015-09-27  Thierry FOURNIERMEDIUM: lua: change the GC policy
2015-09-27  Thierry FOURNIERBUG/MEDIUM: lua: socket destroy before reading pending...
2015-09-27  Thierry FOURNIERMINOR: lua/applet: the cosocket applet should use appct...
2015-09-27  Willy TarreauCLEANUP: config: make the errorloc/errorfile messages...
2015-09-27  Thierry FOURNIERMINOR: lua: extend socket address to support non-IP...
2015-09-27  Thierry FOURNIERMINOR: standard: avoid DNS resolution from the function...
2015-09-27  Willy TarreauDOC: clarify how to make use of abstract sockets in...
2015-09-27  Willy TarreauMEDIUM: lua: only allow actions to yield if not in...
2015-09-27  Willy TarreauMEDIUM: http: pass ACT_FLAG_FINAL to custom actions
2015-09-27  Willy TarreauMEDIUM: actions: add new flag ACT_FLAG_FINAL to notify...
2015-09-27  Willy TarreauMEDIUM: actions: pass a new "flags" argument to custom...
2015-09-27  Thierry FOURNIERBUG/MEDIUM: lua: wakeup task on bad conditions
2015-09-27  Thierry FOURNIERBUG/MEDIUM: lua: forces a garbage collection
2015-09-26  Willy TarreauBUG/MEDIUM: lua: properly set the target on the connection
2015-09-26  Willy TarreauBUG/MEDIUM: lua: better fix for the protocol check
2015-09-26  Willy TarreauMINOR: lua: use the proper applet wakeup mechanism
2015-09-25  Thierry FOURNIERBUG/MEDIUM: lua: longjmp function must be unregistered
2015-09-25  Willy TarreauCLEANUP: lua: remove unneeded memset(0) after calloc()
2015-09-25  Thierry FOURNIERCLEANUP: lua: use calloc in place of malloc
2015-09-25  Willy TarreauDEBUG: add p_malloc() to return a poisonned memory...
2015-09-25  Thierry FOURNIERBUG/MAJOR: lua: segfault after the channel data is...
2015-09-25  Thierry FOURNIERMEDIUM: lua: use the function lua_rawset in place of...
2015-09-25  Thierry FOURNIERMINOR: lua: identify userdata objects
2015-09-25  Thierry FOURNIERMINOR: lua: reset pointer after use
2015-09-25  Thierry FOURNIERMINOR: http: split initialization
2015-09-25  Thierry FOURNIERMINOR: http: export function http_msg_analyzer()
2015-09-25  Thierry FOURNIERMINOR: http: export the get_reason() function
2015-09-25  Thierry FOURNIERMINOR: http: export http_get_path() function
2015-09-25  Thierry FOURNIERCLEANUP: lua: align defines
2015-09-25  Thierry FOURNIERMINOR: channel: rename function chn_sess to chn_strm
2015-09-25  Thierry FOURNIERMEDIUM: proto_http: smp_prefetch_http initialize txn
2015-09-25  Willy TarreauBUG/MEDIUM: stream-int: avoid double-call to applet...
2015-09-25  Willy TarreauMINOR: cli: do not call the release handler on internal...
next