]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2015-05-28  William LallemandMEDIUM: cfgparse: check section maximum number of arguments
2015-05-28  William LallemandCLEANUP: cfgparse: remove reference to 'ruleset' section
2015-05-28  William LallemandBUG/MEDIUM: cfgparse: segfault when userlist is misused
2015-05-28  William LallemandBUG/MINOR: cfgparse: fix typo in 'option httplog' error...
2015-05-28  Remi GacogneMINOR: ssl: add a destructor to free allocated SSL...
2015-05-28  Remi GacogneBUG/MEDIUM: ssl: fix tune.ssl.default-dh-param value...
2015-05-28  Thierry FOURNIERMEDIUM: stats: escape some strings in the CSV dump
2015-05-28  Thierry FOURNIERMINOR: common: escape CSV strings
2015-05-28  Willy TarreauMEDIUM: http: no need to close the request on redirect...
2015-05-28  Willy TarreauMEDIUM: http: implement http-response redirect rules
2015-05-28  Willy TarreauMINOR: http: prepare support for parsing redirect actio...
2015-05-28  Willy TarreauCLEANUP: http: explicitly reference request in http_app...
2015-05-28  Thierry FOURNIERMEDIUM: capture: adds http-response capture
2015-05-28  Thierry FOURNIERMINOR: http: add array of generic pointers in http_res_...
2015-05-28  Thierry FOURNIERMEDIUM: capture: Allow capture with slot identifier
2015-05-28  Thierry FOURNIERMINOR: capture: add two "capture" converters
2015-05-28  Thierry FOURNIERMINOR: proxy: custom capture declaration
2015-05-27  Willy TarreauMEDIUM: proxy: add a new proxy_find_best_match() function
2015-05-27  Willy TarreauMINOR: proxy: add a flag to memorize that the proxy...
2015-05-27  Willy TarreauMINOR: proxy: add a new function proxy_find_by_id()
2015-05-26  Willy TarreauMAJOR: config: remove the deprecated reqsetbe / reqiset...
2015-05-26  Willy TarreauMEDIUM: stick-table: remove the now duplicate find_stkt...
2015-05-26  Willy TarreauCLEANUP: proxy: remove now unused function findproxy_mode()
2015-05-26  Willy TarreauMEDIUM: config: clarify the conflicting modes detection...
2015-05-26  Willy TarreauMINOR: config: don't open-code proxy name lookups
2015-05-26  Willy TarreauMINOR: proxy: simply ignore duplicates in proxy name...
2015-05-26  Willy TarreauCLEANUP: proxy: make the proxy lookup functions more...
2015-05-26  Willy TarreauMEDIUM: config: reject conflicts in table names
2015-05-26  Willy TarreauMEDIUM: config: reject invalid config with name duplicates
2015-05-26  Pavlos ParissisDOC: Update doc about weight, act and bck fields in...
2015-05-25  Dragan DosenBUG/MEDIUM: http: fix the url_param fetch
2015-05-22  Joseph LynchMEDIUM: backend: Allow redispatch on retry intervals
2015-05-20  Thierry FOURNIERDOC: http: req.body_param documentation
2015-05-20  Thierry FOURNIERMEDIUM: http: url-encoded parsing function can run...
2015-05-20  Thierry FOURNIERMINOR: http: add body_param fetch
2015-05-20  Thierry FOURNIERCLEANUP: http: bad indentation
2015-05-20  Thierry FOURNIERMINOR: http: split the url_param in two parts
2015-05-20  Willy TarreauBUG/MEDIUM: peers: apply a random reconnection timeout
2015-05-19  Willy TarreauMEDIUM: http: make url_param iterate over multiple...
2015-05-18  Nenad MerdanovicMINOR: Add sample fetch which identifies if the SSL...
2015-05-16  Nenad MerdanovicDOC: Document new socket commands "show tls-keys" and...
2015-05-16  Nenad MerdanovicMEDIUM: Add support for updating TLS ticket keys via...
2015-05-16  Nenad MerdanovicMINOR: Add TLS ticket keys reference and use it in...
2015-05-13  Willy TarreauBUG/MAJOR: checks: break infinite loops when tcp-checks...
2015-05-13  Willy TarreauBUG/MEDIUM: checks: do not dereference a list as a...
2015-05-13  Willy TarreauBUG/MAJOR: checks: always check for end of list before...
2015-05-13  Willy TarreauCLEANUP: checks: simplify the loop processing of tcp...
2015-05-13  Willy TarreauBUG/MEDIUM: checks: do not dereference head of a tcp...
2015-05-13  Willy TarreauCLEANUP: checks: fix double usage of cur / current_step...
2015-05-12  William LallemandMEDIUM: cfgparse: expand environment variables
2015-05-12  William LallemandMINOR: cfgparse: remove line size limitation
2015-05-12  William LallemandBUG/MEDIUM: cfgparse: incorrect memmove in quotes manag...
2015-05-12  Willy TarreauBUG/MAJOR: check: fix breakage of inverted tcp-check...
2015-05-12  Baptiste AssmannDOC: tcpcheck comment documentation
2015-05-12  Baptiste AssmannMINOR: include comment in tcpcheck error log
2015-05-12  Baptiste AssmannMINOR: tcpcheck_rule structure update
2015-05-12  Baptiste AssmannMINOR: use an int instead of calling tcpcheck_get_step_id
2015-05-12  Baptiste AssmannBUG/MINOR: check: fix tcpcheck error message
2015-05-12  Willy TarreauBUILD/MINOR: ssl: fix build failure introduced by recen...
2015-05-11  Thierry FOURNIERMEDIUM: sample: change the prototype of sample-fetches...
2015-05-11  Thierry FOURNIERMINOR: sample: fill the struct sample with the options.
2015-05-11  Thierry FOURNIERMEDIUM: sample change the prototype of sample-fetches...
2015-05-11  Thierry FOURNIERMEDIUM: sample: fill the struct sample with the session...
2015-05-11  Willy TarreauBUG/MEDIUM: http: don't forward client shutdown without...
2015-05-11  Thierry FOURNIERMINOR: sample: add url_dec converter
2015-05-08  Willy TarreauBUG/MEDIUM: http: fix the http-request capture parser
2015-05-08  Willy TarreauMEDIUM: http: add new "capture" action for http-request
2015-05-05  William LallemandMEDIUM: cfgparse: introduce weak and strong quoting
2015-05-04  Willy TarreauBUG/MEDIUM: config: properly compute the default number...
2015-05-04  Willy TarreauMINOR: config: report the number of processes using...
2015-05-04  Willy TarreauCLEANUP: config: fix misleading information in error...
2015-05-04  Willy TarreauBUG/MEDIUM: stats: properly initialize the scope before...
2015-05-04  Willy TarreauBUILD: pattern: fix build warnings introduced in the...
2015-05-03  CJ EssBUILD: Compile clean when debug options defined
2015-05-02  Willy TarreauDOC: update the doc on the proxy protocol
2015-05-01  Willy TarreauMEDIUM: http: provide 3 fetches for the body
2015-05-01  Willy TarreauMEDIUM: http: add a new option http-buffer-request
2015-05-01  Willy TarreauMEDIUM: stream: move HTTP request body analyser before...
2015-05-01  Willy TarreauBUG/MAJOR: http: prevent risk of reading past end with...
2015-05-01  Willy TarreauBUG/MEDIUM: http: wait for the exact amount of body...
2015-05-01  Willy TarreauDOC: fix the comments about the meaning of msg->sol...
2015-05-01  Willy TarreauDOC: document option http-ignore-probes
2015-05-01  Willy TarreauDOC: relax the peers restriction to single-process
2015-05-01  Willy TarreauMAJOR: peers: allow peers section to be used with nbpro...
2015-05-01  Willy TarreauMEDIUM: config: validate that peers sections are bound...
2015-05-01  Willy TarreauMEDIUM: init: stop any peers section not bound to the...
2015-05-01  Willy TarreauMEDIUM: config: propagate the table's process list...
2015-05-01  Willy TarreauMEDIUM: peers: unregister peers that were never started
2015-05-01  Willy TarreauMINOR: peers: store the pointer to the signal handler
2015-05-01  Willy TarreauMEDIUM: peers: add the ability to disable a peers section
2015-05-01  Willy TarreauMEDIUM: config: initialize stick-tables after peers...
2015-05-01  Willy TarreauMINOR: stick-table: don't attach to peers in stopped...
2015-05-01  Willy TarreauMEDIUM: init: don't stop proxies in parent process...
2015-05-01  Willy TarreauBUG/MINOR: config: clear proxy->table.peers.p for disab...
2015-05-01  Willy TarreauMEDIUM: http: add option-ignore-probes to get rid of...
2015-05-01  Willy TarreauMEDIUM: http: disable support for HTTP/0.9 by default
2015-05-01  Willy TarreauMEDIUM: http: restrict the HTTP version token to 1...
2015-05-01  Willy TarreauBUG/MEDIUM: http: remove content-length form responses...
2015-05-01  Willy TarreauBUG/MEDIUM: http: incorrect transfer-coding in the...
2015-05-01  Willy TarreauBUG/MEDIUM: http: do not restrict parsing of transfer...
next