]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2015-08-11  Thierry FOURNIERMINOR: Move http method enum from proto_http to sample
2015-08-11  Thierry FOURNIERMINOR: vars: reduce the code size of some wrappers
2015-08-11  Thierry FOURNIERMINOR: proto_tcp: add session in the action prototype
2015-08-11  Thierry FOURNIERBUG/MINOR: proto_tcp: custom action continue is ignored
2015-08-11  Thierry FOURNIERCLEANUP: http/tcp actions: remove the scope member
2015-08-11  Thierry FOURNIERCLEANUP: proto_http: remove useless initialisation
2015-08-11  Willy TarreauDOC: add design thoughts on dynamic buffer allocation
2015-08-11  Willy TarreauDOC: add some thoughts on connection sharing for HTTP/2
2015-08-11  Willy TarreauDOC: add design thoughts on HTTP/2
2015-08-11  Willy TarreauDOC: add doc/linux-syn-cookies.txt
2015-08-11  Willy TarreauDOC: add doc/internals/entities-v2.txt
2015-08-11  Willy TarreauMEDIUM: config: emit a warning on a frontend without...
2015-08-11  Willy TarreauCLEANUP: .gitignore: finally ignore everything but...
2015-08-11  Willy TarreauCLEANUP: .gitignore: ignore more test files
2015-08-10  Willy TarreauDOC: remove documentation about appsession
2015-08-10  Willy TarreauCLEANUP: appsession: remove the last include files
2015-08-10  Willy TarreauCLEANUP: proxy: remove last references to appsession
2015-08-10  Willy TarreauCLEANUP: tests: remove sessionhash_test.c and test...
2015-08-10  Willy TarreauCLEANUP: appsession: remove appsession.c and sessionhash.c
2015-08-10  Willy TarreauCLEANUP: config: remove appsession initialization
2015-08-10  Willy TarreauMAJOR: http: remove references to appsession
2015-08-10  Thierry FOURNIERBUG/MEDIUM: lua: timeout error with converters, wrapper...
2015-08-09  Willy TarreauMINOR: init: indicate to check 'bind' lines when no...
2015-08-09  Willy TarreauDOC: mention that %ms is left-padded with zeroes.
2015-08-09  Camilo LopezBUG/MEDIUM: lua: Lua tasks fail to start.
2015-08-09  Andrew HayworthMINOR: log: Add log-format variable %HQ, to log HTTP...
2015-08-08  Baptiste AssmannMINOR: server: add new SRV_ADMF_CMAINT flag
2015-08-08  Baptiste AssmannBUG/MEDIUM: DNS resolution response parsing broken
2015-08-08  Baptiste AssmannMINOR: DNS counters: increment valid counter
2015-08-08  Dragan DosenMINOR: 51d: unable to start haproxy without "51degrees...
2015-08-06  Willy TarreauDOC: internals: document next steps for HTTP connection...
2015-08-06  Willy TarreauDOC: document the new http-reuse directive
2015-08-06  Willy TarreauMEDIUM: backend: add the "http-reuse aggressive" strategy
2015-08-06  Willy TarreauMINOR: server: add a list of safe, already reused idle...
2015-08-06  Willy TarreauMEDIUM: backend: implement "http-reuse safe"
2015-08-06  Willy TarreauMAJOR: backend: improve the connection reuse mechanism
2015-08-06  Willy TarreauMAJOR: backend: initial work towards connection reuse
2015-08-06  Willy TarreauMINOR: config: add new setting "http-reuse"
2015-08-06  Willy TarreauMINOR: connection: add a new flag CO_FL_PRIVATE
2015-08-06  Willy TarreauMINOR: server: add a list of already used idle connections
2015-08-06  Willy TarreauMINOR: stream-int: make si_idle_conn() only accept...
2015-08-06  Willy TarreauMEDIUM: stream-int: queue idle connections at the server
2015-08-06  Willy TarreauMINOR: connection: add a new list member in the connect...
2015-08-06  Willy TarreauMINOR: server: add a list of private idle connections
2015-08-05  Willy TarreauMINOR: stream-int: add new function si_detach_endpoint()
2015-08-05  Willy TarreauMEDIUM: stream-int: simplify si_alloc_conn()
2015-08-05  Willy TarreauMEDIUM: backend: don't call si_alloc_conn() when we...
2015-08-05  Willy TarreauCLEANUP: backend: factor out objt_server() in connect_s...
2015-08-04  Baptiste AssmannDOC: resolve-prefer default value and default-server...
2015-08-04  Baptiste AssmannDOC: typos in tcp-check expect examples
2015-08-04  Baptiste AssmannDOC: typo in 'redirect', 302 code meaning
2015-07-29  Daniel JakotsDOC/MINOR: fix OpenBSD versions where haproxy works
2015-07-26  Remi GacogneMINOR: stream: initialize the current_rule field to...
2015-07-26  Jérémie Courrèges... BUILD: ssl: Allow building against libssl without SSLv3.
2015-07-23  Vincent BernatBUILD: link with libdl if needed for Lua support
2015-07-22  Pieter BaauwBUG/MEDIUM: mailer: DATA part must be terminated with...
2015-07-22  Willy Tarreau[RELEASE] Released version 1.6-dev3 v1.6-dev3
2015-07-22  Willy TarreauBUG/MAJOR: dns: fix the length of the string to be...
2015-07-22  Willy TarreauCLEANUP/MINOR: dns: dns_str_to_dn_label() only needs...
2015-07-21  Thierry FOURNIERMEDIUM: vars/sample: operators can use variables as...
2015-07-21  Thierry FOURNIERMINOR: vars: returns variable content
2015-07-21  Thierry FOURNIERMEDIUM: sample: switch to saturated arithmetic
2015-07-21  Thierry FOURNIERMAJOR: arg: converts uint and sint in sint
2015-07-21  Thierry FOURNIERMAJOR: sample: converts uint and sint in 64 bits signed...
2015-07-21  Willy TarreauMINOR: standard: provide htonll() and ntohll()
2015-07-21  Thierry FOURNIERMINOR: standard: add 64 bits conversion functions
2015-07-21  Baptiste AssmannMINOR: server: server_find functions: id, name, best_match
2015-07-21  Baptiste AssmannMINOR: server: new server flag: SRV_F_FORCED_ID
2015-07-21  Baptiste AssmannMINOR: proxy: bit field for proxy_find_best_match diff...
2015-07-20  Thierry FOURNIERBUG/MINOR: http/sample: gmtime/localtime can fail
2015-07-20  Nenad MerdanovicBUG/MINOR: payload: Add volatile flag to smp_fetch_req_...
2015-07-19  Willy TarreauMINOR: stream-int: only use si_release_endpoint() to...
2015-07-19  Willy TarreauCLEANUP: stream-int: remove stream_int_unregister_handl...
2015-07-19  Willy TarreauCLEANUP: stream-int: fix a few outdated comments about...
2015-07-19  Willy TarreauCLEANUP: stream: remove a useless call to si_detach()
2015-07-18  Baptiste AssmannBUG/MINOR: dns: wrong time unit for some DNS default...
2015-07-18  Baptiste AssmannDOC usesrc root privileges requirments
2015-07-10  Thierry FOURNIERCLEANUP: vars: remove unused struct
2015-07-10  Thierry FOURNIERBUG/MINOR: lua: type error in the arguments wrapper
2015-07-10  Willy TarreauMEDIUM: ssl: add sni support on the server lines
2015-07-10  Willy TarreauMINOR: ssl: provide ia function to set the SNI extensio...
2015-07-10  Willy TarreauMINOR: stream: maintain consistence between channel_for...
2015-07-09  Willy TarreauMINOR: args: add new context for servers
2015-07-09  Willy TarreauBUG/MINOR: log: missing some ARGC_* entries in fmt_dire...
2015-07-09  Nenad MerdanovicMINOR: Add sample fetch to detect Supported Elliptic...
2015-07-07  Willy TarreauCLEANUP: ssl: make ssl_sock_generate_certificate()...
2015-07-07  Willy TarreauCLEANUP: ssl: make ssl_sock_generated_cert_serial(...
2015-07-07  Willy TarreauMINOR: ssl: make self-generated certs also work with...
2015-07-07  Dragan DosenBUG/MEDIUM: 51d: possible incorrect operations on smp...
2015-07-06  Adis NezirovicMEDIUM: http: Add new 'set-src' option to http-request
2015-07-06  Adis NezirovicCLEANUP: sample: generalize sample_fetch_string() as...
2015-07-04  Willy TarreauMINOR: stats: improve compression stats reporting
2015-07-04  Willy TarreauBUG/MAJOR: tcp: tcp rulesets were still broken
2015-07-03  Cyril BontéDOC: dns: fix chapters syntax
2015-07-03  KOVACS KrisztianBUG/MAJOR: connection: fix TLV offset calculation for...
2015-07-02  Willy TarreauBUG/MAJOR: buffers: make the buffer_slow_realign()...
2015-07-02  David CarlierBUILD: add netbsd TARGET
2015-07-02  David CarlierBUILD/MINOR: tools: rename popcount to my_popcountl
2015-06-30  Dragan DosenDOC: add notes about the "51degrees-cache-size" parameter
2015-06-30  Dragan DosenMEDIUM: 51d: add LRU-based cache on User-Agent string...
next