]> git.kaiwu.me - haproxy.git/shortlog
haproxy.git
2020-04-27 Christopher... BUG/MEDIUM: server/checks: Init server check during...
2020-04-27 Christopher... BUG/MINOR: checks: Respect the no-check-ssl option
2020-04-27 Gaetan RivetMINOR: server: respect warning and alert semantic
2020-04-27 Christopher... MINOR: checks: Add a way to send custom headers and...
2020-04-27 Christopher... MINOR: mini-clist: Add functions to iterate backward...
2020-04-27 Christopher... BUG/MINOR: check: Update server address and port to...
2020-04-27 Christopher... BUG/MINOR: http-ana: Throw a 500 error if after-respons...
2020-04-26 William LallemandMINOR: contrib: make the peers wireshark dissector...
2020-04-24 Willy TarreauMEDIUM: memory: make pool_gc() run under thread isolation
2020-04-23 Jerome MagninDOC: option logasap does not depend on mode
2020-04-23 Willy TarreauBUG/MINOR: http: make url_decode() optionally convert...
2020-04-23 Willy TarreauBUG/MINOR: mux-fcgi/trace: fix wrong set of trace flags...
2020-04-23 Willy TarreauBUG/MINOR: tools: fix the i386 version of the div64_32...
2020-04-23 William LallemandDOC: internals: update the SSL architecture schema
2020-04-22 Olivier HouchardBUG/MEDIUM: http-ana: Handle NTLM messages correctly.
2020-04-22 Jerome MagninMINOR: config: add a global directive to set default...
2020-04-22 Jerome MagninBUG/MINOR: ssl: default settings for ssl server options...
2020-04-22 Emmanuel HocdetMINOR: ssl: add ssl-skip-self-issued-ca global option
2020-04-21 William LallemandMINOR: ssl/cli: restrain certificate path when insertin...
2020-04-21 William LallemandMINOR: ssl/cli: disallow SSL options for directory...
2020-04-21 Olivier DoucetDOC: Improve documentation on http-request set-src
2020-04-21 Ilya ShipitsinCLEANUP: log: fix comment of parse_logformat_string()
2020-04-21 Ilya ShipitsinCI: run weekly OpenSSL "no-deprecated" builds
2020-04-18 Tim DuesterhusMINOR: version: Show uname output in display_version()
2020-04-17 Willy Tarreau[RELEASE] Released version 2.2-dev6 v2.2-dev6
2020-04-17 Adam MillsDOC: hashing: update link to hashing functions
2020-04-17 Dominik FroehlichCLEANUP: http: Fixed small typo in parse_http_return
2020-04-17 Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2020-04-16 Willy TarreauBUILD: Makefile: add linux-musl to TARGET
2020-04-16 Olivier CarrèreDOC: Make how "option redispatch" works more explicit
2020-04-16 Willy TarreauMINOR: init: report the haproxy version and executable...
2020-04-16 Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2020-04-15 Willy TarreauMINOR: init: report the compiler version in haproxy -vv
2020-04-15 Willy TarreauMINOR: init: add -dW and "zero-warning" to reject confi...
2020-04-15 Willy TarreauMINOR: init: report in "haproxy -c" whether there were...
2020-04-15 Frédéric LécailleBUG/MINOR: peers: Incomplete peers sections should...
2020-04-14 Willy TarreauBUG/MINOR: connection: always send address-less LOCAL...
2020-04-10 William LallemandMINOR: ssl: don't alloc ssl_conf if no option found
2020-04-10 William LallemandBUG/MINOR: ssl: ssl_conf always set to NULL on crt...
2020-04-10 William LallemandMINOR: ssl: crtlist_entry_{new, free}
2020-04-10 William LallemandREORG: ssl: move some free/new functions
2020-04-10 William LallemandMINOR: ssl: crtlist_new() alloc and initialize a struct...
2020-04-10 William LallemandMINOR: ssl: ckch_store_new() alloc and init a ckch_store
2020-04-09 William LallemandBUG/MEDIUM: ssl/cli: trying to access to free'd memory
2020-04-09 William LallemandMINOR: ssl: replace ckchs_free() by ckch_store_free()
2020-04-09 William LallemandMINOR: ssl: free instances and SNIs with ckch_inst_free()
2020-04-09 William LallemandMINOR: ssl: initialize all list in ckch_inst_new()
2020-04-09 William LallemandCLEANUP: ssl: remove a commentary in struct ckch_inst
2020-04-09 William LallemandBUG/MINOR: ssl: memleak of the struct cert_key_and_chain
2020-04-08 William LallemandCLEANUP: ssl/cli: use the list of filters in the crtlis...
2020-04-08 William LallemandCLEANUP: ssl: use the refcount for the SSL_CTX'
2020-04-08 William LallemandBUG/MINOR: ssl/cli: memory leak in 'set ssl cert'
2020-04-08 William LallemandBUG/MINOR: ssl: trailing slashes in directory names...
2020-04-08 William LallemandMINOR: ssl/cli: 'del ssl cert' deletes a certificate
2020-04-08 William LallemandMINOR: ssl/cli: improve error for bundle in add/del...
2020-04-08 William LallemandBUG/MINOR: ssl/cli: lock the ckch structures during...
2020-04-07 Ilya ShipitsinCI: adopt openssl download script to download all versions
2020-04-07 Ilya ShipitsinCI: cirrus-ci: rename openssl package after it is renam...
2020-04-07 William LallemandMINOR: ssl: improve the errors when a crt can't be...
2020-04-07 Ilya ShipitsinCI: travis-ci: upgrade openssl to 1.1.1f
2020-04-07 Ilya ShipitsinCI: travis-ci: enable DEBUG_STRICT=1 for CI builds
2020-04-07 Ilya ShipitsinCI: use better SSL library definition
2020-04-06 William LallemandMINOR: ssl/cli: replace dump/show ssl crt-list by ...
2020-04-06 William LallemandMINOR: ssl/cli: 'del ssl crt-list' delete an entry
2020-04-02 William LallemandBUG/MINOR: ssl/cli: fix spaces in 'show ssl crt-list'
2020-04-02 William LallemandDOC: management: add the new crt-list CLI commands
2020-04-02 Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2020-04-02 William LallemandREGTEST: ssl/cli: add other cases of 'add ssl crt-list'
2020-04-02 William LallemandBUG/MINOR: ssl/cli: initialize fcount int crtlist_entry
2020-04-02 Ilya ShipitsinCLEANUP: src/fd.c: mask setsockopt with DISGUISE
2020-04-02 Frédéric LécailleBUG/MINOR: protocol_buffer: Wrong maximum shifting.
2020-04-02 Willy TarreauBUG/CRITICAL: hpack: never index a header into the...
2020-04-01 William LallemandREGTEST: ssl: pollute the crt-list file
2020-04-01 William LallemandREGTEST: ssl/cli: tests options and filters w/ add...
2020-04-01 William LallemandMINOR: ssl: add a comment above the ssl_bind_conf keywords
2020-04-01 William LallemandMINOR: ssl/cli: support filters and options in add...
2020-04-01 William LallemandMINOR: ssl: split the line parsing of the crt-list
2020-04-01 Olivier HouchardBUG/MEDIUM: dns: Consider the fact that dns answers...
2020-04-01 Willy TarreauREGTEST: make the unique-id test depend on version 2.0
2020-03-31 Olivier HouchardMINOR: connections: Don't mark conn flags 0x00000001...
2020-03-31 Miroslav ZagoracDOC: internals: Fix spelling errors in filters.txt
2020-03-31 Daniel CorbettBUG/MINOR: stats: Fix color of draining servers on...
2020-03-31 Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2020-03-31 Willy TarreauREGTEST: make the PROXY TLV validation depend on versio...
2020-03-31 William LallemandREGTEST: ssl/cli: change test type to devel
2020-03-31 William LallemandBUG/MINOR: ssl: entry->ckch_inst not initialized
2020-03-31 William LallemandREGTEST: ssl/cli: test the 'add ssl crt-list' command
2020-03-31 William LallemandMEDIUM: ssl/cli: 'add ssl crt-list' command
2020-03-31 William LallemandMINOR: ssl/cli: update pointer to store in 'commit...
2020-03-31 William LallemandMINOR: ssl: store a ptr to crtlist in crtlist_entry
2020-03-31 William LallemandMINOR: ssl: add a list of crtlist_entry in ckch_store
2020-03-31 William LallemandMINOR: ssl: use crtlist_free() upon error in directory...
2020-03-31 William LallemandREORG: ssl: move some functions above crtlist_load_cert...
2020-03-31 William LallemandBUG/MINOR: ssl: ckch_inst wrongly inserted in crtlist_entry
2020-03-31 William LallemandREORG: ssl: move SETCERT enum to ssl_sock.h
2020-03-31 William LallemandMINOR: ssl: add a list of bind_conf in struct crtlist
2020-03-31 William LallemandMINOR: cli: add a general purpose pointer in the CLI...
2020-03-29 Olivier HouchardMEDIUM: connections: Revamp the way idle connections...
2020-03-29 Olivier HouchardMINOR: servers: Add a counter for the number of current...
2020-03-29 Jerome MagninMEDIUM: stream: support use-server rules with dynamic...
next