]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2015-09-21  Willy TarreauBUG/MINOR: args: add name for ARGT_VAR
2015-09-21  Willy TarreauBUG/MEDIUM: stick-tables: fix double-decrement of track...
2015-09-21  Willy TarreauDOC: update coding-style to reference checkpatch.pl
2015-09-21  Willy TarreauBUG/MAJOR: peers: fix a crash when stopping peers on...
2015-09-21  Willy TarreauDOC: add a MAINTAINERS file
2015-09-21  James RosewellMINOR: 51d: Improved string handling for LRU cache
2015-09-21  James RosewellMAJOR: 51d: Upgraded to support 51Degrees V3.2 and...
2015-09-21  James RosewellBUILD: Changed 51Degrees option to support V3.2
2015-09-21  James RosewellDOC: Added more explanation for 51Degrees V3.2
2015-09-21  James RosewellMINOR: global: Added new fields for 51Degrees device...
2015-09-21  James RosewellMINOR: http: made CHECK_HTTP_MESSAGE_FIRST accessible...
2015-09-20  Willy TarreauDOC: add a CONTRIBUTING file
2015-09-20  Willy TarreauDOC: add the documentation about internal circular...
2015-09-19  Baptiste AssmannDOC: servers state seamless reload example
2015-09-19  Baptiste AssmannMINOR: cli: new stats socket command: show backend
2015-09-19  Baptiste AssmannMINOR: server: startup slowstart task when using seamle...
2015-09-19  Baptiste AssmannMINOR: init: server state loaded from file
2015-09-19  Baptiste AssmannDOC: load-server-state-from-file
2015-09-19  Baptiste AssmannMINOR: config: new backend directives: load-server...
2015-09-19  Baptiste AssmannDOC: new global directive: server-state-file
2015-09-19  Baptiste AssmannMINOR: config: new global section directive: server...
2015-09-19  Baptiste AssmannDOC: global directive server-state-base
2015-09-19  Baptiste AssmannMINOR: config: new global directive server-state-base
2015-09-19  Baptiste AssmannDOC: stats socket command: show servers state
2015-09-19  Baptiste AssmannMINOR: cli: new stats socket command: show servers...
2015-09-19  Baptiste AssmannMINOR: server: Macro definition for server-state
2015-09-18  Baptiste AssmannBUG/MAJOR: can't enable a server through the stat socket
2015-09-17  Pieter BaauwMINOR: support cpu-map feature through the compile...
2015-09-17  Pieter BaauwDOC: add references to rise/fall for the fastinter...
2015-09-17  Thierry FOURNIERBUG/MINOR: lua: breaks the log message if his size...
2015-09-17  Thierry FOURNIERBUG/MAJOR: lua: potential unexpected aborts()
2015-09-14  Willy Tarreau[RELEASE] Released version 1.6-dev5 v1.6-dev5
2015-09-11  Thierry FOURNIERCLEANUP: lua: Merge log functions
2015-09-11  Thierry FOURNIERMINOR: build: missing header
2015-09-10  Thierry FOURNIERCLEANUP: actions: missplaced includes
2015-09-10  Thierry FOURNIERCLEANUP: typo: bad indent
2015-09-10  Baptiste AssmannDOC: DNS documentation updated
2015-09-10  Baptiste AssmannBUG/MINOR: DNS request retry counter used for retry...
2015-09-10  Baptiste AssmannMINOR: dns: new flag to report that no IP can be found...
2015-09-10  Baptiste AssmannMINOR: dns: no expected DNS record type found
2015-09-09  Thierry FOURNIERBUG/MINOR: lua: last log character truncated.
2015-09-08  Willy TarreauBUG/MEDIUM: dns: use the correct server hostname when...
2015-09-08  Willy TarreauBUG/MINOR: tools: make str2sa_range() report unresolvab...
2015-09-08  Willy TarreauMEDIUM: tools: make str2sa_range() optionally return...
2015-09-08  Baptiste AssmannMINOR: DNS client query type failover management
2015-09-08  Baptiste AssmannMEDIUM: dns: handling of truncated response
2015-09-08  Baptiste AssmannMINOR: dns: New DNS response analysis code: DNS_RESP_TR...
2015-09-08  Baptiste AssmannMINOR: dns: dns_nameserver structure update: new counte...
2015-09-08  Baptiste AssmannMINOR: dns: new bitmasks to use against DNS flags
2015-09-08  Baptiste AssmannMINOR: dns: coding style update
2015-09-08  Baptiste AssmannBUG/MAJOR: dns: dns client resolution infinite loop
2015-09-08  Baptiste AssmannBUG/MEDIUM: dns: DNS resolution doesn't start
2015-09-08  Baptiste AssmannMINOR: dns: dns_resolution structure update: time_t...
2015-09-07  Willy TarreauBUG/MAJOR: http: don't call http_send_name_header(...
2015-09-06  Thierry FOURNIERBUG/MEDIUM: lua: outgoing connection was broken since...
2015-09-03  Willy TarreauBUG/MINOR: http: remove stupid HTTP_METH_NONE entry
2015-09-02  Thierry FOURNIERMEDIUM: actions: remove ACTION_STOP
2015-09-02  Willy TarreauBUG/MAJOR: http: don't manipulate the server connection...
2015-08-29  Willy Tarreau[RELEASE] Released version 1.6-dev4 v1.6-dev4
2015-08-28  Baptiste AssmannBUG/MEDIUM: dns: wrong first time DNS resolution
2015-08-28  Willy TarreauDOC: lua: mention than txn:close was renamed txn:done.
2015-08-28  Willy TarreauBUG/MEDIUM: lua: fix a segfault in txn:done() if called...
2015-08-28  Willy TarreauCLEANUP: lua: fix some indent issues
2015-08-28  Thierry FOURNIERBUG/MEDIUM: lua: cannot process more Lua hooks after...
2015-08-28  Willy TarreauBUG/MEDIUM: lua: txn:done() still causes a segfault...
2015-08-27  Willy TarreauDOC: fix example of http-request using ssl_fc_session_id
2015-08-27  Willy TarreauDOC: intro: fix too long line.
2015-08-27  Willy TarreauDOC: intro: minor updates and fixes
2015-08-27  Willy TarreauDOC: lua: replace txn:close with txn:done in lua-api
2015-08-27  Thierry FOURNIERMEDIUM: lua: turns txn:close into txn:done
2015-08-27  Thierry FOURNIERMINOR: http: Action for manipulating the returned statu...
2015-08-27  Thierry FOURNIERDOC: fix "http_action_set_req_line()" comments
2015-08-27  Thierry FOURNIERBUG/MINOR: lua: in some case a sample may remain undefined
2015-08-27  Thierry FOURNIERDOC: fix function name
2015-08-27  Thierry FOURNIERMINOR: lua: add core.done() function
2015-08-27  Thierry FOURNIERDOC: ssl: missing LF
2015-08-25  Thierry FOURNIERBUG/MEDIUM: lua: the lua fucntion Channel:close() cause...
2015-08-25  Willy TarreauBUG/MEDIUM: lua: outgoing connection was broken since...
2015-08-25  Pavlos ParissisDOC: mention support for RFC 5077 TLS Ticket extension...
2015-08-24  Pieter BaauwMINOR cfgparse: Correct the mailer warning text to...
2015-08-24  Nikos MavrogiannopoulosDOC: clarify some points about SSL and the proxy protocol
2015-08-21  Emeric BrunBUG/MAJOR: peers: fix current table pointer not re...
2015-08-21  Emeric BrunBUG/MEDIUM: peers: fix wrong message id on stick table...
2015-08-20  Willy TarreauMAJOR: tproxy: remove support for cttproxy
2015-08-20  Thierry FOURNIERMINOR: stick-tables: Add GPC0 actions
2015-08-20  Thierry FOURNIERMINOR: stick-tables: Add GPT0 access
2015-08-20  Thierry FOURNIERMEDIUM: stick-tables: Add GPT0 in the stick tables
2015-08-20  Thierry FOURNIERMAJOR: stick-tables: remove key storage from the key...
2015-08-20  Thierry FOURNIERMEDIUM: stick-tables: use the sample type names
2015-08-20  Thierry FOURNIERMAJOR: stick-tables: use sample types in place of dedic...
2015-08-20  Thierry FOURNIERMINOR: actions: Remove wrappers
2015-08-20  Thierry FOURNIERMEDIUM: actions: Normalize the return code of the confi...
2015-08-20  Thierry FOURNIERMINOR: actions: mutualise the action keyword lookup
2015-08-20  Thierry FOURNIERMINOR: proto_tcp: proto_tcp.h is now useles
2015-08-20  Thierry FOURNIERMEDIUM: actions: Merge (http|tcp)-(request|reponse...
2015-08-20  Thierry FOURNIERMEDIUM: actions: Add standard return code for the actio...
2015-08-20  Thierry FOURNIERMINOR: actions: change actions names
2015-08-20  Thierry FOURNIERMINOR: actions: Declare all the embedded actions in...
2015-08-20  Thierry FOURNIERMINOR: actions: remove the mark indicating the last...
2015-08-20  Thierry FOURNIERMINOR: actions: add "from" information
next