]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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...
2015-02-28  Thierry FOURNIERMINOR: lua: txn: import existing sample-fetches in...
2015-02-28  Thierry FOURNIERMINOR: lua: add shared context in the lua stack
2015-02-28  Thierry FOURNIERMINOR: lua: txn: create class TXN associated with the...
2015-02-28  Thierry FOURNIERMINOR: lua: add sample and args type converters
2015-02-28  Thierry FOURNIERMEDIUM: lua: add coroutine as tasks.
2015-02-28  Thierry FOURNIERMINOR: lua: post initialisation bindings
2015-02-28  Thierry FOURNIERMINOR: lua: core: create "core" class and object
2015-02-28  Thierry FOURNIERMINOR: lua: add the configuration directive "lua-load"
2015-02-28  Thierry FOURNIERMEDIUM: lua: "com" signals
2015-02-28  Thierry FOURNIERMINOR: lua: add runtime execution context
2015-02-28  Thierry FOURNIERMINOR: lua: add ease functions
2015-02-28  Thierry FOURNIERMEDIUM: lua: lua integration in the build and init...
2015-02-28  Thierry FOURNIERMINOR: channel: functions to get data from a buffer...
2015-02-28  Thierry FOURNIERMEDIUM: http/tcp: permit to resume http and tcp custom...
2015-02-28  Thierry FOURNIERMEDIUM: http: change the code returned by the response...
2015-02-28  Thierry FOURNIERMEDIUM: buffer: make bo_putblk/bo_putstr/bo_putchk...
2015-02-28  Thierry FOURNIERMEDIUM: tcp: add register keyword system.
2015-02-28  Thierry FOURNIERMINOR: includes: fix a lot of missing or useless includes
2015-02-28  Thierry FOURNIERMINOR: global: export many symbols.
2015-02-28  Thierry FOURNIERMINOR: sample: add function for browsing samples.
2015-02-28  Thierry FOURNIERMINOR: global: export function and permits to not resol...
2015-02-28  Thierry FOURNIERMINOR: sample: add private argument to the struct sampl...
2015-02-28  Thierry FOURNIERMINOR: converters: give the session pointer as converte...
2015-02-28  Thierry FOURNIERMINOR: converters: add a "void *private" argument to...
2015-02-28  Thierry FOURNIERMEDIUM: channel: wake up any request analyzer on respon...
2015-02-28  Thierry FOURNIERMEDIUM: protocol: automatically pick the proto associat...
2015-02-28  Willy TarreauMEDIUM: protocol: use a family array to index the proto...
2015-02-28  Thierry FOURNIERMEDIUM: task: call session analyzers if the task is...
2015-02-28  Thierry FOURNIERMAJOR: poll: only rely on wake_expired_tasks() to compu...
next