]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2015-04-06  Willy TarreauREORG/MAJOR: session: rename the "session" entity to...
2015-04-06  Willy TarreauCLEANUP: lua: get rid of the last two "*hs" for hlua_smp
2015-04-06  Willy TarreauCLEANUP: lua: rename variable "sc" for struct hlua_smp
2015-04-06  Willy TarreauCLEANUP: lua: rename last occurrences of "*s" to "...
2015-04-06  Willy TarreauCLEANUP: lua: get rid of the last "*ht" for struct...
2015-04-06  Willy TarreauCLEANUP: hlua: stop using variable name "s" alternately...
2015-04-06  Willy TarreauCLEANUP: lua: fix confusing local variable naming in...
2015-04-06  Willy TarreauCLEANUP: lua: remove hard-coded sizeof() in object...
2015-04-06  Willy TarreauBUG/MAJOR: lua: use correct object size when initializi...
2015-04-06  Willy TarreauCLEANUP: lua: remove the unused hlua_sleep memory pool
2015-04-03  Willy TarreauBUG/MAJOR: http: null-terminate the http actions keywor...
2015-04-01  Willy TarreauBUG/MEDIUM: http: hdr_cnt would not count any header...
2015-03-29  Willy TarreauMAJOR: compression: integrate support for libslz
2015-03-28  Willy TarreauCLEANUP: compression: remove unused reset functions
2015-03-28  Willy TarreauMEDIUM: compression: split deflate_flush() into flush...
2015-03-28  Willy TarreauMEDIUM: compression: add new "raw-deflate" compression...
2015-03-28  Willy TarreauMEDIUM: compression: add a distinction between UA-...
2015-03-28  Willy TarreauCLEANUP: compression: statify all algo-specific functions
2015-03-28  Willy TarreauMINOR: http: check the algo name "identity" instead...
2015-03-28  Willy TarreauBUG/MINOR: compression: consider the expansion factor...
2015-03-28  Willy TarreauMEDIUM: compression: don't send leading zeroes with...
2015-03-28  Willy TarreauMEDIUM: compression: postpone buffer adjustments after...
2015-03-26  Joseph LynchMEDIUM: check: include server address and port in the...
2015-03-18  Willy TarreauMEDIUM: lua: implement a simple memory allocator
2015-03-18  Thierry FOURNIERBUG/MINOR: lua: Fix SSL initialisation
2015-03-18  Thierry FOURNIERMINOR: lua: add log functions
2015-03-18  Thierry FOURNIERDOC: lua: fix some typos
2015-03-18  Thierry FOURNIERMINOR: lua: create and register HTTP class
2015-03-18  Thierry FOURNIERMINOR: lua: txn: add function set_(loglevel|tos|mark)
2015-03-18  Thierry FOURNIERMINOR: http: export function inet_set_tos()
2015-03-18  Thierry FOURNIERMINOR: http: split http_transform_header() function...
2015-03-18  Thierry FOURNIERMINOR: http: split the function http_action_set_req_lin...
2015-03-17  Thierry FOURNIERMEDIUM: http: allows 'R' and 'S' in the protocol alphabet
2015-03-17  Willy TarreauBUILD: fix automatic inclusion of libdl.
2015-03-17  Thierry FOURNIERBUILD: lua: it miss the '-ldl' directive
2015-03-17  Thierry FOURNIERMEDIUM/CLEANUP: http: rewrite and lighten http_transfor...
2015-03-17  Thierry FOURNIERBUG/MEDIUM: http: the function "(req|res)-replace-value...
2015-03-16  Thierry FOURNIERBUG/MAJOR: http: don't read past buffer's end in http_r...
2015-03-14  Thierry FOURNIERBUG/MEDIUM: lua: undetected infinite loop
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...
next