Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
ddcde195ebb47a9707e97905501959e39808eb9b
/
src
/
proxy.c
« Previous
f3f8c70
[MEDIUM] listeners: don't change listeners states anymore in maintain_proxies
by Willy Tarreau
· 13 years ago
2242649
[MEDIUM] listeners: don't stop proxies when global maxconn is reached
by Willy Tarreau
· 13 years ago
07687c1
[MEDIUM] listeners: queue proxy-bound listeners at the proxy's
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
96e3121
[MEDIUM] http: add support for "http-no-delay"
by Willy Tarreau
· 13 years ago
7d0aaf3
[MEDIUM] stats: split frontend and backend stats
by Willy Tarreau
· 14 years ago
10479e4
[MINOR] stats: add global event ID and count
by Willy Tarreau
· 14 years ago
5a8c0a9
[MEDIUM] Manage soft stop on peers proxy
by Emeric Brun
· 14 years ago
0aaccf8
[MINOR] Manage socket type unix for some logs
by Emeric Brun
· 14 years ago
cf20bf1
[MEDIUM] Enhance message errors management on binds
by Emeric Brun
· 14 years ago
af7ad00
[MINOR] support a global jobs counter
by Willy Tarreau
· 14 years ago
d0807c3
[MEDIUM] signals: support redistribution of signal zero when stopping
by Willy Tarreau
· 14 years ago
070ceb6
[MEDIUM] session: don't assign conn_retries upon accept() anymore
by Willy Tarreau
· 14 years ago
ee28de0
[MEDIUM] session: move the conn_retries attribute to the stream interface
by Willy Tarreau
· 14 years ago
d04e858
[MEDIUM] session: initialize server-side timeouts after connect()
by Willy Tarreau
· 14 years ago
ace495e
[CLEANUP] buffer->cto is not used anymore
by Willy Tarreau
· 14 years ago
03fa5df
[CLEANUP] rename client -> frontend
by Willy Tarreau
· 14 years ago
d9bbe17
[BUG] proxy: connection rate limiting was eating lots of CPU
by Willy Tarreau
· 14 years ago
39e4f62
[BUG] http: the transaction must be initialized even in TCP mode (part 2)
by Willy Tarreau
· 14 years ago
1104614
[MINOR] report total number of processed connections when stopping a proxy
by Willy Tarreau
· 15 years ago
76bfc95
[MINOR] config: remove undocumented and buggy 'timeout appsession'
by Willy Tarreau
· 15 years ago
b16a574
[MINOR] http: add a separate "http-keep-alive" timeout
by Willy Tarreau
· 15 years ago
1780416
[BUG] config: disable 'option httplog' on TCP proxies
by Willy Tarreau
· 15 years ago
96532db
[MINOR] server tracking: don't care about the tracked server's mode
by Alex Williams
· 15 years ago
cfeaa47
[MINOR] stats: add support for numeric IDs in set weight/get weight
by Willy Tarreau
· 15 years ago
f395017
[MINOR] proxy: provide function to retrieve backend/server pointers
by Willy Tarreau
· 15 years ago
53fb4ae
[MEDIUM] config: automatically find unused IDs for proxies, servers and listeners
by Willy Tarreau
· 15 years ago
052d4fd
[CLEANUP] Move counters to dedicated structures
by Krzysztof Piotr Oledzki
· 15 years ago
f27b5ea
[MEDIUM] new option "independant-streams" to stop updating read timeout on writes
by Willy Tarreau
· 15 years ago
f3e49f9
[MINOR] backend: separate declarations of LB algos from their lookup method
by Willy Tarreau
· 15 years ago
c1a2167
[MINOR] cleanup set_session_backend by using pre-computed analysers
by Willy Tarreau
· 15 years ago
647caf1
[MEDIUM] add support for RDP cookie persistence
by Emeric Brun
· 15 years ago
cd7afc0
[MINOR] http: take http request timeout from the backend
by Willy Tarreau
· 15 years ago
51aecc7
[MEDIUM] allow a TCP frontend to switch to an HTTP backend
by Willy Tarreau
· 15 years ago
bedb9ba
[MINOR] prepare callers of session_set_backend to handle errors
by Willy Tarreau
· 15 years ago
1d0dfb1
[MAJOR] http: complete splitting of the remaining stages
by Willy Tarreau
· 15 years ago
915e1eb
[MEDIUM] config: split parser and checker in two functions
by Willy Tarreau
· 15 years ago
13a34bd
[MINOR] compute the max of sessions/s on fe/be/srv
by Willy Tarreau
· 15 years ago
ff01a21
[MINOR] cfgparse: some cleanups in the consistency checks
by Willy Tarreau
· 16 years ago
7958422
[OPTIM] rate-limit: cleaner behaviour on low rates and reduce consumption
by Willy Tarreau
· 16 years ago
efcbc6e
[OPTIM] maintain_proxies: only wake up when the frontend will be ready
by Willy Tarreau
· 16 years ago
bb9251e
[BUG] typo in timeout error reporting : report *res and not *err
by Willy Tarreau
· 16 years ago
3a7d207
[MEDIUM] implement "rate-limit sessions" for the frontend
by Willy Tarreau
· 16 years ago
da250db
[BUG] ensure that listeners from disabled proxies are correctly unbound.
by Willy Tarreau
· 16 years ago
f8fbcef
[BUG] do not try to pause backends during reload
by Willy Tarreau
· 16 years ago
d5382b4
[BUG] maintain_proxies must not disable backends
by Willy Tarreau
· 16 years ago
ec6c5df
[CLEANUP] remove many #include <types/xxx> from C files
by Willy Tarreau
· 16 years ago
9de1bbd
[MEDIUM] modularize the "timeout" keyword configuration parser
by Willy Tarreau
· 16 years ago
0c303ee
[MAJOR] convert all expiration timers from timeval to ticks
by Willy Tarreau
· 16 years ago
58b458d
[MAJOR] use an ebtree instead of a list for the run queue
by Willy Tarreau
· 16 years ago
b0b37bc
[MEDIUM] further improve monotonic clock by check forward jumps
by Willy Tarreau
· 16 years ago
b7f694f
[MEDIUM] implement a monotonic internal clock
by Willy Tarreau
· 16 years ago
c8b16fc
[MEDIUM] Implement "track [<backend>/]<server>"
by Krzysztof Piotr Oledzki
· 17 years ago
5259dfe
[MEDIUM]: rework checks handling
by Krzysztof Piotr Oledzki
· 17 years ago
51c9bde
[MINOR] tarpit timeout is also allowed in backends
by Willy Tarreau
· 17 years ago
036fae0
[MEDIUM] introduce "timeout http-request" in frontends
by Willy Tarreau
· 17 years ago
c73ce2b
[MINOR] add support for the "backlog" parameter
by Willy Tarreau
· 17 years ago
d7c30f9
[CLEANUP] grouped all timeouts in one structure
by Willy Tarreau
· 17 years ago
e219db7
[MEDIUM] introduce the "timeout" keyword
by Willy Tarreau
· 17 years ago
c8f24f8
[BUILD] fix 2 minor issues on AIX
by Willy Tarreau
· 17 years ago
dcd4771
[MINOR] stats: report numerical process ID, proxy ID and server ID
by Willy Tarreau
· 17 years ago
e6b9894
[MAJOR] create proto_tcp and move initialization of proxy listeners
by Willy Tarreau
· 17 years ago
816eb54
[MINOR] adjust error messages about conflicting proxies
by Willy Tarreau
· 17 years ago
6eb730d
[MEDIUM] Implement and use generic findproxy and relax duplicated proxy check
by Krzysztof Piotr Oledzki
· 17 years ago
d740bab
[MINOR] move error codes to common/errors.h
by Willy Tarreau
· 17 years ago
e94ebd0
[MEDIUM] moved the sockaddr pointer to the fdtab structure
by Willy Tarreau
· 17 years ago
87ea548
[MINOR] add the "nolinger" option to disable data lingering
by Alexandre Cassen
· 17 years ago
4d2d098
[MAJOR] call garbage collector when doing soft stop
by Willy Tarreau
· 17 years ago
d825eef
[MAJOR] replaced all timeouts with struct timeval
by Willy Tarreau
· 17 years ago
42aae5c
[MEDIUM] many cleanups in the time functions
by Willy Tarreau
· 18 years ago
3d32d3a
[MINOR] add support for the polling results in fdtab
by Willy Tarreau
· 18 years ago
7a96648
[MINOR] recompute maxfd before touching fdtab
by Willy Tarreau
· 18 years ago
2ff7622
[MAJOR] delay registering of listener sockets at startup
by Willy Tarreau
· 18 years ago
f161a34
[MEDIUM] updated all files to use EV_FD_*
by Willy Tarreau
· 18 years ago
2b5652f
[MINOR] indicate the proxy type in the logs after a loss of servers
by Willy Tarreau
· 18 years ago
977b8e4
[MAJOR] distinguish between frontend, backend, ruleset and listen
by Willy Tarreau
· 18 years ago
f1221aa
[MEDIUM] separated nbconn into feconn and beconn
by Willy Tarreau
· 18 years ago
2a42950
[MINOR] turn every FD_* into functions
by Willy Tarreau
· 18 years ago
5446940
[MEDIUM] started the changes towards I/O completion callbacks
by Willy Tarreau
· 18 years ago
e3ba5f0
[CLEANUP] included common/version.h everywhere
by Willy Tarreau
· 18 years ago
2dd0d47
[CLEANUP] renamed include/haproxy to include/common
by Willy Tarreau
· 18 years ago
baaee00
[BIGMOVE] exploded the monolithic haproxy.c file into multiple files.
by Willy Tarreau
· 18 years ago