Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
49efa267a15fdea781e5e78d2496c1130d186c54
/
src
/
listener.c
06f823d
BUG/MEDIUM: listener: don't report an error when resuming unbound listeners
by Willy Tarreau
· 10 years ago
ff12090
MEDIUM: listener: support rebinding during resume()
by Willy Tarreau
· 10 years ago
d903bb3
MEDIUM: listener: implement a per-protocol pause() function
by Willy Tarreau
· 10 years ago
fb8bf63
BUG/MINOR: listener: set the listener's fd to -1 after deletion
by Willy Tarreau
· 10 years ago
ae30253
MAJOR: listener: only start listeners bound to the same processes
by Willy Tarreau
· 10 years ago
6ae1ba6
MEDIUM: listener: parse the new "process" bind keyword
by Willy Tarreau
· 10 years ago
bb66030
MEDIUM: listener: make the accept function more robust against pauses
by Willy Tarreau
· 10 years ago
95ccdde
BUILD: listener: add fcntl.h and unistd.h
by Willy Tarreau
· 11 years ago
818dca5
BUG/MEDIUM: listener: improve detection of non-working accept4()
by Willy Tarreau
· 11 years ago
e43d532
MEDIUM: listener: apply a limit on the session rate submitted to SSL
by Willy Tarreau
· 11 years ago
93e7c00
MEDIUM: listener: add support for limiting the session rate in addition to the connection rate
by Willy Tarreau
· 11 years ago
6c11bd2
OPTIM: raw-sock: don't speculate after a short read if polling is enabled
by Willy Tarreau
· 11 years ago
f817e9f
MAJOR: polling: rework the whole polling system
by Willy Tarreau
· 11 years ago
a593ec5
MEDIUM: listener: fix polling management in the accept loop
by Willy Tarreau
· 11 years ago
4448925
BUILD/MINOR: listener: remove a glibc warning on accept4()
by Willy Tarreau
· 11 years ago
ef38c39
MEDIUM: sample: systematically pass the keyword pointer to the keyword
by Willy Tarreau
· 11 years ago
dc13c11
BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS
by Willy Tarreau
· 11 years ago
6d4e4e8
MEDIUM: acl: remove a lot of useless ACLs that are equivalent to their fetches
by Willy Tarreau
· 11 years ago
d86e29d
CLEANUP: acl: remove unused references to ACL_USE_*
by Willy Tarreau
· 12 years ago
c48c90d
MAJOR: acl: remove the arg_mask from the ACL definition and use the sample fetch's
by Willy Tarreau
· 12 years ago
8ed669b
MAJOR: acl: make all ACLs reference the fetch function via a sample.
by Willy Tarreau
· 12 years ago
0ccb744
MINOR: listener: rename sample fetch functions and declare the sample keywords
by Willy Tarreau
· 12 years ago
50de90a
MINOR: listeners: make the accept loop more robust when maxaccept==0
by Willy Tarreau
· 12 years ago
16a2147
MEDIUM: adjust the maxaccept per listener depending on the number of processes
by Willy Tarreau
· 12 years ago
6b3b0d4
MEDIUM: listener: provide a fallback for accept4() when not supported
by Willy Tarreau
· 12 years ago
1bc4aab
MEDIUM: listener: add support for linux's accept4() syscall
by Willy Tarreau
· 12 years ago
b3fb60b
BUG/MEDIUM: listener: don't pause protocols that do not support it
by Willy Tarreau
· 12 years ago
82569f9
MEDIUM: monitor: simplify handling of monitor-net and mode health
by Willy Tarreau
· 12 years ago
eb6cead
MINOR: standard: make memprintf() support a NULL destination
by Willy Tarreau
· 12 years ago
4348fad
MAJOR: listeners: use dual-linked lists to chain listeners with frontends
by Willy Tarreau
· 12 years ago
51fb765
MINOR: listener: add a scope field in the bind keyword lists
by Willy Tarreau
· 12 years ago
8638f48
MEDIUM: config: enumerate full list of registered "bind" keywords upon error
by Willy Tarreau
· 12 years ago
3dcc341
MEDIUM: config: move the common "bind" settings to listener.c
by Willy Tarreau
· 12 years ago
2698266
MEDIUM: listener: add a minimal framework to register "bind" keyword options
by Willy Tarreau
· 12 years ago
d1d5454
REORG: split "protocols" files into protocol and listener
by Willy Tarreau
· 12 years ago
[Renamed (83%) from src/protocols.c]
afad0e0
MAJOR: make use of conn_{data|sock}_{poll|stop|want}* in connection handlers
by Willy Tarreau
· 12 years ago
49b046d
MAJOR: fd: replace all EV_FD_* macros with new fd_*_* inline calls
by Willy Tarreau
· 12 years ago
aece46a
MEDIUM: protocols: use the generic I/O callback for accept callbacks
by Willy Tarreau
· 12 years ago
fe7f1ea
REORG/MINOR: session: detect the TCP monitor checks at the protocol accept
by Willy Tarreau
· 12 years ago
bbebbbf
REORG/MEDIUM: move the default accept function from sockstream to protocols.c
by Willy Tarreau
· 12 years ago
26d8c59
REORG/MEDIUM: replace stream interface protocol functions by a proto pointer
by Willy Tarreau
· 12 years ago
32a6f2e
MEDIUM: acl/pattern: use the same direction scheme
by Willy Tarreau
· 13 years ago
24e32d8
MEDIUM: acl: replace acl_expr with args in acl fetch_* functions
by Willy Tarreau
· 13 years ago
21e5b0e
MEDIUM: get rid of SMP_F_READ_ONLY and SMP_F_MUST_FREE
by Willy Tarreau
· 13 years ago
f853c46
MEDIUM: pattern/acl: get rid of temp_pattern in ACLs
by Willy Tarreau
· 13 years ago
3740635
MAJOR: acl: make use of the new sample struct and get rid of acl_test
by Willy Tarreau
· 13 years ago
422aa07
MEDIUM: pattern: add new sample types to replace pattern types
by Willy Tarreau
· 13 years ago
61612d4
MAJOR: acl: store the ACL argument types in the ACL keyword declaration
by Willy Tarreau
· 13 years ago
a5e3756
MEDIUM: acl: use temp_pattern to store any integer-type information
by Willy Tarreau
· 13 years ago
e6ca1fc
[MINOR] listeners: add support for queueing resource limited listeners
by Willy Tarreau
· 13 years ago
6279371
[MINOR] listeners: add listen_full() to mark a listener full
by Willy Tarreau
· 13 years ago
be58c38
[MEDIUM] proxy: add a PAUSED state to listeners and move socket tricks out of proxy.c
by Willy Tarreau
· 13 years ago
cf20bf1
[MEDIUM] Enhance message errors management on binds
by Emeric Brun
· 14 years ago
645513a
[CLEANUP] client: move some ACLs away to their respective locations
by Willy Tarreau
· 14 years ago
ec6c5df
[CLEANUP] remove many #include <types/xxx> from C files
by Willy Tarreau
· 16 years ago
3acf8c3
[MINOR] add a generic unbind_all_listeners() primitive
by Willy Tarreau
· 17 years ago
1a64d16
[MINOR] add a generic delete_listener() primitive
by Willy Tarreau
· 17 years ago
b648d63
[MINOR] add a generic unbind_listener() primitive
by Willy Tarreau
· 17 years ago
dabf2e2
[MAJOR] added a new state to listeners
by Willy Tarreau
· 17 years ago
dd81598
[MAJOR] added generic protocol support
by Willy Tarreau
· 17 years ago