projects
/
haproxy-2.5.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
haproxy-2.5.git
2017-10-31
Emeric Brun
MAJOR: threads/ssl: Make SSL part thread-safe
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Emeric Brun
MEDIUM: threads/stream: Make streams list thread safe
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Emeric Brun
MAJOR: threads/buffer: Make buffer wait queue thread...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Emeric Brun
MAJOR: threads/peers: Make peers thread safe
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Emeric Brun
MAJOR: threads/applet: Handle multithreading for applets
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Emeric Brun
MINOR: threads/regex: Change Regex trash buffer into...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Emeric Brun
MEDIUM: threads/http: Make http_capture_bad_message...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Emeric Brun
MINOR: threads/sample: Change temp_smp into a thread...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Emeric Brun
MEDIUM: threads/stick-tables: handle multithreads on...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MEDIUM: threads/lb: Make LB algorithms (lb_*.c) thread...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MINOR: threads/server: Add a lock to deal with insert...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MEDIUM: threads/server: Add a lock per server and atomi...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MEDIUM: threads/server: Make connection list (priv...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MEDIUM: threads/proxy: Add a lock per proxy and atomica...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MEDIUM: threads/listeners: Make listeners thread-safe
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MEDIUM: threads/signal: Add a lock to make signals...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Emeric Brun
MAJOR: threads/task: handle multithread on task scheduler
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
WIP: SQUASH WITH SYNC POINT
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MINOR: threads/polling: pollers now handle FDs dependin...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MINOR: threads/fd: Process cached events of FDs dependi...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MEDIUM: threads/fd: Initialize the process mask during...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MINOR: threads/fd: Add a mask of threads allowed to...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MAJOR: threads/fd: Make fd stuffs thread-safe
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MEDIUM: threads/pool: Make pool thread-safe by locking...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MEDIUM: threads/logs: Make logs thread-safe
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MEDIUM: threads/time: Many global variables from time...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MEDIUM: threads/chunks: Transform trash chunks in threa...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MEDIUM: threads/buffers: Define and register per-thread...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MINOR: threads: Define the sync-point inside run_poll_loop
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MAJOR: threads: Start threads to experiment multithreading
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MEDIUM: threads: Adds a set of functions to handle...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MINOR: threads: Add nbthread parameter
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MINOR: threads: Add mechanism to register per-thread...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MEDIUM: threads: Add hathreads header file
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Emeric Brun
MINOR: threads: Add atomic-ops and plock includes in...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MINOR: threads: Add THREAD_LOCAL macro
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Emeric Brun
MINOR: threads: Prepare makefile to link with pthread
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MINOR: startup: Extend the scope the MODE_STARTING...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MINOR: cli: Add "show startup-logs" command
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MINOR: log: Save alerts and warnings emitted during...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MINOR: standard: Add memvprintf function
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MINOR: mailers: Use pools to allocate email alerts...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MEDIUM: mailers: Init alerts during conf parsing and...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
BUG/MINOR: mailers: Fix a memory leak when email alerts...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MAJOR: dns: Refactor the DNS code
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
BUG/MINOR: dns: Fix CLI keyword declaration
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MEDIUM: spoe/rules: Process "send-spoe-group" action
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MINOR: spoe: Add a generic function to encode a list...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MINOR: spoe: Add a type to qualify the message list...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MINOR: spoe: Move message encoding in its own function
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MEDIUM: spoe/rules: Add "send-spoe-group" action for...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MEDIUM: spoe: Parse new "spoe-group" section in SPOE...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MINOR: spoe: Check uniqness of SPOE engine names during...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MEDIUM: spoe: Add support of ACLS to enable or disable...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MINOR: acl: Pass the ACLs as an explicit parameter...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MINOR: action: Factorize checks on rules calling check_...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MINOR: action: Add a functions to check http capture...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MINOR: action: Add function to check rules using an...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MINOR: action: Add a function pointer in act_rule struc...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MINOR: action: Use trk_idx instead of tcp/http_trk_idx
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
MINOR: action: Add trk_idx inline function
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
BUG/MINOR: spoa: Update pointer on the end of the frame...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Christopher...
BUG/MINOR: spoe: Don't compare engine name and SPOE...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Willy Tarreau
MINOR: h1: store the status code in the H1 message
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
William Lallemand
MINOR: shctx: rename lock functions
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
William Lallemand
MEDIUM: shctx: separate ssl and shctx
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
William Lallemand
REORG: shctx: move ssl functions to ssl_sock.c
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
William Lallemand
MEDIUM: shctx: allow the use of multiple shctx
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
William Lallemand
REORG: shctx: move lock functions and struct
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
William Lallemand
MEDIUM: lists: list_for_each_entry{_safe}_from functions
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
William Lallemand
CLEANUP: shctx: get ride of the shsess_packet{_hdr...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-30
Willy Tarreau
MEDIUM: h1: ensure that 1xx, 204 and 304 don't have...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Emmanuel Hocdet
MINOR: add ALPN information to send-proxy-v2
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Emmanuel Hocdet
MINOR: merge ssl_sock_get calls for log and ppv2
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Emmanuel Hocdet
MINOR: update proxy-protocol-v2 #define
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Olivier Houchard
MINOR: ssl: Don't abuse ssl_options.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Thierry FOURNIER
BUG/MINOR: lua: const attribute of a string is overridden
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Olivier Houchard
MINOR: ssl/proto_http: Add keywords to take care of...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Willy Tarreau
BUILD: Makefile: disable -Wunused-label
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Olivier Houchard
MEDIUM: ssl: Handle early data with OpenSSL 1.1.1
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Emmanuel Hocdet
MINOR: ssl: generated certificate is missing in switchc...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Emmanuel Hocdet
MINOR: ssl: support Openssl 1.1.1 early callback for...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Emmanuel Hocdet
MEDIUM: ssl: convert CBS (BoringSSL api) usage to neutr...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Olivier Houchard
MINOR: http: Mark the 425 code as "Too Early".
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Thierry FOURNIER
MINOR: hlua: Add regex class
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Baptiste Assmann
MINOR: lua: add uuid to the Class Proxy
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
William Lallemand
MEDIUM: cfgparse: post parsing registration
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
William Lallemand
MEDIUM: cfgparse: post section callback
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Dragan Dosen
BUG/MEDIUM: prevent buffers being overwritten during...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Willy Tarreau
MINOR: buffer: add the buffer input manipulation functions
commit
|
commitdiff
|
tree
|
snapshot
2017-10-25
Olivier Houchard
BUG/MINOR: checks: Don't forget to release the connecti...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-25
Willy Tarreau
MINOR: ssl_sock: make use of CO_FL_WILL_UPDATE
commit
|
commitdiff
|
tree
|
snapshot
2017-10-25
Willy Tarreau
MINOR: raw_sock: make use of CO_FL_WILL_UPDATE
commit
|
commitdiff
|
tree
|
snapshot
2017-10-25
Willy Tarreau
MEDIUM: connection: make use of CO_FL_WILL_UPDATE in...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-25
Willy Tarreau
MINOR: connection: add flag CO_FL_WILL_UPDATE to indica...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-25
Willy Tarreau
MINOR: connection: move the cleanup of flag CO_FL_WAIT_ROOM
commit
|
commitdiff
|
tree
|
snapshot
2017-10-25
Willy Tarreau
MINOR: ssl: don't abort after sending 16kB
commit
|
commitdiff
|
tree
|
snapshot
2017-10-25
Willy Tarreau
MINOR: stream-int: stop checking for useless connection...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-25
Dragan Dosen
MINOR: sample: add the hex2i converter
commit
|
commitdiff
|
tree
|
snapshot
2017-10-25
Dragan Dosen
MINOR: sample: add the sha1 converter
commit
|
commitdiff
|
tree
|
snapshot
next