]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2017-11-26  Willy TarreauMINOR: task: align the rq and wq locks
2017-11-26  Willy TarreauMINOR: task: keep a pointer to the currently running...
2017-11-26  Willy TarreauBUG/MINOR: threads: don't drop "extern" on the lock...
2017-11-24  William LallemandMAJOR: mworker: exits the master on failure
2017-11-24  William LallemandDOC: cache: configuration and management
2017-11-24  Lukas TribusDOC: explain HTTP2 timeout behavior
2017-11-24  William LallemandMEDIUM: cache: max-age configuration keyword
2017-11-24  William LallemandMINOR: cache: replace a fprint() by an abort()
2017-11-24  Willy TarreauDOC: add Christopher and Emeric as maintainers of the...
2017-11-24  Willy TarreauDOC: mention William as maintainer of the cache and...
2017-11-24  Emeric BrunDOC: add initial peers protovol v2.0 documentation.
2017-11-24  Willy TarreauDOC: fix mangled version in peers protocol documentation
2017-11-24  Willy TarreauDOC: update the roadmap file with the latest changes...
2017-11-24  Willy TarreauCLEANUP: pools: rename all pool functions and pointers...
2017-11-24  Olivier HouchardMINOR/CLEANUP: proxy: rename "proxy" to "proxies_list"
2017-11-24  Christopher... CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning
2017-11-24  Christopher... CLEANUP: debug: Use DPRINTF instead of fprintf into...
2017-11-24  Christopher... MEDIUM: listener: Bind listeners on a thread subset...
2017-11-24  Christopher... MINOR: config: Add threads support for "process" option...
2017-11-24  Christopher... MINOR: config: Add the threads support in cpu-map directive
2017-11-24  Christopher... MINOR:: config: Remove thread-map directive
2017-11-24  Christopher... MINOR: config: Support partial ranges in cpu-map directive
2017-11-24  Christopher... MINOR: config: Add auto-increment feature for cpu-map
2017-11-24  Christopher... MINOR: standard: Add my_ffsl function to get the positi...
2017-11-24  Christopher... MINOR: config: Export parse_process_number and use...
2017-11-24  Christopher... MINOR: config: Slightly change how parse_process_number...
2017-11-24  Christopher... MINOR: config: Support a range to specify processes...
2017-11-24  Christopher... BUG/MINOR: listener: Allow multiple "process" options...
2017-11-24  William LallemandMINOR: cache: move the refcount decrease in the applet...
2017-11-24  William LallemandBUG/MEDIUM: cache: free ressources in chn_end_analyze
2017-11-24  Willy TarreauBUG/MEDIUM: stream: always release the stream-interface...
2017-11-24  Emmanuel HocdetMINOR: ssl: Handle early data with BoringSSL
2017-11-24  Willy TarreauMEDIUM: config: ensure that tune.bufsize is at least...
2017-11-24  Willy TarreauMINOR: h2: make use of client-fin timeout after GOAWAY
2017-11-24  Willy TarreauMEDIUM: h2: don't gracefully close the connection anymo...
2017-11-24  Willy TarreauMINOR: h2: send RST_STREAM before GOAWAY on reject
2017-11-24  Willy TarreauMINOR: http: implement the "http-request reject" rule
2017-11-23  William LallemandMEDIUM: cache: store sha1 for hashing the cache key
2017-11-23  Olivier HouchardMINOR: mux: Make sure every string is woken up after...
2017-11-23  Olivier HouchardMINOR: ssl: Handle reading early data after writing...
2017-11-23  Willy TarreauBUG/MAJOR: threads/task: dequeue expired tasks under...
2017-11-23  Willy TarreauBUG/MAJOR: h2: always remove a stream from the send...
2017-11-23  Willy TarreauBUG/MINOR: stream: fix tv_request calculation for applets
2017-11-23  Christopher... BUG/MINOR: Use crt_base instead of ca_base when crt...
2017-11-23  Christopher... MINOR: sample: Add "thread" sample fetch
2017-11-23  Willy TarreauBUG/MEDIUM: threads/time: maintain a common time refere...
2017-11-23  Willy TarreauBUG/MEDIUM: threads/time: fix time drift correction
2017-11-22  Willy TarreauMINOR: pools: implement DEBUG_UAF to detect use after...
2017-11-22  Willy TarreauMINOR: pools: prepare functions to override malloc...
2017-11-22  Olivier HouchardMINOR: ssl: Don't disable early data handling if we...
2017-11-22  Olivier HouchardBUG/MINOR: ssl: Always start the handshake if we can...
2017-11-22  Willy TarreauBUG/MEDIUM: deinit: correctly deinitialize the proxy...
2017-11-22  William LallemandBUG/MEDIUM: cache fix cli_kws structure
2017-11-22  William LallemandBUG/MEDIUM: cache: refcount forbids to free the objects
2017-11-22  William LallemandBUG/MEDIUM: cache: use key=0 as a condition for freeing
2017-11-21  William LallemandMEDIUM: cache: "show cache" on the cli
2017-11-21  William LallemandMEDIUM: shctx: use unsigned int for len and block_count
2017-11-21  William LallemandCLEANUP: cache: reorder includes
2017-11-21  Eric SalamaCONTRIB: spoa_example: remove SPOE enums that are usele...
2017-11-21  Willy TarreauCONTRIB: spoa_example: remove last dependencies on...
2017-11-21  Willy TarreauCONTRIB: spoa_example: remove bref, wordlist, cond_wordlist
2017-11-21  Eric SalamaCONTRIB: spoa_example: allow to compile outside HAProxy.
2017-11-21  Lukas TribusBUG/MINOR: systemd: ignore daemon mode
2017-11-21  Willy TarreauBUG/MEDIUM: h2: always reassemble the Cookie request...
2017-11-21  Willy TarreauMEDIUM: h2: change hpack_decode_headers() to only provi...
2017-11-21  Willy TarreauMEDIUM: h2: add a function to emit an HTTP/1 request...
2017-11-21  Willy TarreauBUG/MEDIUM: h2: properly report connection errors in...
2017-11-20  Willy TarreauBUILD: server: check->desc always exists
2017-11-20  Willy TarreauBUILD: h2: mark some inlined functions "unused"
2017-11-20  Willy TarreauBUILD: compiler: add a new type modifier __maybe_unused
2017-11-20  Willy TarreauBUILD: ebtree: don't redefine types u32/s32 in scope...
2017-11-20  Willy TarreauBUILD: threads/plock: fix a build issue on Clang withou...
2017-11-20  Willy TarreauMINOR: threads/build: atomic: replace the few inlines...
2017-11-20  Willy TarreauMINOR: threads/atomic: implement pl_bts() on non-x86
2017-11-20  Willy TarreauMINOR: threads/atomic: implement pl_mb() in asm on x86
2017-11-20  Willy TarreauMINOR: threads/plock: rename local variables in macros...
2017-11-20  Willy TarreauMINOR: threads/atomic: rename local variables in macros...
2017-11-20  William LallemandCLEANUP: cache: remove wrong comment
2017-11-20  William LallemandMEDIUM: cache: enable the HTTP analysers
2017-11-20  William LallemandCLEANUP: cache: remove unused struct
2017-11-20  William LallemandBUG/MEDIUM: cache: free callback to remove from tree
2017-11-20  Tim DuesterhusMEDIUM: mworker: Add systemd `Type=notify` support
2017-11-20  Willy TarreauBUG/MINOR: stream-int: don't try to read again when...
2017-11-20  Willy TarreauBUG/MAJOR: stream: ensure analysers are always called...
2017-11-20  Willy TarreauBUG/MEDIUM: stream: don't automatically forward connect...
2017-11-19  Willy Tarreau[RELEASE] Released version 1.8-rc4 v1.8-rc4
2017-11-17  David CarlierBUG/MEDIUM: deviceatlas: ignore not valuable HTTP reque...
2017-11-16  Olivier HouchardMINOR: ssl: Make sure we don't shutw the connection...
2017-11-16  Olivier HouchardMINOR: SSL: Store the ASN1 representation of client...
2017-11-16  Christopher... MINOR: stream: Add thread-mask of tasks/FDs/applets...
2017-11-16  Christopher... MEDIUM: applets: Don't process more than 200 active...
2017-11-16  Christopher... MAJOR: polling: Use active_appels_mask instead of apple...
2017-11-16  Christopher... MINOR: applets: Use a bitfield to track applets activit...
2017-11-16  Christopher... MAJOR: polling: Use active_tasks_mask instead of tasks_...
2017-11-16  Christopher... MINOR: tasks: Use a bitfield to track tasks activity...
2017-11-16  Christopher... BUG/MINOR: Allocate the log buffers before the proxies...
2017-11-15  William LallemandMINOR: tests: add a python wrapper to test inherited fd
2017-11-15  William LallemandBUG/MEDIUM: mworker: does not close inherited FD
2017-11-15  William LallemandBUG/MEDIUM: mworker: does not deinit anymore
2017-11-15  William LallemandBUG/MEDIUM: mworker: wait again for signals when execvp...
next