DNS-over-HTTP support (server side)
Closes: #280 (closed)
Edited by Petr Špaček
Merge request reports
Activity
Filter activity
added feature label
added 18 commits
-
b2ebd444 - 1 commit from branch
master
- 341fac6e - DoH experiment
- 8e3d9e35 - cache: fix incorrect TTL of positive packets in cache
- 9827752e - fixup! WIP: DoH experiment
- 54aa0a10 - doh: checks around POST HTTP method
- ee6bcbb6 - doh: GET support, breaks on large payloads
- c8aa4ed9 - doh: send out HTTP TTL
- 19c09386 - doh: fix memory leaks
- 419d2763 - doh: make client and server address available to modules
- 5469f0ee - doh: test RFC 8484 section 6 - huge answers
- b1f30809 - doh: remember source transport
- 05ba6abf - stats: collect stats on inbound transport protocol
- 011579e9 - doh: remove devel output
- c71559c5 - doh: polish timeouts
- eaf7e805 - fixup! doh: remove devel output
- 48f3d8c8 - doh: code cleanup, merging resolve_pkt and resolve
- f73db0f7 - doh: limit max query size to 1024 B
- 22345d62 - doh: cleanup, removing unused Lua variables
Toggle commit list-
b2ebd444 - 1 commit from branch
marked as a Work In Progress from 9827752e
added 55 commits
-
22345d62...287e06a2 - 37 commits from branch
master
- 14bc2695 - DoH experiment
- 5b9e233e - cache: fix incorrect TTL of positive packets in cache
- e9328130 - fixup! WIP: DoH experiment
- 036f0fb2 - doh: checks around POST HTTP method
- a917892f - doh: GET support, breaks on large payloads
- 56ed3aa5 - doh: send out HTTP TTL
- 9d165376 - doh: fix memory leaks
- 80207930 - doh: make client and server address available to modules
- 877fb324 - doh: test RFC 8484 section 6 - huge answers
- 805126ee - doh: remember source transport
- 1c55b3c3 - stats: collect stats on inbound transport protocol
- 385de6ce - doh: remove devel output
- 90c5c618 - doh: polish timeouts
- 58568804 - doh: code cleanup, merging resolve_pkt and resolve
- f127d3cd - doh: limit max query size to 1024 B
- 0c0b5bf3 - doh: cleanup, removing unused Lua variables
- 7184475c - http: print nice error if cert exists but key does not
- 4bc7df80 - doh: add docs
Toggle commit list-
22345d62...287e06a2 - 37 commits from branch
changed milestone to %2019 Q2
added 18 commits
- 7f2e1313 - DoH experiment
- ae351884 - cache: fix incorrect TTL of positive packets in cache
- 5e4f2965 - fixup! WIP: DoH experiment
- b791f1d9 - doh: checks around POST HTTP method
- c8dcfbac - doh: GET support, breaks on large payloads
- 7d35cf94 - doh: send out HTTP TTL
- 105e98f7 - doh: fix memory leaks
- fdbcbff0 - doh: make client and server address available to modules
- 46a5d88f - doh: test RFC 8484 section 6 - huge answers
- 6ac5b2a1 - doh: remember source transport
- 9ad281b9 - stats: collect stats on inbound transport protocol
- 0ff80af0 - doh: remove devel output
- 6ec1b8b6 - doh: polish timeouts
- 413f0179 - doh: code cleanup, merging resolve_pkt and resolve
- afa5ec6f - doh: limit max query size to 1024 B
- 69ce1924 - doh: cleanup, removing unused Lua variables
- e2edde7d - http: print nice error if cert exists but key does not
- dc0976b8 - doh: add docs
Toggle commit listmarked as a Work In Progress from 5e4f2965
mentioned in issue #280 (closed)
added 1 commit
- c2b6b4c9 - fixup! modules/http DoH: allocate req.qsource on req.pool
added 1 commit
- 4dcee57e - fixup! modules/http DoH: allocate req.qsource on req.pool
added 36 commits
-
18e0880b...ff274099 - 11 commits from branch
master
- 53fef489 - DoH experiment
- eb40d0a0 - cache: fix incorrect TTL of positive packets in cache
- a99055f0 - fixup! WIP: DoH experiment
- 6a4cd552 - doh: checks around POST HTTP method
- 042d052b - doh: GET support, breaks on large payloads
- 161dc335 - doh: send out HTTP TTL
- 8f1155b8 - doh: fix memory leaks
- b99df087 - doh: make client and server address available to modules
- d477626e - doh: test RFC 8484 section 6 - huge answers
- f784831f - doh: remember source transport
- d74eb7d1 - stats: collect stats on inbound transport protocol
- 91d35164 - doh: remove devel output
- edbecf40 - doh: polish timeouts
- 93df1fe3 - doh: code cleanup, merging resolve_pkt and resolve
- 937a3ee0 - doh: limit max query size to 1024 B
- 5a308fd2 - doh: cleanup, removing unused Lua variables
- 0562958d - http: print nice error if cert exists but key does not
- 85ff42c2 - doh: add docs
- d1a229ae - lua resolve*(): fix a problem with JIT
- 39d1e63b - lib/utils kr_straddr_socket(): support mempools
- 856f9dc6 - modules/http DoH: allocate req.qsource on req.pool
- 99d66de6 - fixup! modules/http DoH: allocate req.qsource on req.pool
- ec56c815 - fixup! modules/http DoH: allocate req.qsource on req.pool
- fc3f6487 - doh: fix error handling around empty POST
- 8566e830 - doh: example how to listen on all addresses
Toggle commit list-
18e0880b...ff274099 - 11 commits from branch
mentioned in commit e806b5f9
Please register or sign in to reply