.. |
compat
|
cherry pick PR that fixes windows build for testing
|
2023-06-20 20:37:44 +01:00 |
extension
|
Resolve compile warnings
|
2021-06-03 20:45:55 +02:00 |
getdns
|
Fix getdnsapi/stubby#295 set default build type to RelWithDebInfo
|
2022-08-11 16:15:30 +02:00 |
gldns
|
cherry pick PR that fixes windows build for testing
|
2023-06-20 20:37:44 +01:00 |
gnutls
|
Merge pull request #523 from getdnsapi/gnu_tls_alpn
|
2022-08-12 15:27:59 +02:00 |
jsmn@686a240cc8
|
Update all submodules with .gitattributes
|
2019-12-16 16:27:28 +01:00 |
openssl
|
Avoid using old OpenSSL HMAC functions
|
2022-08-11 12:26:41 +02:00 |
ssl_dane@89ff45974c
|
Fix Issue #524 merge upstream ssl_dane into submodule
|
2022-08-19 11:01:57 +02:00 |
test
|
Leave out some tests that fail to be reviewed later on
|
2022-08-19 15:42:13 +02:00 |
tls
|
Sync crypto funcs from Unbound
|
2022-02-04 16:32:54 +01:00 |
tools
|
Resolve compile warnings
|
2021-06-03 20:45:55 +02:00 |
util
|
Sync crypto funcs from Unbound
|
2022-02-04 16:32:54 +01:00 |
yxml@57497cdcac
|
Update all submodules with .gitattributes
|
2019-12-16 16:27:28 +01:00 |
Doxyfile.in
|
Add option to build Doxygen.
|
2019-10-31 13:41:04 +00:00 |
anchor.c
|
cherry pick PR that fixes windows build for testing
|
2023-06-20 20:37:44 +01:00 |
anchor.h
|
Merge branch 'develop' into feature/abstract-tls
|
2019-01-14 19:09:20 +00:00 |
const-info.c
|
Add missing rr types: SVCB and HTTPS
|
2021-05-15 12:32:58 -07:00 |
const-info.h
|
max_udp_backoff should not be public
|
2018-03-05 12:42:27 +01:00 |
context.c
|
Okay, assert detection with check is broken (at least with me)
|
2022-08-19 15:08:46 +02:00 |
context.h
|
Why do these tests destroy the context from a callback?
|
2022-08-19 14:46:15 +02:00 |
convert.c
|
Fix #536 Broken trust anchor files are silently ignored
|
2023-01-02 16:03:59 +01:00 |
convert.h
|
Issue #175: Include query in call_reporting dict
|
2020-02-20 17:52:27 +01:00 |
debug.h
|
Have separate Windows DEBUG_NL() similar to DEBUG_ON().
|
2017-10-06 16:24:56 +01:00 |
dict.c
|
Response to BADCOOKIE extended rcode
|
2020-04-08 16:08:56 +02:00 |
dict.h
|
s/inline static/static inline/g
|
2016-06-23 15:03:46 +02:00 |
dnssec.c
|
Fix for getdnsapi/stubby#295
|
2022-01-11 00:09:44 +01:00 |
dnssec.h
|
A dnsreq is bogus if any of its netreqs is
|
2017-09-20 14:42:35 +02:00 |
general.c
|
Resolve compile warnings
|
2021-06-03 20:45:55 +02:00 |
general.h
|
Issue #410: Document ownership with getdns_context_get_api_information()
|
2018-11-27 16:59:47 +01:00 |
libgetdns.symbols
|
Add "tcp_send_timeout" option to set a TCP send data timeout
|
2020-07-13 00:21:16 +02:00 |
list.c
|
More constness for issue #410
|
2018-12-07 16:34:03 +01:00 |
list.h
|
s/inline static/static inline/g
|
2016-06-23 15:03:46 +02:00 |
mdns.c
|
Fix minor spelling and formatting.
|
2018-02-23 14:12:11 -08:00 |
mdns.h
|
Fix minor spelling and formatting.
|
2018-02-23 14:12:11 -08:00 |
mk-const-info.c.sh
|
More specific return codes, more logging
|
2018-12-12 16:12:07 +01:00 |
mk-symfiles.sh
|
Git rid of * if in libgetdns.symbols
|
2019-01-07 12:08:26 +01:00 |
platform.c
|
Add platform functions for reporting file errors.
|
2020-12-11 16:08:02 +00:00 |
platform.h
|
Add platform functions for reporting file errors.
|
2020-12-11 16:08:02 +00:00 |
pubkey-pinning.c
|
Merge branch 'develop' into feature/abstract-tls
|
2019-01-14 19:09:20 +00:00 |
pubkey-pinning.h
|
Remove 'upstream' association with connection, now unused.
|
2019-01-15 11:01:58 +00:00 |
request-internal.c
|
Avoid using old OpenSSL HMAC functions
|
2022-08-11 12:26:41 +02:00 |
rr-dict.c
|
Fixed allowed offset range during name compression.
|
2022-05-22 23:12:28 -07:00 |
rr-dict.h
|
Implement name compression during response packet generation. Compression is required by certain clients like UDP to fit response in packet size limit. While generating packet small cache stores recently used names (currently 4 entries) and uses relative references to previous instances of the same name. Each reused instance is just two bytes of relative reference (0xC000 + offset). Cache is currently performing lookup for query name, responses and CNAMEs.
|
2021-05-09 14:45:16 -07:00 |
rr-iter.c
|
Zero sized gateways with IPSECKEY gateway_type 0
|
2017-05-02 11:44:47 +02:00 |
rr-iter.h
|
Don't crash with missing trust-anchors
|
2017-01-13 13:42:16 +01:00 |
server.c
|
Issue #430: Record and guard UDP max payload size with servers.
|
2020-02-13 17:02:24 +01:00 |
server.h
|
Mv getdns_context_set_listen_addresses in the lib
|
2016-07-13 14:50:44 +02:00 |
stub.c
|
cherry pick PR that fixes windows build for testing
|
2023-06-20 20:37:44 +01:00 |
stub.h
|
Schedule dnsreqs with absolute timeout/expiry time
|
2017-03-13 14:20:47 +01:00 |
sync.c
|
Resolve compile warnings
|
2021-06-03 20:45:55 +02:00 |
tls.h
|
Avoid using old OpenSSL HMAC functions
|
2022-08-11 12:26:41 +02:00 |
types-internal.h
|
Privacy aware DNS Cookies
|
2020-04-09 16:24:34 +02:00 |
ub_loop.c
|
Resolve compile warnings
|
2021-06-03 20:45:55 +02:00 |
ub_loop.h
|
Unbound event API without header compile fix
|
2017-03-22 14:36:16 +01:00 |
util-internal.c
|
Resolve compile warnings
|
2021-06-03 20:45:55 +02:00 |
util-internal.h
|
Privacy aware DNS Cookies
|
2020-04-09 16:24:34 +02:00 |
version.c.in
|
functions and defines to get versions
|
2015-07-10 00:57:58 +02:00 |