]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2013-07-04  Willy TarreauBUG/MAJOR: http: don't emit the send-name-header when...
2013-07-01  GodbachDOC: minor typo fix in documentation
2013-07-01  Willy TarreauBUG: counters: third counter was not stored if others...
2013-06-26  GodbachBUG/MINOR: deinit: free fdinfo while doing cleanup
2013-06-25  Willy TarreauDOC: remove the comment saying that SSL certs are not...
2013-06-23  Lukas TribusMEDIUM: http: add IPv6 support for "set-tos"
2013-06-23  Lukas TribusBUG/MINOR: http: fix "set-tos" not working in certain...
2013-06-21  Willy TarreauBUG/MEDIUM: prevent gcc from moving empty keywords...
2013-06-21  Willy TarreauMEDIUM: session: disable lingering on the server when...
2013-06-20  GodbachCLEANUP: session: remove event_accept() which was not...
2013-06-17  Willy Tarreau[RELEASE] Released version 1.5-dev19 v1.5-dev19
2013-06-17  Willy TarreauMEDIUM: counters: use sc0/sc1/sc2 instead of sc1/sc2/sc3
2013-06-17  Willy TarreauDOC: update ROADMAP file
2013-06-17  Willy TarreauBUG/CRITICAL: fix a possible crash when using negative...
2013-06-14  Thierry FOURNIERCLEANUP: protect checks.h from multiple inclusions
2013-06-14  Thierry FOURNIERCLEANUP: fix missing include <string.h> in proto/listener.h
2013-06-12  Willy TarreauBUG/MINOR: acl: correctly consider boolean fetches...
2013-06-12  Willy TarreauMINOR: acl: add the new "env()" fetch method to retriev...
2013-06-12  Willy TarreauCLEANUP: http: remove the bogus urlp_ip ACL match
2013-06-12  Willy TarreauDOC: major reorg of ACL + sample fetch
2013-06-12  Willy TarreauMEDIUM: acl: remove 15 additional useless ACLs that...
2013-06-11  Willy TarreauMEDIUM: acl: remove a lot of useless ACLs that are...
2013-06-11  Willy TarreauMEDIUM: acl: automatically detect the type of certain...
2013-06-11  Willy TarreauMEDIUM: tcp: add "tcp-request connection expect-proxy...
2013-06-11  Willy TarreauMEDIUM: http: add the "set-mark" action on http-request...
2013-06-11  Willy TarreauMEDIUM: http: add support for "set-tos" in http-request...
2013-06-11  Willy TarreauMEDIUM: http: add support for action "set-log-level...
2013-06-11  Willy TarreauMEDIUM: log: add a log level override value in struct...
2013-06-11  Willy TarreauMEDIUM: http: add the "set-nice" action to http-request...
2013-06-11  Willy TarreauMEDIUM: http: add a new "http-response" ruleset
2013-06-10  Willy TarreauMEDIUM: protocol: implement a "drain" function in proto...
2013-06-10  Willy TarreauMINOR: http: add full-length header fetch methods
2013-06-10  Willy TarreauMINOR: log: add a new flag 'L' for locally processed...
2013-06-10  Lukas TribusDOC: examples: provide simplified ssl configuration
2013-06-10  Willy TarreauMINOR: defaults: allow REQURI_LEN and CAPTURE_LEN to...
2013-06-10  Willy TarreauMINOR: counters: add fetch/acl sc*_tracked to indicate...
2013-06-08  Willy TarreauBUG/MAJOR: http: always ensure response buffer has...
2013-05-31  Emmanuel HocdetBUG: ssl: fix crt-list for clients not supporting SNI
2013-05-31  Kevin HesterBUG: ssl: send payload gets corrupted if tune.ssl.maxre...
2013-05-29  Willy TarreauMEDIUM: counters: add a new "gpc0_rate" counter in...
2013-05-28  Willy TarreauMEDIUM: counters: add support for tracking a third...
2013-05-28  Willy TarreauMINOR: counters: make it easier to extend the amount...
2013-05-27  Lukas TribusDOC: readme: add suggestion to link against static...
2013-05-25  Willy TarreauDOC: fix wrong copy-paste in the rspdel example
2013-05-14  Prach PongpanichCLEANUP: fix minor typo in error message.
2013-05-14  James VothMINOR: ssl: add pattern fetch 'ssl_c_sha1'
2013-05-11  Pieter BaauwDOC: examples: provide an example of transparent proxy...
2013-05-11  Pieter BaauwMINOR: tproxy: add support for OpenBSD
2013-05-11  Pieter BaauwMINOR: tproxy: add support for FreeBSD
2013-05-11  Pieter BaauwREORG: tproxy: prepare the transparent proxy defines...
2013-05-08  Willy TarreauBUG/MINOR: acl: fix a double free during exit when...
2013-05-07  Emmanuel HocdetMEDIUM: ssl: improve crt-list format to support negation
2013-05-07  Willy TarreauMINOR: ebtree: add new eb_next_dup/eb_prev_dup() functi...
2013-05-01  Willy TarreauDOC: readme: add a small reminder about restrictions...
2013-05-01  Willy TarreauBUILD: stdbool is not portable (again)
2013-04-28  Willy TarreauBUG/MEDIUM: compression: the deflate algorithm must...
2013-04-26  Emeric BrunBUG/MEDIUM: shctx: makes the code independent on SSL...
2013-04-26  Willy TarreauMINOR: init: indicate the SSL runtime version on -vv.
2013-04-26  Emeric BrunBUG/MEDIUM: ssl: EDH ciphers are not usable if no DH...
2013-04-25  Willy TarreauBUILD: last fix broke non-linux platforms
2013-04-24  GodbachBUG/MINOR: config: "source" does not work in defaults...
2013-04-23  Willy TarreauBUG/MINOR: fix unterminated ACL array in compression
2013-04-22  Emeric BrunBUG/MEDIUM: Fix crt-list file parsing error: filtered...
2013-04-21  Willy TarreauBUG/MEDIUM: stats: fix a regression when dealing with...
2013-04-20  William LallemandMINOR: compression: acl "res.comp" and fetch "res.comp_...
2013-04-20  Willy TarreauBUG/MEDIUM: stats: allocate the stats frontend also...
2013-04-19  Geoff BucarMINOR: stats: show soft-stopped servers in different...
2013-04-19  Willy TarreauBUG/MINOR: stats: the status bar does not appear anymor...
2013-04-19  Willy TarreauBUG/MINOR: stats: fix confirmation links on the stats...
2013-04-18  Cyril BontéMINOR: stats: remove the autofocus on the scope input...
2013-04-15  de Lafond GuillaumeMEDIUM: stats: add proxy name filtering on the statisti...
2013-04-14  Lukas TribusBUG/MINOR: jit: don't rely on USE flag to detect support
2013-04-14  Willy TarreauBUG/MAJOR: http: compression still has defects on chunk...
2013-04-13  Willy TarreauBUG/MINOR: cli: "clear table xx data.xx" does not work...
2013-04-13  Willy TarreauBUG/MINOR: cli: "clear table" did not work anymore...
2013-04-12  Willy TarreauMEDIUM: log: report file name, line number, and directi...
2013-04-12  Willy TarreauBUG/MEDIUM: log: fix regression on log-format handling
2013-04-12  Willy TarreauBUG/MAJOR: backend: consistent hash can loop forever...
2013-04-12  Willy TarreauMINOR: tcp: report the erroneous word in tcp-request...
2013-04-11  Willy TarreauMINOR: session: only call http_send_name_header() when...
2013-04-11  Willy TarreauBUG/MAJOR: peers: fix an overflow when syncing strings...
2013-04-11  Willy TarreauMINOR: stick-table: allow to allocate an entry without...
2013-04-11  Willy TarreauCLEANUP: peers: remove a bit of spaghetti to prepare...
2013-04-11  Willy TarreauBUG/MINOR: tcp: fix error reporting for TCP rules
2013-04-11  Hiroaki NakamuraBUG: regex: fix pcre compile error when using JIT
2013-04-07  Willy TarreauBUG/MAJOR: acl: add implicit arguments to the resolve...
2013-04-06  Willy TarreauBUG/MEDIUM: splicing is broken since 1.5-dev12
2013-04-04  Willy TarreauBUILD: mention in the Makefile that USE_PCRE_JIT is...
2013-04-04  Lukas TribusMINOR: show PCRE version and JIT status in -vv
2013-04-03  Willy TarreauBUG/MINOR: http: add-header/set-header did not accept...
2013-04-03  Willy Tarreau[RELEASE] Released version 1.5-dev18 v1.5-dev18
2013-04-03  Willy TarreauMINOR: ssl: add support for the "alpn" bind keyword
2013-04-03  Willy TarreauMAJOR: sample: maintain a per-proxy list of the fetch...
2013-04-03  Willy TarreauMEDIUM: http: remove val_usr() to validate user_lists
2013-04-03  Willy TarreauMEDIUM: acl: support using sample fetches directly...
2013-04-03  Willy TarreauMEDIUM: acl: have a pointer to the keyword name in...
2013-04-03  Willy TarreauMINOR: acl: remove the use_count in acl keywords
2013-04-03  Willy TarreauMAJOR: acl: add option -m to change the pattern matchin...
2013-04-03  Willy TarreauMEDIUM: acl: move the ->parse, ->match and ->smp fields...
2013-04-03  Willy TarreauMINOR: http: replace acl_parse_ver with acl_parse_str
next