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
/
base.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[build] _WIN32 shared dll build (autotools, cmake)
Glenn Strauss
2023-05-03
1
-0
/
+1
*
[core] _WIN32 uid, gid compat
Glenn Strauss
2023-05-03
1
-0
/
+10
*
[core] hxcon "base class" for h2con
Glenn Strauss
2023-05-03
1
-1
/
+1
*
[core] http_dispatch[] tables for HTTP proto vers
Glenn Strauss
2023-05-03
1
-0
/
+2
*
[multiple] employ ck_realloc_u32() shared code
Glenn Strauss
2022-12-10
1
-3
/
+1
*
[core] remove unused srv->con_* counters
Glenn Strauss
2022-05-11
1
-6
/
+0
*
[multiple] simplify bytes_in/bytes_out accounting
Glenn Strauss
2022-05-11
1
-3
/
+1
*
[mod_magnet] lighty.server.* table w/ new function
Glenn Strauss
2022-05-10
1
-0
/
+1
*
[mod_cgi] cgi.local-redir request_reset thru fnptr
Glenn Strauss
2022-02-19
1
-0
/
+2
*
[core] (const char *) for srvconf.modules_dir
Glenn Strauss
2022-01-07
1
-1
/
+1
*
[core] pcre2 support (--with-pcre2)
Glenn Strauss
2021-11-22
1
-0
/
+3
*
[core] save config regex captures only if used
Glenn Strauss
2021-11-19
1
-0
/
+1
*
[core] allow debug.log-state-handling in condition
Glenn Strauss
2021-10-27
1
-15
/
+3
*
[core] remove HANDLER_WAIT_FOR_FD
Glenn Strauss
2021-09-08
1
-1
/
+0
*
[core] change con joblist to singly-linked-list
Glenn Strauss
2021-09-08
1
-4
/
+14
*
[core] change srv->conns to doubly-linked-list
Glenn Strauss
2021-09-08
1
-2
/
+2
*
[core] rename srv->max_conns -> srv->lim_conns
Glenn Strauss
2021-09-08
1
-1
/
+1
*
[core] conns_pool separate from conns list (#3084)
Glenn Strauss
2021-09-08
1
-1
/
+4
*
[multiple] Y2038 32-bit signed time_t mitigations
Glenn Strauss
2021-09-04
1
-7
/
+7
*
[multiple] inline struct in con->dst_addr_buf
Glenn Strauss
2021-08-27
1
-1
/
+1
*
[multiple] mark con->srv_socket a const ptr
Glenn Strauss
2021-05-13
1
-1
/
+1
*
[core] consistent inclusion of sys-time.h
Glenn Strauss
2021-04-28
1
-8
/
+1
*
[core] save parsed listen addrs at startup
Glenn Strauss
2021-03-07
1
-1
/
+2
*
[core] connection_joblist global
Glenn Strauss
2020-10-11
1
-1
/
+0
*
[core] defer handling FDEVENT_HUP and FDEVENT_ERR
Glenn Strauss
2020-10-11
1
-2
/
+2
*
[core] graceful shutdown timeout option
Glenn Strauss
2020-10-11
1
-0
/
+1
*
[core] graceful and immediate restart option
Glenn Strauss
2020-10-11
1
-0
/
+2
*
[core] redirect to dir using relative-path
Glenn Strauss
2020-10-11
1
-0
/
+1
*
[core] alternate between two joblists
Glenn Strauss
2020-10-11
1
-1
/
+3
*
[core] h2.[ch] with stub funcs (incomplete)
Glenn Strauss
2020-10-11
1
-0
/
+1
*
[multiple] modules read reqbody via fn ptr
Glenn Strauss
2020-10-03
1
-0
/
+1
*
[core] server.feature-flags to enable h2
Glenn Strauss
2020-08-13
1
-0
/
+1
*
[core] con layer plugin_ctx separate from request
Glenn Strauss
2020-08-02
1
-0
/
+1
*
[core] server.feature-flags extensible config
Glenn Strauss
2020-08-02
1
-0
/
+1
*
[core] store fd in srv->stdin_fd during setup
Glenn Strauss
2020-07-10
1
-0
/
+1
*
[build] fix build on MacOS X Tiger
Glenn Strauss
2020-07-08
1
-0
/
+6
*
[multiple] split con, request (very large change)
Glenn Strauss
2020-07-08
1
-64
/
+22
*
[core] store subrequest_handler instead of mode
Glenn Strauss
2020-07-08
1
-4
/
+1
*
[core] move request state into (request_st *)
Glenn Strauss
2020-07-08
1
-18
/
+0
*
[core] move addtl request-specific struct members
Glenn Strauss
2020-07-08
1
-7
/
+0
*
[core] move plugin_ctx into (request_st *)
Glenn Strauss
2020-07-08
1
-1
/
+0
*
[core] move addtl request-specific struct members
Glenn Strauss
2020-07-08
1
-7
/
+0
*
[core] move addtl request-specific struct members
Glenn Strauss
2020-07-08
1
-16
/
+5
*
[core] move request start ts into (request_st *)
Glenn Strauss
2020-07-08
1
-2
/
+0
*
[core] pass (request_st *) to request.c funcs
Glenn Strauss
2020-07-08
1
-1
/
+1
*
[core] move request_st,request_config to request.h
Glenn Strauss
2020-07-08
1
-90
/
+1
*
[core] rename specific_config to request_config
Glenn Strauss
2020-07-08
1
-2
/
+2
*
[core] move keep_alive flag into request_st
Glenn Strauss
2020-07-08
1
-2
/
+3
*
[core] copy some srv->srvconf into con->conf
Glenn Strauss
2020-07-08
1
-9
/
+10
*
[core] isolate fdevent subsystem
Glenn Strauss
2020-07-08
1
-1
/
+0
[next]