Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
c51d47c92e35f18f8b2a8b8fb8b27e01545c9797
/
src
/
hlua.c
« Previous
5bc9972
BUG/MINOR: lua/threads: Make lua's tasks sticky to the current thread
by Christopher Faulet
· 7 years ago
abbf607
MEDIUM: cli: Add payload support
by Aurélien Nephtali
· 7 years ago
cd235c6
BUG/MEDIUM: lua: Fix segmentation fault if a Lua task exits
by Tim Duesterhus
· 7 years ago
56cc125
MINOR: lua: allow socket api settimeout to accept integers, float, and doubles
by Mark Lakes
· 7 years ago
22154b4
CLEANUP: lua: typo fix in comments
by Mark Lakes
· 7 years ago
17a921b
BUG/MINOR: lua funtion hlua_socket_settimeout don't check negative values
by Thierry Fournier
· 7 years ago
e9636f1
BUG/MINOR: lua: the function returns anything
by Thierry Fournier
· 7 years ago
2986c0d
CLEANUP: lua/syntax: lua is a name and not an acronym
by Thierry FOURNIER
· 7 years ago
fd1e955
BUG/MINOR: lua: return bad error messages
by Thierry FOURNIER
· 7 years ago
b814da6
MINOR: config: Add support for ARGT_MSK6
by Tim Duesterhus
· 7 years ago
119a5f1
BUG/MINOR: lua: Fix return value of Socket.settimeout
by Tim Duesterhus
· 7 years ago
6edab86
BUG/MEDIUM: lua: Fix IPv6 with separate port support for Socket.connect
by Tim Duesterhus
· 7 years ago
b33754c
DOC: lua: Fix typos in comments of hlua_socket_receive
by Tim Duesterhus
· 7 years ago
c6e377e
BUG/MINOR: lua: Fix default value for pattern in Socket.receive
by Tim Duesterhus
· 7 years ago
fe7456f
BUG/MEDIUM: lua: fix crash when using bogus mode in register_service()
by Eric Salama
· 7 years ago
cb14688
BUG/MEDIUM: lua/notification: memory leak
by Thierry FOURNIER
· 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
9dcf9b6
MINOR: threads: Use __decl_hathreads to declare locks
by Christopher Faulet
· 7 years ago
2a944ee
BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix
by Christopher Faulet
· 7 years ago
9aaf778
MAJOR: connection : Split struct connection into struct connection and struct conn_stream.
by Olivier Houchard
· 7 years ago
5f4a47b
CLEANUP: threads: replace the last few 1UL<<tid with tid_bit
by Willy Tarreau
· 7 years ago
952939d
MEDIUM: threads/xref: Convert xref function to a thread safe model
by Thierry FOURNIER
· 7 years ago
94a6bfc
MEDIUM: threads/lua: Cannot acces to the socket if we try to access from another thread.
by Thierry FOURNIER
· 7 years ago
4325ab7
MEDIUM: threads/lua: Ensure that the launched tasks runs on the same threads than me
by Thierry FOURNIER
· 7 years ago
61ba0e2
MEDIUM: threads/lua: Add locks around the Lua execution parts.
by Thierry FOURNIER
· 7 years ago
ffbad79
MEDIUM: threads/lua: Makes the jmpbuf and some other buffers local to the current thread.
by Thierry FOURNIER
· 7 years ago
1138fd0
MAJOR: threads/applet: Handle multithreading for applets
by Emeric Brun
· 7 years ago
40a007c
MEDIUM: threads/server: Make connection list (priv/idle/safe) thread-safe
by Christopher Faulet
· 7 years ago
c60def8
MAJOR: threads/task: handle multithread on task scheduler
by Emeric Brun
· 7 years ago
06d80a9
REORG: channel: finally rename the last bi_* / bo_* functions
by Willy Tarreau
· 7 years ago
253e53e
BUG/MAJOR: lua: scheduled task is freezing.
by Emeric Brun
· 7 years ago
0bf6fa5
MEDIUM: session: count the frontend's connections at a single place
by Willy Tarreau
· 7 years ago
6f5e4b9
MEDIUM: session: take care of incrementing/decrementing jobs
by Willy Tarreau
· 7 years ago
d697596
MINOR: tasks: Move Lua notification from Lua to tasks
by Thierry FOURNIER
· 7 years ago
2da788e
MEDIUM: xref/lua: Use xref for referencing cosocket relation between stream and lua
by Thierry FOURNIER
· 7 years ago
b01d28f
BUG/MINOR: Lua: The socket may be destroyed when we try to access.
by Thierry FOURNIER
· 7 years ago
52a91d3
MEDIUM: check: server states and weight propagation re-work
by Emeric Brun
· 7 years ago
87787ac
MEDIUM: stream: make stream_new() allocate its own task
by Willy Tarreau
· 7 years ago
585744b
REORG/MEDIUM: connection: introduce the notion of connection handle
by Willy Tarreau
· 7 years ago
ee1bdd5
OPTIM: lua: don't add "Connection: close" on the response
by Willy Tarreau
· 7 years ago
a329463
OPTIM: lua: don't use expensive functions to parse headers in the HTTP applet
by Willy Tarreau
· 7 years ago
c9f4ea0
MINOR: lua: properly process the contents of the content-length field
by Willy Tarreau
· 7 years ago
06c75fe
BUG/MEDIUM: lua: HTTP services must take care of body-less status codes
by Willy Tarreau
· 7 years ago
d958741
BUG/MAJOR: lua: fix the impact of the scheduler changes again
by Willy Tarreau
· 7 years ago
d1aa41f
BUG/MAJOR: lua: properly dequeue hlua_applet_wakeup() for new scheduler
by Willy Tarreau
· 7 years ago
bd7fc95
BUG/MINOR: lua: always detach the tcp/http tasks before freeing them
by Willy Tarreau
· 7 years ago
6b546a6
BUG/MINOR: Lua: variable already initialized
by Thierry FOURNIER
· 7 years ago
7bd10d5
BUG/MEDIUM: lua: bad memory access
by Thierry FOURNIER
· 7 years ago
b13b20a
BUG/MAJOR: lua/socket: resources not detroyed when the socket is aborted
by Thierry FOURNIER
· 7 years ago
75d0208
BUG/MINOR: lua: executes the function destroying the Lua session in safe mode
by Thierry FOURNIER
· 7 years ago
0a97620
BUG/MINOR: lua: In error case, the safe mode is not removed
by Thierry FOURNIER
· 7 years ago
5f77fef
MINOR: task/stream: tasks related to a stream must be init by the caller.
by Emeric Brun
· 7 years ago
fd80df1
BUG/MEDIUM: lua: segfault if a converter or a sample doesn't return anything
by Thierry FOURNIER
· 7 years ago
e068b60
CLEANUP: lua: remove test
by Thierry FOURNIER
· 8 years ago
f326767
BUG/MEDIUM: lua: memory leak
by Thierry FOURNIER
· 8 years ago
42ef75f
MINOR: lua: ensure the memory allocator is used all the time
by Willy Tarreau
· 8 years ago
7d38863
BUG/MAJOR: lua segmentation fault when the request is like 'GET ?arg=val HTTP/1.1'
by Thierry FOURNIER
· 8 years ago
4dc7197
BUG/MINOR: lua: Map.end are not reliable because "end" is a reserved keyword
by Thierry FOURNIER
· 8 years ago
16ad94a
MINOR: Use "500 Internal Server Error" for 500 error/status code message.
by Jarno Huuskonen
· 8 years ago
48ef4c9
MINOR: tools: make str2sa_range() return the port in a separate argument
by Willy Tarreau
· 8 years ago
52f5db2
MINOR: http: custom status reason.
by Robin H. Johnson
· 8 years ago
17d4538
MINOR: ssl_sock: implement and use prepare_srv()/destroy_srv()
by Willy Tarreau
· 8 years ago
a261e9b
CLEANUP: connection: remove all direct references to raw_sock and ssl_sock
by Willy Tarreau
· 8 years ago
0320934
MEDIUM: ssl: remote the proxy argument from most functions
by Willy Tarreau
· 8 years ago
bb57d94
CLEANUP: lua: use the build options list to report it
by Willy Tarreau
· 8 years ago
2c8b54e
MEDIUM: lua: remove Lua struct from session, and allocate it with memory pools
by Thierry FOURNIER
· 8 years ago
1be3415
BUG/MINOR: lua: memleak when Lua/cli fails
by Thierry FOURNIER
· 8 years ago
33558c4
BUG/MINOR: lua: bad return code
by Thierry FOURNIER
· 8 years ago
4e7c708
BUG/MINOR: lua: memory leak executing tasks
by Thierry FOURNIER
· 8 years ago
33834b1
BUG/MINOR: Fix the sending function in Lua's cosocket
by Christopher Faulet
· 8 years ago
3b0a6d4
MINOR/DOC: lua: just precise one thing
by Thierry FOURNIER
· 8 years ago
847ca66
MINOR: lua/signals: Remove Lua part from signals.
by Thierry FOURNIER
· 8 years ago
ebed6e9
MEDIUM: lua: use memory pool for hlua struct in applets
by Thierry FOURNIER
· 8 years ago
ffbf569
BUG/MINOR: lua/cli: bad error message
by Thierry FOURNIER
· 8 years ago
18d0990
CLEANUP: lua: rename one of the lua appctx union
by Thierry FOURNIER
· 8 years ago
8ae4f75
CLEANUP: applet/lua: create a dedicated ->fcn entry in hlua_cli context
by Willy Tarreau
· 8 years ago
11cfb3d
BUG/MEDIUM: lua: In some case, the return of sample-fetches is ignored (2)
by Thierry FOURNIER
· 8 years ago
a73e59b
BUG/MAJOR: Fix how the list of entities waiting for a buffer is handled
by Christopher Faulet
· 8 years ago
4394a2c
MINOR: lua: give HAProxy variable access to the applets
by Thierry FOURNIER / OZON.IO
· 8 years ago
3e1d791
CLEANUP: hlua: just indent functions
by Thierry FOURNIER / OZON.IO
· 8 years ago
4b123be
MINOR: lua: Allow argument for actions
by Thierry FOURNIER / OZON.IO
· 8 years ago
3971310
REORG: tcp-rules: move tcp rules processing to their own file
by Willy Tarreau
· 8 years ago
9ed6203
REORG: cli: split dumpstats.h in stats.h and cli.h
by William Lallemand
· 8 years ago
8dc7316
BUG/MEDIUM: lua: In some case, the return of sample-fetche is ignored
by Thierry FOURNIER / OZON.IO
· 8 years ago
a44fdd9
MEDIUM: lua: Add cli handler for Lua
by Thierry FOURNIER / OZON.IO
· 8 years ago
a71f642
CLEANUP: lua: avoid directly calling getsockname/getpeername()
by Willy Tarreau
· 8 years ago
b41f22f
CLEANUP: lua: control executed twice
by Thierry FOURNIER / OZON.IO
· 8 years ago
02564fd
CLEANUP: lua: move comment
by Thierry FOURNIER / OZON.IO
· 8 years ago
65192f3
MINOR: lua: add function which return true if the channel is full.
by Thierry FOURNIER / OZON.IO
· 8 years ago
85d79c9
MINOR: vars: Add 'unset-var' action/converter
by Christopher Faulet
· 8 years ago
b84ae92
BUG/MEDIUM: lua: somme HTTP manipulation functions are called without valid requests
by Thierry FOURNIER / OZON.IO
· 8 years ago
9bd52d4
BUG/MEDIUM: lua: the function txn_done() from action wrapper can crash
by Thierry FOURNIER
· 8 years ago
ab00df6
BUG/MEDIUM: lua: the function txn_done() from sample fetches can crash
by Thierry FOURNIER
· 8 years ago
4a53bfd
BUG/MEDIUM: lua: converters doesn't work
by Thierry Fournier
· 8 years ago
6e61589
BUG/MAJOR: fix listening IP address storage for frontends
by Vincent Bernat
· 8 years ago
0c437f4
MINOR: lua: migrate the argument mask to 64 bits type.
by David Carlier
· 9 years ago
abdb00f
BUG/MEDIUM: lua: protects the upper boundary of the argument list for converters/fetches.
by David Carlier
· 9 years ago
3c2f2f2
CLEANUP: remove unneeded casts
by Vincent Bernat
· 9 years ago
3d4a675
MINOR: lua: post initialization
by Thierry Fournier
· 9 years ago
Next »