summaryrefslogtreecommitdiff
path: root/src/mod_magnet.c
Commit message (Expand)AuthorAgeFilesLines
* [config] check config option scope; warn if server option is given in conditi...Stefan Bühler2015-11-071-1/+2
* [plugins] when modules are linked statically still only load the modules give...Stefan Bühler2015-08-291-0/+3
* [mod_magnet] fix segfault when accessing not existing lighty.req_env[] entry ...Stefan Bühler2015-07-051-1/+1
* fix segfaults in many plugins if they failed configurationStefan Bühler2015-05-141-1/+1
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-23/+20
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-4/+4
* fix r2943 (added invalid read after free)Stefan Bühler2014-02-161-5/+10
* add force_assert() to enforce assertions as simple assert()s are disabled by ...Stefan Bühler2014-02-161-9/+9
* [mod_magnet] fix memory leakStefan Bühler2014-02-141-0/+2
* maintain physical.basedir (the "acting" doc-root as prefix of physical.path) ...Stefan Bühler2014-01-101-0/+3
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-1/+1
* mod_magnet: add traceback for printing lua errorsStefan Bühler2009-10-261-1/+31
* mod_magnet: fix pairs() for normal tables and strings (fixes #1307)Stefan Bühler2009-10-261-0/+1
* Add some iterators for mod_magnet (fixes #1307)Stefan Bühler2009-10-121-29/+198
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-6/+6
* Fix issues found with clang analyzerStefan Bühler2009-07-211-6/+0
* Add "lighty.req_env" table to mod_magnet for setting/getting environment valu...Stefan Bühler2009-06-101-0/+45
* mod_magnet: Add env["request.path-info"]Stefan Bühler2009-04-151-0/+3
* mod_magnet: Add env["request.remote-ip"] (fixes #1740)Stefan Bühler2009-04-151-0/+3
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-0/+2
* Insert many con->mode checks; they should prevent two modules to handle the s...Stefan Bühler2008-08-011-0/+3
* Close connection in mod_magnet if returned status codeStefan Bühler2008-07-201-0/+1
* Fix mod_magnet to set con->mode = p->id if it generates content, so returning...Stefan Bühler2008-04-231-1/+3
* Fix mod_magnet: enable "request.method" and "request.protocol" in lighty.env ...Stefan Bühler2008-03-261-2/+8
* only set the etag if we have oneJan Kneschke2006-10-071-7/+10
* added content-type to the .stat() and decoded the st_mode Jan Kneschke2006-10-061-2/+28
* added lighty.stat() which uses the stat-cache to reduce the number of syscallsJan Kneschke2006-10-061-0/+72
* added the original URI, before the rewrite, to the env.Jan Kneschke2006-10-061-0/+3
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-70/+70
* - marked parameter as unusedMarcus Rückert2006-10-031-0/+1
* make the config-options arrays instead of stringsJan Kneschke2006-09-231-18/+33
* reverted [1312] as it led to seg-faultsJan Kneschke2006-09-201-79/+91
* rici pointed me the lua_cpcall() to call a lua-c-function in protected mode Jan Kneschke2006-09-161-91/+79
* fixed compile if lua is not enabledJan Kneschke2006-09-151-3/+9
* - added set() for .env[]Jan Kneschke2006-09-151-37/+95
* added support for lighty.status[] in mod_magnetJan Kneschke2006-09-141-0/+46
* - moved all global vars to the lighty.* namespaceJan Kneschke2006-09-131-43/+110
* - add a try-catch around add-contentJan Kneschke2006-09-111-59/+121
* added mod_magnetJan Kneschke2006-09-101-0/+492