bel
|
8d3a48398c
Support a pre-loaded file for the Lua environment
|
před 11 roky |
bel
|
3d033fc1e4
Allow Lua server pages and Lua scripts to support keep_alive
|
před 11 roky |
bel
|
2880742c2b
Let Lua-Websockets have their own file extension
|
před 11 roky |
bel
|
52a55df30b
URL encode+decode for Lua
|
před 11 roky |
bel
|
4d5d6dfee0
Add url_encode to Lua
|
před 11 roky |
bel
|
45fd410abd
MD5 calculation for Lua
|
před 11 roky |
bel
|
9b78163e79
Add get_cookie to Lua
|
před 11 roky |
bel
|
e679152fd1
Parameter checking for all Lua functions
|
před 11 roky |
bel
|
a4b652d16c
Add get_mime_type function for Lua, add test
|
před 11 roky |
bel
|
9bb13c9232
Add parameter checking in var_get
|
před 11 roky |
bel
|
67b4283fce
Add get_var to Lua
|
před 11 roky |
bel
|
1af0a35aa9
mg.send_file for Lua
|
před 11 roky |
bel
|
b7afc04864
Add some comments to mod_lua.inl
|
před 11 roky |
bel
|
5a51795323
Support <?= in LSP
|
před 11 roky |
bel
|
7430d86623
Tell Lua if it is called as a Lua page, a Lua script or as websocket
|
před 11 roky |
bel
|
7af15c4934
select for Linux needs the nfds parameter set correctly
|
před 11 roky |
bel
|
d4ee6a1dc6
Lua websockets should use the cooperative Lua threading model with timeouts
|
před 11 roky |
bel
|
1ef67f5cc7
Support USE_LUA without USE_WEBSOCKET
|
před 11 roky |
bel
|
cef3eb30a3
Provide websockets for Lua
|
před 11 roky |
bel
|
e09a3e2ba3
Use ANSI C comments in mod_lua.inl as already used in civetweb.c
|
před 11 roky |
bel
|
231e2f8361
Fix IPv6 for WinXP
|
před 11 roky |
bel
|
07beed7bf1
Fix and test the existing implementation for plain Lua pages
|
před 11 roky |
bel
|
a6b65cc023
Add information that is already available already in the CGI environment to the Lua environment as well
|
před 11 roky |
bel
|
b235587791
First working draft of a websocket binding for Lua
|
před 11 roky |
Thomas Davis
|
73f91b2a99
Merge branch 'master' of https://github.com/Bernhard-/civetweb into Bernhard--master
|
před 11 roky |
bel
|
4a771e33ed
Extend ajax test to use both, cgi (with Lua as standalone cgi interpreter) and lp (with Lua embedded in the server)
|
před 11 roky |
akozl
|
9023e7b91b
Fixes page violation when < or ? is the last character in the file and file size is a multiple of memory page size.
|
před 11 roky |
bel
|
f914beea06
Add lfs (LuaFileSystem) support
|
před 11 roky |
bel
|
bc4b2340fe
fix Lua issues: keep-alive fix and update sqlite
|
před 11 roky |
Thomas Davis
|
d295441714
More compile warning fixes. Mostly in main.c this time.
|
před 12 roky |