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
2018-08-08
Christopher...
MEDIUM: mux: Use the mux protocol specified on bind...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-08
Christopher...
MINOR: mux/server: Add 'proto' keyword to force the...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-08
Christopher...
MINOR: mux/frontend: Add 'proto' keyword to force the...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-08
Christopher...
MINOR: mux: Improve the message with the list of existi...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-08
Christopher...
MINOR: mux: Change get_mux_proto to get an ist as parameter
commit
|
commitdiff
|
tree
|
snapshot
2018-08-08
Christopher...
BUG/MEDIUM: stream_int: Don't check CO_FL_SOCK_RD_SH...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-08
Christopher...
BUG/MINOR: threads: Remove the unexisting lock label...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-08
Willy Tarreau
CLEANUP: server: remove the update list and the update...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-08
Willy Tarreau
MAJOR: server: make server state changes synchronous...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-08
Willy Tarreau
MINOR: threads: remove the previous synchronization...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-08
Willy Tarreau
MEDIUM: haproxy: don't use sync_poll_loop() anymore...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-08
Willy Tarreau
MEDIUM: checks: use the new rendez-vous point to spread...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-08
Christopher...
MINOR: mux: Print the list of existing mux protocols...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-08
Christopher...
MINOR: mux: Unlink ALPN and multiplexers to rather...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-08
Christopher...
MINOR: mux: Add info about the supported side in alpn_m...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-08
Christopher...
MEDIUM: backend: don't rely on mux_pt_ops in connect_se...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-08
Christopher...
MINOR: backend: Try to find the best mux for outgoing...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-08
Christopher...
MINOR: conn_stream: add cs_send() as a default snd_buf...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-08
Christopher...
MINOR: conn_stream: add an tx buffer to the conn_stream
commit
|
commitdiff
|
tree
|
snapshot
2018-08-07
Christopher...
CLEANUP: backend: Move mux install to call it at only...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-07
Christopher...
MEDIUM: mux: Remove const on the buffer in mux->snd_buf()
commit
|
commitdiff
|
tree
|
snapshot
2018-08-07
Willy Tarreau
BUG/MEDIUM: queue: prevent a backup server from drainin...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-07
Willy Tarreau
BUG/MEDIUM: servers: check the queues once enabling...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-07
Willy Tarreau
BUG/MEDIUM: threads: fix the no-thread case after the...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-06
Christopher...
BUG/MINOR: buffers: Fix b_slow_realign when a buffer...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-02
Willy Tarreau
[RELEASE] Released version 1.9-dev1
v1.9-dev1
commit
|
commitdiff
|
tree
|
snapshot
2018-08-02
Willy Tarreau
BUG/MEDIUM: cli: make "show fd" thread-safe
commit
|
commitdiff
|
tree
|
snapshot
2018-08-02
Willy Tarreau
MEDIUM: hathreads: implement a more flexible rendez...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-02
Willy Tarreau
MINOR: threads: add more consistency between certain...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-30
Willy Tarreau
SCRIPTS: git-show-backports: add missing quotes to...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-30
Willy Tarreau
BUILD/MINOR: compiler: fix offsetof() on older compilers
commit
|
commitdiff
|
tree
|
snapshot
2018-07-30
Tim Duesterhus
MEDIUM: proxy_protocol: Convert IPs to v6 when protocol...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-30
Willy Tarreau
BUG/MEDIUM: threads: unbreak "bind" referencing an...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-30
Willy Tarreau
MINOR: threads: move "nbthread" parsing to hathreads.c
commit
|
commitdiff
|
tree
|
snapshot
2018-07-30
Willy Tarreau
BUG/MEDIUM: threads: properly fix nbthreads == MAX_THREADS
commit
|
commitdiff
|
tree
|
snapshot
2018-07-27
Olivier Houchard
BUG/MINOR: threads: Handle nbthread == MAX_THREADS.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-27
Willy Tarreau
BUILD/MINOR: threads: unbreak build with threads disabled
commit
|
commitdiff
|
tree
|
snapshot
2018-07-27
Willy Tarreau
BUG/MINOR: config: stick-table is not supported in...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-27
Willy Tarreau
BUG/MEDIUM: h2: prevent orphaned streams from blocking...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-27
Emmanuel Hocdet
MINOR: ssl: BoringSSL matches OpenSSL 1.1.0
commit
|
commitdiff
|
tree
|
snapshot
2018-07-27
Willy Tarreau
BUG/MEDIUM: threads/sync: use sched_yield when available
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Olivier Houchard
MINOR: threads/queue: Get rid of THREAD_WANT_SYNC in...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Olivier Houchard
MINOR: pollers: Add a way to wake a thread sleeping...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Olivier Houchard
MINOR: tasks: Make global_tasks_mask volatile.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Olivier Houchard
MINOR: tasks: Make active_tasks_mask volatile.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Willy Tarreau
MEDIUM: queue: get rid of the pendconn lock
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Willy Tarreau
MINOR: queue: implement pendconn queue locking functions
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Willy Tarreau
MINOR: queue: use a distinct variable for the assigned...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Willy Tarreau
MINOR: queue: make sure pendconn->strm->pend_pos is...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Willy Tarreau
DOC: queue: document the expected locking model for...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Willy Tarreau
MEDIUM: queue: make pendconn_free() work on the stream...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Willy Tarreau
MINOR: queue: centralize dequeuing code a bit better
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Olivier Houchard
BUG/MEDIUM: tasks: make __task_unlink_rq responsible...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Olivier Houchard
MINOR: tasks: Add a flag that tells if we're in the...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Willy Tarreau
MINOR: tasks: extend the state bits from 8 to 16 and...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Willy Tarreau
MINOR: signal: don't pass the signal number anymore...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Olivier Houchard
BUG/MEDIUM: tasks: Make sure there's no task left befor...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Willy Tarreau
BUG/MEDIUM: tasks: use atomic ops for active_tasks_mask
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Olivier Houchard
BUG/MEDIUM: tasks: Decrement rqueue_size at the right...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Willy Tarreau
BUG/MEDIUM: tasks: make sure we pick all tasks in the...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Olivier Houchard
BUG/MINOR: servers: Don't make "server" in a frontend...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Willy Tarreau
BUG/MEDIUM: stats: don't ask for more data as long...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Willy Tarreau
BUG/MEDIUM: stream-int: don't immediately enable readin...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Willy Tarreau
MINOR: h2: add the error code and the max/last stream...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-23
Willy Tarreau
DOC: add more design feedback on the new layering model
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Willy Tarreau
MEDIUM: h2: use the default conn_stream's receive function
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Willy Tarreau
MINOR: h2: make use of CS_FL_REOS to indicate that...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Willy Tarreau
MEDIUM: h2: don't call data_cb->recv() anymore
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Willy Tarreau
MEDIUM: h2: perform a single call to the data layer...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Willy Tarreau
MEDIUM: buffers: make b_xfer() automatically swap buffe...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Willy Tarreau
MEDIUM: h2: move headers and data frame decoding to...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Willy Tarreau
MEDIUM: h2: centralize transfer of decoded frames in...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Willy Tarreau
MEDIUM: h2: make h2_frt_transfer_data() copy via an...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Willy Tarreau
MEDIUM: h2: make h2_frt_decode_headers() use an interme...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Willy Tarreau
MINOR: h2: make each H2 stream support an intermediary...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Willy Tarreau
MEDIUM: stream-int: automatically call si_cs_recv_cb...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Willy Tarreau
MEDIUM: conn_stream: add cs_recv() as a default rcv_buf...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Willy Tarreau
MINOR: conn_stream: add an rx buffer to the conn_stream
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Willy Tarreau
MINOR: conn_stream: add a new CS_FL_REOS flag
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Willy Tarreau
DOC: add some design notes about the new layering model
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Willy Tarreau
MINOR: buffers: add b_xfer() to transfer data between...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Willy Tarreau
MINOR: buffers: split b_putblk() into __b_putblk()
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Willy Tarreau
MINOR: buffers: simplify b_contig_space()
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Olivier Houchard
BUG/MEDIUM: mux_h2: Call h2_send() before updating...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Christopher...
BUG/MEDIUM: threads: Fix the exit condition of the...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Christopher...
MINOR: ist: Add the function isteqi
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Christopher...
MINOR: debug: Add checks for conn_stream flags
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Christopher...
MINOR: debug: Add check for CO_FL_WILL_UPDATE
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Tim Duesterhus
BUILD: Generate sha256 checksums in publish-release
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Christopher...
BUG/MINOR: build: Fix compilation with debug mode enabled
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Christopher...
BUG/MINOR: http: Set brackets for the unlikely macro...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-19
Willy Tarreau
MINOR: connection: simplify subscription by adding...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-19
Olivier Houchard
MEDIUM: connections/mux: Revamp the send direction.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-19
Olivier Houchard
MINOR: connections/mux: Add a new "subscribe" method.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-19
Olivier Houchard
MINOR: tasklets: Don't attempt to add a tasklet in...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-19
Willy Tarreau
DOC: buffers: remove obsolete docs about buffers
commit
|
commitdiff
|
tree
|
snapshot
2018-07-19
Willy Tarreau
DOC: buffers: document the new buffers API
commit
|
commitdiff
|
tree
|
snapshot
2018-07-19
Willy Tarreau
MAJOR: chunks: replace struct chunk with struct buffer
commit
|
commitdiff
|
tree
|
snapshot
2018-07-19
Willy Tarreau
MEDIUM: chunks: make the chunk struct's fields match...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-19
Willy Tarreau
MAJOR: buffer: finalize buffer detachment
commit
|
commitdiff
|
tree
|
snapshot
next