Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
13278b44b17cf63b0a9606a847eb7ea39b24587e
/
src
/
hlua.c
9aaf778
MAJOR: connection : Split struct connection into struct connection and struct conn_stream.
by Olivier Houchard
· Wed Sep 13 18:30:23 2017 +0200
5f4a47b
CLEANUP: threads: replace the last few 1UL<<tid with tid_bit
by Willy Tarreau
· Tue Oct 31 15:59:32 2017 +0100
952939d
MEDIUM: threads/xref: Convert xref function to a thread safe model
by Thierry FOURNIER
· Fri Sep 01 14:17:32 2017 +0200
94a6bfc
MEDIUM: threads/lua: Cannot acces to the socket if we try to access from another thread.
by Thierry FOURNIER
· Wed Jul 12 12:10:44 2017 +0200
4325ab7
MEDIUM: threads/lua: Ensure that the launched tasks runs on the same threads than me
by Thierry FOURNIER
· Wed Jul 12 11:53:38 2017 +0200
61ba0e2
MEDIUM: threads/lua: Add locks around the Lua execution parts.
by Thierry FOURNIER
· Wed Jul 12 11:41:21 2017 +0200
ffbad79
MEDIUM: threads/lua: Makes the jmpbuf and some other buffers local to the current thread.
by Thierry FOURNIER
· Wed Jul 12 11:39:04 2017 +0200
1138fd0
MAJOR: threads/applet: Handle multithreading for applets
by Emeric Brun
· Mon Jun 19 12:38:55 2017 +0200
40a007c
MEDIUM: threads/server: Make connection list (priv/idle/safe) thread-safe
by Christopher Faulet
· Mon Jul 03 15:41:01 2017 +0200
c60def8
MAJOR: threads/task: handle multithread on task scheduler
by Emeric Brun
· Wed Sep 27 14:59:38 2017 +0200
06d80a9
REORG: channel: finally rename the last bi_* / bo_* functions
by Willy Tarreau
· Thu Oct 19 14:32:15 2017 +0200
253e53e
BUG/MAJOR: lua: scheduled task is freezing.
by Emeric Brun
· Tue Oct 17 18:58:40 2017 +0200
0bf6fa5
MEDIUM: session: count the frontend's connections at a single place
by Willy Tarreau
· Fri Sep 15 10:25:14 2017 +0200
6f5e4b9
MEDIUM: session: take care of incrementing/decrementing jobs
by Willy Tarreau
· Fri Sep 15 09:07:56 2017 +0200
d697596
MINOR: tasks: Move Lua notification from Lua to tasks
by Thierry FOURNIER
· Wed Jul 12 14:31:10 2017 +0200
2da788e
MEDIUM: xref/lua: Use xref for referencing cosocket relation between stream and lua
by Thierry FOURNIER
· Mon Sep 11 18:37:23 2017 +0200
b01d28f
BUG/MINOR: Lua: The socket may be destroyed when we try to access.
by Thierry FOURNIER
· Tue Jul 11 18:38:39 2017 +0200
52a91d3
MEDIUM: check: server states and weight propagation re-work
by Emeric Brun
· Thu Aug 31 14:41:55 2017 +0200
87787ac
MEDIUM: stream: make stream_new() allocate its own task
by Willy Tarreau
· Mon Aug 28 16:22:54 2017 +0200
585744b
REORG/MEDIUM: connection: introduce the notion of connection handle
by Willy Tarreau
· Thu Aug 24 14:31:19 2017 +0200
ee1bdd5
OPTIM: lua: don't add "Connection: close" on the response
by Willy Tarreau
· Wed Aug 23 11:37:48 2017 +0200
a329463
OPTIM: lua: don't use expensive functions to parse headers in the HTTP applet
by Willy Tarreau
· Wed Aug 23 11:24:47 2017 +0200
c9f4ea0
MINOR: lua: properly process the contents of the content-length field
by Willy Tarreau
· Wed Aug 23 09:32:06 2017 +0200
06c75fe
BUG/MEDIUM: lua: HTTP services must take care of body-less status codes
by Willy Tarreau
· Wed Aug 23 09:10:38 2017 +0200
d958741
BUG/MAJOR: lua: fix the impact of the scheduler changes again
by Willy Tarreau
· Wed Aug 23 16:07:33 2017 +0200
d1aa41f
BUG/MAJOR: lua: properly dequeue hlua_applet_wakeup() for new scheduler
by Willy Tarreau
· Fri Jul 21 16:41:56 2017 +0200
bd7fc95
BUG/MINOR: lua: always detach the tcp/http tasks before freeing them
by Willy Tarreau
· Mon Jul 24 17:35:27 2017 +0200
6b546a6
BUG/MINOR: Lua: variable already initialized
by Thierry FOURNIER
· Sun Jul 16 16:35:53 2017 +0200
7bd10d5
BUG/MEDIUM: lua: bad memory access
by Thierry FOURNIER
· Mon Jul 17 00:44:40 2017 +0200
b13b20a
BUG/MAJOR: lua/socket: resources not detroyed when the socket is aborted
by Thierry FOURNIER
· Sun Jul 16 20:48:54 2017 +0200
75d0208
BUG/MINOR: lua: executes the function destroying the Lua session in safe mode
by Thierry FOURNIER
· Wed Jul 12 13:41:33 2017 +0200
0a97620
BUG/MINOR: lua: In error case, the safe mode is not removed
by Thierry FOURNIER
· Wed Jul 12 11:18:00 2017 +0200
5f77fef
MINOR: task/stream: tasks related to a stream must be init by the caller.
by Emeric Brun
· Mon May 29 15:26:51 2017 +0200
fd80df1
BUG/MEDIUM: lua: segfault if a converter or a sample doesn't return anything
by Thierry FOURNIER
· Fri May 12 16:32:20 2017 +0200
e068b60
CLEANUP: lua: remove test
by Thierry FOURNIER
· Wed Apr 26 13:27:05 2017 +0200
f326767
BUG/MEDIUM: lua: memory leak
by Thierry FOURNIER
· Wed Apr 26 14:25:58 2017 +0200
42ef75f
MINOR: lua: ensure the memory allocator is used all the time
by Willy Tarreau
· Wed Apr 12 21:40:29 2017 +0200
7d38863
BUG/MAJOR: lua segmentation fault when the request is like 'GET ?arg=val HTTP/1.1'
by Thierry FOURNIER
· Wed Feb 22 02:06:16 2017 +0100
4dc7197
BUG/MINOR: lua: Map.end are not reliable because "end" is a reserved keyword
by Thierry FOURNIER
· Sat Jan 28 08:33:08 2017 +0100
16ad94a
MINOR: Use "500 Internal Server Error" for 500 error/status code message.
by Jarno Huuskonen
· Mon Jan 09 14:17:10 2017 +0200
48ef4c9
MINOR: tools: make str2sa_range() return the port in a separate argument
by Willy Tarreau
· Fri Jan 06 18:32:38 2017 +0100
52f5db2
MINOR: http: custom status reason.
by Robin H. Johnson
· Sun Jan 01 13:10:52 2017 -0800
17d4538
MINOR: ssl_sock: implement and use prepare_srv()/destroy_srv()
by Willy Tarreau
· Thu Dec 22 21:16:08 2016 +0100
a261e9b
CLEANUP: connection: remove all direct references to raw_sock and ssl_sock
by Willy Tarreau
· Thu Dec 22 20:44:00 2016 +0100
0320934
MEDIUM: ssl: remote the proxy argument from most functions
by Willy Tarreau
· Thu Dec 22 17:08:28 2016 +0100
bb57d94
CLEANUP: lua: use the build options list to report it
by Willy Tarreau
· Wed Dec 21 19:04:56 2016 +0100
2c8b54e
MEDIUM: lua: remove Lua struct from session, and allocate it with memory pools
by Thierry FOURNIER
· Sat Dec 17 12:45:32 2016 +0100
1be3415
BUG/MINOR: lua: memleak when Lua/cli fails
by Thierry FOURNIER
· Sat Dec 17 12:09:51 2016 +0100
33558c4
BUG/MINOR: lua: bad return code
by Thierry FOURNIER
· Sat Dec 17 12:05:56 2016 +0100
4e7c708
BUG/MINOR: lua: memory leak executing tasks
by Thierry FOURNIER
· Sat Dec 17 11:46:06 2016 +0100
33834b1
BUG/MINOR: Fix the sending function in Lua's cosocket
by Christopher Faulet
· Mon Dec 19 09:29:06 2016 +0100
3b0a6d4
MINOR/DOC: lua: just precise one thing
by Thierry FOURNIER
· Fri Dec 16 08:48:32 2016 +0100
847ca66
MINOR: lua/signals: Remove Lua part from signals.
by Thierry FOURNIER
· Fri Dec 16 13:07:22 2016 +0100
ebed6e9
MEDIUM: lua: use memory pool for hlua struct in applets
by Thierry FOURNIER
· Fri Dec 16 11:54:07 2016 +0100
ffbf569
BUG/MINOR: lua/cli: bad error message
by Thierry FOURNIER
· Fri Dec 16 11:14:06 2016 +0100
18d0990
CLEANUP: lua: rename one of the lua appctx union
by Thierry FOURNIER
· Fri Dec 16 09:25:38 2016 +0100
8ae4f75
CLEANUP: applet/lua: create a dedicated ->fcn entry in hlua_cli context
by Willy Tarreau
· Wed Dec 14 15:41:45 2016 +0100
11cfb3d
BUG/MEDIUM: lua: In some case, the return of sample-fetches is ignored (2)
by Thierry FOURNIER
· Tue Dec 13 13:06:23 2016 +0100
a73e59b
BUG/MAJOR: Fix how the list of entities waiting for a buffer is handled
by Christopher Faulet
· Fri Dec 09 17:30:18 2016 +0100
4394a2c
MINOR: lua: give HAProxy variable access to the applets
by Thierry FOURNIER / OZON.IO
· Mon Dec 12 12:31:54 2016 +0100
3e1d791
CLEANUP: hlua: just indent functions
by Thierry FOURNIER / OZON.IO
· Mon Dec 12 12:29:34 2016 +0100
4b123be
MINOR: lua: Allow argument for actions
by Thierry FOURNIER / OZON.IO
· Fri Dec 09 18:03:31 2016 +0100
3971310
REORG: tcp-rules: move tcp rules processing to their own file
by Willy Tarreau
· Fri Nov 25 15:49:32 2016 +0100
9ed6203
REORG: cli: split dumpstats.h in stats.h and cli.h
by William Lallemand
· Mon Nov 21 17:49:11 2016 +0100
8dc7316
BUG/MEDIUM: lua: In some case, the return of sample-fetche is ignored
by Thierry FOURNIER / OZON.IO
· Fri Nov 18 19:06:21 2016 +0100
a44fdd9
MEDIUM: lua: Add cli handler for Lua
by Thierry FOURNIER / OZON.IO
· Sun Nov 13 13:19:20 2016 +0100
a71f642
CLEANUP: lua: avoid directly calling getsockname/getpeername()
by Willy Tarreau
· Wed Nov 16 17:00:14 2016 +0100
b41f22f
CLEANUP: lua: control executed twice
by Thierry FOURNIER / OZON.IO
· Sat Nov 12 13:11:47 2016 +0100
02564fd
CLEANUP: lua: move comment
by Thierry FOURNIER / OZON.IO
· Sat Nov 12 11:07:05 2016 +0100
65192f3
MINOR: lua: add function which return true if the channel is full.
by Thierry FOURNIER / OZON.IO
· Mon Nov 07 15:28:40 2016 +0100
85d79c9
MINOR: vars: Add 'unset-var' action/converter
by Christopher Faulet
· Wed Nov 09 16:54:56 2016 +0100
b84ae92
BUG/MEDIUM: lua: somme HTTP manipulation functions are called without valid requests
by Thierry FOURNIER / OZON.IO
· Tue Aug 02 23:44:58 2016 +0200
9bd52d4
BUG/MEDIUM: lua: the function txn_done() from action wrapper can crash
by Thierry FOURNIER
· Thu Jul 14 11:45:33 2016 +0200
ab00df6
BUG/MEDIUM: lua: the function txn_done() from sample fetches can crash
by Thierry FOURNIER
· Thu Jul 14 11:42:37 2016 +0200
4a53bfd
BUG/MEDIUM: lua: converters doesn't work
by Thierry Fournier
· Fri May 27 16:35:01 2016 +0200
6e61589
BUG/MAJOR: fix listening IP address storage for frontends
by Vincent Bernat
· Wed May 18 16:17:44 2016 +0200
0c437f4
MINOR: lua: migrate the argument mask to 64 bits type.
by David Carlier
· Wed Apr 27 16:21:56 2016 +0100
abdb00f
BUG/MEDIUM: lua: protects the upper boundary of the argument list for converters/fetches.
by David Carlier
· Wed Apr 27 16:14:50 2016 +0100
3c2f2f2
CLEANUP: remove unneeded casts
by Vincent Bernat
· Sun Apr 03 13:48:42 2016 +0200
3d4a675
MINOR: lua: post initialization
by Thierry Fournier
· Fri Feb 19 20:53:30 2016 +0100
fd107a2
MINOR: lua: precise message when a critical error is catched
by Thierry Fournier
· Fri Feb 19 19:57:23 2016 +0100
45e78d7
MINOR: lua: refactor the Lua object registration
by Thierry Fournier
· Fri Feb 19 18:34:46 2016 +0100
ddd8988
MINOR: lua: move class registration facilities
by Thierry Fournier
· Mon Feb 22 19:52:08 2016 +0100
6204cd9
BUG/MAJOR: vars: always retrieve the stream and session from the sample
by Willy Tarreau
· Thu Mar 10 16:33:04 2016 +0100
7560dd4
MINOR: sample: always set a new sample's owner before evaluating it
by Willy Tarreau
· Thu Mar 10 16:28:58 2016 +0100
1777ea6
MINOR: sample: add a new helper to initialize the owner of a sample
by Willy Tarreau
· Thu Mar 10 16:15:46 2016 +0100
be508f1
BUG/MAJOR: samples: check smp->strm before using it
by Willy Tarreau
· Thu Mar 10 11:47:01 2016 +0100
9d5fb6d
BUG/MINOR: lua: Useless copy
by Thierry Fournier
· Fri Feb 19 18:30:13 2016 +0100
0164f20
BUG/MAJOR: lua: applets can't sleep.
by Thierry Fournier
· Sat Feb 20 17:47:43 2016 +0100
e726b14
DOC: lua: copyrights
by Thierry Fournier
· Thu Feb 11 17:57:57 2016 +0100
9e7e3ea
MINOR: lua: move common function
by Thierry Fournier
· Wed Jan 27 09:55:30 2016 +0100
fb0b546
MINOR: lua: file dedicated to unsafe functions
by Thierry Fournier
· Thu Jan 21 09:28:58 2016 +0100
75933d4
BUG/MINOR: lua: unsafe initialization
by Thierry Fournier
· Thu Jan 21 09:30:18 2016 +0100
8db004c
MINOR: lua: add set/get priv for applets
by Thierry FOURNIER
· Fri Dec 25 01:33:18 2015 +0100
ed0bdaa
CLEANUP: lua: bad error messages
by Thierry FOURNIER
· Sun Dec 20 19:51:06 2015 +0100
52e2606
BUG/MAJOR: lua: Do not force the HTTP analysers in use-services
by Thierry FOURNIER
· Sun Dec 20 19:14:35 2015 +0100
718e2a7
BUG/MEDIUM: lua: Forbid HTTP applets from being called from tcp rulesets
by Thierry FOURNIER
· Sun Dec 20 20:13:14 2015 +0100
d93ea2b
BUG/MINOR: lua: Lua applets must not use http_txn
by Thierry FOURNIER
· Sun Dec 20 19:14:52 2015 +0100
ca98866
BUG/MEDIUM: lua: Lua applets must not fetch samples using http_txn
by Thierry FOURNIER
· Sun Dec 20 18:43:03 2015 +0100
7fa0549
REORG/MINOR: lua: convert boolean "int" to bitfield
by Thierry FOURNIER
· Sun Dec 20 18:42:25 2015 +0100
Next »