]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2017-04-22  Jarno HuuskonenDOC: add layer 4 links/cross reference to "block" keyword.
2017-04-21  Frédéric LécailleDOC: Add documentation for new "server-template" keyword.
2017-04-21  Frédéric LécailleMINOR: server: Add server_template_init() function...
2017-04-21  Frédéric LécailleMINOR: server: Add 'server-template' new keyword suppor...
2017-04-21  Frédéric LécailleMINOR: server: Extract the code which finalizes server...
2017-04-21  Frédéric LécailleMINOR: server: Extract the code responsible of copying...
2017-04-21  Frédéric LécailleBUG/MINOR: server: missing default server 'resolvers...
2017-04-21  Christopher... BUG/MEDIUM: http: Drop the connection establishment...
2017-04-20  Olivier HouchardBUG/MINOR: server: don't use "proxy" when px is really...
2017-04-19  Olivier HouchardBUG/MAJOR: Use -fwrapv.
2017-04-19  Willy TarreauMEDIUM: config: don't check config validity when there...
2017-04-19  Willy TarreauBUG/MEDIUM: acl: proprely release unused args in prune_...
2017-04-18  Jim FreemanCLEANUP: logs: typo: simgle => single
2017-04-16  Frédéric LécailleBUG/MAJOR: Broken parsing for valid keywords provided...
2017-04-15  Frédéric LécailleBUG/MINOR: server: Fix a wrong error message during...
2017-04-13  Olivier HouchardMINOR: systemd wrapper: add support for passing the...
2017-04-13  Olivier HouchardMINOR: socket transfer: Set a timeout on the socket.
2017-04-13  Olivier HouchardMINOR: proxy: Don't close FDs if not our proxy.
2017-04-13  Olivier HouchardMINOR: doc: document the -x flag
2017-04-13  Olivier HouchardMINOR: tcp: When binding socket, attempt to reuse one...
2017-04-13  Olivier HouchardMINOR: global: Add an option to get the old listening...
2017-04-13  Olivier HouchardMINOR: cli: Add a command to send listening sockets.
2017-04-13  Willy TarreauMINOR: lua: ensure the memory allocator is used all...
2017-04-13  Willy TarreauBUG/MEDIUM: servers: unbreak server weight propagation
2017-04-13  Willy TarreauBUG/MEDIUM: acl: don't free unresolved args in prune_ac...
2017-04-13  Willy TarreauBUG/MEDIUM: arg: ensure that we properly unlink unresol...
2017-04-13  Michal IdzikowskiMEDIUM: server: Inherit CLI weight changes and agent...
2017-04-12  Willy TarreauBUG/MINOR: arg: don't try to add an argument on failed...
2017-04-12  Willy TarreauBUG/MINOR: config: missing goto out after parsing an...
2017-04-11  Frédéric LécailleBUG/MINOR: dns: Wrong address family used when creating...
2017-04-11  Willy TarreauBUILD/MINOR: tools: fix build warning in debug_hexdump()
2017-04-11  Willy TarreauBUILD/MINOR: stats: remove unexpected argument to stats...
2017-04-10  David CarlierBUG/MINOR: server : no transparent proxy for DragonflyBSD
2017-04-10  Adam SpiersDOC: stick-table is available in frontend sections
2017-04-10  Olivier HouchardMINOR server: Restrict dynamic cookie check to the...
2017-04-05  Glenn StraussDOC: mention lighttpd 1.4.46 implements PROXY
2017-04-05  Glenn StraussDOC: update sample code for PROXY protocol
2017-04-04  Jarno HuuskonenDOC: add few comments to examples.
2017-04-04  Jarno HuuskonenDOC: changed "block"(deprecated) examples to http-reque...
2017-04-04  David CarlierCLEANUP: server: moving netinet/tcp.h inclusion
2017-04-03  Willy Tarreau[RELEASE] Released version 1.8-dev1 v1.8-dev1
2017-03-31  Guillaume de... MINOR: config parsing: add warning when log-format...
2017-03-31  Guillaume de... DOC: log-format/tcplog/httplog update
2017-03-31  Willy TarreauDOC: update the contributing file
2017-03-31  Jarno HuuskonenDOC: fix parenthesis and add missing "Example" tags
2017-03-31  Christopher... BUG/MINOR: filters: Don't force the stream's wakeup...
2017-03-31  Christopher... BUG/MEDIUM: http: Fix blocked HTTP/1.0 responses when...
2017-03-31  Christopher... MINOR: http: Add debug messages when HTTP body analyzer...
2017-03-31  Christopher... MINOR: http: remove useless check on HTTP_MSGF_XFER_LEN...
2017-03-31  Christopher... CLEANUP: buffers: Remove buffer_contig_area and buffer_...
2017-03-31  Christopher... CLEANUP: buffers: Remove buffer_bounce_realign function
2017-03-31  Christopher... CLEANUP: http: Remove channel_congested function
2017-03-31  Christopher... BUG/MINOR: http: Fix conditions to clean up a txn and...
2017-03-31  Christopher... BUG/MEDIUM: buffers: Fix how input/output data are...
2017-03-30  Emeric BrunBUG/MEDIUM: peers: fix buffer overflow control in intde...
2017-03-29  Frédéric LécailleBUG/MEDIUM: server: Wrong server default CRT filenames...
2017-03-29  Willy TarreauCLEANUP: time: curr_sec_ms doesn't need to be exported
2017-03-27  Willy TarreauBUILD: scripts: fix typo in announce-release error...
2017-03-27  Willy TarreauBUILD: make the release script use shortlog for the...
2017-03-27  Willy TarreauBUG/MEDIUM: tcp: don't require privileges to bind to...
2017-03-27  Lukas TribusMINOR: doc: fix use-server example (imap vs mail)
2017-03-27  Frédéric LécailleDOC: server: Add docs for "server" and "default-server...
2017-03-27  Frédéric LécailleMINOR: server: Add 'no-agent-check' server keyword.
2017-03-27  Frédéric LécailleMINOR: server: Make 'default-server' support 'disabled...
2017-03-27  Frédéric LécailleMINOR: server: Make 'default-server' support 'addr...
2017-03-27  Frédéric LécailleMINOR: server: Make 'default-server' support 'sni'...
2017-03-27  Frédéric LécailleMINOR: server: Make 'default-server' support 'source...
2017-03-27  Frédéric LécailleMINOR: server: Make 'default-server' support 'namespace...
2017-03-27  Frédéric LécailleMINOR: server: Make 'default-server' support 'tcp-ut...
2017-03-27  Frédéric LécailleMINOR: server: Make 'default-server' support 'ciphers...
2017-03-27  Frédéric LécailleMINOR: server: Make 'default-server' support 'cookie...
2017-03-27  Frédéric LécailleMINOR: server: Make 'default-server' support 'observe...
2017-03-27  Frédéric LécailleMINOR: server: Make 'default-server' support 'redir...
2017-03-27  Frédéric LécailleMINOR: server: Make 'default-server' support 'ca-file...
2017-03-27  Frédéric LécailleMINOR: server: Make 'default-server' support 'track...
2017-03-27  Frédéric LécailleMINOR: server: Make 'default-server' support 'check...
2017-03-27  Frédéric LécailleMINOR: server: Make 'default-server' support 'verifyhos...
2017-03-27  Frédéric LécailleMINOR: server: Make 'default-server' support 'verify...
2017-03-27  Frédéric LécailleCLEANUP: server: code alignement.
2017-03-27  Frédéric LécailleMINOR: server: Make 'default-server' support 'send...
2017-03-27  Frédéric LécailleMINOR: server: Make 'default-server' support 'ssl'...
2017-03-27  Frédéric LécailleMINOR: server: Make 'default-server' support 'no-ssl...
2017-03-27  Frédéric LécailleCLEANUP: server: code alignement.
2017-03-27  Frédéric LécailleMINOR: server: Make 'default-server' support 'force...
2017-03-27  Frédéric LécailleMINOR: server: Make 'default-server' support 'check...
2017-03-27  Frédéric LécailleMINOR: server: Make 'default-server' support 'send...
2017-03-27  Frédéric LécailleMINOR: server: Make 'default-server' support 'non-stick...
2017-03-27  Frédéric LécailleCLEANUP: server: code alignement.
2017-03-27  Frédéric LécailleMINOR: server: Make 'default-server' support 'check...
2017-03-27  Frédéric LécailleMINOR: server: Make 'default-server' support 'backup...
2017-03-27  Frédéric LécailleMINOR: server: irrelevant error message with 'default...
2017-03-27  Frédéric LécailleBUG/MINOR: cfgparse: loop in tracked servers lists...
2017-03-24  BaptisteMINOR: dns: improve DNS response parsing to use as...
2017-03-23  Cyril BontéMEDIUM: global: add a 'hard-stop-after' option to cap...
2017-03-23  Andriy PalamarchukDOC: Protocol doc: add noop TLV
2017-03-23  Andriy PalamarchukDOC: Protocol doc: add SSL TLVs, rename CHECKSUM
2017-03-23  Andriy PalamarchukDOC: Protocol doc: add checksum, TLV type ranges
2017-03-23  Andriy PalamarchukDOC/MINOR: Fix typos in proxy protocol doc
2017-03-21  Willy TarreauMEDIUM: kqueue: only set FD_POLL_IN when there are...
2017-03-21  Willy TarreauMEDIUM: kqueue: take care of EV_EOF to improve polling...
next