summaryrefslogtreecommitdiff
path: root/src/mod_magnet.c
Commit message (Expand)AuthorAgeFilesLines
* [core] http_method_append()Glenn Strauss2018-09-231-1/+2
* [core] abstraction layer for HTTP header manipGlenn Strauss2018-09-231-19/+30
* [core] code reuse with array_insert_key_value()Glenn Strauss2018-09-161-5/+3
* [mod_magnet] reduce buffer copiesGlenn Strauss2018-04-081-33/+17
* [mod_magnet] code reuseGlenn Strauss2018-04-081-54/+22
* [mod_magnet] fix regression in lighty.stat (fixes #2877)Glenn Strauss2018-03-171-2/+4
* [core] increase stat_cache abstractionGlenn Strauss2018-02-021-1/+2
* [core] perf: skip redundant strlen() if len knownGlenn Strauss2017-05-151-4/+6
* [core] remove some unused header includesGlenn Strauss2017-03-281-2/+0
* [config] more specific checks for array listsGlenn Strauss2017-03-081-0/+12
* [mod_openssl] move openssl code into mod_opensslGlenn Strauss2017-01-141-3/+0
* [core] new plugin hooks to help isolate SSLGlenn Strauss2017-01-141-0/+1
* [mod_magnet] fix magnet_cgi_set() set of env vars (fixes #2763)Glenn Strauss2016-11-241-1/+1
* [autobuild] rm module stub code for missing depsGlenn Strauss2016-10-171-12/+0
* [TLS] set SSL_PROTOCOL, SSL_CIPHER* (fixes #2511)Glenn Strauss2016-10-111-0/+4
* remove unused array type TYPE_COUNT data_countGlenn Strauss2016-09-221-1/+0
* do not set REDIRECT_URI in mod_magnet, mod_rewrite (#2738)Glenn Strauss2016-07-231-6/+0
* set REDIRECT_URI in mod_rewrite, mod_magnetGlenn Strauss2016-04-251-0/+6
* [core] server.error-handler new directive for error pages (fixes #2702)Glenn Strauss2016-04-251-4/+12
* [core] open fd when appending file to cq (fixes #2655)Glenn Strauss2016-04-181-21/+17
* [mod_magnet] rename var for clarity (fixes #1483)Glenn Strauss2016-04-131-5/+5
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
* [mod_magnet] define lua_pushglobaltable (for lua5.1) and use it (fixes #2719)Stefan Bühler2016-03-191-7/+6
* add handling for lua 5.2 and 5.3 (fixes #2674)Stefan Bühler2016-01-031-276/+253
* [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