Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
8ba10fea69aff458ee0be9c32a432dcc319f8f0b
/
src
/
hlua_fcn.c
ce7b00f
CLEANUP: assorted typo fixes in the code and comments
by Ilya Shipitsin
· 4 years, 8 months ago
26474c4
CLEANUP: lua: fix aliasing issues in the address matching code
by Willy Tarreau
· 4 years, 8 months ago
1a693fc
MEDIUM: cli: Allow multiple filter entries for "show table"
by Adis Nezirovic
· 4 years, 10 months ago
eaa5537
MINOR: stats: prepare to add a description with each stat/info field
by Willy Tarreau
· 5 years ago
708c416
MINOR: stats: replace the ST_* uri_auth flags with STAT_*
by Willy Tarreau
· 5 years ago
2674303
MEDIUM: regex: modify regex_comp() to atomically allocate/free the my_regex struct
by Dragan Dosen
· 6 years ago
1b8e68e
MEDIUM: stick-table: Stop handling stick-tables as proxies.
by Frédéric Lécaille
· 6 years ago
3092565
CLEANUP: h1: remove some occurrences of unneeded h1.h inclusions
by Willy Tarreau
· 6 years ago
b3d92e3
CLEANUP: fix typos in the hlua_fcn subsystem
by Joseph Herlant
· 6 years ago
8878f8e
MEDIUM: lua: Add stick table support for Lua.
by Adis Nezirovic
· 6 years ago
35b51c6
REORG: http: move the HTTP semantics definitions to http.h/http.c
by Willy Tarreau
· 6 years ago
83061a8
MAJOR: chunks: replace struct chunk with struct buffer
by Willy Tarreau
· 6 years ago
843b7cb
MEDIUM: chunks: make the chunk struct's fields match the buffer struct
by Willy Tarreau
· 6 years ago
29d6980
BUG/MINOR: lua: ensure large proxy IDs can be represented
by Willy Tarreau
· 7 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
fbc74e8
MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list"
by Olivier Houchard
· 7 years ago
2a944ee
BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix
by Christopher Faulet
· 7 years ago
8c4954c
BUG/MINOR: lua: fix missing lock protection on server.
by Emeric Brun
· 7 years ago
9f0b458
MEDIUM: threads/server: Use the server lock to protect health check and cli concurrency
by Emeric Brun
· 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
7c210e6
BUG/MINOR: lua: const attribute of a string is overridden
by Thierry FOURNIER
· 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
5a13351
BUG/MEDIUM: log: check result details truncated.
by Emeric Brun
· 7 years ago
ceee933
BUG/MINOR: lua: Fix bitwise logic for hlua_server_check_* functions.
by Adis Nezirovic
· 7 years ago
9b82a58
MINOR: lua: Add lists of frontends and backends
by Thierry FOURNIER
· 7 years ago
f2bbe38
MINOR: lua: Add proxy as member of proxy object.
by Thierry FOURNIER
· 7 years ago
a9f0404
BUG/MINOR: lua: Correctly use INET6_ADDRSTRLEN in Server.get_addr()
by Nenad Merdanovic
· 7 years ago
3849473
BUG/MINOR: lua: Fix Server.get_addr() port values
by Nenad Merdanovic
· 7 years ago
abd9bb2
BUILD: lua: replace timegm() with my_timegm() to fix build on Solaris 10
by Willy Tarreau
· 7 years ago
de6925e
BUILD: lua: build failed on FreeBSD.
by Thierry FOURNIER
· 8 years ago
c95bad5
MEDIUM: move listener->frontend to bind_conf->frontend
by Willy Tarreau
· 8 years ago
8a1027a
MINOR: lua: Add tokenize function.
by Thierry FOURNIER / OZON.IO
· 8 years ago
7f3aa8b
MINOR: lua: add utility function for check boolean argument
by Thierry FOURNIER / OZON.IO
· 8 years ago
9ed6203
REORG: cli: split dumpstats.h in stats.h and cli.h
by William Lallemand
· 8 years ago
62fec75
MINOR: lua: add ip addresses and network manipulation function
by Thierry FOURNIER / OZON.IO
· 8 years ago
3c2f2f2
CLEANUP: remove unneeded casts
by Vincent Bernat
· 9 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
8b0d6e1
MINOR: lua: convert field to lua type
by Thierry Fournier
· 9 years ago
94ed1c1
MINOR: lua: Add internal function which strip spaces
by Thierry Fournier
· 9 years ago
3d4a675
MINOR: lua: post initialization
by Thierry Fournier
· 9 years ago
45e78d7
MINOR: lua: refactor the Lua object registration
by Thierry Fournier
· 9 years ago
4f99b27
CLEANUP: lua: Remove two same functions
by Thierry Fournier
· 9 years ago
991188d
MINOR: lua: remove some useless checks
by Thierry Fournier
· 9 years ago
ddd8988
MINOR: lua: move class registration facilities
by Thierry Fournier
· 9 years ago
e726b14
DOC: lua: copyrights
by Thierry Fournier
· 9 years ago
49d4842
BUG/MAJOR: lua: segfault using Concat object
by Thierry Fournier
· 9 years ago
1de1659
MINOR: lua: Add concat class
by Thierry Fournier
· 9 years ago
5351827
MINOR: lua: merge function
by Thierry Fournier
· 9 years ago
9e7e3ea
MINOR: lua: move common function
by Thierry Fournier
· 9 years ago
1550d5d
MINOR: lua: Add date functions
by Thierry Fournier
· 9 years ago
b1f4656
MINOR: lua: add "now" time function
by Thierry Fournier
· 9 years ago
fb0b546
MINOR: lua: file dedicated to unsafe functions
by Thierry Fournier
· 9 years ago