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
2021-03-02
Frédéric Lécaille
BUILD: proxy: Missing header inclusion for quic_transpo...
commit
|
commitdiff
|
tree
|
snapshot
2021-03-01
Tim Duesterhus
CLEANUP: Use IST_NULL whenever possible
commit
|
commitdiff
|
tree
|
snapshot
2021-03-01
Tim Duesterhus
CLEANUP: Use ist2(const void*, size_t) whenever possible
commit
|
commitdiff
|
tree
|
snapshot
2021-03-01
Christopher...
BUG/MEDIUM: spoe: Kill applets if there are pending...
commit
|
commitdiff
|
tree
|
snapshot
2021-03-01
Christopher...
BUG/MINOR: connection: Use the client's dst family...
commit
|
commitdiff
|
tree
|
snapshot
2021-03-01
Christopher...
BUG/MINOR: tcp-act: Don't forget to set the original...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-27
Ilya Shipitsin
CLEANUP: assorted typo fixes in the code and comments
commit
|
commitdiff
|
tree
|
snapshot
2021-02-27
Ilya Shipitsin
CI: codespell: skip Makefile for spell check
commit
|
commitdiff
|
tree
|
snapshot
2021-02-26
Willy Tarreau
[RELEASE] Released version 2.4-dev10
v2.4-dev10
commit
|
commitdiff
|
tree
|
snapshot
2021-02-26
Willy Tarreau
CLEANUP: ssl: use realloc() instead of free()+malloc()
commit
|
commitdiff
|
tree
|
snapshot
2021-02-26
Willy Tarreau
CLEANUP: ssl: make ssl_sock_free_srv_ctx() zero the...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-26
Willy Tarreau
CLEANUP: ssl: remove a useless "if" before freeing...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-26
Willy Tarreau
CLEANUP: vars: always zero the pointers after a free()
commit
|
commitdiff
|
tree
|
snapshot
2021-02-26
Willy Tarreau
CLEANUP: config: replace a few free() with ha_free()
commit
|
commitdiff
|
tree
|
snapshot
2021-02-26
Willy Tarreau
CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x)
commit
|
commitdiff
|
tree
|
snapshot
2021-02-26
Willy Tarreau
DOC: scheduler: add a diagram showing the different...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-26
Christopher...
REGTESTS: Add script to test except param for fowardedf...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-26
Christopher...
CLEANUP: hlua: Use net_addr structure internally to...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-26
Christopher...
MEDIUM: http-ana: Add IPv6 support for forwardfor and...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-26
Christopher...
MINOR: tools: Add function to compare an address to...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-26
Christopher...
MINOR: tools: Add net_addr structure describing a netwo...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-26
Christopher...
BUG/MINOR: http-ana: Only consider dst address to proce...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-26
Willy Tarreau
MINOR: task: only limit TL_HEAVY tasks but not others
commit
|
commitdiff
|
tree
|
snapshot
2021-02-26
Willy Tarreau
MINOR: task: place the heavy elements in TL_HEAVY
commit
|
commitdiff
|
tree
|
snapshot
2021-02-26
Willy Tarreau
MINOR: task: add one extra tasklet class: TL_HEAVY
commit
|
commitdiff
|
tree
|
snapshot
2021-02-26
Eric Salama
BUG/MINOR: ssl: potential null pointer dereference...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Willy Tarreau
CLEANUP: server: rename srv_cleanup_{idle,toremove...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Willy Tarreau
MINOR: ssl: mark the SSL handshake tasklet as heavy
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Willy Tarreau
MINOR: task: limit the number of subsequent heavy tasks...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Amaury Denoyelle
BUG/MINOR: stats: fix compare of no-maint url suffix
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Christopher...
CLEANUP: muxes: Remove useless if condition in show_fd...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Christopher...
MINOR: server-state: Don't load server-state file for...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Christopher...
REORG: server-state: Move functions to deal with server...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Christopher...
REORG: server: Export and rename some functions updatin...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Christopher...
MEDIUM: server: Don't load server-state file if a line...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Christopher...
MINOR: server: Parse and store server-state lines in...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Christopher...
MEDIUM: server: Use a tree to store local server-state...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Christopher...
MINOR: server: Move loading state of servers in a dedic...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Christopher...
MINOR: server: Remove cached line from global server...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Christopher...
MEDIUM: server: Store parsed params of a server-state...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Christopher...
MINOR: server: Be more strict when reading the version...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Christopher...
CLEANUP: server: Use a local eb-tree to store lines...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Christopher...
CLEANUP: server: Rename state_line structure into serve...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Christopher...
CLEANUP: server: Rename state_line node to node instead...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Christopher...
MEDIUM: server: Refactor apply_server_state() to make...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Christopher...
MINOR: server: Only fill one array when parsing a serve...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Christopher...
MINOR: server: Be more strict on the server-state line...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Willy Tarreau
MINOR: task: make tasklet wakeup latency measurements...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Willy Tarreau
MINOR: tasks: also compute the tasklet latency when...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Willy Tarreau
MINOR: task: make grq_total atomic to move it outside...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Willy Tarreau
CLEANUP: task: re-merge __task_unlink_rq() with task_un...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Willy Tarreau
MINOR: task: don't decrement then increment the local...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Willy Tarreau
MINOR: task: do not use __task_unlink_rq() from process...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
Willy Tarreau
MINOR: task: split the counts of local and global tasks...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-25
William Dauchy
BUG/MEDIUM: contrib/prometheus-exporter: fix segfault...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-24
Christopher...
DOC: Update the filters guide
commit
|
commitdiff
|
tree
|
snapshot
2021-02-24
Christopher...
DOC: Update the HTX API documentation
commit
|
commitdiff
|
tree
|
snapshot
2021-02-24
Christopher...
MINOR: htx: Add function to reserve the max possible...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-24
Christopher...
DOC: Update the module list in MAINTAINERS file
commit
|
commitdiff
|
tree
|
snapshot
2021-02-24
Christopher...
BUG/MEDIUM: resolvers: Reset address for unresolved...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-24
Christopher...
BUG/MEDIUM: resolvers: Reset server address and port...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-24
Baptiste Assmann
BUG/MINOR: resolvers: new callback to properly handle...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-24
Christopher...
BUG/MINOR: resolvers: Only renew TTL for SRV records...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-24
Christopher...
BUG/MINOR: resolvers: Fix condition to release received...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-24
Willy Tarreau
BUG/MINOR: fd: properly wait for !running_mask in fd_se...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-24
Willy Tarreau
CLEANUP: task: split the large tasklet_wakeup_on()...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-24
Willy Tarreau
MINOR: task: move the allocated tasks counter to the...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-24
Willy Tarreau
MINOR: task: limit the remote thread wakeup to the...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-24
Willy Tarreau
CLEANUP: task: move the tree root detection from __task...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-24
Willy Tarreau
CLEANUP: tasks: use a less confusing name for task_list...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-24
Willy Tarreau
MINOR: tasks: do not maintain the rqueue_size counter...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-24
Willy Tarreau
MEDIUM: task: remove the tasks_run_queue counter and...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-24
Willy Tarreau
BUILD: dns: avoid a build warning when threads are...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-24
Willy Tarreau
MEDIUM: streams: do not use the streams lock anymore
commit
|
commitdiff
|
tree
|
snapshot
2021-02-24
Willy Tarreau
MINOR: streams: use one list per stream instead of...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-24
Willy Tarreau
MINOR: cli/streams: make "show sess" dump all streams...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-24
Willy Tarreau
MINOR: stream: add an "epoch" to figure which streams...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-24
Willy Tarreau
BUG/MINOR: proxy: wake up all threads when sending...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-24
Willy Tarreau
BUG/MEDIUM: cli/shutdown sessions: make it thread-safe
commit
|
commitdiff
|
tree
|
snapshot
2021-02-24
Willy Tarreau
BUG/MEDIUM: proxy: use thread-safe stream killing on...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-24
Willy Tarreau
DOC: muxes: add a diagram of the exchanges between...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-23
Dragan Dosen
CLEANUP: vars: make smp_fetch_var() to reuse vars_get_b...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-23
Dragan Dosen
BUG/MEDIUM: vars: make functions vars_get_by_{name...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-23
Dragan Dosen
BUG/MINOR: sample: secure convs that accept base64...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-23
William Lallemand
BUG/MINOR: ssl/cli: potential null pointer dereference...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-22
Tim Duesterhus
MINOR: Configure the `cpp` userdiff driver for *.[ch...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-22
Ilya Shipitsin
BUILD: SSL: introduce fine guard for RAND_keep_random_d...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-20
Willy Tarreau
[RELEASE] Released version 2.4-dev9
v2.4-dev9
commit
|
commitdiff
|
tree
|
snapshot
2021-02-20
Willy Tarreau
MINOR: sched: have one runqueue ticks counter per thread
commit
|
commitdiff
|
tree
|
snapshot
2021-02-20
Willy Tarreau
MINOR: dynbuf: pass offer_buffers() the number of buffe...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-20
Willy Tarreau
MINOR: dynbuf: use regular lists instead of mt_lists...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-20
Willy Tarreau
MINOR: dynbuf: make the buffer wait queue per thread
commit
|
commitdiff
|
tree
|
snapshot
2021-02-20
Christopher...
BUG/MINOR: server: Fix test on number of fields allowed...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Ilya Shipitsin
CI: github actions: switch to stable LibreSSL release
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
William Dauchy
REGTESTS: contrib/prometheus-exporter: test well known...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
William Dauchy
REGTESTS: contrib/prometheus-exporter: test NaN values
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
William Dauchy
DOC: contrib/prometheus-exporter: remove htx reference
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Christopher...
MEDIUM: server: Don't introduce a new server-state...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Christopher...
BUG/MINOR: server: Be sure to cut the last parsed field...
commit
|
commitdiff
|
tree
|
snapshot
2021-02-19
Christopher...
BUG/MINOR: server: Init params before parsing a new...
commit
|
commitdiff
|
tree
|
snapshot
next