summaryrefslogtreecommitdiff
path: root/modules/lua
Commit message (Expand)AuthorAgeFilesLines
* * modules/lua: Use https: URLs for httpd.a.o in docs. [skip ci]Joe Orton2023-03-232-3/+3
* mod_wombat => mod_luaJoe Orton2023-03-233-9/+9
* use filters consistentlyEric Covener2022-06-011-91/+53
* cast firstEric Covener2022-06-011-1/+1
* * Avoid "may be uninitialized" warningRuediger Pluem2022-03-081-1/+2
* mod_lua: Error out if lua_read_body() or lua_write_body() fail.Yann Ylavic2022-03-071-13/+20
* ap_lua_init_mutex() is not about thead only . It also callsChristophe Jaillet2022-02-271-2/+1
* * Improve error handlingRuediger Pluem2021-12-151-0/+1
* core/ap_ssl_*: changes after review by rpluemStefan Eissing2021-04-201-1/+1
* Fixing mod_lua to use new http_ssl.h header file as well.Stefan Eissing2021-03-261-0/+1
* Using the new ap_ssl_conn_is_ssl() and ap_ssl_var_lookup() in all internal mo...Stefan Eissing2021-03-091-11/+2
* Add missing comma in some 'apr_apr_psprintf()' call if APR_HAS_THREADS is not...Christophe Jaillet2020-09-271-2/+2
* Add missing "const" or "static const" qualifiers in some command_recChristophe Jaillet2020-09-271-1/+1
* Restore broken win32 build, include apr/std headers before httpd headersWilliam A. Rowe Jr2020-09-051-18/+17
* * Correctly define lua_resume for Lua <= 5.1Ruediger Pluem2020-08-171-0/+1
* improve Lua 5.4 handlingGiovanni Bechis2020-08-101-3/+7
* Support building against Lua 5.4 by adjusting to the 3-arg form ofJoe Orton2020-08-073-12/+20
* Declare pre_translate hook in lua/info/log_debug/example modules, and docs.Yann Ylavic2020-06-221-0/+31
* add r/o iterable tablesEric Covener2020-01-071-0/+44
* PR63971 expose apr_table_unset for headers/envvarsEric Covener2019-11-301-1/+7
* * modules/proxy/mod_proxy.c (create_proxy_config): Tag the pool.Joe Orton2019-06-251-0/+2
* Fix comment in mod_lua and docs.Christophe Jaillet2018-08-041-1/+1
* Fix PR54848 in a 2.4.x backportable format. Ideally deprecating the useJim Jagielski2018-08-011-0/+4
* Function used as 'apr_reslist_destructor' when calling 'apr_reslist_create()'...Christophe Jaillet2018-06-231-2/+3
* Fix some typos reported in PR 59998Christophe Jaillet2018-03-241-2/+2
* * modules/lua/config.m4 (CHECK_LUA): Support Debian-styleJoe Orton2018-03-081-7/+12
* * modules/lua/config.m4: Use liblua paths from pkg-config ifJoe Orton2018-02-231-4/+12
* * modules/lua/config.m4: Link mod_lua against -lcrypt if available,Joe Orton2018-01-261-1/+1
* Fix another mod_lua compile error.Rainer Jung2017-07-041-1/+1
* Fix new compilation breakage in mod_lua.Rainer Jung2017-07-043-12/+10
* Mostly revert the configure compat check forRainer Jung2017-07-041-33/+5
* Fix last compat issue with Lua 5.2 and 5.3.Rainer Jung2017-07-041-0/+4
* More mod_lua compat for Lua 5.1, 5.2, 5.3.Rainer Jung2017-07-045-21/+19
* mod_lua: Improve compatibility with Lua 5.1, 5.2 and 5.3.Rainer Jung2017-07-042-5/+5
* configure: check for luaL_register in libluaJacob Champion2017-03-061-6/+37
* configure: remove mod_lua code duplicationJacob Champion2017-03-061-200/+43
* Look for specific versioned installs of Lua 5.3Jim Jagielski2017-03-021-24/+83
* Save a few bytes in the request pool.Christophe Jaillet2017-02-151-4/+4
* https://bz.apache.org/bugzilla/show_bug.cgi?id=58855Jim Jagielski2017-01-092-4/+4
* Unlock mutex in error path.Christophe Jaillet2016-12-251-0/+3
* Fix some style issue.Christophe Jaillet2016-12-031-5/+10
* The default value of 'inherit' should be AP_LUA_INHERIT_UNSET.Christophe Jaillet2016-12-031-0/+1
* Fix spelling in comments and text files.Rainer Jung2016-08-111-1/+1
* * modules/lua/mod_lua.c (lua_post_config): Use anonymous shm segmentJoe Orton2016-04-081-12/+12
* Fix typo in comment (s/patterm/pattern/).Rainer Jung2016-01-211-1/+1
* Added some more log numbers to log statements thatRainer Jung2016-01-192-0/+2
* Added many log numbers to log statements thatRainer Jung2016-01-193-23/+30
* Added many log numbers to log statements thatRainer Jung2016-01-193-26/+28
* Turn 5.1/5.2 order upside down, simplify. This should also (AFAIK) work with ...Daniel Gruno2015-10-031-77/+51
* Fix some style issues on files that can easily be synch'ed with 2.4.xChristophe Jaillet2015-09-301-1/+2