Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
7017cb040c398461c186dfd10d9a8a9e85a0fb2d
/
src
/
hlua.c
7017cb0
MINOR: server: add a list of safe, already reused idle connections
by Willy Tarreau
· 9 years ago
173a1c6
MINOR: server: add a list of already used idle connections
by Willy Tarreau
· 9 years ago
600802a
MINOR: server: add a list of private idle connections
by Willy Tarreau
· 9 years ago
973a542
MEDIUM: stream-int: simplify si_alloc_conn()
by Willy Tarreau
· 9 years ago
bf65cd4
MAJOR: arg: converts uint and sint in sint
by Thierry FOURNIER
· 9 years ago
07ee64e
MAJOR: sample: converts uint and sint in 64 bits signed integer
by Thierry FOURNIER
· 9 years ago
29176f3
BUG/MINOR: lua: type error in the arguments wrapper
by Thierry FOURNIER
· 9 years ago
22b0a68
BUILD/MINOR: lua: fix a harmless build warning
by Willy Tarreau
· 9 years ago
053ba8ad
MINOR: lua: Variable access
by Thierry FOURNIER
· 9 years ago
fbdb775
MINOR: tcp: increase the opaque data array
by Thierry FOURNIER
· 9 years ago
79318d7
MINOR: lua: Lua tcp action are not final action
by Thierry FOURNIER
· 9 years ago
e2dc1fa
MEDIUM: stick-table: remove the now duplicate find_stktable() function
by Willy Tarreau
· 9 years ago
9e0bb10
CLEANUP: proxy: make the proxy lookup functions more user-friendly
by Willy Tarreau
· 9 years ago
0786d05
MEDIUM: sample: change the prototype of sample-fetches functions
by Thierry FOURNIER
· 9 years ago
1d33b88
MINOR: sample: fill the struct sample with the options.
by Thierry FOURNIER
· 9 years ago
0a9a2b8
MEDIUM: sample change the prototype of sample-fetches and converters functions
by Thierry FOURNIER
· 9 years ago
6879ad3
MEDIUM: sample: fill the struct sample with the session, proxy and stream pointers
by Thierry FOURNIER
· 9 years ago
d4da196
MEDIUM: applet: centralize the call to si_applet_done() in the I/O handler
by Willy Tarreau
· 10 years ago
828824a
MAJOR: applet: now call si_applet_done() instead of si_update() in I/O handlers
by Willy Tarreau
· 10 years ago
3057645
CLEANUP: applet: rename struct si_applet to applet
by Willy Tarreau
· 10 years ago
8a8d83b
REORG: applet: move the applet definitions out of stream_interface
by Willy Tarreau
· 10 years ago
00a37f0
MEDIUM: applet: make the applet not depend on a stream interface anymore
by Willy Tarreau
· 10 years ago
73b65ac
MINOR: stream: pass the pointer to the origin explicitly to stream_new()
by Willy Tarreau
· 10 years ago
3def393
MINOR: lua: map system integration in Lua
by Thierry FOURNIER
· 10 years ago
04c57b3
MINOR: lua: (req|res)_get_headers return more than one header value
by Thierry FOURNIER
· 10 years ago
7ddf7c5
MINOR: lua: no need for setting timeouts / conn_retries in hlua_socket_new()
by Willy Tarreau
· 10 years ago
61cf7c8
MINOR: lua: minor cleanup in hlua_socket_new()
by Willy Tarreau
· 10 years ago
d420a97
MEDIUM: lua: make use of stream_new() to create an outgoing connection
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
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
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
cb7dd01
MEDIUM: http: move header captures from http_txn to struct stream
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
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
a85cfb1
BUG/MEDIUM: lua: undetected infinite loop
by Thierry FOURNIER
· 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
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
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
78955f4
MEDIUM: session: simplify receive buffer allocator to only use the channel
by Willy Tarreau
· 10 years ago
8138967
CLEANUP: lua: limit usage of si_ic/si_oc
by Willy Tarreau
· 10 years ago
350f487
CLEANUP: session: simplify references to chn_{prod,cons}(&s->{req,res})
by Willy Tarreau
· 10 years ago
81cd900
MEDIUM: channel: remove now unused ->prod and ->cons pointers
by Willy Tarreau
· 10 years ago
ef573c0
MEDIUM: channel: add a new flag "CF_ISRESP" for the response channel
by Willy Tarreau
· 10 years ago
7379653
REORG/MEDIUM: channel: only use chn_prod / chn_cons to find stream-interfaces
by Willy Tarreau
· 10 years ago
50fe03b
CLEANUP: stream-int: add si_opposite() to find the other stream interface
by Willy Tarreau
· 10 years ago
4e4292b
CLEANUP: stream-int: add si_ib/si_ob to dereference the buffers
by Willy Tarreau
· 10 years ago
819d332
MEDIUM: stream-int: remove any reference to the owner
by Willy Tarreau
· 10 years ago
a2df3fa
MEDIUM: stream-interface: remove now unused pointers to channels
by Willy Tarreau
· 10 years ago
a5f5d8d
MEDIUM: stream-int: add a flag indicating which side the SI is on
by Willy Tarreau
· 10 years ago
2bb4a96
REORG/MEDIUM: stream-int: introduce si_ic/si_oc to access channels
by Willy Tarreau
· 10 years ago
a27dc19
CLEANUP: remove now unused channel pool
by Willy Tarreau
· 10 years ago
22ec1ea
REORG/MAJOR: move session's req and resp channels back into the session
by Willy Tarreau
· 10 years ago
2694a1a
MINOR: lua: fetches and converters can return an empty string in place of nil
by Thierry FOURNIER
· 10 years ago
397826a
MINOR: lua: replace function (req|get)_channel by a variable
by Thierry FOURNIER
· 10 years ago
594afe7
MINOR: lua: wrapper for converters
by Thierry FOURNIER
· 10 years ago
bb53c7b
MEDIUM: lua: create a namespace for the fetches
by Thierry FOURNIER
· 10 years ago
2297bc2
MEDIUM: lua: change the objects configuration
by Thierry FOURNIER
· 10 years ago
a2d8c65
MINOR: replace the Core object by a simple model.
by Thierry FOURNIER
· 10 years ago
5955166
CLEANUP: lua: use the same function names in C and Lua
by Willy Tarreau
· 10 years ago
5eadada
MINOR: lua: convert IP addresses to type string
by Willy Tarreau
· 10 years ago
38c5fd6
MEDIUM: lua: make the functions hlua_gethlua() and hlua_sethlua() faster
by Thierry FOURNIER
· 10 years ago
76bd97f
Revert "BUG/MEDIUM: lua: can't handle the response bytes"
by Willy Tarreau
· 10 years ago
eee4539
BUG/MINOR: lua: report the correct function name in an error message
by Willy Tarreau
· 10 years ago
463119c
BUG/BUILD: lua: The strict Lua 5.3 version check is not done.
by Thierry FOURNIER
· 10 years ago
0054392
BUG/MINOR: lua: sockets receive behavior doesn't follows the specs
by Thierry FOURNIER
· 10 years ago
Next »