projects
/
haproxy-2.3.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
haproxy-2.3.git
2020-04-24
Willy Tarreau
MEDIUM: memory: make pool_gc() run under thread isolation
commit
|
commitdiff
|
tree
|
snapshot
2020-04-23
Jerome Magnin
DOC: option logasap does not depend on mode
commit
|
commitdiff
|
tree
|
snapshot
2020-04-23
Willy Tarreau
BUG/MINOR: http: make url_decode() optionally convert...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-23
Willy Tarreau
BUG/MINOR: mux-fcgi/trace: fix wrong set of trace flags...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-23
Willy Tarreau
BUG/MINOR: tools: fix the i386 version of the div64_32...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-23
William Lallemand
DOC: internals: update the SSL architecture schema
commit
|
commitdiff
|
tree
|
snapshot
2020-04-22
Olivier Houchard
BUG/MEDIUM: http-ana: Handle NTLM messages correctly.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-22
Jerome Magnin
MINOR: config: add a global directive to set default...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-22
Jerome Magnin
BUG/MINOR: ssl: default settings for ssl server options...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-22
Emmanuel Hocdet
MINOR: ssl: add ssl-skip-self-issued-ca global option
commit
|
commitdiff
|
tree
|
snapshot
2020-04-21
William Lallemand
MINOR: ssl/cli: restrain certificate path when insertin...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-21
William Lallemand
MINOR: ssl/cli: disallow SSL options for directory...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-21
Olivier Doucet
DOC: Improve documentation on http-request set-src
commit
|
commitdiff
|
tree
|
snapshot
2020-04-21
Ilya Shipitsin
CLEANUP: log: fix comment of parse_logformat_string()
commit
|
commitdiff
|
tree
|
snapshot
2020-04-21
Ilya Shipitsin
CI: run weekly OpenSSL "no-deprecated" builds
commit
|
commitdiff
|
tree
|
snapshot
2020-04-18
Tim Duesterhus
MINOR: version: Show uname output in display_version()
commit
|
commitdiff
|
tree
|
snapshot
2020-04-17
Willy Tarreau
[RELEASE] Released version 2.2-dev6
v2.2-dev6
commit
|
commitdiff
|
tree
|
snapshot
2020-04-17
Adam Mills
DOC: hashing: update link to hashing functions
commit
|
commitdiff
|
tree
|
snapshot
2020-04-17
Dominik Froehlich
CLEANUP: http: Fixed small typo in parse_http_return
commit
|
commitdiff
|
tree
|
snapshot
2020-04-17
Ilya Shipitsin
CLEANUP: assorted typo fixes in the code and comments
commit
|
commitdiff
|
tree
|
snapshot
2020-04-16
Willy Tarreau
BUILD: Makefile: add linux-musl to TARGET
commit
|
commitdiff
|
tree
|
snapshot
2020-04-16
Olivier Carrère
DOC: Make how "option redispatch" works more explicit
commit
|
commitdiff
|
tree
|
snapshot
2020-04-16
Willy Tarreau
MINOR: init: report the haproxy version and executable...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-16
Ilya Shipitsin
CLEANUP: assorted typo fixes in the code and comments
commit
|
commitdiff
|
tree
|
snapshot
2020-04-15
Willy Tarreau
MINOR: init: report the compiler version in haproxy -vv
commit
|
commitdiff
|
tree
|
snapshot
2020-04-15
Willy Tarreau
MINOR: init: add -dW and "zero-warning" to reject confi...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-15
Willy Tarreau
MINOR: init: report in "haproxy -c" whether there were...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-15
Frédéric Lécaille
BUG/MINOR: peers: Incomplete peers sections should...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-14
Willy Tarreau
BUG/MINOR: connection: always send address-less LOCAL...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-10
William Lallemand
MINOR: ssl: don't alloc ssl_conf if no option found
commit
|
commitdiff
|
tree
|
snapshot
2020-04-10
William Lallemand
BUG/MINOR: ssl: ssl_conf always set to NULL on crt...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-10
William Lallemand
MINOR: ssl: crtlist_entry_{new, free}
commit
|
commitdiff
|
tree
|
snapshot
2020-04-10
William Lallemand
REORG: ssl: move some free/new functions
commit
|
commitdiff
|
tree
|
snapshot
2020-04-10
William Lallemand
MINOR: ssl: crtlist_new() alloc and initialize a struct...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-10
William Lallemand
MINOR: ssl: ckch_store_new() alloc and init a ckch_store
commit
|
commitdiff
|
tree
|
snapshot
2020-04-09
William Lallemand
BUG/MEDIUM: ssl/cli: trying to access to free'd memory
commit
|
commitdiff
|
tree
|
snapshot
2020-04-09
William Lallemand
MINOR: ssl: replace ckchs_free() by ckch_store_free()
commit
|
commitdiff
|
tree
|
snapshot
2020-04-09
William Lallemand
MINOR: ssl: free instances and SNIs with ckch_inst_free()
commit
|
commitdiff
|
tree
|
snapshot
2020-04-09
William Lallemand
MINOR: ssl: initialize all list in ckch_inst_new()
commit
|
commitdiff
|
tree
|
snapshot
2020-04-09
William Lallemand
CLEANUP: ssl: remove a commentary in struct ckch_inst
commit
|
commitdiff
|
tree
|
snapshot
2020-04-09
William Lallemand
BUG/MINOR: ssl: memleak of the struct cert_key_and_chain
commit
|
commitdiff
|
tree
|
snapshot
2020-04-08
William Lallemand
CLEANUP: ssl/cli: use the list of filters in the crtlis...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-08
William Lallemand
CLEANUP: ssl: use the refcount for the SSL_CTX'
commit
|
commitdiff
|
tree
|
snapshot
2020-04-08
William Lallemand
BUG/MINOR: ssl/cli: memory leak in 'set ssl cert'
commit
|
commitdiff
|
tree
|
snapshot
2020-04-08
William Lallemand
BUG/MINOR: ssl: trailing slashes in directory names...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-08
William Lallemand
MINOR: ssl/cli: 'del ssl cert' deletes a certificate
commit
|
commitdiff
|
tree
|
snapshot
2020-04-08
William Lallemand
MINOR: ssl/cli: improve error for bundle in add/del...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-08
William Lallemand
BUG/MINOR: ssl/cli: lock the ckch structures during...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-07
Ilya Shipitsin
CI: adopt openssl download script to download all versions
commit
|
commitdiff
|
tree
|
snapshot
2020-04-07
Ilya Shipitsin
CI: cirrus-ci: rename openssl package after it is renam...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-07
William Lallemand
MINOR: ssl: improve the errors when a crt can't be...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-07
Ilya Shipitsin
CI: travis-ci: upgrade openssl to 1.1.1f
commit
|
commitdiff
|
tree
|
snapshot
2020-04-07
Ilya Shipitsin
CI: travis-ci: enable DEBUG_STRICT=1 for CI builds
commit
|
commitdiff
|
tree
|
snapshot
2020-04-07
Ilya Shipitsin
CI: use better SSL library definition
commit
|
commitdiff
|
tree
|
snapshot
2020-04-06
William Lallemand
MINOR: ssl/cli: replace dump/show ssl crt-list by ...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-06
William Lallemand
MINOR: ssl/cli: 'del ssl crt-list' delete an entry
commit
|
commitdiff
|
tree
|
snapshot
2020-04-02
William Lallemand
BUG/MINOR: ssl/cli: fix spaces in 'show ssl crt-list'
commit
|
commitdiff
|
tree
|
snapshot
2020-04-02
William Lallemand
DOC: management: add the new crt-list CLI commands
commit
|
commitdiff
|
tree
|
snapshot
2020-04-02
Ilya Shipitsin
CLEANUP: assorted typo fixes in the code and comments
commit
|
commitdiff
|
tree
|
snapshot
2020-04-02
William Lallemand
REGTEST: ssl/cli: add other cases of 'add ssl crt-list'
commit
|
commitdiff
|
tree
|
snapshot
2020-04-02
William Lallemand
BUG/MINOR: ssl/cli: initialize fcount int crtlist_entry
commit
|
commitdiff
|
tree
|
snapshot
2020-04-02
Ilya Shipitsin
CLEANUP: src/fd.c: mask setsockopt with DISGUISE
commit
|
commitdiff
|
tree
|
snapshot
2020-04-02
Frédéric Lécaille
BUG/MINOR: protocol_buffer: Wrong maximum shifting.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-02
Willy Tarreau
BUG/CRITICAL: hpack: never index a header into the...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-01
William Lallemand
REGTEST: ssl: pollute the crt-list file
commit
|
commitdiff
|
tree
|
snapshot
2020-04-01
William Lallemand
REGTEST: ssl/cli: tests options and filters w/ add...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-01
William Lallemand
MINOR: ssl: add a comment above the ssl_bind_conf keywords
commit
|
commitdiff
|
tree
|
snapshot
2020-04-01
William Lallemand
MINOR: ssl/cli: support filters and options in add...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-01
William Lallemand
MINOR: ssl: split the line parsing of the crt-list
commit
|
commitdiff
|
tree
|
snapshot
2020-04-01
Olivier Houchard
BUG/MEDIUM: dns: Consider the fact that dns answers...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-01
Willy Tarreau
REGTEST: make the unique-id test depend on version 2.0
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Olivier Houchard
MINOR: connections: Don't mark conn flags 0x00000001...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Miroslav Zagorac
DOC: internals: Fix spelling errors in filters.txt
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Daniel Corbett
BUG/MINOR: stats: Fix color of draining servers on...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Ilya Shipitsin
CLEANUP: assorted typo fixes in the code and comments
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Willy Tarreau
REGTEST: make the PROXY TLV validation depend on versio...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
William Lallemand
REGTEST: ssl/cli: change test type to devel
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
William Lallemand
BUG/MINOR: ssl: entry->ckch_inst not initialized
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
William Lallemand
REGTEST: ssl/cli: test the 'add ssl crt-list' command
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
William Lallemand
MEDIUM: ssl/cli: 'add ssl crt-list' command
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
William Lallemand
MINOR: ssl/cli: update pointer to store in 'commit...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
William Lallemand
MINOR: ssl: store a ptr to crtlist in crtlist_entry
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
William Lallemand
MINOR: ssl: add a list of crtlist_entry in ckch_store
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
William Lallemand
MINOR: ssl: use crtlist_free() upon error in directory...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
William Lallemand
REORG: ssl: move some functions above crtlist_load_cert...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
William Lallemand
BUG/MINOR: ssl: ckch_inst wrongly inserted in crtlist_entry
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
William Lallemand
REORG: ssl: move SETCERT enum to ssl_sock.h
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
William Lallemand
MINOR: ssl: add a list of bind_conf in struct crtlist
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
William Lallemand
MINOR: cli: add a general purpose pointer in the CLI...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-29
Olivier Houchard
MEDIUM: connections: Revamp the way idle connections...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-29
Olivier Houchard
MINOR: servers: Add a counter for the number of current...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-29
Jerome Magnin
MEDIUM: stream: support use-server rules with dynamic...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-29
Jerome Magnin
MINOR: listener: add so_name sample fetch
commit
|
commitdiff
|
tree
|
snapshot
2020-03-26
Emmanuel Hocdet
MINOR: ssl: skip self issued CA in cert chain for ssl_ctx
commit
|
commitdiff
|
tree
|
snapshot
2020-03-26
Baptiste Assmann
BUG/MEDIUM: dns: improper parsing of aditional records
commit
|
commitdiff
|
tree
|
snapshot
2020-03-26
Baptiste Assmann
CLEANUP: remove obsolete comments
commit
|
commitdiff
|
tree
|
snapshot
2020-03-25
Olivier Houchard
MINOR: build: Fix build in mux_h1
commit
|
commitdiff
|
tree
|
snapshot
2020-03-25
Olivier Houchard
BUG/MEDIUM: mux_h1: Process a new request if we already...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-24
Ilya Shipitsin
CI: github actions: add weekly h2spec test
commit
|
commitdiff
|
tree
|
snapshot
2020-03-24
Frédéric Lécaille
BUG/MINOR: peers: Use after free of "peers" section.
commit
|
commitdiff
|
tree
|
snapshot
next