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
*
[build] _WIN32 __declspec(dllexport) *_plugin_init
Glenn Strauss
2023-05-03
1
-0
/
+1
*
[core] hxcon "base class" for h2con
Glenn Strauss
2023-05-03
1
-12
/
+13
*
[core] r->x union w/ structs for r->x.{h1,h2}
Glenn Strauss
2023-04-29
1
-1
/
+1
*
[mod_magnet] support ./configure --with-lua=luajit (#3199)
Glenn Strauss
2023-04-11
1
-0
/
+7
*
[multiple] store ptrs to remote addr in request_st (#3192)
Glenn Strauss
2023-02-28
1
-7
/
+6
*
[multiple] employ ck_calloc, ck_malloc shared code
Glenn Strauss
2022-12-10
1
-3
/
+2
*
[multiple] mark mod_*_plugin_init() funcs cold
Glenn Strauss
2022-12-07
1
-0
/
+1
*
[mod_magnet] remove lighty.r.req_attr["response.*"]
Glenn Strauss
2022-12-02
1
-38
/
+1
*
[core] http_response_body_clear clears body flags
Glenn Strauss
2022-11-23
1
-1
/
+1
*
[core] buffer_append_bs_escaped_json()
Glenn Strauss
2022-06-10
1
-4
/
+7
*
[multiple] fix json encoding
Glenn Strauss
2022-06-10
1
-2
/
+15
*
[mod_magnet] reset for http-response-send-file
Glenn Strauss
2022-06-09
1
-0
/
+2
*
[mod_magnet] skip req body collect warn if modsec3
Glenn Strauss
2022-05-24
1
-0
/
+4
*
[mod_magnet] r.req_body .collect .get .set .add
Glenn Strauss
2022-05-15
1
-2
/
+131
*
[mod_magnet] quiet coverity false positive
Glenn Strauss
2022-05-12
1
-0
/
+4
*
[multiple] rename status_counter -> plugin_stats
Glenn Strauss
2022-05-11
1
-21
/
+13
*
[mod_magnet] backspace-escape encode/decode
Glenn Strauss
2022-05-11
1
-0
/
+124
*
[mod_magnet] read-only access to r->server_name
Glenn Strauss
2022-05-11
1
-1
/
+22
*
[multiple] simplify bytes_in/bytes_out accounting
Glenn Strauss
2022-05-11
1
-8
/
+2
*
[multiple] use buffer_append_char()
Glenn Strauss
2022-05-11
1
-3
/
+3
*
[mod_magnet] further isolate legacy API result tbl
Glenn Strauss
2022-05-11
1
-106
/
+50
*
[mod_magnet] adjust p->conf.stage checks
Glenn Strauss
2022-05-11
1
-9
/
+8
*
[mod_magnet] format multiline err traceback
Glenn Strauss
2022-05-11
1
-2
/
+4
*
[mod_magnet] lighty.c.stat high precision time
Glenn Strauss
2022-05-11
1
-0
/
+42
*
[mod_magnet] separate funcs for uri_path_raw
Glenn Strauss
2022-05-11
1
-18
/
+30
*
[mod_magnet] deprecate r.req_attr["response.*]
Glenn Strauss
2022-05-11
1
-0
/
+9
*
[mod_magnet] lighty.r.resp_body.get
Glenn Strauss
2022-05-11
1
-6
/
+2
*
[mod_magnet] lighty.c.hrtime high-resolution time
Glenn Strauss
2022-05-11
1
-0
/
+11
*
[mod_magnet] expose r->keep_alive to lua scripts
Glenn Strauss
2022-05-11
1
-0
/
+10
*
[mod_magnet] lighty.r.req_item[] accessors
Glenn Strauss
2022-05-11
1
-2
/
+109
*
[mod_magnet] tighten magnet_env_set()
Glenn Strauss
2022-05-11
1
-24
/
+41
*
[mod_magnet] expose r->state to lua scripts
Glenn Strauss
2022-05-11
1
-3
/
+13
*
[mod_magnet] tighten magnet_env_get_buffer_by_id()
Glenn Strauss
2022-05-10
1
-73
/
+53
*
[mod_magnet] reduce magnet_env_get_id() scanning
Glenn Strauss
2022-05-10
1
-1
/
+17
*
[mod_magnet] lighty.server.* table w/ new function
Glenn Strauss
2022-05-10
1
-2
/
+157
*
[mod_magnet] magnet_script_setup_global_state() fn
Glenn Strauss
2022-05-07
1
-12
/
+12
*
[mod_magnet] magnet_plugin_stats_table() fn
Glenn Strauss
2022-05-07
1
-11
/
+18
*
[mod_magnet] no local server port on unix domain
Glenn Strauss
2022-05-07
1
-2
/
+4
*
[mod_magnet] rewrite lighty.r as table of userdata
Glenn Strauss
2022-05-06
1
-208
/
+339
*
[mod_magnet] set script env in func first upvalue
Glenn Strauss
2022-05-05
1
-6
/
+3
*
[mod_magnet] allow removal of req_env elt via nil
Glenn Strauss
2022-03-11
1
-0
/
+6
*
[mod_magnet] lighty.c.header_tokens convenience fn
Glenn Strauss
2022-02-21
1
-0
/
+45
*
[mod_magnet] magnet_push_quoted_string shared code
Glenn Strauss
2022-02-21
1
-11
/
+39
*
[mod_magnet] fix header,content legacy table clear
Glenn Strauss
2022-02-19
1
-5
/
+18
*
[mod_magnet] lighty.c.quotedenc(),dec() funcs
Glenn Strauss
2022-02-19
1
-0
/
+57
*
[mod_magnet] magnet_tmpbuf_acquire(),release()
Glenn Strauss
2022-02-19
1
-22
/
+44
*
[mod_magnet] adjust magnet_lighty_result_get()
Glenn Strauss
2022-02-19
1
-2
/
+2
*
[mod_magnet] remove duplicated NULL checks
Glenn Strauss
2022-02-19
1
-6
/
+3
*
[mod_magnet] fix lighty.c.urldec_query()
Glenn Strauss
2022-02-19
1
-13
/
+12
*
[mod_magnet] fix lighty.c.cookie_tokens()
Glenn Strauss
2022-02-19
1
-9
/
+23
[next]