Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
cfe6af686efff662bccaac817596e1a6d1fdb0c9
/
include
« Previous
0f22299
CLEANUP: cache: don't export http_cache_applet anymore
by Willy Tarreau
· 6 years ago
3a78aa6
BUG/MINOR: stats: Fully consume large requests in the stats applet
by Christopher Faulet
· 6 years ago
679bba1
MINOR: init: report the list of optionally available services
by Willy Tarreau
· 6 years ago
203b2b0
MINOR: muxes: Report the Last read with a dedicated flag
by Christopher Faulet
· 6 years ago
2b9b678
MINOR: stats: Move stuff about the stats status codes in stats files
by Christopher Faulet
· 6 years ago
3c2ecf7
MINOR: stats: Add the status code STAT_STATUS_IVAL to handle invalid requests
by Christopher Faulet
· 6 years ago
1d7f37a
BUG/MAJOR: tasks: Use the TASK_GLOBAL flag to know if we're in the global rq.
by Olivier Houchard
· 6 years ago
237985b
MEDIUM: connections: Use _HA_ATOMIC_*
by Olivier Houchard
· 6 years ago
9f8d821
MEDIUM: list: Use _HA_ATOMIC_*
by Olivier Houchard
· 6 years ago
17fbb4e
MEDIUM: list: Remove useless barriers.
by Olivier Houchard
· 6 years ago
b0cef35
BUG/MEDIUM: list: fix incorrect pointer unlocking in LIST_DEL_LOCKED()
by Willy Tarreau
· 6 years ago
df23c0c
MINOR: config: continue to rely on DEFAULT_MAXCONN to set the minimum maxconn
by Willy Tarreau
· 6 years ago
ca783d4
MINOR: config: remove obsolete use of DEFAULT_MAXCONN at various places
by Willy Tarreau
· 6 years ago
2087276
MEDIUM: memory: Use the new _HA_ATOMIC_* macros.
by Olivier Houchard
· 6 years ago
4c283285
MEDIUM: task: Use the new _HA_ATOMIC_* macros.
by Olivier Houchard
· 6 years ago
aa4d71a
MEDIUM: server: Use the new _HA_ATOMIC_* macros.
by Olivier Houchard
· 6 years ago
11ecfd1
MEDIUM: proxy: Use the new _HA_ATOMIC_* macros.
by Olivier Houchard
· 6 years ago
d5f9b19
MEDIUM: freq_ctr: Use the new _HA_ATOMIC_* macros.
by Olivier Houchard
· 6 years ago
d360879
MEDIUM: fd: Use the new _HA_ATOMIC_* macros.
by Olivier Houchard
· 6 years ago
8beb27e
MEDIUM: xref: Use the new _HA_ATOMIC_* macros.
by Olivier Houchard
· 6 years ago
a273534
MEDIUM: applets: Use the new _HA_ATOMIC_* macros.
by Olivier Houchard
· 6 years ago
d2b5d16
MEDIUM: various: Use __ha_barrier_atomic* when relevant.
by Olivier Houchard
· 6 years ago
d0c3b88
MINOR: threads: Add macros to do atomic operation with no memory barrier.
by Olivier Houchard
· 6 years ago
1135379
MEDIUM: threads: Use __ATOMIC_SEQ_CST when using the newer atomic API.
by Olivier Houchard
· 6 years ago
9abcf6e
MINOR: threads: Implement __ha_barrier_atomic*.
by Olivier Houchard
· 6 years ago
92fce85
MINOR: fd: Remove debugging code.
by Olivier Houchard
· 6 years ago
1e56c70
OPTIM: task: limit the impact of memory barriers in taks_remove_from_task_list()
by Willy Tarreau
· 6 years ago
0cf3317
MINOR: listener: move thr_idx from the bind_conf to the listener
by Willy Tarreau
· 6 years ago
9f1d4e7
CLEANUP: listener: remove old thread bit mapping
by Willy Tarreau
· 6 years ago
d87a67f
MINOR: tools: implement my_flsl()
by Willy Tarreau
· 6 years ago
fc630bd
MINOR: listener: improve incoming traffic distribution
by Willy Tarreau
· 6 years ago
b238b12
MINOR: task: use LIST_DEL_INIT() to remove a task from the queue
by Willy Tarreau
· 6 years ago
c5bd311
MINOR: lists: add a LIST_DEL_INIT() macro
by Willy Tarreau
· 6 years ago
5f33f85
MINOR: sample: Extract some protocol buffers specific code.
by Frédéric Lécaille
· 6 years ago
756d97f
MINOR: sample: Rework gRPC converter code.
by Frédéric Lécaille
· 6 years ago
7c93e88
MINOR: sample: Code factorization "ungrpc" converter.
by Frédéric Lécaille
· 6 years ago
967de20
BUG/MEDIUM: list: fix again LIST_ADDQ_LOCKED
by Willy Tarreau
· 6 years ago
bf69640
MINOR: global: keep a copy of the initial rlim_fd_cur and rlim_fd_max values
by Willy Tarreau
· 6 years ago
645635d
MINOR: peers: Add a message for heartbeat.
by Frédéric Lécaille
· 6 years ago
c8d5b95
MEDIUM: config: don't enforce a low frontend maxconn value anymore
by Willy Tarreau
· 6 years ago
e2711c7
MINOR: listener: introduce listener_backlog() to report the backlog value
by Willy Tarreau
· 6 years ago
4ef6801
BUG/MEDIUM: list: correct fix for LIST_POP_LOCKED's removal of last element
by Willy Tarreau
· 6 years ago
01abd02
BUG/MEDIUM: listener: use a self-locked list for the dequeue lists
by Willy Tarreau
· 6 years ago
c912f94
MINOR: server: remove a few unneeded LIST_INIT calls after LIST_DEL_LOCKED
by Willy Tarreau
· 6 years ago
4c747e8
MINOR: list: make the delete and pop operations idempotent
by Willy Tarreau
· 6 years ago
690d2ad
BUG/MEDIUM: list: add missing store barriers when updating elements and head
by Willy Tarreau
· 6 years ago
2851925
BUG/MEDIUM: list: fix LIST_POP_LOCKED's removal of the last pointer
by Willy Tarreau
· 6 years ago
bd20ad5
BUG/MEDIUM: list: fix the rollback on addq in the locked liss
by Willy Tarreau
· 6 years ago
149ab77
MAJOR: threads: enable one thread per CPU by default
by Willy Tarreau
· 6 years ago
7ac908b
MINOR: config: add global tune.listener.multi-queue setting
by Willy Tarreau
· 6 years ago
8a03408
MINOR: activity: add accept queue counters for pushed and overflows
by Willy Tarreau
· 6 years ago
1efafce
MINOR: listener: implement multi-queue accept for threads
by Willy Tarreau
· 6 years ago
b2b50a7
MINOR: listener: pre-compute some thread counts per bind_conf
by Willy Tarreau
· 6 years ago
f324111
MINOR: tools: implement functions to look up the nth bit set in a mask
by Willy Tarreau
· 6 years ago
9e85318
MINOR: listener: maintain a per-thread count of the number of connections on a listener
by Willy Tarreau
· 6 years ago
a36b324
MEDIUM: listener: keep a single thread-mask and warn on "process" misuse
by Willy Tarreau
· 6 years ago
db64489
BUG/MEDIUM: lists: Properly handle the case we're removing the first elt.
by Olivier Houchard
· 6 years ago
9ea5d36
MEDIUM: servers: Reorganize the way idle connections are cleaned.
by Olivier Houchard
· 6 years ago
7f1bc31
MEDIUM: servers: Used a locked list for idle_orphan_conns.
by Olivier Houchard
· 6 years ago
a8434ec
MINOR: lists: Implement locked variations.
by Olivier Houchard
· 6 years ago
1fceee8
MINOR: http_fetch: add "req.ungrpc" sample fetch for gRPC.
by Frédéric Lécaille
· 6 years ago
3a463c9
MINOR: arg: Add support for ARGT_PBUF_FNUM arg type.
by Frédéric Lécaille
· 6 years ago
3b71716
MINOR: standard: Add a function to parse uints (dotted notation).
by Frédéric Lécaille
· 6 years ago
c6827d5
MINOR: channel/htx: Add function to skips output bytes from an HTX channel
by Christopher Faulet
· 6 years ago
549822f
MINOR: htx: Add function to drain data from an HTX message
by Christopher Faulet
· 6 years ago
729b5b3
BUG/MINOR: channel: Set CF_WROTE_DATA when outgoing data are skipped
by Christopher Faulet
· 6 years ago
bc9d984
BUG/MAJOR: fd/threads, task/threads: ensure all spin locks are unlocked
by Richard Russo
· 6 years ago
2d7f81b
MINOR: fd: add a new my_closefrom() function to close all FDs
by Willy Tarreau
· 6 years ago
f131481
BUG/MEDIUM: servers: Add a per-thread counter of idle connections.
by Olivier Houchard
· 6 years ago
e737103
BUG/MEDIUM: servers: Use atomic operations when handling curr_idle_conns.
by Olivier Houchard
· 6 years ago
0b46548
BUG/MEDIUM: h2/htx: Correctly handle interim responses when HTX is enabled
by Christopher Faulet
· 6 years ago
9efa7b8
BUILD/MEDIUM: initcall: Fix build on MacOS.
by Olivier Houchard
· 6 years ago
76d2cef
BUG/MEDIUM: peers: Missing peer initializations.
by Frédéric Lécaille
· 6 years ago
4ddf59d
MEDIUM: 51d: Enabled multi threaded operation in the 51Degrees module.
by Ben51Degrees
· 6 years ago
1417f0b
BUG/MEDIUM: peers: check that p->srv actually exists before using p->srv->use_ssl
by Willy Tarreau
· 6 years ago
ff9c914
MINOR: config: make MAX_PROCS configurable at build time
by Willy Tarreau
· 6 years ago
980855b
BUG/MEDIUM: server: initialize the orphaned conns lists and tasks at the end
by Willy Tarreau
· 6 years ago
2415727
MINOR: global: add proc_mask() and thread_mask()
by Willy Tarreau
· 6 years ago
a38a717
MINOR: config: keep an all_proc_mask like we have all_threads_mask
by Willy Tarreau
· 6 years ago
cafa56e
MINOR: tools: improve the popcount() operation
by Willy Tarreau
· 6 years ago
4ed84c9
OPTIM: listener: optimize cache-line packing for struct listener
by Willy Tarreau
· 6 years ago
da9e939
CLEANUP: threads: fix misleading comment about all_threads_mask
by Willy Tarreau
· 6 years ago
dc21ff7
MINOR: debug: Add an option that causes random allocation failures.
by Olivier Houchard
· 6 years ago
ff5dd74
MINOR: xref: Add missing barriers.
by Olivier Houchard
· 6 years ago
00f18a3
BUG/MINOR: server: fix logic flaw in idle connection list management
by Willy Tarreau
· 6 years ago
51d0a7e
MINOR: connstream: have a new flag CS_FL_KILL_CONN to kill a connection
by Willy Tarreau
· 6 years ago
0f9cd7b
MINOR: stream-int: add a new flag to mention that we want the connection to be killed
by Willy Tarreau
· 6 years ago
8788b41
BUG/MEDIUM: connections: Don't forget to remove CO_FL_SESS_IDLE.
by Olivier Houchard
· 6 years ago
e5fcfbe
MINOR: htx: never check for null htx pointer in htx_is_{,not_}empty()
by Willy Tarreau
· 6 years ago
245d189
DOC: htx: make it clear that htxbuf() and htx_from_buf() always return valid pointers
by Willy Tarreau
· 6 years ago
203d735
BUG/MEDIUM: buffer: Make sure b_is_null handles buffers waiting for allocation.
by Olivier Houchard
· 6 years ago
9c84d82
MINOR: h2: add a generic frame checker
by Willy Tarreau
· 6 years ago
13afcb7
BUG/MINOR: task: fix possibly missed event in inter-thread wakeups
by Willy Tarreau
· 6 years ago
f5809cd
MINOR: threads: make MAX_THREADS configurable at build time
by Willy Tarreau
· 6 years ago
c9a82e4
MINOR: cfgparse: make the process/thread parser support a maximum value
by Willy Tarreau
· 6 years ago
4790f7c
MEDIUM: h2: always parse and deduplicate the content-length header
by Willy Tarreau
· 6 years ago
bf66bd1
MEDIUM: stream-int: always mark pending outgoing SI_ST_CON
by Willy Tarreau
· 6 years ago
9c538e0
MINOR: server: add a max-reuse parameter
by Willy Tarreau
· 6 years ago
1e7d444
BUG/MINOR: hpack: return a compression error on invalid table size updates
by Willy Tarreau
· 6 years ago
71c3811
MINOR: h2: declare new sets of frame types
by Willy Tarreau
· 6 years ago
Next »