index
:
delta/lighttpd-git.git
master
personal/gstrauss/master
personal/stbuehler/1.4.48-mod-proxy-fix
personal/stbuehler/ci-build
personal/stbuehler/cleanup-build
personal/stbuehler/fix-fdevent
personal/stbuehler/leaks
personal/stbuehler/mod-csrf
personal/stbuehler/mod-csrf-old
git.lighttpd.net: lighttpd/lighttpd1.4.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mod_magnet.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[core] http_method_append()
Glenn Strauss
2018-09-23
1
-1
/
+2
*
[core] abstraction layer for HTTP header manip
Glenn Strauss
2018-09-23
1
-19
/
+30
*
[core] code reuse with array_insert_key_value()
Glenn Strauss
2018-09-16
1
-5
/
+3
*
[mod_magnet] reduce buffer copies
Glenn Strauss
2018-04-08
1
-33
/
+17
*
[mod_magnet] code reuse
Glenn Strauss
2018-04-08
1
-54
/
+22
*
[mod_magnet] fix regression in lighty.stat (fixes #2877)
Glenn Strauss
2018-03-17
1
-2
/
+4
*
[core] increase stat_cache abstraction
Glenn Strauss
2018-02-02
1
-1
/
+2
*
[core] perf: skip redundant strlen() if len known
Glenn Strauss
2017-05-15
1
-4
/
+6
*
[core] remove some unused header includes
Glenn Strauss
2017-03-28
1
-2
/
+0
*
[config] more specific checks for array lists
Glenn Strauss
2017-03-08
1
-0
/
+12
*
[mod_openssl] move openssl code into mod_openssl
Glenn Strauss
2017-01-14
1
-3
/
+0
*
[core] new plugin hooks to help isolate SSL
Glenn Strauss
2017-01-14
1
-0
/
+1
*
[mod_magnet] fix magnet_cgi_set() set of env vars (fixes #2763)
Glenn Strauss
2016-11-24
1
-1
/
+1
*
[autobuild] rm module stub code for missing deps
Glenn Strauss
2016-10-17
1
-12
/
+0
*
[TLS] set SSL_PROTOCOL, SSL_CIPHER* (fixes #2511)
Glenn Strauss
2016-10-11
1
-0
/
+4
*
remove unused array type TYPE_COUNT data_count
Glenn Strauss
2016-09-22
1
-1
/
+0
*
do not set REDIRECT_URI in mod_magnet, mod_rewrite (#2738)
Glenn Strauss
2016-07-23
1
-6
/
+0
*
set REDIRECT_URI in mod_rewrite, mod_magnet
Glenn Strauss
2016-04-25
1
-0
/
+6
*
[core] server.error-handler new directive for error pages (fixes #2702)
Glenn Strauss
2016-04-25
1
-4
/
+12
*
[core] open fd when appending file to cq (fixes #2655)
Glenn Strauss
2016-04-18
1
-21
/
+17
*
[mod_magnet] rename var for clarity (fixes #1483)
Glenn Strauss
2016-04-13
1
-5
/
+5
*
consistent inclusion of config.h at top of files (fixes #2073)
Glenn Strauss
2016-03-19
1
-0
/
+2
*
[mod_magnet] define lua_pushglobaltable (for lua5.1) and use it (fixes #2719)
Stefan Bühler
2016-03-19
1
-7
/
+6
*
add handling for lua 5.2 and 5.3 (fixes #2674)
Stefan Bühler
2016-01-03
1
-276
/
+253
*
[config] check config option scope; warn if server option is given in conditi...
Stefan Bühler
2015-11-07
1
-1
/
+2
*
[plugins] when modules are linked statically still only load the modules give...
Stefan Bühler
2015-08-29
1
-0
/
+3
*
[mod_magnet] fix segfault when accessing not existing lighty.req_env[] entry ...
Stefan Bühler
2015-07-05
1
-1
/
+1
*
fix segfaults in many plugins if they failed configuration
Stefan Bühler
2015-05-14
1
-1
/
+1
*
Use buffer API to read and modify "used" member
Stefan Bühler
2015-02-08
1
-23
/
+20
*
fix buffer, chunk and http_chunk API
Stefan Bühler
2015-02-08
1
-4
/
+4
*
fix r2943 (added invalid read after free)
Stefan Bühler
2014-02-16
1
-5
/
+10
*
add force_assert() to enforce assertions as simple assert()s are disabled by ...
Stefan Bühler
2014-02-16
1
-9
/
+9
*
[mod_magnet] fix memory leak
Stefan Bühler
2014-02-14
1
-0
/
+2
*
maintain physical.basedir (the "acting" doc-root as prefix of physical.path) ...
Stefan Bühler
2014-01-10
1
-0
/
+3
*
fix/silence bugs reported by ccc-analyzer (clang)
Stefan Bühler
2013-11-13
1
-1
/
+1
*
mod_magnet: add traceback for printing lua errors
Stefan Bühler
2009-10-26
1
-1
/
+31
*
mod_magnet: fix pairs() for normal tables and strings (fixes #1307)
Stefan Bühler
2009-10-26
1
-0
/
+1
*
Add some iterators for mod_magnet (fixes #1307)
Stefan Bühler
2009-10-12
1
-29
/
+198
*
Fix header inclusion order, always include "config.h" before any system header
Stefan Bühler
2009-10-11
1
-6
/
+6
*
Fix issues found with clang analyzer
Stefan Bühler
2009-07-21
1
-6
/
+0
*
Add "lighty.req_env" table to mod_magnet for setting/getting environment valu...
Stefan Bühler
2009-06-10
1
-0
/
+45
*
mod_magnet: Add env["request.path-info"]
Stefan Bühler
2009-04-15
1
-0
/
+3
*
mod_magnet: Add env["request.remote-ip"] (fixes #1740)
Stefan Bühler
2009-04-15
1
-0
/
+3
*
Added some extra warning options in cmake and fix the resulting warnings (unu...
Stefan Bühler
2009-03-07
1
-0
/
+2
*
Insert many con->mode checks; they should prevent two modules to handle the s...
Stefan Bühler
2008-08-01
1
-0
/
+3
*
Close connection in mod_magnet if returned status code
Stefan Bühler
2008-07-20
1
-0
/
+1
*
Fix mod_magnet to set con->mode = p->id if it generates content, so returning...
Stefan Bühler
2008-04-23
1
-1
/
+3
*
Fix mod_magnet: enable "request.method" and "request.protocol" in lighty.env ...
Stefan Bühler
2008-03-26
1
-2
/
+8
*
only set the etag if we have one
Jan Kneschke
2006-10-07
1
-7
/
+10
*
added content-type to the .stat() and decoded the st_mode
Jan Kneschke
2006-10-06
1
-2
/
+28
[next]