]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2020-02-26  Willy TarreauMEDIUM: buffer: remove the buffer_wq lock
2020-02-25  Willy Tarreau[RELEASE] Released version 2.2-dev3 v2.2-dev3
2020-02-25  Willy TarreauDOC: proxy-protocol: clarify IPv6 address representatio...
2020-02-25  William LallemandCLEANUP: ssl: move issuer_chain tree and definition
2020-02-25  William LallemandMINOR: ssl/cli: reorder 'show ssl cert' output
2020-02-25  William LallemandMINOR: ssl/cli: 'show ssl cert'displays the issuer...
2020-02-25  William LallemandMINOR: ssl/cli: 'show ssl cert' displays the chain
2020-02-25  Ilya ShipitsinBUILD: travis-ci: enable s390x builds
2020-02-25  Willy TarreauMINOR: config: mark global.debug as deprecated
2020-02-25  Willy TarreauBUILD: ebtree: improve architecture-specific alignment
2020-02-25  Willy TarreauMINOR: compiler: add new alignment macros
2020-02-25  Willy TarreauBUG/MINOR: connection: make sure to correctly tag local...
2020-02-25  Willy TarreauBUILD: makefile: re-enable strict aliasing
2020-02-25  Willy TarreauCLEANUP: connection: use read_u32() instead of a cast...
2020-02-25  Willy TarreauCLEANUP: lua: fix aliasing issues in the address matchi...
2020-02-25  Willy TarreauMINOR: pattern: fix all remaining strict aliasing issues
2020-02-25  Willy TarreauCLEANUP: sample: use read_u64() in ipmask() to apply...
2020-02-25  Willy TarreauCLEANUP: stick-tables: use read_u32() to display a...
2020-02-25  Willy TarreauCLEANUP: cache: use read_u32/write_u32 to access the...
2020-02-25  Willy TarreauCLEANUP: fd: use a union in fd_rm_from_fd_list() to...
2020-02-25  Willy TarreauBUG/MEDIUM: ssl: fix several bad pointer aliases in...
2020-02-25  Willy TarreauBUG/MINOR: sample: fix the json converter's endian...
2020-02-25  Willy TarreauBUILD: general: always pass unsigned chars to is* functions
2020-02-25  Willy TarreauBUILD: ssl: only pass unsigned chars to isspace()
2020-02-25  Tim DuesterhusCLEANUP: cfgparse: Fix type of second calloc() parameter
2020-02-25  Willy TarreauBUILD: remove obsolete support for -mregparm / USE_REGPARM
2020-02-25  Tim DuesterhusCLEANUP: net_helper: Do not negate the result of unlikely
2020-02-25  Tim DuesterhusCLEANUP: conn: Do not pass a pointer to likely
2020-02-25  Willy TarreauMINOR: compiler: drop special cases of likely/unlikely...
2020-02-24  William LallemandBUG/MINOR: ssl: load .key in a directory only after PEM
2020-02-24  William LallemandMINOR: ssl: load the key from a dedicated file
2020-02-21  Willy TarreauBUILD: fix recent build failure on unaligned archs
2020-02-21  Willy TarreauCLEANUP: http/h1: rely on HA_UNALIGNED_LE instead of...
2020-02-21  Willy TarreauBUG/MEDIUM: ebtree: don't set attribute packed without...
2020-02-21  Willy TarreauMINOR: compiler: move CPU capabilities definition from...
2020-02-21  Willy TarreauBUG/MEDIUM: shctx: make sure to keep all blocks aligned
2020-02-21  Jerome MagninCLEANUP: sample: use iststop instead of a for loop
2020-02-21  Jerome MagninBUG/MINOR: http: http-request replace-path duplicates...
2020-02-21  Jerome MagninMINOR: ist: add an iststop() function
2020-02-21  Willy TarreauMINOR: mux-h1: pass CO_RFL_READ_ONCE to the lower layer...
2020-02-21  Willy TarreauMINOR: connection: introduce a new receive flag: CO_RFL...
2020-02-21  Willy TarreauCLEANUP: connection: remove the definitions of conn_xpr...
2020-02-21  Willy TarreauMINOR: connection: remove the last calls to conn_xprt_...
2020-02-21  Willy TarreauMINOR: tcp/uxst/sockpair: use fd_want_send() instead...
2020-02-21  Willy TarreauMINOR: raw_sock: directly call fd_stop_send() and not...
2020-02-21  Willy TarreauMEDIUM: connection: remove the intermediary polling...
2020-02-21  Willy TarreauCLEANUP: epoll: place the struct epoll_event in the...
2020-02-21  Willy TarreauMINOR: checks: do not call conn_xprt_stop_send() anymore
2020-02-21  Willy TarreauBUG/MINOR: mux: do not call conn_xprt_stop_recv() on...
2020-02-21  Christopher... BUG/MAJOR: http-ana: Always abort the request when...
2020-02-19  Tim DuesterhusBUG/MINOR: ssl: Stop passing dynamic strings as format...
2020-02-18  Christopher... MINOR: http-ana: Match on the path if the monitor-uri...
2020-02-18  Christopher... BUG/MINOR: http-ana: Matching on monitor-uri should...
2020-02-18  Willy TarreauREGTESTS: use "command -v" instead of "which"
2020-02-18  Emmanuel HocdetMINOR: ssl: add "issuers-chain-path" directive.
2020-02-18  Willy TarreauBUG/MINOR: sample: exit regsub() in case of trash alloc...
2020-02-18  Christopher... BUG/MINOR: stream: Don't incr frontend cum_req counter...
2020-02-18  Christopher... BUG/MINOR: http-htx: Don't return error if authority...
2020-02-18  Christopher... BUG/MINOR: filters: Count HTTP headers as filtered...
2020-02-18  Christopher... MINOR: filters: Forward data only if the last filter...
2020-02-18  Christopher... MINOR: http-htx: Add a function to retrieve the headers...
2020-02-17  Willy TarreauBUG/MINOR: tools: also accept '+' as a valid character...
2020-02-16  Jerome MagninMINOR: sample: regsub now supports backreferences
2020-02-16  Willy TarreauBUG/MINOR: arg: fix again incorrect argument length...
2020-02-15  Ilya ShipitsinBUILD: enable ERR=1 in github cygwin builds
2020-02-15  Willy TarreauSCRIPTS: announce-release: use mutt -H instead of ...
2020-02-15  Willy TarreauBUG/MINOR: arg: report an error if an argument is large...
2020-02-14  Willy TarreauMEDIUM: log-format: make the LF parser aware of sample...
2020-02-14  Willy TarreauMINOR: sample: make sample_parse_expr() able to return...
2020-02-14  Willy TarreauMEDIUM: arg: make make_arg_list() support quotes in...
2020-02-14  Willy TarreauMEDIUM: arg: copy parsed arguments into the trash inste...
2020-02-14  Willy TarreauMEDIUM: arg: make make_arg_list() stop after its own...
2020-02-14  Willy TarreauMINOR: sample/acl: use is_idchar() to locate the fetch...
2020-02-14  Willy TarreauMINOR: chunk: implement chunk_strncpy() to copy partial...
2020-02-14  Willy TarreauMINOR: tools: add is_idchar() to tell if a char may...
2020-02-14  Christopher... MINOR: mux-fcgi: Make the capture of the path-info...
2020-02-14  Ilya ShipitsinCLEANUP: ssl: remove unused functions in openssl-compat.h
2020-02-14  Christopher... BUG/MINOR: mux-fcgi: Forbid special characters when...
2020-02-14  Olivier HouchardBUG/MEDIUM: muxes: Use the right argument when calling...
2020-02-14  William DauchyBUG/MINOR: namespace: avoid closing fd when socket...
2020-02-12  Willy TarreauSCRIPTS: make announce-release executable again
2020-02-12  William DauchyBUG/MINOR: tcp: don't try to set defaultmss when value...
2020-02-12  Ilya ShipitsinBUILD: scripts/build-ssl.sh: use "uname" instead of...
2020-02-12  Ilya ShipitsinBUILD: travis-ci: harden builds, add ERR=1 (warning...
2020-02-12  Ilya ShipitsinBUILD: travis-ci: no more allowed failures for openssl...
2020-02-12  Christian LachnerMINOR: build: add aix72-gcc build TARGET and power...
2020-02-12  William DauchyBUG/MINOR: tcp: avoid closing fd when socket failed...
2020-02-12  Willy TarreauBUG/MINOR: listener: enforce all_threads_mask on bind_t...
2020-02-12  Willy TarreauBUG/MEDIUM: listener: only consider running threads...
2020-02-11  Willy TarreauBUILD: http_act: cast file sizes when reporting file...
2020-02-11  Willy TarreauCLEANUP: mini-clist: simplify nested do { while(1)...
2020-02-11  Willy TarreauBUG/MINOR: connection: correctly retry I/O on signals
2020-02-11  Ilya ShipitsinBUILD: cirrus-ci: add ERR=1 to freebsd builds
2020-02-11  Ilya ShipitsinBUILD: cirrus-ci: workaround "pkg install" bug
2020-02-11  Ilya ShipitsinBUILD: cirrus-ci: switch to "snap" images to unify...
2020-02-11  Willy TarreauBUG/MINOR: unix: better catch situations where the...
2020-02-11  Willy TarreauBUG/MAJOR: mux-h2: don't wake streams after connection...
2020-02-10  William LallemandDOC: schematic of the SSL certificates architecture
2020-02-10  Christopher... BUG/MEDIUM: tcp-rules: Fix track-sc* actions for L4...
2020-02-07  William LallemandBUG/MEDIUM: ssl/cli: 'commit ssl cert' wrong SSL_CTX...
next