]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2020-03-12  Willy TarreauBUG/MINOR: haproxy/threads: try to make all threads...
2020-03-12  Willy TarreauBUG/MINOR: listener/mq: do not dispatch connections...
2020-03-12  Willy TarreauBUG/MINOR: haproxy: always initialize sleeping_thread_mask
2020-03-12  Olivier HouchardBUG/MEDIUM: pools: Always update free_list in pool_gc().
2020-03-12  Olivier HouchardBUG/MEDIUM: connections: Don't assume the connection...
2020-03-11  Willy TarreauBUG/MEDIUM: random: align the state on 2*64 bits for...
2020-03-11  Olivier HouchardMINOR: lists: fix indentation.
2020-03-11  Olivier HouchardMINOR: servers: Kill priv_conns.
2020-03-11  Olivier HouchardMINOR: lists: Implement function to convert list =...
2020-03-11  Olivier HouchardMINOR: mt_lists: Appease gcc.
2020-03-11  Willy TarreauBUILD: stream-int: fix a few includes dependencies
2020-03-11  Willy TarreauBUG/MAJOR: list: fix invalid element address calculation
2020-03-10  Willy TarreauMEDIUM: init: always try to push the FD limit when...
2020-03-10  Willy TarreauMINOR: init: move the maxsock calculation code to compu...
2020-03-10  Olivier HouchardBUG/MEDIUM: mt_lists: Make sure we set the deleted...
2020-03-10  Olivier HouchardBUG/MINOR: buffers: MT_LIST_DEL_SAFE() expects the...
2020-03-10  William LallemandCLEANUP: ssl: separate the directory loading in a new...
2020-03-10  Willy TarreauBUILD: Makefile: the compiler-specific flags should...
2020-03-10  Willy TarreauBUILD: wdt: only test for SI_TKILL when compiled with...
2020-03-10  Willy TarreauBUILD: make dladdr1 depend on glibc version and not...
2020-03-10  Willy TarreauCLEANUP: remove the now unused common/syscall.h
2020-03-10  Willy TarreauCLEANUP: remove support for USE_MY_SPLICE
2020-03-10  Willy TarreauCLEANUP: remove support for USE_MY_EPOLL
2020-03-10  Willy TarreauCLEANUP: drop support for USE_MY_ACCEPT4
2020-03-10  Willy TarreauCLEANUP: remove support for Linux i686 vsyscalls
2020-03-10  Lukas TribusDOC: ssl: clarify security implications of TLS tickets
2020-03-09  William LallemandBUG/MINOR: ssl/cli: sni_ctx' mustn't always be used...
2020-03-09  William LallemandCLEANUP: ssl: is_default is a bit in ckch_inst
2020-03-09  Willy Tarreau[RELEASE] Released version 2.2-dev4 v2.2-dev4
2020-03-09  Miroslav ZagoracCLEANUP: remove unused code in 'my_ffsl/my_flsl' functions
2020-03-09  Ilya ShipitsinDOC: assorted typo fixes in the documentation
2020-03-09  Björn JackeDOC: improve description of no-tls-tickets
2020-03-09  Bjoern JackeDOC: fix typo about no-tls-tickets
2020-03-08  Willy TarreauMINOR: tools: add a generic function to generate UUIDs
2020-03-08  Willy TarreauMINOR: sample: make all bits random on the rand() sampl...
2020-03-08  Willy TarreauBUG/MINOR: checks/threads: use ha_random() and not...
2020-03-08  Willy TarreauMINOR: backend: use a single call to ha_random32()...
2020-03-08  Willy TarreauBUG/MEDIUM: random: implement a thread-safe and process...
2020-03-07  Willy TarreauMINOR: tools: add 64-bit rotate operators
2020-03-07  Ilya ShipitsinBUILD: cirrus-ci: get rid of unstable freebsd images
2020-03-07  Willy TarreauRevert "BUG/MEDIUM: random: implement per-thread and...
2020-03-07  Willy TarreauBUG/MEDIUM: random: implement per-thread and per-proces...
2020-03-07  Willy TarreauBUG/MEDIUM: random: initialize the random pool a bit...
2020-03-07  Willy TarreauBUILD: listener: types/listener.h must not include...
2020-03-07  Willy TarreauBUILD: freq_ctr: proto/freq_ctr needs to include common...
2020-03-07  Willy TarreauBUILD: global: must not include common/standard.h but...
2020-03-07  Willy TarreauBUILD: ssl: include mini-clist.h
2020-03-07  Willy TarreauBUILD: buffer: types/{ring.h,checks.h} should include...
2020-03-06  Christopher... BUG/MINOR: http-rules: Abort transaction when a redirec...
2020-03-06  Christopher... BUG/MINOR: rules: Increment be_counters if backend...
2020-03-06  Christopher... BUG/MINOR: rules: Return ACT_RET_ABRT when a silent...
2020-03-06  Christopher... BUG/MINOR: rules: Preserve FLT_END analyzers on silent...
2020-03-06  Christopher... MINOR: compression/filters: Initialize the comp filter...
2020-03-06  Christopher... MINOR: cache/filters: Initialize the cache filter when...
2020-03-06  Christopher... BUG/MINOR: http-rules: Fix a typo in the reject action...
2020-03-06  Christopher... BUG/MINOR: http-rules: Preserve FLT_END analyzers on...
2020-03-06  Christopher... BUG/MINOR: http-rules: Return ACT_RET_ABRT to abort...
2020-03-06  Christopher... BUG/MINOR: lua: Init the lua wake_time value before...
2020-03-06  Christopher... MINOR: lua: Rename hlua_action_wake_time() to hlua_set_...
2020-03-06  Christopher... MINOR: lua: Remove the flag HLUA_TXN_HTTP_RDY
2020-03-06  Christopher... MINOR: lua: Stop using lua txn in hlua_http_del_hdr...
2020-03-06  Christopher... MINOR: lua: Stop using the lua txn in hlua_http_rep_hdr()
2020-03-06  Christopher... MINOR: lua: Stop using the lua txn in hlua_http_get_hea...
2020-03-06  Christopher... MINOR: lua: Add function to know if a channel is a...
2020-03-06  Christopher... BUG/MINOR: lua: Ignore the reserve to know if a channel...
2020-03-06  Christopher... BUG/MINOR: lua: Abort when txn:done() is called from...
2020-03-06  Christopher... BUG/MINOR: http-ana: Reset request analysers on a respo...
2020-03-06  Christopher... BUG/MEDIUM: compression/filters: Fix loop on HTX blocks...
2020-03-06  Christopher... BUG/MEDIUM: cache/filters: Fix loop on HTX blocks cachi...
2020-03-06  Christopher... BUG/MINOR: filters: Forward everything if no data filte...
2020-03-06  Christopher... BUG/MINOR: filters: Use filter offset to decude the...
2020-03-06  Christopher... MINOR: flt_trace: Use htx_find_offset() to get the...
2020-03-06  Christopher... MINOR: htx: Use htx_find_offset() to truncate an HTX...
2020-03-06  Christopher... MINOR: htx: Add a function to return a block at a speci...
2020-03-06  Christopher... MINOR: buf: Add function to insert a string at an absol...
2020-03-06  Tim DuesterhusCLEANUP: proxy_protocol: Use `size_t` when parsing...
2020-03-06  Tim DuesterhusBUG/MAJOR: proxy_protocol: Properly validate TLV lengths
2020-03-06  Willy TarreauBUG/MINOR: init: make the automatic maxconn consider...
2020-03-06  Ilya ShipitsinDOC: assorted typo fixes in the documentation and Makefile
2020-03-06  Ilya ShipitsinDOC: configuration.txt: fix various typos
2020-03-06  Carl Henrik... OPTIM: startup: fast unique_id allocation for acl.
2020-03-05  Tim DuesterhusMEDIUM: stream: Make the `unique_id` member of `struct...
2020-03-05  Tim DuesterhusMINOR: proxy: Make `header_unique_id` a `struct ist`
2020-03-05  Tim DuesterhusMINOR: ist: Add `struct ist istdup(const struct ist)`
2020-03-05  Tim DuesterhusCLEANUP: Use `isttest()` and `istfree()`
2020-03-05  Tim DuesterhusMINOR: ist: Add `struct ist istalloc(size_t)` and ...
2020-03-05  Tim DuesterhusMINOR: ist: Add `int isttest(const struct ist)`
2020-03-05  Tim DuesterhusMINOR: ist: Add `IST_NULL` macro
2020-03-05  Willy TarreauMINOR: debug: add CLI command "debug dev write" to...
2020-03-05  Willy TarreauBUG/MINOR: ssl-sock: do not return an uninitialized...
2020-03-05  Willy TarreauDOC: fix incorrect indentation of http_auth_*
2020-03-05  William LallemandMINOR: ssl: reach a ckch_store from a sni_ctx
2020-03-05  William LallemandMINOR: ssl/cli: support crt-list filters
2020-03-05  Willy TarreauBUG/MINOR: connection/debug: do not enforce !event_type...
2020-03-05  Tim DuesterhusMINOR: stream: Use stream_generate_unique_id
2020-03-05  Tim DuesterhusMINOR: stream: Add stream_generate_unique_id function
2020-03-05  Tim DuesterhusREGTEST: Add unique-id reg-test
2020-03-04  Willy TarreauOPTIM: mux-h1: subscribe rather than waking up at a...
2020-03-04  Willy TarreauOPTIM: connection: disable receiving on disabled events...
2020-03-04  Willy TarreauMEDIUM: connection: only call ->wake() for connect...
next