index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
lua
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_lua: Make r.ap_auth_type writable
Joe Orton
2024-10-11
1
-0
/
+6
*
mpm_event,mod_http2,mod_status: Follow up to r1918257: CONN_STATE_ASYNC_WAITIO.
Yann Ylavic
2024-06-21
1
-2
/
+2
*
mpm_event, mod_status: Separate processing and write completion queues.
Yann Ylavic
2024-06-01
1
-0
/
+4
*
Remove unnecessary APLOGNO() use in TRACE-level logging.
Joe Orton
2023-10-26
1
-3
/
+3
*
* modules/lua: Use https: URLs for httpd.a.o in docs. [skip ci]
Joe Orton
2023-03-23
2
-3
/
+3
*
mod_wombat => mod_lua
Joe Orton
2023-03-23
3
-9
/
+9
*
use filters consistently
Eric Covener
2022-06-01
1
-91
/
+53
*
cast first
Eric Covener
2022-06-01
1
-1
/
+1
*
* Avoid "may be uninitialized" warning
Ruediger Pluem
2022-03-08
1
-1
/
+2
*
mod_lua: Error out if lua_read_body() or lua_write_body() fail.
Yann Ylavic
2022-03-07
1
-13
/
+20
*
ap_lua_init_mutex() is not about thead only . It also calls
Christophe Jaillet
2022-02-27
1
-2
/
+1
*
* Improve error handling
Ruediger Pluem
2021-12-15
1
-0
/
+1
*
core/ap_ssl_*: changes after review by rpluem
Stefan Eissing
2021-04-20
1
-1
/
+1
*
Fixing mod_lua to use new http_ssl.h header file as well.
Stefan Eissing
2021-03-26
1
-0
/
+1
*
Using the new ap_ssl_conn_is_ssl() and ap_ssl_var_lookup() in all internal mo...
Stefan Eissing
2021-03-09
1
-11
/
+2
*
Add missing comma in some 'apr_apr_psprintf()' call if APR_HAS_THREADS is not...
Christophe Jaillet
2020-09-27
1
-2
/
+2
*
Add missing "const" or "static const" qualifiers in some command_rec
Christophe Jaillet
2020-09-27
1
-1
/
+1
*
Restore broken win32 build, include apr/std headers before httpd headers
William A. Rowe Jr
2020-09-05
1
-18
/
+17
*
* Correctly define lua_resume for Lua <= 5.1
Ruediger Pluem
2020-08-17
1
-0
/
+1
*
improve Lua 5.4 handling
Giovanni Bechis
2020-08-10
1
-3
/
+7
*
Support building against Lua 5.4 by adjusting to the 3-arg form of
Joe Orton
2020-08-07
3
-12
/
+20
*
Declare pre_translate hook in lua/info/log_debug/example modules, and docs.
Yann Ylavic
2020-06-22
1
-0
/
+31
*
add r/o iterable tables
Eric Covener
2020-01-07
1
-0
/
+44
*
PR63971 expose apr_table_unset for headers/envvars
Eric Covener
2019-11-30
1
-1
/
+7
*
* modules/proxy/mod_proxy.c (create_proxy_config): Tag the pool.
Joe Orton
2019-06-25
1
-0
/
+2
*
Fix comment in mod_lua and docs.
Christophe Jaillet
2018-08-04
1
-1
/
+1
*
Fix PR54848 in a 2.4.x backportable format. Ideally deprecating the use
Jim Jagielski
2018-08-01
1
-0
/
+4
*
Function used as 'apr_reslist_destructor' when calling 'apr_reslist_create()'...
Christophe Jaillet
2018-06-23
1
-2
/
+3
*
Fix some typos reported in PR 59998
Christophe Jaillet
2018-03-24
1
-2
/
+2
*
* modules/lua/config.m4 (CHECK_LUA): Support Debian-style
Joe Orton
2018-03-08
1
-7
/
+12
*
* modules/lua/config.m4: Use liblua paths from pkg-config if
Joe Orton
2018-02-23
1
-4
/
+12
*
* modules/lua/config.m4: Link mod_lua against -lcrypt if available,
Joe Orton
2018-01-26
1
-1
/
+1
*
Fix another mod_lua compile error.
Rainer Jung
2017-07-05
1
-1
/
+1
*
Fix new compilation breakage in mod_lua.
Rainer Jung
2017-07-04
3
-12
/
+10
*
Mostly revert the configure compat check for
Rainer Jung
2017-07-04
1
-33
/
+5
*
Fix last compat issue with Lua 5.2 and 5.3.
Rainer Jung
2017-07-04
1
-0
/
+4
*
More mod_lua compat for Lua 5.1, 5.2, 5.3.
Rainer Jung
2017-07-04
5
-21
/
+19
*
mod_lua: Improve compatibility with Lua 5.1, 5.2 and 5.3.
Rainer Jung
2017-07-04
2
-5
/
+5
*
configure: check for luaL_register in liblua
Jacob Champion
2017-03-06
1
-6
/
+37
*
configure: remove mod_lua code duplication
Jacob Champion
2017-03-06
1
-200
/
+43
*
Look for specific versioned installs of Lua 5.3
Jim Jagielski
2017-03-02
1
-24
/
+83
*
Save a few bytes in the request pool.
Christophe Jaillet
2017-02-15
1
-4
/
+4
*
https://bz.apache.org/bugzilla/show_bug.cgi?id=58855
Jim Jagielski
2017-01-09
2
-4
/
+4
*
Unlock mutex in error path.
Christophe Jaillet
2016-12-25
1
-0
/
+3
*
Fix some style issue.
Christophe Jaillet
2016-12-03
1
-5
/
+10
*
The default value of 'inherit' should be AP_LUA_INHERIT_UNSET.
Christophe Jaillet
2016-12-03
1
-0
/
+1
*
Fix spelling in comments and text files.
Rainer Jung
2016-08-11
1
-1
/
+1
*
* modules/lua/mod_lua.c (lua_post_config): Use anonymous shm segment
Joe Orton
2016-04-08
1
-12
/
+12
*
Fix typo in comment (s/patterm/pattern/).
Rainer Jung
2016-01-21
1
-1
/
+1
*
Added some more log numbers to log statements that
Rainer Jung
2016-01-19
2
-0
/
+2
[next]