index
:
knot-resolver
master
knot-resolver
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
daemon
/
engine.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
--verbose: make it more efficient when not --verbose
Vladimír Čunát
2016-12-07
1
-1
/
+1
*
Revert "lua: embed bytecode instead of stripped source"
Vladimír Čunát
2016-11-30
1
-6
/
+8
*
Merge !76: add EDNS(0) padding support
Vladimír Čunát
2016-11-29
1
-0
/
+2
|
\
|
*
Add EDNS(0) padding support
Ondřej Surý
2016-11-14
1
-0
/
+2
*
|
lua: embed bytecode instead of stripped source
Vladimír Čunát
2016-11-14
1
-8
/
+6
|
/
*
Allow to override hostname() with a lua call hostname("example.com")
Ondřej Surý
2016-11-12
1
-3
/
+47
*
lru: new implementation and also interface
Vladimír Čunát
2016-11-02
1
-26
/
+16
*
add option to reorder cached RRs in answers
Vladimír Čunát
2016-10-24
1
-0
/
+1
*
Merge branch 'coverity-fix' into 'master'
Vladimír Čunát
2016-10-21
1
-0
/
+1
|
\
|
*
daemon: nitpicks about the parent commit
Vladimír Čunát
2016-10-21
1
-1
/
+1
|
*
daemon: some minor coverity scan issues were fixed
Grigorii Demidov
2016-10-11
1
-0
/
+1
*
|
Dynamically resolve SONAME for libknot and libzscanner from Makefile
Ondřej Surý
2016-10-20
1
-22
/
+4
|
/
*
Removed cookie-related preprocessor conditionals from resolver structures.
Karel Slany
2016-08-11
1
-4
/
+0
*
Merged the cookiectl module and cookiemonster layer into the cookies module.
Karel Slany
2016-08-11
1
-3
/
+0
*
Using LRU cache to store DNS cookies.
Karel Slany
2016-08-11
1
-0
/
+9
*
Conditional compilation of DNS cookie code.
Karel Slany
2016-08-11
1
-0
/
+2
*
Renamed cookie related modules. Some code refactoring.
Karel Slany
2016-08-11
1
-1
/
+1
*
Moved cookies before iterate layer.
Karel Slany
2016-08-11
1
-0
/
+1
*
Fix segmentation fault in early shutdown from `quit()` in config
Ondřej Surý
2016-08-09
1
-2
/
+7
*
www.gnu.org prefers https
Daniel Kahn Gillmor
2016-07-16
1
-1
/
+1
*
daemon: workers are interconnected with IPC pipes
Marek Vavrusa
2016-07-06
1
-5
/
+81
*
daemon/engine: fixed unpacking of POD JSON vars
Marek Vavrusa
2016-07-06
1
-2
/
+9
*
daemon/engine: fixed json pack for str-encoded int
Marek Vavrusa
2016-07-06
1
-1
/
+1
*
daemon/engine: safer json packing with mixed table
Marek Vavrusa
2016-07-06
1
-3
/
+8
*
daemon/engine: prefer local import path first
Marek Vavrusa
2016-07-06
1
-2
/
+2
*
daemon: fix serialization of empty nested tables
Marek Vavrusa
2016-06-16
1
-6
/
+7
*
daemon: support event.socket(fd, cb) for I/O events
Marek Vavrusa
2016-05-23
1
-0
/
+13
*
lib: cache api v2, removed dep on libknot db.h
Marek Vavrusa
2016-05-20
1
-22
/
+3
*
daemon: mode(strict|normal|permissive)
Marek Vavrusa
2016-04-18
1
-0
/
+1
*
engine: clear bad scorers from RTT every 5 minutes
Marek Vavrusa
2016-04-18
1
-0
/
+31
*
daemon: "-c -" doesn't ready any configuration
Marek Vavrusa
2016-01-22
1
-0
/
+4
*
daemon: ignore empty TA instead of failing
Marek Vavrusa
2016-01-11
1
-1
/
+1
*
wip: trustanchor(), compat with libknot2/libzscanner1
Marek Vavruša
2015-12-23
1
-0
/
+49
*
all: ported to upcoming libknot APIs
Marek Vavruša
2015-12-17
1
-8
/
+7
*
build: library able to compile to both static/dynamic versioned libs
Marek Vavruša
2015-12-10
1
-3
/
+3
*
contrib: compile to convenience static library
Marek Vavruša
2015-12-09
1
-0
/
+1
*
build: *DIR variables are assembled in Makefile
Marek Vavruša
2015-12-06
1
-3
/
+3
*
daemon: root trust anchors automatically bootstrapped from IANA
Marek Vavruša
2015-12-05
1
-0
/
+4
*
lib+daemon: annotated lua_error() for static checkers
Marek Vavruša
2015-11-28
1
-0
/
+3
*
daemon/engine: relax cache syncing strategy
Marek Vavruša
2015-11-27
1
-1
/
+1
*
daemon/lua: doc cleanup, todname() call
Marek Vavruša
2015-11-24
1
-0
/
+6
*
daemon: use writemap to work around latency when busy
Marek Vavruša
2015-11-12
1
-0
/
+1
*
daemon: register props even with just config
Marek Vavruša
2015-10-20
1
-2
/
+2
*
daemon: -c to set config file outside of rundir
Marek Vavruša
2015-10-18
1
-5
/
+5
*
daemon: precedence operators {‘<‘, ‘>’} for modules
Marek Vavruša
2015-10-18
1
-25
/
+45
*
daemon/engine: fixed serialization of nested tables
Marek Vavruša
2015-10-18
1
-23
/
+30
*
daemon: change user privileges
Marek Vavruša
2015-10-07
1
-0
/
+52
*
daemon/lua: use default config after the config is processed
Marek Vavruša
2015-10-07
1
-1
/
+4
*
daemon: attempt at using versioned libraries
Marek Vavruša
2015-10-06
1
-0
/
+23
*
lib: cleanup
Marek Vavruša
2015-10-05
1
-1
/
+1
[next]