summaryrefslogtreecommitdiffstats
path: root/daemon/network.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright notices: remove years and replace e-mailOto Šťáva2022-12-141-1/+1
* lib/generic/map: removeOto Šťáva2022-05-131-1/+0
* daemon/network: Use trie_t instead of map_t for network endpointsOto Šťáva2022-05-111-3/+9
* daemon: allow setting zero netmasks for net.proxy_allowed()Oto Šťáva2022-02-221-1/+6
* daemon: PROXYv2 header processingOto Šťáva2022-02-221-0/+22
* spellingJosh Soref2021-11-191-2/+2
* XDP: add lua interfacesVladimír Čunát2020-11-101-4/+15
* daemon/bindings net_listen_addrs(): pack parametersVladimír Čunát2020-11-101-5/+5
* XDP: add backend partsVladimír Čunát2020-11-101-0/+1
* doh: C implementation of DoH - WiPJan Hak2020-10-131-1/+2
* treewide: machine readable license for GNU GPLv3+ source codePetr Špaček2020-02-251-13/+1
* daemon/network: add freebind supportTomas Krizek2019-12-201-0/+1
* daemon: support AF_UNIX sockets in the http moduleVladimír Čunát2019-06-031-1/+2
* lua net.listen() tweaks (+docs)Vladimír Čunát2019-04-181-1/+1
* lua net.list(): change output and docsVladimír Čunát2019-04-181-7/+10
* lua net.close(): multiple fixesVladimír Čunát2019-04-181-3/+3
* daemon: support for more endpoint kindsVladimír Čunát2019-04-181-9/+38
* daemon/network endpoint_array_t: decrease indirectionVladimír Čunát2019-03-121-1/+1
* daemon/network: enum endpoint_flag -> endpoint_flags_tVladimír Čunát2019-03-121-13/+21
* daemon/network: adapt _listen and _close to repeatsVladimír Čunát2019-03-121-2/+6
* daemon/network: stop using combined UDP+TCP endpointsVladimír Čunát2019-03-121-9/+20
* daemon: rework handling of TLS authentication paramsVladimír Čunát2019-02-221-4/+6
* policy.TLS_FORWARD: send SNI on wire if configuredVladimír Čunát2019-02-221-1/+1
* daemon/bindings: eBPF socket filter support, fix broken RHEL/CentOS build; fi...Grigorii Demidov2018-12-131-1/+1
* daemon: support Linux eBPF socket filters with new net.bpf_set(fd) and net.bp...Alex Forster2018-12-131-0/+2
* network: make TCP_BACKLOG_DEFAULT a compile time define and set to defaultMarek Vavruša2018-11-131-1/+2
* daemon/worker: fixes error handling from TLS writesMarek Vavruša2018-09-141-0/+1
* daemon: make idle timeout for incoming connection configurableGrigorii Demidov2018-07-161-0/+5
* daemon/tls: work on server-side session ticketsVladimír Čunát2018-06-131-0/+1
* daemon/tls: session resumption with tickets (client & server side)Grigorii Demidov2018-06-131-0/+1
* daemon: reuse outbound TCP connections if possible; TLS over outbound TCP con...Grigorii Demidov2018-01-081-0/+1
* Update copyright information with 2017Ondřej Surý2017-01-251-1/+1
* Auto-regenerate ephemeral certificate on hostname changeDaniel Kahn Gillmor2017-01-061-0/+3
* Move tls_credentials to struct networkOndřej Surý2016-08-051-2/+3
* Initialize global TLS credentials in the worker_ctx and initialize GnuTLS log...Ondřej Surý2016-08-051-2/+0
* listen using TLS on specific socketsDaniel Kahn Gillmor2016-08-051-1/+2
* daemon/network: global TLS certificate and key configurationJan Vcelak2016-08-051-0/+4
* daemon: ported DNS/TLS preparation code to 1.1Marek Vavrusa2016-08-051-0/+1
* www.gnu.org prefers httpsDaniel Kahn Gillmor2016-07-161-1/+1
* daemon: out-of-order processing for TCPMarek Vavrusa2016-05-031-1/+1
* daemon: support running in supervised mode (--fd=X)Marek Vavrusa2016-03-291-0/+1
* doc: fixed broken breathe mistaking define for funcv1.0.0-beta3Marek Vavrusa2016-01-301-0/+2
* daemon/network: fixed early free with async closeMarek Vavruša2015-10-071-2/+2
* daemon/io: don’t use handle data for buffersMarek Vavruša2015-04-241-4/+0
* daemon/net: independent network managerMarek Vavruša2015-03-311-0/+51