]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2017-10-31  Willy TarreauMEDIUM: connection: start to introduce a mux layer...
2017-10-31  Christopher... BUG/MEDIUM: threads: Initialize the sync-point
2017-10-31  Willy TarreauBUG/MAJOR: threads/freq_ctr: use a memory barrier to...
2017-10-31  Willy TarreauMINOR: threads: add a portable barrier for threads...
2017-10-31  Willy TarreauMINOR: h1: add a function to measure the trailers length
2017-10-31  Willy TarreauCLEANUP: threads: rename process_mask to thread_mask
2017-10-31  Willy TarreauCLEANUP: threads: replace the last few 1UL<<tid with...
2017-10-31  Olivier HouchardMINOR: ssl: Remove the global allow-0rtt option.
2017-10-31  Olivier HouchardBUG/MINOR: dns: Fix SRV records with the new thread...
2017-10-31  Willy TarreauBUILD: stick-tables: silence an uninitialized variable...
2017-10-31  Christopher... BUG/MAJOR: threads/time: Store the time deviation in...
2017-10-31  Emeric BrunBUG/MAJOR: threads/freq_ctr: fix lock on freq counters.
2017-10-31  Christopher... MAJOR: threads: Offically enable the threads support...
2017-10-31  Christopher... BUG/MINOR: threads: Add missing THREAD_LOCAL on static...
2017-10-31  Christopher... BUG/MEDIUM: threads: Run the poll loop on the main...
2017-10-31  Christopher... MINOR: threads: Don't start when device a detection...
2017-10-31  Emeric BrunMEDIUM: threads/server: Use the server lock to protect...
2017-10-31  Christopher... MINOR: threads/mailers: Add a lock to protect queues...
2017-10-31  Christopher... MINOR: threads/checks: Set the task process_mask when...
2017-10-31  Christopher... MINOR: threads/checks: Add a lock to protect the pid...
2017-10-31  Christopher... MINOR: threads: Add thread-map config parameter in...
2017-10-31  Christopher... MEDIUM: thread/dns: Make DNS thread-safe
2017-10-31  Christopher... MEDIUM: thread/spoe: Make the SPOE thread-safe
2017-10-31  Thierry FOURNIERMEDIUM: threads/tasks: Add lock around notifications
2017-10-31  Thierry FOURNIERMEDIUM: threads/xref: Convert xref function to a thread...
2017-10-31  Thierry FOURNIERMEDIUM: threads/lua: Cannot acces to the socket if...
2017-10-31  Thierry FOURNIERMEDIUM: threads/lua: Ensure that the launched tasks...
2017-10-31  Thierry FOURNIERMEDIUM: threads/lua: Add locks around the Lua execution...
2017-10-31  Thierry FOURNIERMEDIUM: threads/lua: Makes the jmpbuf and some other...
2017-10-31  Christopher... MEDIUM: threads/compression: Make HTTP compression...
2017-10-31  Christopher... MINOR: threads/filters: Update trace filter to add...
2017-10-31  Christopher... MEDIUM: threads/filters: Add init/deinit callback per...
2017-10-31  Christopher... MEDIUM: thread/vars: Make vars thread-safe
2017-10-31  Christopher... MEDIUM: threads/freq_ctr: Make the frequency counters...
2017-10-31  Emeric BrunMAJOR: threads/map: Make acls/maps thread safe
2017-10-31  Christopher... MEDIUM: threads/queue: Make queues thread-safe
2017-10-31  Emeric BrunMAJOR: threads/ssl: Make SSL part thread-safe
2017-10-31  Emeric BrunMEDIUM: threads/stream: Make streams list thread safe
2017-10-31  Emeric BrunMAJOR: threads/buffer: Make buffer wait queue thread...
2017-10-31  Emeric BrunMAJOR: threads/peers: Make peers thread safe
2017-10-31  Emeric BrunMAJOR: threads/applet: Handle multithreading for applets
2017-10-31  Emeric BrunMINOR: threads/regex: Change Regex trash buffer into...
2017-10-31  Emeric BrunMEDIUM: threads/http: Make http_capture_bad_message...
2017-10-31  Emeric BrunMINOR: threads/sample: Change temp_smp into a thread...
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
next