]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2013-02-13  Marc-Antoine... MEDIUM: add systemd service
2013-02-13  Marc-Antoine... MEDIUM: add haproxy-systemd-wrapper
2013-02-13  Marc-Antoine... MEDIUM: New cli option -Ds for systemd compatibility
2013-02-12  Lukas TribusDOC: simplify bind option "interface" explanation
2013-02-12  Willy TarreauBUG/MEDIUM: checks: fix a race condition between checks...
2013-02-05  Willy TarreauBUG/MEDIUM: log: emit '-' for empty fields again
2013-01-24  Thierry FournierBUG/MEDIUM: ssl: openssl 0.9.8 doesn't open /dev/random...
2013-01-24  Emmanuel HocdetMEDIUM: ssl: add bind-option "strict-sni"
2013-01-24  Willy TarreauCLEANUP: config: maxcompcpuusage is never negative
2013-01-24  Willy TarreauCLEANUP: config: slowstart is never negative
2013-01-24  Willy TarreauCLEANUP: http: don't try to deinitialize http compressi...
2013-01-24  Willy TarreauBUG/MINOR: unix: remove the 'level' field from the...
2013-01-24  Willy TarreauBUG/MEDIUM: uri_auth: missing NULL check and memory...
2013-01-24  Willy TarreauBUG/MEDIUM: tools: off-by-one in quote_arg()
2013-01-24  Willy TarreauBUG/MEDIUM: signal: signal handler does not properly...
2013-01-24  Willy TarreauCLEANUP: tcp/unix: remove useless NULL check in {tcp...
2013-01-24  Willy TarreauCLEANUP: http: remove a useless null check
2013-01-24  Willy TarreauBUG/MINOR: log: improper NULL return check on utoa_pad()
2013-01-24  Willy TarreauBUG/MINOR: cli: show sess should always validate s...
2013-01-24  Willy TarreauBUG/MEDIUM: checks: ensure the health_status is always...
2013-01-24  Willy TarreauBUG/MINOR: config: check the proper variable when parsi...
2013-01-24  Willy TarreauBUG/MINOR: config: free peer's address when exiting...
2013-01-24  Willy TarreauBUG/MINOR: config: fix improper check for failed memory...
2013-01-18  Willy TarreauBUG/MINOR: epoll: use a fix maxevents argument in epoll...
2013-01-18  Willy TarreauBUG/MEDIUM: config: verbosely reject peers sections...
2013-01-18  Michael SchererBUG/MEDIUM: remove supplementary groups when changing gid
2013-01-17  Willy TarreauBUG/MEDIUM: peers: only the last peers section was...
2013-01-10  Willy TarreauBUG/MINOR: log: temporary fix for lost SSL info in...
2013-01-07  Willy TarreauOPTIM: splice: assume by default that splice is working...
2013-01-07  Willy TarreauOPTIM: splice: detect shutdowns and avoid splice()...
2013-01-07  Willy TarreauOPTIM: epoll: make use of EPOLLRDHUP
2013-01-07  Willy TarreauMINOR: signal: don't block SIGPROF by default
2013-01-05  Baptiste AssmannMINOR: config: http-request configuration error message...
2013-01-05  Baptiste AssmannDOC: typo and minor fixes in compression paragraph
2013-01-05  Willy TarreauBUG/MINOR: http-compression: lookup Cache-Control in...
2013-01-04  Willy TarreauDOC: fix bogus recommendation on usage of gpc0 counter
2012-12-30  Willy TarreauBUG/MEDIUM: checks: ignore late resets after valid...
2012-12-30  Willy TarreauBUG/MEDIUM: stream_interface: don't close outgoing...
2012-12-29  Willy TarreauBUG/MINOR: http: don't process abortonclose when reques...
2012-12-29  Willy TarreauBUG/MINOR: time: frequency counters are not totally...
2012-12-28  Willy Tarreau[RELEASE] Released version 1.5-dev17 v1.5-dev17
2012-12-28  Emeric BrunMINOR: ssl: Setting global tune.ssl.cachesize value...
2012-12-28  Willy TarreauMEDIUM: http: add support for "http-request tarpit...
2012-12-28  Willy TarreauMEDIUM: http: add support for "http-request redirect...
2012-12-28  Willy TarreauREORG: config: move the http redirect rule parser to...
2012-12-28  Willy TarreauMINOR: http: move redirect rule processing to its own...
2012-12-28  Willy TarreauCLEANUP: http: rename the misleading http_check_access_rule
2012-12-28  Willy TarreauBUILD: log: unused variable svid
2012-12-28  Willy TarreauBUG/MINOR: log: make log-format, unique-id-format and...
2012-12-28  Willy TarreauBUG/MEDIUM: stats: disable request analyser when proces...
2012-12-28  Willy TarreauBUG/MINOR: http: http-request add-header emits a corrup...
2012-12-27  Willy TarreauBUG/MINOR: stats: http-request rules still don't cope...
2012-12-25  Willy TarreauBUG/MINOR: stats: last fix was still wrong
2012-12-25  Willy TarreauBUG/MEDIUM: stats: fix stats page regression introduced...
2012-12-24  Willy Tarreau[RELEASE] Released version 1.5-dev16 v1.5-dev16
2012-12-24  Willy TarreauMEDIUM: http: add http-request 'add-header' and 'set...
2012-12-24  Willy TarreauMINOR: log: make parse_logformat_string() take a const...
2012-12-24  Willy TarreauMINOR: http: prepare to support more http-request actions
2012-12-23  Willy TarreauMINOR: stats: replace STAT_FMT_CSV with STAT_FMT_HTML
2012-12-23  Willy TarreauMINOR: tools: simplify the use of the int to ascii...
2012-12-23  Willy TarreauMEDIUM: stats: use multi-line tips to display detailed...
2012-12-23  Willy TarreauMEDIUM: stats: use hover boxes instead of title to...
2012-12-23  Willy TarreauMINOR: chunks: centralize the trash chunk allocation
2012-12-23  Willy TarreauBUG/MINOR: log: fix regression introduced by commit...
2012-12-22  Willy TarreauREORG: stats: functions are now HTTP/CLI agnostic
2012-12-22  Willy TarreauREORG: stats: move the HTTP header injection to proto_http
2012-12-22  Willy TarreauREORG: stats: massive code reorg and cleanup
2012-12-21  Willy TarreauMEDIUM: log: add the ability to include samples in...
2012-12-21  Willy TarreauMINOR: log: add lf_text_len
2012-12-21  Willy TarreauMINOR: samples: add a function to fetch and convert...
2012-12-21  Willy TarreauMINOR: sample: support cast from bool to string
2012-12-20  Willy TarreauMEDIUM: log-format: make the format parser more robust...
2012-12-20  Willy TarreauBUG/MINOR: log: add_to_logformat_list() used the wrong...
2012-12-20  Willy TarreauMEDIUM: log: change a few log tokens to make them easie...
2012-12-20  Willy TarreauBUG/MEDIUM: log: fix possible segfault during config...
2012-12-20  Emeric BrunMINOR: ssl: add fetch and acl "ssl_c_used" to check...
2012-12-20  Willy TarreauMINOR: log: add a tag for amount of bytes uploaded...
2012-12-20  Willy TarreauBUILD: no need to clean up when making git-tar
2012-12-20  Willy TarreauBUG/MINOR: http: don't abort client connection on prema...
2012-12-19  Willy TarreauBUG/MEDIUM: stream_interface: fix another case where...
2012-12-19  Willy TarreauBUG/MAJOR: stream_interface: fix occasional data transf...
2012-12-17  Willy TarreauCLEANUP: buffer: use buffer_empty() instead of buffer_l...
2012-12-17  Willy TarreauBUG/MEDIUM: connection: always update connection flags...
2012-12-15  Willy TarreauBUG/MINOR: stream_interface: don't return when the...
2012-12-15  Willy TarreauBUG/MEDIUM: stream-interface: fix possible stalls durin...
2012-12-14  Emeric BrunBUG/MINOR: ssl: error is not reported if it occurs...
2012-12-14  Emeric BrunBUG/MEDIUM: ssl: Prevent ssl error from affecting other...
2012-12-14  Willy TarreauMINOR: http: make resp_ver and status ACLs check for...
2012-12-13  Willy TarreauBUG/MINOR: poll: the I/O handler was called twice for...
2012-12-13  Willy TarreauOPTIM: epoll: current fd does not count as a new one
2012-12-13  Willy TarreauOPTIM: epoll: use a temp variable for intermediary...
2012-12-13  Willy TarreauCLEANUP: poll: remove a useless double-check on fdtab...
2012-12-13  Willy TarreauOPTIM: poll: optimize fd management functions for low...
2012-12-13  Willy TarreauCLEANUP: polling: gcc doesn't always optimize constants...
2012-12-12  Willy TarreauMINOR: contrib: make the iprange tool grep for addresses
2012-12-11  Willy Tarreau[RELEASE] Released version 1.5-dev15 v1.5-dev15
2012-12-11  Willy TarreauDOC: add some clarifications to the readme
2012-12-11  Willy TarreauMINOR: config: improve error checking on TCP stick...
2012-12-10  Willy TarreauBUG/MINOR: connection: remove a few synchronous calls...
2012-12-10  Willy TarreauBUG/MAJOR: connection: always recompute polling status...
next