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
/
network.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[core] _WIN32 lighttpd winsvc
Glenn Strauss
2023-05-03
1
-9
/
+0
*
[core] _WIN32 use log_serror() for WSAGetLastError
Glenn Strauss
2023-05-03
1
-19
/
+17
*
[core] _WIN32 rename __WIN32 to _WIN32
Glenn Strauss
2023-05-03
1
-1
/
+1
*
[core] _WIN32 alternative fdarray for Windows
Glenn Strauss
2023-05-03
1
-1
/
+4
*
[core] _WIN32 check WSAGetLastError() w/ sockets
Glenn Strauss
2023-05-03
1
-0
/
+29
*
[core] _WIN32 socket-compat, filesystem-compat
Glenn Strauss
2023-05-03
1
-9
/
+9
*
[core] _WIN32 sys-unistd.h to wrap <unistd.h>
Glenn Strauss
2023-05-03
1
-1
/
+1
*
[core] _WIN32 protect code w/ HAVE_IPV6
Glenn Strauss
2023-05-03
1
-0
/
+2
*
[core] _WIN32 impl of setenv(), unsetenv()
Glenn Strauss
2023-05-03
1
-0
/
+8
*
[core] pass fdn to fdevent_sched_close,_unregister
Glenn Strauss
2023-01-23
1
-2
/
+2
*
[multiple] employ ck_calloc, ck_malloc shared code
Glenn Strauss
2022-12-10
1
-4
/
+2
*
[multiple] employ ck_realloc_u32() shared code
Glenn Strauss
2022-12-10
1
-9
/
+5
*
[core] keep sockets w/ server.graceful-restart-bg
Glenn Strauss
2022-10-01
1
-0
/
+3
*
[core] fix SIGUSR1 graceful restart w/ TLS (fixes #3164)
Glenn Strauss
2022-07-28
1
-0
/
+4
*
[core] avoid server.use-ipv6 warning after SIGUSR1
Glenn Strauss
2022-06-04
1
-6
/
+7
*
[core] reset internal flags after graceful restart
Glenn Strauss
2022-06-04
1
-0
/
+13
*
[multiple] use buffer_append_char()
Glenn Strauss
2022-05-11
1
-1
/
+1
*
[core] sketch support for abstract sockets
Glenn Strauss
2022-05-07
1
-20
/
+126
*
[multiple] limit scope of socket config options
Glenn Strauss
2022-05-05
1
-13
/
+8
*
[core] build fix for cygwin and lmingw
Glenn Strauss
2022-03-30
1
-1
/
+4
*
[core] fill in un.sun_path after accept() (fixes #3147)
Glenn Strauss
2022-03-03
1
-0
/
+2
*
[core] allow LISTEN_PID to be ppid if TRACEME (fixes #3137)
Glenn Strauss
2022-01-10
1
-1
/
+7
*
[multiple] remove buffer_init_buffer()
Glenn Strauss
2022-01-07
1
-3
/
+4
*
[core] hide bsd_accept_filter code on OpenBSD (fixes #3131)
Glenn Strauss
2022-01-04
1
-4
/
+6
*
[core] quiet coverity warnings
Glenn Strauss
2021-09-09
1
-0
/
+3
*
[core] cfg server.bindhost after $SERVER["socket"]
Glenn Strauss
2021-09-08
1
-13
/
+29
*
[core] rename srv->max_conns -> srv->lim_conns
Glenn Strauss
2021-09-08
1
-1
/
+1
*
[multiple] reduce redundant NULL buffer checks
Glenn Strauss
2021-08-27
1
-9
/
+10
*
[core] accept in network_server_handle_fdevent()
Glenn Strauss
2021-05-13
1
-18
/
+48
*
[core] consistent inclusion of sys-time.h
Glenn Strauss
2021-04-28
1
-1
/
+1
*
[core] save parsed listen addrs at startup
Glenn Strauss
2021-03-07
1
-0
/
+18
*
[core] allow '*' in "*:80" socket spec
Glenn Strauss
2021-02-10
1
-0
/
+4
*
[core] quiet coverity warning
Glenn Strauss
2021-02-02
1
-1
/
+1
*
[core] fix crash at shutdown w/ certain config
Glenn Strauss
2021-01-01
1
-0
/
+2
*
[core] setsockopt IPV6_V6ONLY if server.v4mapped
Glenn Strauss
2020-12-02
1
-1
/
+1
*
[core] server.v4mapped option
Glenn Strauss
2020-11-29
1
-3
/
+14
*
[core] graceful and immediate restart option
Glenn Strauss
2020-10-11
1
-0
/
+41
*
[build] avoid accept_filter_arg compiler warning
Glenn Strauss
2020-08-02
1
-1
/
+1
*
[core] remove unused mbedtls_enabled flag
Glenn Strauss
2020-07-10
1
-3
/
+2
*
[core] error if s->socket_perms chmod() fails
Glenn Strauss
2020-07-08
1
-0
/
+1
*
[mod_mbedtls] mbedTLS option for TLS
Glenn Strauss
2020-07-08
1
-2
/
+8
*
[multiple] split con, request (very large change)
Glenn Strauss
2020-07-08
1
-1
/
+1
*
[core] remove unused arg to fdevent_fcntl_set_nb*
Glenn Strauss
2020-07-08
1
-2
/
+2
*
[multiple] omit passing srv to fdevent_handler
Glenn Strauss
2020-07-08
1
-4
/
+4
*
[multiple] quiet clang compiler warnings
Glenn Strauss
2020-07-08
1
-2
/
+2
*
[multiple] store srv->tmp_buf in tb var
Glenn Strauss
2020-07-08
1
-3
/
+4
*
[multiple] reduce direct use of srv->errh
Glenn Strauss
2020-07-08
1
-1
/
+1
*
[multiple] prefer (connection *) to (srv *)
Glenn Strauss
2020-07-08
1
-40
/
+43
*
[core] isolate use of data_config, configfile.h
Glenn Strauss
2020-07-08
1
-1
/
+0
*
[core] use config_plugin_values_init()
Glenn Strauss
2020-07-08
1
-77
/
+193
[next]