Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
53a4766e400aa60835b6994c67100aaa0b936017
/
src
« Previous
02a0c0e
MAJOR: stream: don't initialize the stream anymore in stream_accept
by Willy Tarreau
· 10 years ago
5ecb069
MEDIUM: stream: move all the session-specific stuff of stream_accept() earlier
by Willy Tarreau
· 10 years ago
1df0cc6
MEDIUM: stream: don't call stream_store_counters() in kill_mini_session() nor session_accept()
by Willy Tarreau
· 10 years ago
e73ef85
MAJOR: tcp: make tcp_exec_req_rules() only rely on the session
by Willy Tarreau
· 10 years ago
70f454e
MEDIUM: proto_tcp: track the session's counters in the connection ruleset
by Willy Tarreau
· 10 years ago
bb2ef12
MEDIUM: session: update the session's stick counters upon session_free()
by Willy Tarreau
· 10 years ago
8b7f868
MEDIUM: streams: support looking up stkctr in the session
by Willy Tarreau
· 10 years ago
b2bf833
MINOR: session: add stick counters to the struct session
by Willy Tarreau
· 10 years ago
11c3624
MINOR: session: implement session_free() and use it everywhere
by Willy Tarreau
· 10 years ago
8d2eca7
MINOR: session: don't rely on s->logs.logwait in embryonic sessions
by Willy Tarreau
· 10 years ago
7ea671b
MINOR: session: store the session's accept date
by Willy Tarreau
· 10 years ago
15b5e14
MINOR: stream: move session initialization before the stream's
by Willy Tarreau
· 10 years ago
1f52bb2
CLEANUP: stream: don't set ->target to the incoming connection anymore
by Willy Tarreau
· 10 years ago
d0d8da9
MINOR: stream: provide a few helpers to retrieve frontend, listener and origin
by Willy Tarreau
· 10 years ago
192252e
MAJOR: sample: pass a pointer to the session to each sample fetch function
by Willy Tarreau
· 10 years ago
fdcd2ae
CLEANUP: lua: don't pass http_txn anymore to hlua_request_act_wrapper()
by Willy Tarreau
· 10 years ago
987e3fb
MEDIUM: http: remove the now useless http_txn from {req/res} rules
by Willy Tarreau
· 10 years ago
f3bf305
CLEANUP: lua: remove unused hlua_smp->l7 and hlua_txn->l7
by Willy Tarreau
· 10 years ago
15e91e1
MAJOR: sample: don't pass l7 anymore to sample fetch functions
by Willy Tarreau
· 10 years ago
eee5b51
MAJOR: http: move http_txn out of struct stream
by Willy Tarreau
· 10 years ago
63986c7
MINOR: http: create a dedicated pool for http_txn
by Willy Tarreau
· 10 years ago
cb7dd01
MEDIUM: http: move header captures from http_txn to struct stream
by Willy Tarreau
· 10 years ago
53c9b4d
CLEANUP: sample: remove useless tests in fetch functions for l4 != NULL
by Willy Tarreau
· 10 years ago
9ad7bd4
MEDIUM: session: use the pointer to the origin instead of s->si[0].end
by Willy Tarreau
· 10 years ago
40606ab
MINOR: session: add a pointer to the session's origin
by Willy Tarreau
· 10 years ago
e36cbcb
MEDIUM: stream: move the frontend's pointer to the session
by Willy Tarreau
· 10 years ago
fb0afa7
MEDIUM: stream: move the listener's pointer to the session
by Willy Tarreau
· 10 years ago
feb7640
MEDIUM: stream: allocate the session when a stream is created
by Willy Tarreau
· 10 years ago
b1ec8c4
MINOR: session: start to reintroduce struct session
by Willy Tarreau
· 10 years ago
e7dff02
REORG/MEDIUM: stream: rename stream flags from SN_* to SF_*
by Willy Tarreau
· 10 years ago
87b0966
REORG/MAJOR: session: rename the "session" entity to "stream"
by Willy Tarreau
· 10 years ago
7073c47
CLEANUP: lua: get rid of the last two "*hs" for hlua_smp
by Willy Tarreau
· 10 years ago
da5f108
CLEANUP: lua: rename variable "sc" for struct hlua_smp
by Willy Tarreau
· 10 years ago
bcb39cc
CLEANUP: lua: rename last occurrences of "*s" to "*htxn" for hlua_txn
by Willy Tarreau
· 10 years ago
9a8ad86
CLEANUP: lua: get rid of the last "*ht" for struct hlua_txn.
by Willy Tarreau
· 10 years ago
b2ccb56
CLEANUP: hlua: stop using variable name "s" alternately for hlua_txn and hlua_smp
by Willy Tarreau
· 10 years ago
de49138
CLEANUP: lua: fix confusing local variable naming in hlua_txn_new()
by Willy Tarreau
· 10 years ago
07081fe
CLEANUP: lua: remove hard-coded sizeof() in object creations and mallocs
by Willy Tarreau
· 10 years ago
08ef3d0
BUG/MAJOR: lua: use correct object size when initializing a new converter
by Willy Tarreau
· 10 years ago
482564f
CLEANUP: lua: remove the unused hlua_sleep memory pool
by Willy Tarreau
· 10 years ago
cb703b0
BUG/MAJOR: http: null-terminate the http actions keywords list
by Willy Tarreau
· 10 years ago
601a4d1
BUG/MEDIUM: http: hdr_cnt would not count any header when called without name
by Willy Tarreau
· 10 years ago
418b8c0
MAJOR: compression: integrate support for libslz
by Willy Tarreau
· 10 years ago
7b21877
CLEANUP: compression: remove unused reset functions
by Willy Tarreau
· 10 years ago
9787efa
MEDIUM: compression: split deflate_flush() into flush and finish
by Willy Tarreau
· 10 years ago
c91840a
MEDIUM: compression: add new "raw-deflate" compression algorithm
by Willy Tarreau
· 10 years ago
615105e
MEDIUM: compression: add a distinction between UA- and config- algorithms
by Willy Tarreau
· 10 years ago
9f640a1
CLEANUP: compression: statify all algo-specific functions
by Willy Tarreau
· 10 years ago
e7e49a8
MINOR: http: check the algo name "identity" instead of the function pointer
by Willy Tarreau
· 10 years ago
2aee221
BUG/MINOR: compression: consider the expansion factor in init
by Willy Tarreau
· 10 years ago
15530d2
MEDIUM: compression: don't send leading zeroes with chunk size
by Willy Tarreau
· 10 years ago
d328af5
MEDIUM: compression: postpone buffer adjustments after compression
by Willy Tarreau
· 10 years ago
514061c
MEDIUM: check: include server address and port in the send-state header
by Joseph Lynch
· 10 years ago
32f61e2
MEDIUM: lua: implement a simple memory allocator
by Willy Tarreau
· 10 years ago
36d1374
BUG/MINOR: lua: Fix SSL initialisation
by Thierry FOURNIER
· 10 years ago
c798b5d
MINOR: lua: add log functions
by Thierry FOURNIER
· 10 years ago
08504f4
MINOR: lua: create and register HTTP class
by Thierry FOURNIER
· 10 years ago
2cce353
MINOR: lua: txn: add function set_(loglevel|tos|mark)
by Thierry FOURNIER
· 10 years ago
7fe75e0
MINOR: http: export function inet_set_tos()
by Thierry FOURNIER
· 10 years ago
5531f87
MINOR: http: split http_transform_header() function in two parts.
by Thierry FOURNIER
· 10 years ago
b77aece
MINOR: http: split the function http_action_set_req_line() in two parts
by Thierry FOURNIER
· 10 years ago
63d692c
MEDIUM: http: allows 'R' and 'S' in the protocol alphabet
by Thierry FOURNIER
· 10 years ago
5a33ac7
MEDIUM/CLEANUP: http: rewrite and lighten http_transform_header() prototype
by Thierry FOURNIER
· 10 years ago
191f9ef
BUG/MEDIUM: http: the function "(req|res)-replace-value" doesn't respect the HTTP syntax
by Thierry FOURNIER
· 10 years ago
5341016
BUG/MAJOR: http: don't read past buffer's end in http_replace_value
by Thierry FOURNIER
· 10 years ago
a85cfb1
BUG/MEDIUM: lua: undetected infinite loop
by Thierry FOURNIER
· 10 years ago
01c3012
BUG/MEDIUM: http: the action set-{method|path|query|uri} doesn't run.
by Thierry FOURNIER
· 10 years ago
10b688f
MEDIUM: listener: store the default target per listener
by Willy Tarreau
· 10 years ago
512fd00
CLEANUP: listeners: remove unused timeout
by Willy Tarreau
· 10 years ago
d1d48d4
MEDIUM: peers: use frontend_accept() instead of peer_accept()
by Willy Tarreau
· 10 years ago
32b60d4
MEDIUM: stats: use frontend_accept() as the accept function
by Willy Tarreau
· 10 years ago
f87ab94
MINOR: proxy: store the default target into the frontend's configuration
by Willy Tarreau
· 10 years ago
91d9628
MINOR: peers: centralize configuration of the peers frontend
by Willy Tarreau
· 10 years ago
9ff95bb
BUG/MEDIUM: peers: correctly configure the client timeout
by Willy Tarreau
· 10 years ago
94aa617
CLEANUP: lua: don't use si_ic/si_oc on known stream-ints
by Willy Tarreau
· 10 years ago
3caa039
BUG/MINOR: lua: set current proxy as default value if it is possible
by Thierry FOURNIER
· 10 years ago
dd6f4b4
BUG/MINOR: lua: error in detection of mandatory arguments
by Thierry FOURNIER
· 10 years ago
933e5de
MEDIUM: map: uses HAProxy facilities to store default value
by Thierry FOURNIER
· 10 years ago
9e7ec08
BUG/MINOR: utf8: remove compilator warning
by Thierry FOURNIER
· 10 years ago
7f4942a
MEDIUM: lua: automatically converts strings in proxy, tables, server and ip
by Thierry FOURNIER
· 10 years ago
53dd3cf
BUG/MEDIUM: lua: bad argument number in analyser and in error message
by Thierry FOURNIER
· 10 years ago
bc18da1
MEDIUM: channel: don't always set CF_WAKE_WRITE on bi_put*
by Willy Tarreau
· 10 years ago
6b5a9c2
CLEANUP: stream-int: remove inclusion of fd.h that is not used anymore
by Willy Tarreau
· 10 years ago
d85c485
REORG: connection: move conn_drain() to connection.c and rename it
by Willy Tarreau
· 10 years ago
f31fb07
MEDIUM: connection: make conn_drain() perform more controls
by Willy Tarreau
· 10 years ago
0a03c0f
MEDIUM: stream-int: make conn_si_send_proxy() use conn_sock_send()
by Willy Tarreau
· 10 years ago
ff3e648
MINOR: connection: implement conn_sock_send()
by Willy Tarreau
· 10 years ago
b4017d0
MINOR: checks: use conn_data_shutw_hard() instead of call via xprt
by Willy Tarreau
· 10 years ago
1398aa1
MEDIUM: stream-int: replace xprt->shutw calls with conn_data_shutw()
by Willy Tarreau
· 10 years ago
4dfd54f
MINOR: stream-int: use conn_sock_shutw() to shutdown a connection
by Willy Tarreau
· 10 years ago
1140512
CLEANUP: stream-int: remove a redundant clearing of the linger_risk flag
by Willy Tarreau
· 10 years ago
8747b6d
[RELEASE] Released version 1.6-dev1
by Willy Tarreau
· 10 years ago
2dbbf4d
MEDIUM: stats: proxied stats admin forms fix
by Jeff Buchbinder
· 10 years ago
2c701b5
MEDIUM: ssl: Certificate Transparency support
by Janusz Dziemidowicz
· 10 years ago
2468d4e
MEDIUM: http: Compress HTTP responses with status codes 201,202,203 in addition to 200
by Jesse Hathaway
· 10 years ago
2ec2274
MEDIUM: lua: remove hlua_sample_fetch
by Willy Tarreau
· 10 years ago
47860ed
MEDIUM: lua: remove struct hlua_channel
by Willy Tarreau
· 10 years ago
2a71af4
CLEANUP: lua: hlua_channel_new() doesn't need the pointer to the session anymore
by Willy Tarreau
· 10 years ago
f687052
CLEANUP: lua: remove the session pointer from hlua_channel
by Willy Tarreau
· 10 years ago
6c6dc16
MEDIUM: lua: use CF_ISRESP to detect the channel's side
by Willy Tarreau
· 10 years ago
Next »