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] network_srv_sockets_append() shared code
Glenn Strauss
2019-01-18
1
-11
/
+15
*
[core] move /dev/stdin graceful restart handling
Glenn Strauss
2019-01-18
1
-5
/
+3
*
[core] move winsock init to network_init()
Glenn Strauss
2019-01-13
1
-15
/
+10
*
[core] perf: simple, quick buffer_clear()
Glenn Strauss
2018-11-23
1
-1
/
+1
*
[core] some header cleanup
Glenn Strauss
2018-04-08
1
-1
/
+1
*
[core] consolidate backend network write handlers
Glenn Strauss
2017-11-02
1
-74
/
+2
*
[core] isolate sock_addr manipulation
Glenn Strauss
2017-10-29
1
-25
/
+11
*
[core] fix implicit wildcard IPv4 and IPv6 listen
Glenn Strauss
2017-10-28
1
-6
/
+13
*
[core] fix build --disable-ipv6 (fixes #2832)
nicorac
2017-10-25
1
-0
/
+4
*
[core] normalize config addrs for eq and ne (#2830)
Glenn Strauss
2017-10-22
1
-92
/
+15
*
[core] normalize config addrs for != match (#2830)
Glenn Strauss
2017-10-22
1
-0
/
+77
*
[core] fix 1.4.46 regression in config match (fixes #2830)
Glenn Strauss
2017-10-22
1
-1
/
+8
*
[core] translate DNS to IP str for cond socket cmp
Glenn Strauss
2017-10-21
1
-4
/
+9
*
[core] quiet coverity warning
Glenn Strauss
2017-10-09
1
-1
/
+4
*
[core] compare listen addrs after DNS resolution
Glenn Strauss
2017-10-09
1
-84
/
+76
*
[core] /dev/stdin listener for inetd wait yes
Glenn Strauss
2017-10-09
1
-5
/
+31
*
[core] cleaner code; remove goto from network.c
Glenn Strauss
2017-10-07
1
-52
/
+32
*
[network] do not append port to unix socket paths
Glenn Strauss
2017-10-03
1
-2
/
+4
*
[core] fdevent setsockopt() helper functions
Glenn Strauss
2017-09-23
1
-9
/
+6
*
[core] set socket perms after bind, before listen
Glenn Strauss
2017-08-03
1
-5
/
+5
*
[core] sock_addr_from_str_hints reusable name res
Glenn Strauss
2017-07-15
1
-123
/
+9
*
[core] server.socket-perms to set perms on unix (fixes #656)
Glenn Strauss
2017-06-13
1
-0
/
+11
*
[core] include <netdb.h> where needed
Glenn Strauss
2017-03-28
1
-0
/
+3
*
[core] remove some unused header includes
Glenn Strauss
2017-03-28
1
-1
/
+0
*
[core] graceful restart with SIGUSR1 (fixes #2785)
Glenn Strauss
2017-01-31
1
-16
/
+22
*
[core] use getaddrinfo,inet_pton vs gethostbyname (fixes #2783)
Glenn Strauss
2017-01-31
1
-0
/
+19
*
[core] move con throttling to connections-glue.c
Glenn Strauss
2017-01-31
1
-65
/
+0
*
[mod_openssl] move openssl config into mod_openssl
Glenn Strauss
2017-01-31
1
-522
/
+5
*
[core] con interface for read/write; isolate SSL
Glenn Strauss
2017-01-14
1
-13
/
+1
*
[TLS] ssl.read-ahead = "disable" for low mem (fixes #2778)
Glenn Strauss
2017-01-10
1
-1
/
+1
*
[TLS] openssl 1.1.0 makes SSL_OP_NO_SSLv2 no-op
Glenn Strauss
2016-12-23
1
-2
/
+2
*
openssl 1.1.0 init and cleanup
Glenn Strauss
2016-12-05
1
-0
/
+9
*
[TLS] remote IP conditions are valid for TLS SNI (fixes #2272)
Glenn Strauss
2016-10-18
1
-0
/
+1
*
performance: use Linux extended syscalls and flags
Glenn Strauss
2016-09-24
1
-5
/
+4
*
[core] better DragonFlyBSD support (fixes #2746)
Glenn Strauss
2016-08-20
1
-1
/
+1
*
[core] check if EAI_ADDRFAMILY is defined
Glenn Strauss
2016-07-29
1
-1
/
+5
*
[core] fix result copy from getaddrinfo()
Glenn Strauss
2016-07-27
1
-1
/
+2
*
[core] try AF_INET after AF_INET6 if use-ipv6
Glenn Strauss
2016-07-27
1
-0
/
+10
*
[TLS] fix return value checks during cert init
Glenn Strauss
2016-07-05
1
-2
/
+2
*
[core] disable Nagle algorithm (TCP_NODELAY)
Glenn Strauss
2016-06-29
1
-0
/
+30
*
fix errors detected by Coverity Scan
Glenn Strauss
2016-06-23
1
-2
/
+2
*
fix errors detected by Coverity Scan
Glenn Strauss
2016-06-21
1
-0
/
+1
*
remove excess calls to joblist_append()
Glenn Strauss
2016-06-19
1
-4
/
+0
*
[TLS] release openssl buffers as used (fixes #1265, fixes #1283, #881)
Glenn Strauss
2016-06-19
1
-1
/
+7
*
[config] server.bsd-accept-filter option
Glenn Strauss
2016-06-04
1
-3
/
+8
*
[core] fix IPv6 address + port parsing (#2204)
Glenn Strauss
2016-05-07
1
-2
/
+2
*
build with libressl
Glenn Strauss
2016-05-07
1
-3
/
+4
*
[core] lighttpd -1 handles single request on stdin socket (fixes #1584)
Glenn Strauss
2016-05-02
1
-0
/
+10
*
[network] separate addr trans from socket creation
Glenn Strauss
2016-05-02
1
-65
/
+56
*
[core] compile with upcoming openssl 1.1.0 release (fixes #2727)
Glenn Strauss
2016-04-24
1
-4
/
+12
[prev]
[next]