]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2017-08-30  Willy TarreauMEDIUM: connection: get rid of data->init() which was...
2017-08-30  Willy TarreauBUG/MINOR: stream-int: don't check the CO_FL_CURR_WR_EN...
2017-08-24  Willy TarreauREORG/MEDIUM: connection: introduce the notion of conne...
2017-08-23  Willy TarreauOPTIM: lua: don't add "Connection: close" on the response
2017-08-23  Willy TarreauOPTIM: lua: don't use expensive functions to parse...
2017-08-23  Willy TarreauBUG/MEDIUM: stream: properly set the required HTTP...
2017-08-23  Willy TarreauMINOR: lua: properly process the contents of the conten...
2017-08-23  Willy TarreauBUG/MEDIUM: lua: HTTP services must take care of body...
2017-08-23  Willy TarreauBUG/MAJOR: lua: fix the impact of the scheduler changes...
2017-08-22  Willy TarreauBUG/MEDIUM: dns: fix accepted_payload_size parser to...
2017-08-22  Baptiste AssmannBUG/MINOR: dns: wrong resolution interval lead to 100...
2017-08-22  Baptiste AssmannCLEANUP: dns: remove duplicated code in dns_validate_dn...
2017-08-22  Baptiste AssmannCLEANUP: dns: remove duplicated code in dns_resolve_recv()
2017-08-22  Baptiste AssmannMINOR: dns: make SRV record processing more verbose
2017-08-22  Baptiste AssmannMINOR: dns: automatic reduction of DNS accpeted payload...
2017-08-22  Baptiste AssmannMINOR: dns: Maximum DNS udp payload set to 8192
2017-08-22  Baptiste AssmannBUG/MINOR: dns: server set by SRV records stay in ...
2017-08-22  Frédéric LécailleBUG/MINOR: Wrong type used as argument for spoe_decode_...
2017-08-18  Willy TarreauMINOR: http: export some of the HTTP parser macros
2017-08-18  Willy TarreauTESTS: ist: add a test file for the functions
2017-08-18  Willy TarreauMINOR: ist: implement very simple indirect strings
2017-08-18  Willy TarreauMEDIUM: session: do not free a session until no stream...
2017-08-18  Willy TarreauMINOR: stream: link the stream to its session
2017-08-18  Willy TarreauMINOR: session: add a streams field to the session...
2017-08-18  Willy TarreauMINOR: chunks: add chunk_memcpy() and chunk_memcat()
2017-08-18  Baptiste AssmannMINOR: dns: default "hold obsolete" timeout set to 0
2017-08-18  Baptiste AssmannMINOR: dns: enabled edns0 extension and make accpeted...
2017-08-18  Baptiste AssmannMINOR: dns: new dns record type (RTYPE) for OPT
2017-08-18  Baptiste AssmannMINOR: dns: enable caching of responses for server...
2017-08-18  Baptiste AssmannMINOR: dns: ability to use a SRV resolution for multipl...
2017-08-18  Baptiste AssmannMINOR: dns: make debugging function dump_dns_config...
2017-08-18  Baptiste AssmannMINOR: dns: duplicate entries in resolution wait queue...
2017-08-18  Baptiste AssmannMINOR: dns: update dns response buffer reading pointer...
2017-08-18  Baptiste AssmannMINOR: dns: update record dname matching for SRV query...
2017-08-18  Baptiste AssmannMINOR: dns: Update analysis of TRUNCATED response for...
2017-08-17  Olivier HouchardMINOR: init: Fix CPU affinity setting on FreeBSD.
2017-08-17  Olivier HouchardCLEANUP: raw_sock: Use a better name for the constructo...
2017-08-17  Willy TarreauBUG/MAJOR: stream: in stream_free(), close the front...
2017-08-16  Willy TarreauBUILD/MINOR: build without openssl still broken
2017-08-11  Emmanuel HocdetBUILD: ssl: replace SSL_CTX_get0_privatekey for openssl...
2017-08-09  Willy TarreauBUILD/MINOR: cli: shut a minor gcc warning in "show fd"
2017-08-09  Olivier HouchardMINOR: doc: Document SRV label usage.
2017-08-09  Olivier HouchardMINOR: check: Fix checks when using SRV records.
2017-08-09  Olivier HouchardMINOR: dns: Handle SRV records.
2017-08-09  Olivier HouchardAdd a few functions to do unaligned access.
2017-08-09  Olivier HouchardMINOR: obj: Add a new type of object, OBJ_TYPE_SRVRQ.
2017-08-09  Olivier HouchardMINOR: dns: Cache previous DNS answers.
2017-08-09  Emmanuel HocdetMINOR: ssl: allow to start without certificate if stric...
2017-08-03  Frédéric LécailleMINOR: Add server port field to server state file.
2017-07-28  Christopher... BUG/MEDIUM: ssl: Fix regression about certificates...
2017-07-28  Willy TarreauMINOR: cli: add a new "show fd" command
2017-07-28  Willy TarreauMINOR: listener: add a function to return a listener...
2017-07-28  Willy TarreauDOC: fix alphabetical order of "show commands" in manag...
2017-07-28  Adis NezirovicBUG/MINOR: lua: Fix bitwise logic for hlua_server_check...
2017-07-28  Emmanuel HocdetMINOR: ssl: add "no-ca-names" parameter for bind
2017-07-28  Willy TarreauBUG/MEDIUM: stream: don't retry SSL connections which...
2017-07-28  Willy TarreauMINOR: ssl: add a new error codes for wrong server...
2017-07-28  Willy TarreauBUG/MINOR: ssl: make use of the name in SNI before...
2017-07-26  Christopher... BUG/MINOR: ssl: Fix check against SNI during server...
2017-07-25  Thierry FOURNIERMINOR: lua: Add lists of frontends and backends
2017-07-25  Thierry FOURNIERDOC: lua: Proxy class doc update
2017-07-25  Thierry FOURNIERMINOR: lua: Add proxy as member of proxy object.
2017-07-24  Willy TarreauBUG/MAJOR: lua: properly dequeue hlua_applet_wakeup...
2017-07-24  Willy TarreauCLEANUP: task: remove all initializations to TICK_ETERN...
2017-07-24  Willy TarreauMINOR: task: always preinitialize the task's timeout...
2017-07-24  Willy TarreauBUG/MINOR: lua: always detach the tcp/http tasks before...
2017-07-24  Christopher... MINOR: samples: Don't allocate memory for SMP_T_METH...
2017-07-24  Christopher... MINOR: samples: Handle the type SMP_T_METH in smp_is_sa...
2017-07-24  Christopher... MINOR: samples: Handle the type SMP_T_METH when we...
2017-07-24  Nenad MerdanovicBUG/MINOR: lua: Correctly use INET6_ADDRSTRLEN in Serve...
2017-07-24  Nenad MerdanovicBUG/MINOR: lua: Fix Server.get_addr() port values
2017-07-21  David CarlierMINOR: memory: remove macros
2017-07-20  Christopher... BUG/MAJOR: http: Fix possible infinity loop in http_syn...
2017-07-20  ben51degreesDOC: Updated 51Degrees git URL to point to a stable...
2017-07-19  Willy TarreauBUILD: lua: replace timegm() with my_timegm() to fix...
2017-07-19  Willy TarreauMINOR: tools: add a portable timegm() alternative
2017-07-19  Emmanuel HocdetBUILD: ssl: fix compatibility with openssl without...
2017-07-19  Emmanuel HocdetMINOR: ssl: remove an unecessary SSL_OP_NO_* dependancy
2017-07-19  Emmanuel HocdetBUG/MINOR: ssl: remove haproxy SSLv3 support when ssl...
2017-07-19  David CarlierBUG/MINOR: contrib/mod_defender: build fix
2017-07-19  David CarlierBUG/MINOR: contrib/modsecurity: BSD build fix
2017-07-19  Christopher... BUG/MINOR: http: Fix bug introduced in previous patch...
2017-07-18  Christopher... MINOR: http: Rely on analyzers mask to end processing...
2017-07-18  Christopher... BUG/MEDIUM: http: Switch HTTP responses in TUNNEL mode...
2017-07-18  Christopher... MINOR: http: Switch requests/responses in TUNNEL mode...
2017-07-18  Christopher... MINOR: http: Reorder/rewrite checks in http_resync_states
2017-07-18  Christopher... BUG/MINOR: http: Set the response error state in http_s...
2017-07-18  Willy TarreauDOC: update the list of OpenSSL versions in the README
2017-07-18  Willy TarreauDOC: update CONTRIBUTING regarding optional parts and...
2017-07-18  Thierry FOURNIERBUG/MINOR: Lua: variable already initialized
2017-07-18  Thierry FOURNIERBUG/MEDIUM: lua: bad memory access
2017-07-18  Thierry FOURNIERBUG/MAJOR: lua/socket: resources not detroyed when...
2017-07-18  Thierry FOURNIERBUG/MINOR: lua: executes the function destroying the...
2017-07-18  Thierry FOURNIERBUG/MINOR: lua: In error case, the safe mode is not...
2017-07-18  Olivier HouchardBUG/MINOR: Prevent a use-after-free on error scenario...
2017-07-17  Willy TarreauCLEANUP: hdr_idx: make some function arguments const...
2017-07-13  Frédéric LécailleBUG/MINOR: peers: peer synchronization issue (with...
2017-07-11  Willy TarreauOPTIM: ssl: don't consider a small ssl_read() as an...
2017-07-07  Willy TarreauBUG/MINOR: http: properly handle all 1xx informational...
2017-07-07  Frédéric LécailleMINOR: peers: Add additional information to stick-table...
next