summaryrefslogtreecommitdiff
path: root/src/network.c
Commit message (Expand)AuthorAgeFilesLines
...
* [core] network_srv_sockets_append() shared codeGlenn Strauss2019-01-181-11/+15
* [core] move /dev/stdin graceful restart handlingGlenn Strauss2019-01-181-5/+3
* [core] move winsock init to network_init()Glenn Strauss2019-01-131-15/+10
* [core] perf: simple, quick buffer_clear()Glenn Strauss2018-11-231-1/+1
* [core] some header cleanupGlenn Strauss2018-04-081-1/+1
* [core] consolidate backend network write handlersGlenn Strauss2017-11-021-74/+2
* [core] isolate sock_addr manipulationGlenn Strauss2017-10-291-25/+11
* [core] fix implicit wildcard IPv4 and IPv6 listenGlenn Strauss2017-10-281-6/+13
* [core] fix build --disable-ipv6 (fixes #2832)nicorac2017-10-251-0/+4
* [core] normalize config addrs for eq and ne (#2830)Glenn Strauss2017-10-221-92/+15
* [core] normalize config addrs for != match (#2830)Glenn Strauss2017-10-221-0/+77
* [core] fix 1.4.46 regression in config match (fixes #2830)Glenn Strauss2017-10-221-1/+8
* [core] translate DNS to IP str for cond socket cmpGlenn Strauss2017-10-211-4/+9
* [core] quiet coverity warningGlenn Strauss2017-10-091-1/+4
* [core] compare listen addrs after DNS resolutionGlenn Strauss2017-10-091-84/+76
* [core] /dev/stdin listener for inetd wait yesGlenn Strauss2017-10-091-5/+31
* [core] cleaner code; remove goto from network.cGlenn Strauss2017-10-071-52/+32
* [network] do not append port to unix socket pathsGlenn Strauss2017-10-031-2/+4
* [core] fdevent setsockopt() helper functionsGlenn Strauss2017-09-231-9/+6
* [core] set socket perms after bind, before listenGlenn Strauss2017-08-031-5/+5
* [core] sock_addr_from_str_hints reusable name resGlenn Strauss2017-07-151-123/+9
* [core] server.socket-perms to set perms on unix (fixes #656)Glenn Strauss2017-06-131-0/+11
* [core] include <netdb.h> where neededGlenn Strauss2017-03-281-0/+3
* [core] remove some unused header includesGlenn Strauss2017-03-281-1/+0
* [core] graceful restart with SIGUSR1 (fixes #2785)Glenn Strauss2017-01-311-16/+22
* [core] use getaddrinfo,inet_pton vs gethostbyname (fixes #2783)Glenn Strauss2017-01-311-0/+19
* [core] move con throttling to connections-glue.cGlenn Strauss2017-01-311-65/+0
* [mod_openssl] move openssl config into mod_opensslGlenn Strauss2017-01-311-522/+5
* [core] con interface for read/write; isolate SSLGlenn Strauss2017-01-141-13/+1
* [TLS] ssl.read-ahead = "disable" for low mem (fixes #2778)Glenn Strauss2017-01-101-1/+1
* [TLS] openssl 1.1.0 makes SSL_OP_NO_SSLv2 no-opGlenn Strauss2016-12-231-2/+2
* openssl 1.1.0 init and cleanupGlenn Strauss2016-12-051-0/+9
* [TLS] remote IP conditions are valid for TLS SNI (fixes #2272)Glenn Strauss2016-10-181-0/+1
* performance: use Linux extended syscalls and flagsGlenn Strauss2016-09-241-5/+4
* [core] better DragonFlyBSD support (fixes #2746)Glenn Strauss2016-08-201-1/+1
* [core] check if EAI_ADDRFAMILY is definedGlenn Strauss2016-07-291-1/+5
* [core] fix result copy from getaddrinfo()Glenn Strauss2016-07-271-1/+2
* [core] try AF_INET after AF_INET6 if use-ipv6Glenn Strauss2016-07-271-0/+10
* [TLS] fix return value checks during cert initGlenn Strauss2016-07-051-2/+2
* [core] disable Nagle algorithm (TCP_NODELAY)Glenn Strauss2016-06-291-0/+30
* fix errors detected by Coverity ScanGlenn Strauss2016-06-231-2/+2
* fix errors detected by Coverity ScanGlenn Strauss2016-06-211-0/+1
* remove excess calls to joblist_append()Glenn Strauss2016-06-191-4/+0
* [TLS] release openssl buffers as used (fixes #1265, fixes #1283, #881)Glenn Strauss2016-06-191-1/+7
* [config] server.bsd-accept-filter optionGlenn Strauss2016-06-041-3/+8
* [core] fix IPv6 address + port parsing (#2204)Glenn Strauss2016-05-071-2/+2
* build with libresslGlenn Strauss2016-05-071-3/+4
* [core] lighttpd -1 handles single request on stdin socket (fixes #1584)Glenn Strauss2016-05-021-0/+10
* [network] separate addr trans from socket creationGlenn Strauss2016-05-021-65/+56
* [core] compile with upcoming openssl 1.1.0 release (fixes #2727)Glenn Strauss2016-04-241-4/+12