index
:
knot-resolver
master
knot-resolver
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
daemon
/
network.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
daemon: rework handling of TLS authentication params
Vladimír Čunát
2019-02-22
1
-4
/
+5
*
daemon/network: avoid unused functions and variables
Tomas Krizek
2019-02-22
1
-13
/
+5
*
nitpick fixes for clang-tidy
Vladimír Čunát
2019-02-21
1
-2
/
+2
*
treewide nitpick: fix -Wshadow
Vladimír Čunát
2019-01-08
1
-6
/
+6
*
daemon/bindings: eBPF socket filter support, fix broken RHEL/CentOS build; fi...
Grigorii Demidov
2018-12-13
1
-8
/
+34
*
daemon: support Linux eBPF socket filters with new net.bpf_set(fd) and net.bp...
Alex Forster
2018-12-13
1
-0
/
+55
*
network: make TCP_BACKLOG_DEFAULT a compile time define and set to default
Marek Vavruša
2018-11-13
1
-5
/
+6
*
daemon/worker: fixes error handling from TLS writes
Marek Vavruša
2018-09-14
1
-1
/
+2
*
daemon: make idle timeout for incoming connection configurable
Grigorii Demidov
2018-07-16
1
-0
/
+2
*
daemon/tls: work on server-side session tickets
Vladimír Čunát
2018-06-13
1
-4
/
+3
*
daemon/tls: session resumption with tickets (client & server side)
Grigorii Demidov
2018-06-13
1
-0
/
+4
*
Always create a endpoint in network_listen_fd
Vicky Shrestha
2018-04-12
1
-16
/
+10
*
map_t, set_t: unify memory allocation to mm_*
Vladimír Čunát
2018-03-01
1
-2
/
+2
*
daemon: fixed garbage read when getsockname fails
Marek Vavruša
2018-01-12
1
-1
/
+1
*
daemon: fixed minor linter problems
Marek Vavruša
2018-01-12
1
-4
/
+4
*
daemon: TLS over outbound TCP connection - use hostname authentication
grid
2018-01-08
1
-4
/
+4
*
daemon: improved reliability under heavy load; bugfixing & minor refactoring
Grigorii Demidov
2018-01-08
1
-6
/
+5
*
daemon: reuse outbound TCP connections if possible; TLS over outbound TCP con...
Grigorii Demidov
2018-01-08
1
-0
/
+2
*
Update copyright information with 2017
Ondřej Surý
2017-01-25
1
-1
/
+1
*
Auto-regenerate ephemeral certificate on hostname change
Daniel Kahn Gillmor
2017-01-06
1
-0
/
+16
*
daemon: nitpicks about the parent commit
Vladimír Čunát
2016-10-21
1
-2
/
+2
*
daemon: some minor coverity scan issues were fixed
Grigorii Demidov
2016-10-11
1
-1
/
+4
*
Move tls_credentials to struct network
Ondřej Surý
2016-08-05
1
-0
/
+3
*
Initialize global TLS credentials in the worker_ctx and initialize GnuTLS log...
Ondřej Surý
2016-08-05
1
-34
/
+0
*
listen using TLS on specific sockets
Daniel Kahn Gillmor
2016-08-05
1
-5
/
+15
*
daemon/network: global TLS certificate and key configuration
Jan Vcelak
2016-08-05
1
-0
/
+34
*
daemon: ported DNS/TLS preparation code to 1.1
Marek Vavrusa
2016-08-05
1
-3
/
+9
*
move URLs from http to https where supported
Daniel Kahn Gillmor
2016-07-16
1
-1
/
+1
*
www.gnu.org prefers https
Daniel Kahn Gillmor
2016-07-16
1
-1
/
+1
*
daemon/network: allow listening on part of interfaces
Marek Vavrusa
2016-07-06
1
-0
/
+2
*
daemon: workers are interconnected with IPC pipes
Marek Vavrusa
2016-07-06
1
-5
/
+5
*
daemon: fixed socket mempool cleanup on exit
Marek Vavrusa
2016-05-27
1
-7
/
+3
*
daemon: out-of-order processing for TCP
Marek Vavrusa
2016-05-03
1
-1
/
+8
*
daemon: support running in supervised mode (--fd=X)
Marek Vavrusa
2016-03-29
1
-0
/
+89
*
all: ported to upcoming libknot APIs
Marek Vavruša
2015-12-17
1
-0
/
+1
*
daemon/network: check port as well when binding to interface
Marek Vavruša
2015-10-07
1
-11
/
+23
*
daemon/network: fixed early free with async close
Marek Vavruša
2015-10-07
1
-17
/
+45
*
daemon/network: REUSEPORT check for libuv 1.7.0+ (which defines VERSION_HEX)
Marek Vavruša
2015-09-28
1
-2
/
+1
*
daemon/network: enabled Linux-style SO_REUSEPORT if supported
Marek Vavruša
2015-06-29
1
-2
/
+18
*
daemon: fixed memleak in network address pack
Marek Vavruša
2015-04-27
1
-1
/
+4
*
style: Fixed indentation and removed trailing white spaces in C code.
Karel Slany
2015-04-10
1
-1
/
+1
*
daemon/net: independent network manager
Marek Vavruša
2015-03-31
1
-0
/
+172