Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
327ea5aec83092404bca09df2fb9aa86118c8a73
/
doc
/
lua-api
700d9e8
MEDIUM: lua: Add ability for actions to intercept HTTP messages
by Christopher Faulet
· 4 years, 9 months ago
2c2c2e3
MINOR: lua: Add act:wake_time() function to set a timeout when an action yields
by Christopher Faulet
· 4 years, 9 months ago
0f3c890
MINOR: lua: Create the global 'act' object to register all action return codes
by Christopher Faulet
· 4 years, 9 months ago
02cedc4
DOC: Fix typos in different subsections of the documentation
by Joseph Herlant
· 6 years ago
8878f8e
MEDIUM: lua: Add stick table support for Lua.
by Adis Nezirovic
· 6 years ago
874a35c
DOC: Fix typos in lua documentation
by Bertrand Jacquin
· 6 years ago
268a707
MEDIUM: add set-priority-class and set-priority-offset
by Patrick Hemmer
· 6 years ago
32d539f
MINOR: lua: add get_maxconn and set_maxconn to LUA Server class.
by Patrick Hemmer
· 7 years ago
a62ae7e
MINOR: lua: Add server name & puid to LUA Server class.
by Patrick Hemmer
· 7 years ago
c6a1d71
DOC/MINOR: clean up LUA documentation re: servers & array/table.
by Patrick Hemmer
· 7 years ago
56cc125
MINOR: lua: allow socket api settimeout to accept integers, float, and doubles
by Mark Lakes
· 7 years ago
c5d11c6
DOC: lua: new prototype for function "register_action()"
by Thierry FOURNIER
· 7 years ago
6edab86
BUG/MEDIUM: lua: Fix IPv6 with separate port support for Socket.connect
by Tim Duesterhus
· 7 years ago
3190427
MINOR: hlua: Add regex class
by Thierry FOURNIER
· 7 years ago
46c7255
MINOR: lua: add uuid to the Class Proxy
by Baptiste Assmann
· 7 years ago
9b82a58
MINOR: lua: Add lists of frontends and backends
by Thierry FOURNIER
· 7 years ago
817e759
DOC: lua: Proxy class doc update
by Thierry FOURNIER
· 7 years ago
4dc7197
BUG/MINOR: lua: Map.end are not reliable because "end" is a reserved keyword
by Thierry FOURNIER
· 8 years ago
52f5db2
MINOR: http: custom status reason.
by Robin H. Johnson
· 8 years ago
d7f2eb6
DOC: lua: section declared twice
by Thierry FOURNIER
· 8 years ago
12a865d
DOC: lua: improve links
by Thierry FOURNIER
· 8 years ago
a78f037
DOC: lua: documentation about time parser functions
by Thierry FOURNIER
· 8 years ago
c1edafe
DOC: lua: Add documentation about variable manipulation from applet
by Thierry FOURNIER / OZON.IO
· 8 years ago
b210bcc
DOC: lua: Documentation about some entry missing
by Thierry FOURNIER / OZON.IO
· 8 years ago
8a1027a
MINOR: lua: Add tokenize function.
by Thierry FOURNIER / OZON.IO
· 8 years ago
a44fdd9
MEDIUM: lua: Add cli handler for Lua
by Thierry FOURNIER / OZON.IO
· 8 years ago
62fec75
MINOR: lua: add ip addresses and network manipulation function
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
53e381c
DOC: lua: remove old functions
by Thierry FOURNIER / OZON.IO
· 8 years ago
ab00df6
BUG/MEDIUM: lua: the function txn_done() from sample fetches can crash
by Thierry FOURNIER
· 8 years ago
ff48042
MINOR: lua: add class listener
by Thierry Fournier
· 9 years ago
f2fdc9d
MINOR: lua: add class server
by Thierry Fournier
· 9 years ago
f61aa63
MINOR: lua: add class proxy
by Thierry Fournier
· 9 years ago
eea77c0
MINOR: lua: dump general info
by Thierry Fournier
· 9 years ago
1de1659
MINOR: lua: Add concat class
by Thierry Fournier
· 9 years ago
b1f4656
MINOR: lua: add "now" time function
by Thierry Fournier
· 9 years ago
834421c
DOC: lua: fix somme errors
by Thierry FOURNIER
· 9 years ago
8db004c
MINOR: lua: add set/get priv for applets
by Thierry FOURNIER
· 9 years ago
e34a78e
DOC: lua: fix somme errors and add implicit types
by Thierry FOURNIER
· 9 years ago
dc59500
DOC: lua: fix lua API
by Thierry FOURNIER
· 9 years ago
841475e
MINOR: lua: service/applet can have access to the HTTP headers when a POST is received
by Thierry FOURNIER
· 9 years ago
4d7f766
DOC: lua-api/index.rst small example fixes, spelling correction.
by Pieter Baauw
· 9 years ago
61fdf8b
DOC: lua: few typos.
by David Carlier
· 9 years ago
a2d0225
DOC: lua: update doc according with the last Lua changes
by Thierry FOURNIER
· 9 years ago
2dcb9bc
DOC: fix lua use-service example
by Pieter Baauw
· 9 years ago
61add3c
DOC: fix some broken unexpected unicode chars in the Lua doc.
by Willy Tarreau
· 9 years ago
a3bc513
DOC: lua: some documentation update
by Thierry FOURNIER
· 9 years ago
8255a75
MINOR: lua: change actions registration
by Thierry FOURNIER
· 9 years ago
bc183a6
DOC: lua: mention than txn:close was renamed txn:done.
by Willy Tarreau
· 9 years ago
99a36dd
DOC: lua: replace txn:close with txn:done in lua-api
by Willy Tarreau
· 9 years ago
35d70ef
MINOR: http: Action for manipulating the returned status code.
by Thierry FOURNIER
· 9 years ago
0d79cf6
DOC: fix function name
by Thierry FOURNIER
· 9 years ago
0a99b89
MINOR: lua: add core.done() function
by Thierry FOURNIER
· 9 years ago
386a127
DOC: match several lua configuration option names to those implemented in code
by Pieter Baauw
· 9 years ago
053ba8ad
MINOR: lua: Variable access
by Thierry FOURNIER
· 9 years ago
3def393
MINOR: lua: map system integration in Lua
by Thierry FOURNIER
· 10 years ago
2e4893c
DOC: lua: some fixes
by Thierry FOURNIER
· 10 years ago
c798b5d
MINOR: lua: add log functions
by Thierry FOURNIER
· 10 years ago
486f5a0
DOC: lua: fix some typos
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
17bd152
DOC: lua api
by Thierry FOURNIER
· 10 years ago