Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
071d4b31ff25e0c665e996080248af542b50f843
/
include
/
common
« Previous
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
f51bac2
BUG/MINOR: threads: Update labels array because of changes in lock_label enum
by Christopher Faulet
· 7 years ago
82b37d7
MEDIUM: fd: use atomic ops for hap_fd_{clr,set} and remove poll_lock
by Willy Tarreau
· 7 years ago
f2b5c99
CLEANUP: fd/threads: remove the now unused fdtab_lock
by Willy Tarreau
· 7 years ago
a41d531
MINOR: config: Enable tracking of up to MAX_SESS_STKCTR stick counters.
by Frédéric Lécaille
· 7 years ago
4718517
MINOR: standard: Add str2mask6 function
by Tim Duesterhus
· 7 years ago
1605c7a
BUG/MEDIUM: threads/mworker: fix a race on startup
by Willy Tarreau
· 7 years ago
421f02e
MINOR: threads: add a MAX_THREADS define instead of LONGBITS
by Willy Tarreau
· 7 years ago
ec5e845
BUILD/MINOR: ancient gcc versions atomic fix
by David Carlier
· 7 years ago
1a69af6
MINOR: hathreads: add support for gcc < 4.7
by Willy Tarreau
· 7 years ago
e2a3496
CLEANUP: rbtree: remove
by Olivier Houchard
· 7 years ago
3083276
MINOR: h2: add a function to report pseudo-header names
by Willy Tarreau
· 7 years ago
6c71e46
BUG/MAJOR: hpack: don't pretend large headers fit in empty table
by Willy Tarreau
· 7 years ago
d85ba4e
BUG/MINOR: hpack: reject invalid header index
by Willy Tarreau
· 7 years ago
b306650
[RELEASE] Released version 1.9-dev0
by Willy Tarreau
· 7 years ago
1ca1b70
CLEANUP: pools: align pools on a cache line
by Willy Tarreau
· 7 years ago
53bae85
BUG/MINOR: threads: don't drop "extern" on the lock in include files
by Willy Tarreau
· 7 years ago
bafbe01
CLEANUP: pools: rename all pool functions and pointers to remove this "2"
by Willy Tarreau
· 7 years ago
767a84b
CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning
by Christopher Faulet
· 7 years ago
26028f6
MINOR: config: Add auto-increment feature for cpu-map
by Christopher Faulet
· 7 years ago
ff81318
MINOR: standard: Add my_ffsl function to get the position of the bit set to one
by Christopher Faulet
· 7 years ago
f1f0c5f
MINOR: config: Export parse_process_number and use it wherever it's applicable
by Christopher Faulet
· 7 years ago
158fa75
MINOR: pools: implement DEBUG_UAF to detect use after free
by Willy Tarreau
· 7 years ago
f13322e
MINOR: pools: prepare functions to override malloc/free in pools
by Willy Tarreau
· 7 years ago
59a10fb
MEDIUM: h2: change hpack_decode_headers() to only provide a list of headers
by Willy Tarreau
· 7 years ago
f24ea8e
MEDIUM: h2: add a function to emit an HTTP/1 request from a headers list
by Willy Tarreau
· 7 years ago
dbd25fc
BUILD: compiler: add a new type modifier __maybe_unused
by Willy Tarreau
· 7 years ago
9c1e15d
MINOR: tools: emphasize the node being worked on in the tree dump
by Willy Tarreau
· 7 years ago
ed3cda0
MINOR: tools: add a function to dump a scope-aware tree to a file
by Willy Tarreau
· 7 years ago
99bca65
BUG/MEDIUM: standard: itao_str/idx and quote_str/idx must be thread-local
by Christopher Faulet
· 7 years ago
e9a896e
BUG/MINOR: threads: tid_bit must be a unsigned long
by Christopher Faulet
· 7 years ago
fa5c812
BUG/MINOR: buffers: Fix b_alloc_margin to be "fonctionnaly" thread-safe
by Christopher Faulet
· 7 years ago
9dcf9b6
MINOR: threads: Use __decl_hathreads to declare locks
by Christopher Faulet
· 7 years ago
aa39860
MINOR: tools: don't use unlikely() in hex2i()
by Willy Tarreau
· 7 years ago
d8b3b65
BUG/MEDIUM: splice/threads: pipe reuse list was not protected.
by Emeric Brun
· 7 years ago
2a944ee
BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix
by Christopher Faulet
· 7 years ago
88ac59b
MINOR: threads: use faster locks for the spin locks
by Willy Tarreau
· 7 years ago
5222d8e
BUG/MINOR: stdarg.h inclusion
by David Carlier
· 7 years ago
4b75fff
BUG/MAJOR: buffers: fix get_buffer_nc() for data at end of buffer
by Willy Tarreau
· 7 years ago
7c2a2ad
BUG/MINOR: thread: fix a typo in the debug code
by Willy Tarreau
· 7 years ago
ffca736
MINOR: h2: centralize all HTTP/2 protocol elements and constants
by Willy Tarreau
· 8 years ago
1be4f3d
MEDIUM: hpack: implement basic hpack encoding
by Willy Tarreau
· 7 years ago
679790b
MINOR: hpack: implement the decoder
by Willy Tarreau
· 7 years ago
ce04094
MINOR: hpack: implement the header tables management
by Willy Tarreau
· 7 years ago
Next »