History log of /httpd/modules/lua/lua_apr.h
Revision Date Author Comments Expand
d14183c7679493efa822e8d25855b041830feefe 1582858 28-Mar-2014 humbedooh

mod_lua: Redesign the table construction/access mechanism, so we pass on a struct with the request_rec, the table pointer and the table name instead of just the table pointer. This allows us to use the request_rec for logging/editing purposes, as well as inform the user which exact table in the request_rec was modified.

c4737d2670800fc4f6c7ab1b619590654c7c84b1 1487956 30-May-2013 fuankg

Remove unneeded exports from mod_lua.

6a35f05a224deafe9deef8b9e711ceeb4ef60c91 1487706 30-May-2013 fuankg

Removed non-existent funcion from header.

e53ae81ffa6d05c08191384c5c6040dee6d1d7d2 1420377 11-Dec-2012 humbedooh

mod_lua: Add a lot of core httpd/apr functionality to mod_lua (such as regex matching, expr evaluation, changing/fetching server configuration/info - see docs for a complete list). This also includes a bunch of automatically scraped functions, which may or may not be super useful. Comments appreciated as always, especially on the more hacky bits.

b4a69660c802909ef489e1b605beb2dcc9837909 758428 25-Mar-2009 wrowe

fix symbol space and exports

e4709c20138a8cd7c85a6ffba716d85fd2f6cdf5 737293 24-Jan-2009 brianm

changes headers_in and headers_out handling in mod_lua to map apr_table_t instances as boxed pointers

2d8099733b19806900cb95470c5715df2e5a1f3d 728516 21-Dec-2008 pquerna

Reformat mod_lua according to the HTTP Server Project C Style Guide: <http://httpd.apache.org/dev/styleguide.html> No functional changes.

a593e26ef2faf7b2b9cc465836352cf24afc7959 728512 21-Dec-2008 pquerna

Include standard ASF license block.

e0e7a4768845d518c21ce98d359d2ba8314832ba 728508 21-Dec-2008 pquerna

Rename all files in mod_lua to have a lua_ prefix, as things like 'config.h' are way to generic and will often conflict with other include files.