]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2017-10-31  Emeric BrunMEDIUM: threads/stick-tables: handle multithreads on...
2017-10-31  Christopher... MEDIUM: threads/lb: Make LB algorithms (lb_*.c) thread...
2017-10-31  Christopher... MINOR: threads/server: Add a lock to deal with insert...
2017-10-31  Christopher... MEDIUM: threads/server: Add a lock per server and atomi...
2017-10-31  Christopher... MEDIUM: threads/server: Make connection list (priv...
2017-10-31  Christopher... MEDIUM: threads/proxy: Add a lock per proxy and atomica...
2017-10-31  Christopher... MEDIUM: threads/listeners: Make listeners thread-safe
2017-10-31  Christopher... MEDIUM: threads/signal: Add a lock to make signals...
2017-10-31  Emeric BrunMAJOR: threads/task: handle multithread on task scheduler
2017-10-31  Christopher... WIP: SQUASH WITH SYNC POINT
2017-10-31  Christopher... MINOR: threads/polling: pollers now handle FDs dependin...
2017-10-31  Christopher... MINOR: threads/fd: Process cached events of FDs dependi...
2017-10-31  Christopher... MEDIUM: threads/fd: Initialize the process mask during...
2017-10-31  Christopher... MINOR: threads/fd: Add a mask of threads allowed to...
2017-10-31  Christopher... MAJOR: threads/fd: Make fd stuffs thread-safe
2017-10-31  Christopher... MEDIUM: threads/pool: Make pool thread-safe by locking...
2017-10-31  Christopher... MEDIUM: threads/logs: Make logs thread-safe
2017-10-31  Christopher... MEDIUM: threads/time: Many global variables from time...
2017-10-31  Christopher... MEDIUM: threads/chunks: Transform trash chunks in threa...
2017-10-31  Christopher... MEDIUM: threads/buffers: Define and register per-thread...
2017-10-31  Christopher... MINOR: threads: Define the sync-point inside run_poll_loop
2017-10-31  Christopher... MAJOR: threads: Start threads to experiment multithreading
2017-10-31  Christopher... MEDIUM: threads: Adds a set of functions to handle...
2017-10-31  Christopher... MINOR: threads: Add nbthread parameter
2017-10-31  Christopher... MINOR: threads: Add mechanism to register per-thread...
2017-10-31  Christopher... MEDIUM: threads: Add hathreads header file
2017-10-31  Emeric BrunMINOR: threads: Add atomic-ops and plock includes in...
2017-10-31  Christopher... MINOR: threads: Add THREAD_LOCAL macro
2017-10-31  Emeric BrunMINOR: threads: Prepare makefile to link with pthread
2017-10-31  Christopher... MINOR: startup: Extend the scope the MODE_STARTING...
2017-10-31  Christopher... MINOR: cli: Add "show startup-logs" command
2017-10-31  Christopher... MINOR: log: Save alerts and warnings emitted during...
2017-10-31  Christopher... MINOR: standard: Add memvprintf function
2017-10-31  Christopher... MINOR: mailers: Use pools to allocate email alerts...
2017-10-31  Christopher... MEDIUM: mailers: Init alerts during conf parsing and...
2017-10-31  Christopher... BUG/MINOR: mailers: Fix a memory leak when email alerts...
2017-10-31  Christopher... MAJOR: dns: Refactor the DNS code
2017-10-31  Christopher... BUG/MINOR: dns: Fix CLI keyword declaration
2017-10-31  Christopher... MEDIUM: spoe/rules: Process "send-spoe-group" action
2017-10-31  Christopher... MINOR: spoe: Add a generic function to encode a list...
2017-10-31  Christopher... MINOR: spoe: Add a type to qualify the message list...
2017-10-31  Christopher... MINOR: spoe: Move message encoding in its own function
2017-10-31  Christopher... MEDIUM: spoe/rules: Add "send-spoe-group" action for...
2017-10-31  Christopher... MEDIUM: spoe: Parse new "spoe-group" section in SPOE...
2017-10-31  Christopher... MINOR: spoe: Check uniqness of SPOE engine names during...
2017-10-31  Christopher... MEDIUM: spoe: Add support of ACLS to enable or disable...
2017-10-31  Christopher... MINOR: acl: Pass the ACLs as an explicit parameter...
2017-10-31  Christopher... MINOR: action: Factorize checks on rules calling check_...
2017-10-31  Christopher... MINOR: action: Add a functions to check http capture...
2017-10-31  Christopher... MINOR: action: Add function to check rules using an...
2017-10-31  Christopher... MINOR: action: Add a function pointer in act_rule struc...
2017-10-31  Christopher... MINOR: action: Use trk_idx instead of tcp/http_trk_idx
2017-10-31  Christopher... MINOR: action: Add trk_idx inline function
2017-10-31  Christopher... BUG/MINOR: spoa: Update pointer on the end of the frame...
2017-10-31  Christopher... BUG/MINOR: spoe: Don't compare engine name and SPOE...
2017-10-31  Willy TarreauMINOR: h1: store the status code in the H1 message
2017-10-31  William LallemandMINOR: shctx: rename lock functions
2017-10-31  William LallemandMEDIUM: shctx: separate ssl and shctx
2017-10-31  William LallemandREORG: shctx: move ssl functions to ssl_sock.c
2017-10-31  William LallemandMEDIUM: shctx: allow the use of multiple shctx
2017-10-31  William LallemandREORG: shctx: move lock functions and struct
2017-10-31  William LallemandMEDIUM: lists: list_for_each_entry{_safe}_from functions
2017-10-31  William LallemandCLEANUP: shctx: get ride of the shsess_packet{_hdr...
2017-10-30  Willy TarreauMEDIUM: h1: ensure that 1xx, 204 and 304 don't have...
2017-10-27  Emmanuel HocdetMINOR: add ALPN information to send-proxy-v2
2017-10-27  Emmanuel HocdetMINOR: merge ssl_sock_get calls for log and ppv2
2017-10-27  Emmanuel HocdetMINOR: update proxy-protocol-v2 #define
2017-10-27  Olivier HouchardMINOR: ssl: Don't abuse ssl_options.
2017-10-27  Thierry FOURNIERBUG/MINOR: lua: const attribute of a string is overridden
2017-10-27  Olivier HouchardMINOR: ssl/proto_http: Add keywords to take care of...
2017-10-27  Willy TarreauBUILD: Makefile: disable -Wunused-label
2017-10-27  Olivier HouchardMEDIUM: ssl: Handle early data with OpenSSL 1.1.1
2017-10-27  Emmanuel HocdetMINOR: ssl: generated certificate is missing in switchc...
2017-10-27  Emmanuel HocdetMINOR: ssl: support Openssl 1.1.1 early callback for...
2017-10-27  Emmanuel HocdetMEDIUM: ssl: convert CBS (BoringSSL api) usage to neutr...
2017-10-27  Olivier HouchardMINOR: http: Mark the 425 code as "Too Early".
2017-10-27  Thierry FOURNIERMINOR: hlua: Add regex class
2017-10-27  Baptiste AssmannMINOR: lua: add uuid to the Class Proxy
2017-10-27  William LallemandMEDIUM: cfgparse: post parsing registration
2017-10-27  William LallemandMEDIUM: cfgparse: post section callback
2017-10-27  Dragan DosenBUG/MEDIUM: prevent buffers being overwritten during...
2017-10-27  Willy TarreauMINOR: buffer: add the buffer input manipulation functions
2017-10-25  Olivier HouchardBUG/MINOR: checks: Don't forget to release the connecti...
2017-10-25  Willy TarreauMINOR: ssl_sock: make use of CO_FL_WILL_UPDATE
2017-10-25  Willy TarreauMINOR: raw_sock: make use of CO_FL_WILL_UPDATE
2017-10-25  Willy TarreauMEDIUM: connection: make use of CO_FL_WILL_UPDATE in...
2017-10-25  Willy TarreauMINOR: connection: add flag CO_FL_WILL_UPDATE to indica...
2017-10-25  Willy TarreauMINOR: connection: move the cleanup of flag CO_FL_WAIT_ROOM
2017-10-25  Willy TarreauMINOR: ssl: don't abort after sending 16kB
2017-10-25  Willy TarreauMINOR: stream-int: stop checking for useless connection...
2017-10-25  Dragan DosenMINOR: sample: add the hex2i converter
2017-10-25  Dragan DosenMINOR: sample: add the sha1 converter
2017-10-25  Dragan DosenIMPORT: sha1: import SHA1 functions
2017-10-25  Lukas TribusCLEANUP: cli: remove undocumented "set ssl tls-keys...
2017-10-25  Lukas TribusBUG/MINOR: cli: restore "set ssl tls-key" command
2017-10-24  Emmanuel HocdetBUG/MINOR: ssl: OCSP_single_get0_status can return -1
2017-10-24  Emmanuel HocdetMINOR: ssl: build with recent BoringSSL library
2017-10-24  Emmanuel HocdetBUILD: ssl: support OPENSSL_NO_ASYNC #define
2017-10-24  Willy TarreauCONTRIB: trace: report the base name only for file...
2017-10-24  Willy TarreauCONTRIB: trace: try to display the function's return...
next