]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2015-03-14  Thierry FOURNIERBUG/MEDIUM: http: the action set-{method|path|query...
2015-03-13  Willy TarreauMEDIUM: listener: store the default target per listener
2015-03-13  Willy TarreauCLEANUP: listeners: remove unused timeout
2015-03-13  Willy TarreauMEDIUM: peers: use frontend_accept() instead of peer_ac...
2015-03-13  Willy TarreauMEDIUM: stats: use frontend_accept() as the accept...
2015-03-13  Willy TarreauMINOR: proxy: store the default target into the fronten...
2015-03-13  Willy TarreauMINOR: peers: centralize configuration of the peers...
2015-03-13  Willy TarreauBUG/MEDIUM: peers: correctly configure the client timeout
2015-03-13  Willy TarreauCLEANUP: lua: don't use si_ic/si_oc on known stream...
2015-03-13  Thierry FOURNIERBUG/MINOR: lua: set current proxy as default value...
2015-03-13  Thierry FOURNIERBUG/MINOR: lua: error in detection of mandatory arguments
2015-03-13  Thierry FOURNIERMEDIUM: map: uses HAProxy facilities to store default...
2015-03-13  Thierry FOURNIERBUG/MINOR: utf8: remove compilator warning
2015-03-13  Thierry FOURNIERMEDIUM: lua: automatically converts strings in proxy...
2015-03-13  Thierry FOURNIERBUG/MEDIUM: lua: bad argument number in analyser and...
2015-03-13  Willy TarreauMEDIUM: channel: don't always set CF_WAKE_WRITE on...
2015-03-12  Willy TarreauCLEANUP: stream-int: remove inclusion of fd.h that...
2015-03-12  Willy TarreauREORG: connection: move conn_drain() to connection...
2015-03-12  Willy TarreauMEDIUM: connection: make conn_drain() perform more...
2015-03-12  Willy TarreauMEDIUM: stream-int: make conn_si_send_proxy() use conn_...
2015-03-12  Willy TarreauMINOR: connection: implement conn_sock_send()
2015-03-12  Willy TarreauMINOR: checks: use conn_data_shutw_hard() instead of...
2015-03-12  Willy TarreauMEDIUM: stream-int: replace xprt->shutw calls with...
2015-03-12  Willy TarreauMINOR: connection: perform the call to xprt->shutw...
2015-03-12  Willy TarreauMINOR: stream-int: use conn_sock_shutw() to shutdown...
2015-03-12  Willy TarreauMINOR: connection: make conn_sock_shutw() actually...
2015-03-12  Willy TarreauCLEANUP: stream-int: remove a redundant clearing of...
2015-03-11  Willy Tarreau[RELEASE] Released version 1.6-dev1 v1.6-dev1
2015-03-11  Jeff BuchbinderMEDIUM: stats: proxied stats admin forms fix
2015-03-11  Janusz DziemidowiczMEDIUM: ssl: Certificate Transparency support
2015-03-11  Jesse HathawayMEDIUM: http: Compress HTTP responses with status codes...
2015-03-11  Willy TarreauMEDIUM: lua: remove hlua_sample_fetch
2015-03-11  Willy TarreauMEDIUM: lua: remove struct hlua_channel
2015-03-11  Willy TarreauCLEANUP: lua: hlua_channel_new() doesn't need the point...
2015-03-11  Willy TarreauCLEANUP: lua: remove the session pointer from hlua_channel
2015-03-11  Willy TarreauMEDIUM: lua: use CF_ISRESP to detect the channel's...
2015-03-11  Willy TarreauMEDIUM: session: simplify receive buffer allocator...
2015-03-11  Willy TarreauMINOR: channel: add chn_sess() helper to retrieve sessi...
2015-03-11  Willy TarreauCLEANUP: lua: limit usage of si_ic/si_oc
2015-03-11  Willy TarreauCLEANUP: stream-int: limit usage of si_ic/si_oc
2015-03-11  Willy TarreauCLEANUP: session: don't use si_{ic,oc} when we know...
2015-03-11  Willy TarreauCLEANUP: session: don't needlessly pass a pointer to...
2015-03-11  Willy TarreauCLEANUP: session: use local variables to access channel...
2015-03-11  Willy TarreauCLEANUP: session: simplify references to chn_{prod...
2015-03-11  Willy TarreauMEDIUM: channel: remove now unused ->prod and ->cons...
2015-03-11  Willy TarreauMAJOR: channel: only rely on the new CF_ISRESP flag...
2015-03-11  Willy TarreauMEDIUM: channel: add a new flag "CF_ISRESP" for the...
2015-03-11  Willy TarreauREORG/MEDIUM: channel: only use chn_prod / chn_cons...
2015-03-11  Willy TarreauCLEANUP: stream-int: add si_opposite() to find the...
2015-03-11  Willy TarreauCLEANUP: stream-int: add si_ib/si_ob to dereference...
2015-03-11  Willy TarreauMEDIUM: stream-int: remove any reference to the owner
2015-03-11  Willy TarreauMEDIUM: stream-int: use si_task() to retrieve the task...
2015-03-11  Willy TarreauMEDIUM: stream-int: make si_sess() use the stream int...
2015-03-11  Willy TarreauMEDIUM: stream-interface: remove now unused pointers...
2015-03-11  Willy TarreauMAJOR: stream-int: only rely on SI_FL_ISBACK to find...
2015-03-11  Willy TarreauMEDIUM: stream-int: add a flag indicating which side...
2015-03-11  Willy TarreauREORG/MEDIUM: stream-int: introduce si_ic/si_oc to...
2015-03-11  Willy TarreauCLEANUP: remove now unused channel pool
2015-03-11  Willy TarreauREORG/MAJOR: move session's req and resp channels back...
2015-03-11  Thierry FOURNIERDOC: lua api
2015-03-11  Thierry FOURNIERMINOR: lua: fetches and converters can return an empty...
2015-03-11  Thierry FOURNIERMINOR: lua: replace function (req|get)_channel by a...
2015-03-11  Thierry FOURNIERMINOR: lua: wrapper for converters
2015-03-11  Thierry FOURNIERMINOR: converters: add function to browse converters
2015-03-11  Thierry FOURNIERMEDIUM: lua: create a namespace for the fetches
2015-03-11  Thierry FOURNIERMEDIUM: lua: change the objects configuration
2015-03-11  Thierry FOURNIERMINOR: replace the Core object by a simple model.
2015-03-10  Willy TarreauCLEANUP: lua: use the same function names in C and Lua
2015-03-10  Willy TarreauMINOR: lua: convert IP addresses to type string
2015-03-10  Thierry FOURNIERMEDIUM: lua: make the functions hlua_gethlua() and...
2015-03-10  Willy TarreauRevert "BUG/MEDIUM: lua: can't handle the response...
2015-03-10  Willy TarreauBUG/MAJOR: http: fix stats regression consecutive to...
2015-03-10  Willy TarreauBUG/MINOR: lua: report the correct function name in...
2015-03-10  Thierry FOURNIERBUG/MEDIUM: buffer: one byte miss in buffer free space...
2015-03-10  Thierry FOURNIERBUG/BUILD: lua: The strict Lua 5.3 version check is...
2015-03-09  Thierry FOURNIERBUG/MINOR: lua: sockets receive behavior doesn't follow...
2015-03-09  Thierry FOURNIERBUG/MEDIUM: lua: cannot connect socket
2015-03-09  Thierry FOURNIERBUG/MEDIUM: lua: sockets don't have buffer to write...
2015-03-09  Thierry FOURNIERBUG/MINOR: log: segfault if there are no proxy reference
2015-03-09  Thierry FOURNIERBUG/MINOR: lua: check buffers before initializing socket
2015-03-09  Thierry FOURNIERBUG/MEDIUM: lua: segfault with buffer_replace2
2015-03-09  Thierry FOURNIERBUG/MEDIUM: lua: can't handle the response bytes
2015-03-09  Thierry FOURNIERBUG/MAJOR: lua: some function are not yieldable, the...
2015-03-09  Thierry FOURNIERMEDIUM: lua: use the Lua-5.3 version of the library
2015-03-09  Thierry FOURNIERBUG/MEDIUM: lua: many errors when we try to send data...
2015-03-09  Thierry FOURNIERBUG/MEDIUM: lua: the Lua process is not waked up after...
2015-03-09  Thierry FOURNIERBUG/MEDIUM: lua: fix infinite loop about channel
2015-03-09  Thierry FOURNIERBUG/MEDIUM: lua: reset flags before resuming execution
2015-03-09  Thierry FOURNIERBUG/MINOR: lua: set buffer if it is nnot avalaible.
2015-03-09  Thierry FOURNIERMINOR: lua: add the struct session in the lua channel...
2015-03-09  Thierry FOURNIERDOC: lua: Lua configuration documentation
2015-03-05  Thierry FOURNIERBUG/MEDIUM: lua: the execution timeout is ignored in...
2015-03-05  Willy TarreauBUG/MEDIUM: task: fix recently introduced scheduler...
2015-03-04  Thierry FOURNIERMEDIUM: lua: change the sleep function core
2015-03-04  Thierry FOURNIERMEDIUM: lua: interrupt the Lua execution for running...
2015-03-04  Thierry FOURNIERMINOR: lua: adds "forced yield" flag
2015-03-04  Thierry FOURNIERMEDIUM: lua: each yielding function returns a wake...
2015-03-04  Thierry FOURNIERMINOR: lua: set skeleton for Lua execution expiration
2015-03-04  Thierry FOURNIERMINOR: lua: use bitfield and macro in place of integer...
2015-03-04  Thierry FOURNIERMINOR: lua: remove some #define
next