projects
/
haproxy-2.1.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
haproxy-2.1.git
2020-03-31
Olivier Houchard
MINOR: memory: Change the flush_lock to a spinlock...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Olivier Houchard
BUG/MEDIUM: wdt: Don't ignore WDTSIG and DEBUGSIG in...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Olivier Houchard
MINOR: wdt: Move the definitions of WDTSIG and DEBUGSIG...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Ilya Shipitsin
DOC: assorted typo fixes in the documentation
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Emeric Brun
BUG/MEDIUM: peers: resync ended with RESYNC_PARTIAL...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Willy Tarreau
BUILD: makefile: fix expression again to detect ARM...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Willy Tarreau
BUILD: makefile: fix regex syntax in ARM platform detection
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
David Carlier
BUILD: on ARM, must be linked to libatomic.
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Balvinder Singh...
DOC: correct typo in alert message about rspirep
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Tim Duesterhus
DOC: proxy_protocol: Reserve TLV type 0x05 as PP2_TYPE_...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Willy Tarreau
BUG/MINOR: haproxy/threads: try to make all threads...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Willy Tarreau
BUG/MINOR: listener/mq: do not dispatch connections...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Willy Tarreau
BUG/MINOR: haproxy: always initialize sleeping_thread_mask
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Olivier Houchard
BUG/MEDIUM: pools: Always update free_list in pool_gc().
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Willy Tarreau
BUG/MEDIUM: random: align the state on 2*64 bits for...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Olivier Houchard
MINOR: mt_lists: Appease gcc.
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Olivier Houchard
BUG/MEDIUM: mt_lists: Make sure we set the deleted...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Willy Tarreau
BUILD: wdt: only test for SI_TKILL when compiled with...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Lukas Tribus
DOC: ssl: clarify security implications of TLS tickets
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Ilya Shipitsin
DOC: assorted typo fixes in the documentation
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Björn Jacke
DOC: improve description of no-tls-tickets
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Bjoern Jacke
DOC: fix typo about no-tls-tickets
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Christopher...
BUG/MINOR: rules: Increment be_counters if backend...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Christopher...
BUG/MINOR: rules: Preserve FLT_END analyzers on silent...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Christopher...
BUG/MINOR: http-rules: Fix a typo in the reject action...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Christopher...
BUG/MINOR: http-rules: Preserve FLT_END analyzers on...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Christopher...
BUG/MINOR: lua: Ignore the reserve to know if a channel...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Christopher...
BUG/MINOR: http-ana: Reset request analysers on a respo...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Christopher...
BUG/MEDIUM: compression/filters: Fix loop on HTX blocks...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Christopher...
BUG/MEDIUM: cache/filters: Fix loop on HTX blocks cachi...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Christopher...
MINOR: htx: Add a function to return a block at a speci...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Christopher...
BUG/MINOR: filters: Forward everything if no data filte...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Christopher...
BUG/MINOR: filters: Use filter offset to decude the...
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
Tim Duesterhus
BUG/MAJOR: proxy_protocol: Properly validate TLV lengths
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Willy Tarreau
BUG/MINOR: init: make the automatic maxconn consider...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Ilya Shipitsin
DOC: assorted typo fixes in the documentation and Makefile
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Ilya Shipitsin
DOC: configuration.txt: fix various typos
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Tim Duesterhus
BUG/MINOR: pattern: Do not pass len = 0 to calloc()
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Carl Henrik...
OPTIM: startup: fast unique_id allocation for acl.
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Willy Tarreau
DOC: fix incorrect indentation of http_auth_*
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Willy Tarreau
BUG/MINOR: wdt: do not return an error when the watchdo...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Willy Tarreau
BUILD: tools: remove obsolete and conflicting trace...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Willy Tarreau
MINOR: haproxy: export main to ease access from debugger
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Willy Tarreau
BUG/MEDIUM: debug: make the debug_handler check for...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-31
Willy Tarreau
MINOR: debug: report the task handler's pointer relativ...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-11
Willy Tarreau
BUG/MAJOR: list: fix invalid element address calculation
commit
|
commitdiff
|
tree
|
snapshot
2020-03-11
Willy Tarreau
BUG/MINOR: checks/threads: use ha_random() and not...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-11
Willy Tarreau
MINOR: backend: use a single call to ha_random32()...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-11
Willy Tarreau
BUG/MEDIUM: random: implement a thread-safe and process...
commit
|
commitdiff
|
tree
|
snapshot
2020-03-11
Willy Tarreau
MINOR: tools: add 64-bit rotate operators
commit
|
commitdiff
|
tree
|
snapshot
2020-03-11
Willy Tarreau
BUG/MEDIUM: random: initialize the random pool a bit...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-28
Christopher...
MINOR: contrib/prometheus-exporter: Add the last heathc...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-28
Christopher...
MINOR: contrib/prometheus-exporter: Add heathcheck...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-28
Christopher...
BUG/MINOR: http-htx: Do case-insensive comparisons...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-28
Lukas Tribus
BUG/MINOR: dns: ignore trailing dot
commit
|
commitdiff
|
tree
|
snapshot
2020-02-28
Tim Duesterhus
BUG/MINOR: sample: Make sure to return stable IDs in...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-28
Willy Tarreau
BUG/MINOR: h2: reject again empty :path pseudo-headers
commit
|
commitdiff
|
tree
|
snapshot
2020-02-28
Willy Tarreau
BUILD: ebtree: improve architecture-specific alignment
commit
|
commitdiff
|
tree
|
snapshot
2020-02-28
Willy Tarreau
MINOR: compiler: add new alignment macros
commit
|
commitdiff
|
tree
|
snapshot
2020-02-28
Willy Tarreau
BUG/MINOR: connection: make sure to correctly tag local...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-28
Willy Tarreau
BUG/MEDIUM: ssl: fix several bad pointer aliases in...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-28
Willy Tarreau
BUG/MINOR: sample: fix the json converter's endian...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-28
Tim Duesterhus
CLEANUP: cfgparse: Fix type of second calloc() parameter
commit
|
commitdiff
|
tree
|
snapshot
2020-02-28
Willy Tarreau
BUILD: fix recent build failure on unaligned archs
commit
|
commitdiff
|
tree
|
snapshot
2020-02-28
Willy Tarreau
BUG/MEDIUM: ebtree: don't set attribute packed without...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-28
Willy Tarreau
MINOR: compiler: move CPU capabilities definition from...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-28
Willy Tarreau
BUG/MEDIUM: shctx: make sure to keep all blocks aligned
commit
|
commitdiff
|
tree
|
snapshot
2020-02-28
Jerome Magnin
BUG/MINOR: http: http-request replace-path duplicates...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-28
Jerome Magnin
MINOR: ist: add an iststop() function
commit
|
commitdiff
|
tree
|
snapshot
2020-02-21
Christopher...
BUG/MAJOR: http-ana: Always abort the request when...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-21
Christopher...
MINOR: http-ana: Match on the path if the monitor-uri...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-21
Christopher...
BUG/MINOR: http-ana: Matching on monitor-uri should...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-21
Christopher...
BUG/MINOR: http-htx: Don't return error if authority...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-21
Christopher...
BUG/MINOR: filters: Count HTTP headers as filtered...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-21
Christopher...
MINOR: filters: Forward data only if the last filter...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-21
Christopher...
MINOR: http-htx: Add a function to retrieve the headers...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-21
Willy Tarreau
SCRIPTS: announce-release: use mutt -H instead of ...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-21
Christopher...
MINOR: mux-fcgi: Make the capture of the path-info...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-21
Christopher...
BUG/MINOR: mux-fcgi: Forbid special characters when...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-21
Olivier Houchard
BUG/MEDIUM: muxes: Use the right argument when calling...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-21
William Dauchy
BUG/MINOR: namespace: avoid closing fd when socket...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-12
Willy Tarreau
SCRIPTS: make announce-release executable again
commit
|
commitdiff
|
tree
|
snapshot
2020-02-12
Willy Tarreau
[RELEASE] Released version 2.1.3
v2.1.3
commit
|
commitdiff
|
tree
|
snapshot
2020-02-12
William Dauchy
BUG/MINOR: tcp: don't try to set defaultmss when value...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-12
Christopher...
BUG/MINOR: http-ana: Set HTX_FL_PROXY_RESP flag if...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-12
Christopher...
BUG/MINOR: http-ana: Don't overwrite outgoing data...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-12
Christopher...
MINOR: htx/channel: Add a function to copy an HTX messa...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-12
Christopher...
MINOR: htx: Add a function to append an HTX message...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-12
Jerome Magnin
DOC: word converter ignores delimiters at the start...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-12
Christian Lachner
MINOR: build: add aix72-gcc build TARGET and power...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-12
William Dauchy
BUG/MINOR: tcp: avoid closing fd when socket failed...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-12
Willy Tarreau
BUG/MINOR: listener: enforce all_threads_mask on bind_t...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-12
Willy Tarreau
BUG/MEDIUM: listener: only consider running threads...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-11
William Dauchy
BUG/MINOR: dns: allow 63 char in hostname
commit
|
commitdiff
|
tree
|
snapshot
2020-02-11
Willy Tarreau
BUG/MINOR: unix: better catch situations where the...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-11
William Lallemand
DOC: schematic of the SSL certificates architecture
commit
|
commitdiff
|
tree
|
snapshot
2020-02-07
William Lallemand
BUG/MEDIUM: ssl/cli: 'commit ssl cert' wrong SSL_CTX...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-07
Willy Tarreau
SCRIPTS: announce-release: allow the user to force...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-07
Willy Tarreau
SCRIPTS: announce-release: place the send command in...
commit
|
commitdiff
|
tree
|
snapshot
next