Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
36b2736a6952c2853be5d729b5ca53fcc86eb2f2
/
include
/
common
ec3750c
BUG/MAJOR: buffer: fix incorrect check in __b_putblk()
by Willy Tarreau
· 6 years ago
9378df8
MINOR: thread: implement HA_ATOMIC_XADD()
by Willy Tarreau
· 6 years ago
f16cb41
MINOR: tools: make date2str_log() take some consts
by Willy Tarreau
· 6 years ago
bba8156
MINOR: chunk: remove impossible tests on negative chunk->data
by Willy Tarreau
· 6 years ago
259e473
BUG/MINOR: threads: Remove the unexisting lock label "UPDATED_SERVERS_LOCK"
by Christopher Faulet
· 6 years ago
91c2826
CLEANUP: server: remove the update list and the update lock
by Willy Tarreau
· 6 years ago
647c70b
MINOR: threads: remove the previous synchronization point
by Willy Tarreau
· 6 years ago
ad4e1a4
BUG/MINOR: buffers: Fix b_slow_realign when a buffer is realign without output
by Christopher Faulet
· 6 years ago
60b639c
MEDIUM: hathreads: implement a more flexible rendez-vous point
by Willy Tarreau
· 6 years ago
0c026f4
MINOR: threads: add more consistency between certain variables in no-thread case
by Willy Tarreau
· 6 years ago
c03ea40
BUILD/MINOR: compiler: fix offsetof() on older compilers
by Willy Tarreau
· 6 years ago
0ccd322
MINOR: threads: move "nbthread" parsing to hathreads.c
by Willy Tarreau
· 6 years ago
3e12304
BUG/MINOR: threads: Handle nbthread == MAX_THREADS.
by Olivier Houchard
· 6 years ago
3201e4e
MEDIUM: queue: get rid of the pendconn lock
by Willy Tarreau
· 6 years ago
7999bfb
MEDIUM: buffers: make b_xfer() automatically swap buffers when possible
by Willy Tarreau
· 6 years ago
f148888
MINOR: buffers: add b_xfer() to transfer data between buffers
by Willy Tarreau
· 6 years ago
f7d0447
MINOR: buffers: split b_putblk() into __b_putblk()
by Willy Tarreau
· 6 years ago
ab322d4
MINOR: buffers: simplify b_contig_space()
by Willy Tarreau
· 6 years ago
ddb6c16
BUG/MEDIUM: threads: Fix the exit condition of the thread barrier
by Christopher Faulet
· 6 years ago
2076145
MINOR: ist: Add the function isteqi
by Christopher Faulet
· 6 years ago
83061a8
MAJOR: chunks: replace struct chunk with struct buffer
by Willy Tarreau
· 6 years ago
843b7cb
MEDIUM: chunks: make the chunk struct's fields match the buffer struct
by Willy Tarreau
· 6 years ago
c9fa048
MAJOR: buffer: finalize buffer detachment
by Willy Tarreau
· 6 years ago
bd1dba8
MINOR: buffer: rename the data length member to '->data'
by Willy Tarreau
· 6 years ago
e312802
MINOR: buffer: replace buffer_replace2() with b_rep_blk()
by Willy Tarreau
· 6 years ago
4d893d4
MINOR: buffers/channel: replace buffer_insert_line2() with ci_insert_line2()
by Willy Tarreau
· 6 years ago
7b04cc4
CLEANUP: buffer: minor cleanups to buffer.h
by Willy Tarreau
· 6 years ago
911f7dd
MINOR: buffers: remove b_putstr()
by Willy Tarreau
· 6 years ago
ea1b06d
MINOR: buffer: add a new file for ist + buffer manipulation functions
by Willy Tarreau
· 6 years ago
55372f6
MINOR: buffer: replace b{i,o}_put* with b_put*
by Willy Tarreau
· 6 years ago
72a100b
MINOR: buffer: replace bi_fast_delete() with b_del()
by Willy Tarreau
· 6 years ago
08afac0
MEDIUM: buffers: move "output" from struct buffer to struct channel
by Olivier Houchard
· 6 years ago
892f1db
MINOR: buffer: rename the "data" field to "area"
by Willy Tarreau
· 6 years ago
f6dfd88
MINOR: buffer: b_set_data() doesn't truncate output data anymore
by Willy Tarreau
· 6 years ago
abed1e7
MINOR: buffer: remove the check for output on b_del()
by Willy Tarreau
· 6 years ago
d54a8ce
MAJOR: start to change buffer API
by Willy Tarreau
· 6 years ago
523cc5d
MINOR: buffer: convert part bo_putblk() and bi_putblk() to the new API
by Willy Tarreau
· 6 years ago
fdabbe2
MINOR: buffer: remove unused bo_add()
by Willy Tarreau
· 6 years ago
591d445
MINOR: buffer: use b_orig() to replace most references to b->data
by Willy Tarreau
· 6 years ago
50227f9
MINOR: buffer: use c_head() instead of buffer_wrap_sub(c->buf, p-o)
by Willy Tarreau
· 6 years ago
144c5c4
MINOR: buffer: replace buffer_flush() with c_adv(chn, ci_data(chn))
by Willy Tarreau
· 6 years ago
5ba6552
MINOR: buffer: replace buffer_pending() with ci_data()
by Willy Tarreau
· 6 years ago
3f67999
MINOR: buffer: replace bi_space_for_replace() with ci_space_for_replace()
by Willy Tarreau
· 6 years ago
2375233
MINOR: buffer: replace buffer_full() with channel_full()
by Willy Tarreau
· 6 years ago
271e2a5
MINOR: buffer: make bo_putchar() use b_tail()
by Willy Tarreau
· 6 years ago
0c7ed5d
MINOR: buffer: replace buffer_empty() with b_empty() or c_empty()
by Willy Tarreau
· 6 years ago
d760eec
MINOR: buffer: replace buffer_not_empty() with b_data() or c_data()
by Willy Tarreau
· 6 years ago
eac5259
MINOR: buffer: use b_room() to determine available space in a buffer
by Willy Tarreau
· 6 years ago
bc59f35
MINOR: buffer: get rid of b_ptr() and convert its last users
by Willy Tarreau
· 6 years ago
55f3ce1
MINOR: buffer: make b_getblk_nc() take size_t for the block sizes
by Willy Tarreau
· 6 years ago
206ba83
MINOR: buffer: make b_getblk_nc() take const pointers
by Willy Tarreau
· 6 years ago
5d7d1bb
MINOR: buffer: get rid of b_end() and b_to_end()
by Willy Tarreau
· 6 years ago
e5f12ce
MINOR: buffer: replace bi_del() and bo_del() with b_del()
by Willy Tarreau
· 6 years ago
a1f78fb
MINOR: buffer: replace bo_getblk_nc() with b_getblk_nc() which takes an offset
by Willy Tarreau
· 6 years ago
90ed383
MINOR: buffer: replace bo_getblk() with direction agnostic b_getblk()
by Willy Tarreau
· 6 years ago
e4d5a03
MINOR: buffer: merge b{i,o}_contig_space()
by Willy Tarreau
· 6 years ago
0e11d59
MINOR: buffer: remove bo_contig_data()
by Willy Tarreau
· 6 years ago
8f9c72d
MINOR: buffer: remove bi_end()
by Willy Tarreau
· 6 years ago
41e38ac
MINOR: buffer: remove bo_end()
by Willy Tarreau
· 6 years ago
89faf5d
MINOR: buffer: remove bo_ptr()
by Willy Tarreau
· 6 years ago
dda2e41
MINOR: buffer: remove bi_ptr()
by Willy Tarreau
· 6 years ago
7194d3c
MINOR: buffer: split bi_contig_data() into ci_contig_data and b_config_data()
by Willy Tarreau
· 6 years ago
d55fe39
MINOR: buffer: remove bi_getblk() and bi_getblk_nc()
by Willy Tarreau
· 6 years ago
aa7af72
MINOR: buffer: replace calls to buffer_space_wraps() with b_space_wraps()
by Willy Tarreau
· 6 years ago
bcbd393
MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew}
by Willy Tarreau
· 6 years ago
c0a51c5
MINOR: buffer: remove buffer_slow_realign() and the swap_buffer allocation code
by Willy Tarreau
· 6 years ago
4cf1300
MINOR: channel/buffer: replace buffer_slow_realign() with channel_slow_realign() and b_slow_realign()
by Willy Tarreau
· 6 years ago
d5b343b
MINOR: channel/buffer: use c_realign_if_empty() instead of buffer_realign()
by Willy Tarreau
· 6 years ago
f17f19f
MINOR: buffer: introduce b_realign_if_empty()
by Willy Tarreau
· 6 years ago
a04e40d
MINOR: buffer: Add b_set_data().
by Olivier Houchard
· 6 years ago
09138ec
MINOR: buffer: Introduce b_sub(), b_add(), and bo_add()
by Olivier Houchard
· 6 years ago
bbc68df
MINOR: buffer: add a few basic functions for the new API
by Willy Tarreau
· 6 years ago
506a29a
MINOR: buffer: switch buffer sizes and offsets to size_t
by Willy Tarreau
· 6 years ago
41806d1
MINOR: buffer: implement a new file for low-level buffer manipulation functions
by Willy Tarreau
· 6 years ago
8618a6a
MINOR: Some spelling cleanup in the comments.
by Dave Chiluk
· 6 years ago
6e1796e
BUG/MINOR: signals: ha_sigmask macro for multithreading
by William Lallemand
· 6 years ago
1599b80
MINOR: tasks: Make the number of tasks to run at once configurable.
by Olivier Houchard
· 6 years ago
0cd82e8
BUG/BUILD: threads: unbreak build without threads
by Willy Tarreau
· 6 years ago
6b96f72
BUG/MEDIUM: pollers: Use a global list for fd shared between threads.
by Olivier Houchard
· 7 years ago
174b06a
MINOR: h2: detect presence of CONNECT and/or content-length
by Willy Tarreau
· 7 years ago
48aa13f
BUG/MEDIUM: threads: Fix the max/min calculation because of name clashes
by Christopher Faulet
· 7 years ago
4037a3f
MINOR: cli/threads: make "show fd" report thread_sync_io_handler instead of "unknown"
by Willy Tarreau
· 7 years ago
6afd898
MINOR: hash: add new function hash_crc32c
by Emmanuel Hocdet
· 7 years ago
5cd4bbd
BUG/MAJOR: threads/queue: Fix thread-safety issues on the queues management
by Christopher Faulet
· 7 years ago
c41b3e8
DOC: buffers: clarify the purpose of the <from> pointer in offer_buffers()
by Willy Tarreau
· 7 years ago
ca6ef50
BUG/MEDIUM: buffer: Fix the wrapping case in bi_putblk
by Christopher Faulet
· 7 years ago
b2b2794
BUG/MEDIUM: buffer: Fix the wrapping case in bo_putblk
by Christopher Faulet
· 7 years ago
364d745
MINOR: debug/pools: make DEBUG_UAF also detect underflows
by Willy Tarreau
· 7 years ago
5a9cce4
BUG/MINOR: debug/pools: properly handle out-of-memory when building with DEBUG_UAF
by Willy Tarreau
· 7 years ago
f161d0f
BUG/MINOR: pools/threads: don't ignore DEBUG_UAF on double-word CAS capable archs
by Willy Tarreau
· 7 years ago
5e64286
CLEANUP: standard: Fix typo in IPv6 mask example
by Tim Duesterhus
· 7 years ago
05f6a43
CLEANUP: pools: Remove unused end label in memory.h
by Tim Duesterhus
· 7 years ago
16f45c8
BUG/MINOR: ssl/threads: Make management of the TLS ticket keys files thread-safe
by Christopher Faulet
· 7 years ago
4ee76d0
BUILD/MINOR: memory: stdint is needed for uintptr_t
by David Carlier
· 7 years ago
41ccb19
BUG/MEDIUM: threads: fix the double CAS implementation for ARMv7
by Willy Tarreau
· 7 years ago
4815c8c
MAJOR: fd/threads: Make the fdcache mostly lockless.
by Olivier Houchard
· 7 years ago
cf975d4
MINOR: pools/threads: Implement lockless memory pools.
by Olivier Houchard
· 7 years ago
5266b3e
MINOR: threads: add test and set/reset operations
by Willy Tarreau
· 7 years ago
f61f0cb
MINOR: threads: Introduce double-width CAS on x86_64 and arm.
by Olivier Houchard
· 7 years ago
928fbfa
MINOR: compiler: introduce offsetoff().
by Olivier Houchard
· 7 years ago
Next »