]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2017-01-05  Willy TarreauMINOR: tools: add a generic hexdump function for debugging
2017-01-05  Willy TarreauBUILD: scripts: automatically update the branch in...
2017-01-05  Willy TarreauBUG/MINOR: http: report real parser state in error...
2017-01-05  Christopher... BUG/MAJOR: channel: Fix the definition order of channel...
2017-01-05  Thierry FOURNIERBUG/MINOR: sample-fetches/stick-tables: bad type for...
2017-01-02  David HarriganMINOR: stats: Support "select all" for backend actions
2017-01-02  Olivier DoucetBUG/MINOR: option prefer-last-server must be ignored...
2016-12-28  David CarlierMEDIUM: regex: pcre2 support
2016-12-26  Thierry FOURNIERMINOR: samples: add xx-hash functions
2016-12-23  Thierry FOURNIERBUILD: lua: build failed on FreeBSD.
2016-12-23  Guillaume de... DOC: Add timings events schemas
2016-12-23  William LallemandBUG/MINOR: systemd: potential zombie processes
2016-12-23  Willy TarreauBUG/MEDIUM: ssl: for a handshake when server-side SNI...
2016-12-22  Marcin DeranekBUG/MINOR: backend: nbsrv() should return 0 if backend...
2016-12-22  Willy TarreauCLEANUP: ssl: move most ssl-specific global settings...
2016-12-22  Willy TarreauCLEANUP: ssl: move tlskeys_finalize_config() to a post_...
2016-12-22  Willy TarreauMINOR: ssl_sock: implement and use prepare_srv()/destro...
2016-12-22  Willy TarreauMINOR: connection: add new prepare_srv()/destroy_srv...
2016-12-22  Willy TarreauCLEANUP: connection: unexport raw_sock and ssl_sock
2016-12-22  Willy TarreauCLEANUP: connection: remove all direct references to...
2016-12-22  Willy TarreauMINOR: connection: add a minimal transport layer regist...
2016-12-22  Willy TarreauMINOR: server: move the use_ssl field out of the ifdef...
2016-12-22  Willy TarreauMINOR: ssl_sock: implement ssl_sock_destroy_bind_conf()
2016-12-22  Willy TarreauMINOR: connection: add a new destroy_bind_conf() entry...
2016-12-22  Willy TarreauMEDIUM: ssl_sock: implement ssl_sock_prepare_bind_conf()
2016-12-22  Willy TarreauMINOR: connection: add a new prepare_bind_conf() entry...
2016-12-22  Willy TarreauMEDIUM: ssl: remote the proxy argument from most functions
2016-12-22  Willy TarreauMEDIUM: move listener->frontend to bind_conf->frontend
2016-12-22  Willy TarreauMINOR: listener: move the transport layer pointer to...
2016-12-22  Willy TarreauMEDIUM: spoe: don't create a dummy listener for outgoin...
2016-12-22  Willy TarreauMINOR: tcp-rules: check that the listener exists before...
2016-12-22  Thierry FOURNIERBUG/MINOR: stats: fix be/sessions/current out in typed...
2016-12-22  Willy TarreauBUG/MEDIUM: ssl: avoid double free when releasing bind_...
2016-12-22  Willy TarreauBUG/MEDIUM: ssl: properly reset the reused_sess during...
2016-12-22  Willy TarreauMEDIUM: compression: move the zlib-specific stuff from...
2016-12-21  Willy TarreauMEDIUM: cfgparse: move ssl-dh-param-file parsing to...
2016-12-21  Willy TarreauMINOR: cfgparse: move parsing of ssl-default-{bind...
2016-12-21  Willy TarreauMEDIUM: cfgparse: move maxsslconn parsing to ssl_sock
2016-12-21  Willy TarreauMEDIUM: cfgparse: move all tune.ssl.* keywords to ssl_sock
2016-12-21  Willy TarreauMINOR: cfgparse: move parsing of "ca-base" and "crt...
2016-12-21  Willy TarreauMINOR: cfgparse: add two new functions to check argumen...
2016-12-21  Willy TarreauCLEANUP: da: move global settings out of the global...
2016-12-21  Willy TarreauCLEANUP: 51d: move global settings out of the global...
2016-12-21  Willy TarreauCLEANUP: wurfl: move global settings out of the global...
2016-12-21  Willy TarreauCLEANUP: da: register the deinitialization function
2016-12-21  Willy TarreauCLEANUP: 51d: register the deinitialization function
2016-12-21  Willy TarreauCLEANUP: wurfl: register the deinit function via the...
2016-12-21  Willy TarreauMINOR: haproxy: add a registration for post-deinit...
2016-12-21  Willy TarreauCLEANUP: da: make use of the late init registration...
2016-12-21  Willy TarreauCLEANUP: 51d: make use of the late init registration
2016-12-21  Willy TarreauCLEANUP: wurfl: make use of the late init registration
2016-12-21  Willy TarreauCLEANUP: filters: use the function registration to...
2016-12-21  Willy TarreauCLEANUP: checks: make use of the post-init registration...
2016-12-21  Willy TarreauMINOR: haproxy: add a registration for post-check functions
2016-12-21  Willy TarreauCLEANUP: auth: use the build options list to report...
2016-12-21  Willy TarreauCLEANUP: compression: use the build options list to...
2016-12-21  Willy TarreauCLEANUP: ssl: use the build options list to report...
2016-12-21  Willy TarreauCLEANUP: regex: use the build options list to report...
2016-12-21  Willy TarreauCLEANUP: lua: use the build options list to report it
2016-12-21  Willy TarreauCLEANUP: tcp: use the build options list to report...
2016-12-21  Willy TarreauCLEANUP: namespaces: use the build options list to...
2016-12-21  Willy TarreauCLEANUP: da: use the build options list to report it
2016-12-21  Willy TarreauCLEANUP: 51d: use the build options list to report it
2016-12-21  Willy TarreauCLEANUP: wurfl: use the build options list to report it
2016-12-21  Willy TarreauMINOR: haproxy: add a registration for build options
2016-12-21  Willy TarreauCLEANUP: haproxy: statify unexported functions
2016-12-21  Thierry FOURNIERMEDIUM: lua: remove Lua struct from session, and alloca...
2016-12-21  Thierry FOURNIERBUG/MINOR: lua: memleak when Lua/cli fails
2016-12-21  Thierry FOURNIERBUG/MINOR: lua: bad return code
2016-12-21  Thierry FOURNIERBUG/MINOR: lua: memory leak executing tasks
2016-12-21  Christopher... BUG/MINOR: Fix the sending function in Lua's cosocket
2016-12-21  Marcin DeranekDOC: fix small typo in fe_id (backend instead of frontend)
2016-12-17  Thierry FOURNIERMINOR/DOC: lua: just precise one thing
2016-12-17  Willy TarreauCONTRIB: tcploop: add limits.h to fix build issue with...
2016-12-16  Willy TarreauMINOR: appctx/cli: remove the "tlskeys" entry from...
2016-12-16  Willy TarreauMINOR: appctx/cli: remove the "server_state" entry...
2016-12-16  Willy TarreauMINOR: appctx/cli: remove the "dns" entry from the...
2016-12-16  Willy TarreauMINOR: appctx/cli: remove the "be" entry from the appct...
2016-12-16  Willy TarreauMINOR: appctx/cli: remove the env entry from the appctx...
2016-12-16  Willy TarreauMINOR: appctx/cli: remove the cli_socket entry from...
2016-12-16  Willy TarreauMINOR: cli: add two general purpose pointers and intege...
2016-12-16  Willy TarreauCLEANUP: stats: move a misplaced stats context initiali...
2016-12-16  Willy TarreauCLEANUP: applet: group all CLI contexts together
2016-12-16  Willy TarreauCLEANUP: memory: remove the now unused cli_parse_show_p...
2016-12-16  Willy TarreauMINOR: cli: automatically enable a CLI I/O handler...
2016-12-16  William LallemandDOC: cli: show cli sockets
2016-12-16  Thierry FOURNIERMINOR: lua/signals: Remove Lua part from signals.
2016-12-16  Thierry FOURNIERMEDIUM: lua: use memory pool for hlua struct in applets
2016-12-16  Thierry FOURNIERBUG/MINOR: lua/cli: bad error message
2016-12-16  Thierry FOURNIERCLEANUP: lua: rename one of the lua appctx union
2016-12-16  Willy TarreauBUG/MINOR: cli: "show cli sockets" would always report...
2016-12-16  Willy TarreauBUG/MINOR: cli: "show cli sockets" wouldn't list all...
2016-12-15  William LallemandMEDIUM: cli: 'show cli sockets' list the CLI sockets
2016-12-15  Thierry FOURNIERDOC: lua: section declared twice
2016-12-15  Thierry FOURNIERDOC: lua: improve links
2016-12-15  Thierry FOURNIERDOC: lua: documentation about time parser functions
2016-12-14  Willy TarreauCLEANUP: applet: remove the now unused appctx->private...
2016-12-14  Willy TarreauCLEANUP: applet/table: add an "action" entry in ->table...
2016-12-14  Willy TarreauCLEANUP: applet/lua: create a dedicated ->fcn entry...
2016-12-14  Willy TarreauBUG/MINOR: stream-int: automatically release SI_FL_WAIT...
next