haproxy-2.5.git
2016-11-24 Willy TarreauREORG: cli: move "{enable|disable} agent" to server.c
2016-11-24 Willy TarreauREORG: cli: move "{enable|disable} health" to server.c
2016-11-24 Willy TarreauREORG: cli: move "{enable|disable} server" to server.c
2016-11-24 Willy TarreauREORG: cli: move "{enable|disable} frontend" to proxy.c
2016-11-24 Willy TarreauREORG: cli: move "shutdown frontend" to proxy.c
2016-11-24 Willy TarreauREORG: cli: move "shutdown session" to stream.c
2016-11-24 Willy TarreauREORG: cli: move "shutdown sessions server" to stream.c
2016-11-24 Willy TarreauREORG: cli: move "set maxconn frontend" to proxy.c
2016-11-24 Willy TarreauREORG: cli: move "set maxconn server" to server.c
2016-11-24 Willy TarreauREORG: cli: move "set maxconn global" to its own handler
2016-11-24 Willy TarreauREORG: cli: move "clear counters" to stats.c
2016-11-24 Willy TarreauREORG: cli: move "set timeout" to its own handler
2016-11-24 Willy TarreauREORG: cli: make "show env" also use the generic keywor...
2016-11-24 Willy TarreauREORG: cli: move "show errors" out of cli.c
2016-11-24 Willy TarreauREORG: cli: move table dump/clear/set to stick_table.c
2016-11-24 Willy TarreauREORG: cli: move dump_text(), dump_text_line(), and...
2016-11-24 Willy TarreauREORG: cli: move "show info" to stats.c
2016-11-24 Willy TarreauREORG: cli: move "show stat" to stats.c
2016-11-24 William LallemandREORG: cli: move get/set weight to server.c
2016-11-24 William LallemandREORG: cli: move 'show backend' to proxy.c
2016-11-24 William LallemandREORG: cli: move 'show sess' to stream.c
2016-11-24 William LallemandREORG: cli: move 'show servers' to proxy.c
2016-11-24 William LallemandREORG: cli: move 'show pools' to memory.c
2016-11-24 William LallemandREORG: cli: move 'set server' to server.c
2016-11-24 Willy TarreauMINOR: proxy: create new function cli_find_frontend...
2016-11-24 Willy TarreauMINOR: server: create new function cli_find_server...
2016-11-24 Willy TarreauMINOR: cli: create new function cli_has_level() to...
2016-11-24 William LallemandREORG: cli: move show stat resolvers to dns.c
2016-11-24 William LallemandREORG: cli: move map and acl code to map.c
2016-11-24 William LallemandREORG: cli: move ssl CLI functions to ssl_sock.c
2016-11-24 William LallemandREORG: cli: split dumpstats.h in stats.h and cli.h
2016-11-24 William LallemandREORG: cli: split dumpstats.c in src/cli.c and src...
2016-11-24 Willy TarreauMINOR: connection: add names for transport and data...
2016-11-24 Willy TarreauMINOR: connection: add a few functions to report the...
2016-11-24 Willy TarreauBUG/MINOR: cli: wake up the CLI's task after a timeout...
2016-11-24 Willy TarreauBUG/MINOR: cli: dequeue from the proxy when changing...
2016-11-24 Willy TarreauBUG/MINOR: cli: fix pointer size when reporting data...
2016-11-22 David CarlierBUILD: fix build on Solaris 10/11
2016-11-22 Willy TarreauBUILD: contrib: fix ip6range build on Centos 7
2016-11-21 Simon HormanMINOR: stats: correct documentation of process ID for...
2016-11-21 Christopher... MINOR: spoe: Add "option set-on-error" statement
2016-11-21 Christopher... MINOR: spoe: Add "maxconnrate" and "maxerrrate" statements
2016-11-21 Christopher... MINOR: spoe: Add 'option continue-on-error' statement...
2016-11-21 Christopher... MINOR: spoe: Remove useless 'timeout ack' option
2016-11-21 Christopher... MINOR: spoe: Add 'timeout processing' option to limit...
2016-11-21 Christopher... MINOR: filters: Add check_timeouts callback to handle...
2016-11-18 Thierry FOURNIER... BUG/MEDIUM: lua: In some case, the return of sample...
2016-11-18 Willy TarreauBUG/MINOR: cli: properly decrement ref count on tables...
2016-11-18 Willy TarreauBUG/MEDIUM: stick-table: fix regression caused by recen...
2016-11-18 Willy TarreauDEBUG: connection: mark the closed FDs with a value...
2016-11-18 Willy TarreauBUG/MEDIUM: connection: check the control layer before...
2016-11-18 Thierry FOURNIER... MEDIUM: lua: Add cli handler for Lua
2016-11-18 Thierry FOURNIER... MINOR: cli: add private pointer and release function
2016-11-17 Vincent BernatBUG/MINOR: stick-table: handle out-of-memory condition...
2016-11-16 Willy TarreauCLEANUP: lua: avoid directly calling getsockname/getpee...
2016-11-14 Bertrand JacquinDOC: ssl: Use correct wording for ca-sign-pass
2016-11-14 Bertrand JacquinCLEANUP: ssl: Fix bind keywords name in comments
2016-11-14 Bertrand JacquinCLEANUP: ssl: Remove goto after return dead code
2016-11-14 Bertrand JacquinBUG/MINOR: ssl: Print correct filename when error occur...
2016-11-14 Bertrand JacquinBUG/MEDIUM: ssl: Store certificate filename in a variable
2016-11-14 Thierry FOURNIER... CLEANUP: lua: control executed twice
2016-11-14 Thierry FOURNIER... CLEANUP: lua: move comment
2016-11-14 Thierry FOURNIER... BUG/MEDIUM: channel: bad unlikely macro
2016-11-12 Willy TarreauCONTRIB: tcploop: add basic loops via a jump instruction
2016-11-12 Willy TarreauCONTRIB: tcploop: don't report failed send() or recv()
2016-11-12 Willy TarreauCONTRIB: tcploop: support sending plain strings
2016-11-12 Willy TarreauCONTRIB: tcploop: update the usage output
2016-11-12 Willy TarreauCONTRIB: tcploop: implement logging when called with -v
2016-11-12 Willy TarreauCONTRIB: tcploop: implement fork()
2016-11-12 Willy TarreauCONTRIB: tcploop: scriptable TCP I/O for debugging...
2016-11-12 Thierry FOURNIER... MINOR: lua: add ip addresses and network manipulation...
2016-11-12 Thierry FOURNIER... MINOR: lua: add function which return true if the chann...
2016-11-11 Willy TarreauCONTRIB: debug/flags: add check for SF_ERR_CHK_PORT
2016-11-11 Willy TarreauBUILD: debug/flags: remove test for SF_COMP_READY
2016-11-11 Willy TarreauBUILD: http: include types/sample.h in proto_http.h
2016-11-09 Willy TarreauSCRIPTS: make publish-release also copy the new SPOE doc
2016-11-09 Willy Tarreau[RELEASE] Released version 1.7-dev6 v1.7-dev6
2016-11-09 Willy TarreauDOC: update ROADMAP file
2016-11-09 Christopher... MINOR: spoe/checks: Add support for SPOP health checks
2016-11-09 Christopher... MINOR: spoe: add random ip-reputation service as SPOA...
2016-11-09 Christopher... MAJOR: spoe: Add an experimental Stream Processing...
2016-11-09 Christopher... MINOR: vars: Add 'unset-var' action/converter
2016-11-09 Christopher... MEDIUM: vars: Add a per-process scope for variables
2016-11-09 Christopher... MINOR: vars: Add vars_set_by_name_ifexist function
2016-11-09 Christopher... MINOR: vars: Allow '.' in variable names
2016-11-09 Christopher... REORG: sample: move code to release a sample expression...
2016-11-09 Christopher... MINOR: cfgparse: Parse scope lines and save the last...
2016-11-09 Christopher... MINOR: cfgparse: Add functions to backup and restore...
2016-11-09 Christopher... MINOR: flt_trace: Add hexdump option to dump forwarded...
2016-11-09 Christopher... MINOR: filters: Remove backend filters attached to...
2016-11-09 Christopher... MINOR: filters: Call stream_set_backend callbacks befor...
2016-11-09 Christopher... MINOR: filters: Update filters documentation accordingl...
2016-11-09 Christopher... MEDIUM: filters: Add attch/detach and stream_set_backen...
2016-11-09 Christopher... CLEANUP: remove last references to 'ruleset' section
2016-11-09 Christopher... BUG: vars: Fix 'set-var' converter because of a typo
2016-11-09 Willy TarreauMEDIUM: server: do not restrict anymore usage of IP...
2016-11-09 Willy TarreauMINOR: init: add -dr to ignore server address resolutio...
2016-11-09 Willy TarreauDOC: add some documentation for the "init-addr" server...
2016-11-09 Willy TarreauMINOR: server: add support for explicit numeric address...
2016-11-09 Willy TarreauMEDIUM: server: make libc resolution failure non-fatal
next