]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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
2015-03-04  Thierry FOURNIERMINOR: remove unused declaration.
2015-03-04  Thierry FOURNIERBUG/MAJOR: lua: send function fails and return bad...
2015-03-04  Cyril BontéBUILD/CLEANUP: systemd: avoid a warning due to mixed...
2015-03-04  Cyril BontéBUILD: try to automatically detect the Lua library...
2015-03-03  Baptiste AssmannBUILD: lua: missing ifdef related to SSL when enabling LUA
2015-03-02  Cyril BontéBUG/MEDIUM: lua: segfault when calling haproxy sample...
2015-03-02  Cyril BontéMINOR: lua: add a compilation error message when compil...
2015-03-02  Cyril BontéMINOR: report the Lua version in -vv
2015-03-02  Cyril BontéMINOR: lua: typo in an error message
2015-02-28  Thierry FOURNIERMEDIUM: lua: Lua initialisation "on demand"
2015-02-28  Willy TarreauBUILD: lua: cleanup many mixed occurrences declarations...
2015-02-28  Thierry FOURNIERMINOR: lua: txn: add binding for closing the client...
2015-02-28  Thierry FOURNIERMINOR: lua: core: can yield an execution stack
2015-02-28  Thierry FOURNIERMINOR: lua: core: can set the nice of the current task
2015-02-28  Thierry FOURNIERMINOR: lua: txn: object "txn" provides two objects...
2015-02-28  Thierry FOURNIERMINOR: lua: channel: add "channel" class
2015-02-28  Thierry FOURNIERMINOR: lua: core: pattern and acl manipulation
2015-02-28  Thierry FOURNIERMEDIUM: lua: socket: add "socket" class for TCP I/O
2015-02-28  Thierry FOURNIERMINOR: lua: core: add sleep functions
2015-02-28  Thierry FOURNIERMINOR: lua: add bindings for tcp and http actions
2015-02-28  Thierry FOURNIERMINOR: lua: register and execute converters in LUA
2015-02-28  Thierry FOURNIERMINOR: lua: register and execute sample-fetches in LUA
2015-02-28  Thierry FOURNIERMINOR: lua: txn: add lua function in TXN that returns...
next