index
:
gnunet
gnunet
master
v0.9
Amatus' GNUnet stable branch https://gnunet.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
namestore
/
gnunet-zoneimport.c
Age
Commit message (
Collapse
)
Author
2018-05-20
off by 0 in log msg
Christian Grothoff
2018-05-20
fix crash on namestore disconnect
Christian Grothoff
2018-05-13
get rid of plain memcpy calls
Christian Grothoff
2018-05-12
add logic to compute statistics from benchmark
Christian Grothoff
2018-05-10
add option to bump lifetime
Christian Grothoff
2018-05-02
misc improvements to statistics and large-scale behavior of ↵
Christian Grothoff
zoneimport/zonemaster
2018-05-01
update gitignore
Christian Grothoff
2018-05-01
lots more statistics for zoneimport/namestore
Christian Grothoff
2018-04-29
add option to disable namecache, add velocity calculation and delay ↵
Christian Grothoff
correction to zonemaster, fix some ftbfs from recent NAMESTORE API change
2018-04-26
misc zoneimporter fixes
Christian Grothoff
2018-04-26
misc bugfixes
Christian Grothoff
2018-04-25
clean up zone iteration logic
Christian Grothoff
2018-04-25
init ns_pending
Christian Grothoff
2018-04-25
init ns_pending
Christian Grothoff
2018-04-25
first (untested) implementation of batch iteration over NAMESTORE to speed ↵
Christian Grothoff
up initial data import
2018-04-25
more logging of exp time
Christian Grothoff
2018-04-24
nicer zoneimport performance logging
Christian Grothoff
2018-04-23
optimize memory consumption of zoneimporter
Christian Grothoff
2018-04-23
fix typo
Christian Grothoff
2018-04-23
fix transition to multi-server in cmd line for gnunet-zoneimport
Christian Grothoff
2018-04-23
merge conflict resolution
Christian Grothoff
2018-04-23
more incremental processing of zoneimporter
Christian Grothoff
2018-04-23
move to @ for empty label, fix empty-label resolution bug in GNS API, ↵
Christian Grothoff
install gnunet-zoneimport and add man page
2018-04-19
support multiple DNS resolvers for queries (in DNSSTUB and GNS2DNS ↵
Christian Grothoff
resolution for now)
2018-04-18
fix deref
Christian Grothoff
2018-04-17
use namestore API for zone import instead of using plugin directly
Christian Grothoff
2018-04-17
fix record type used
Christian Grothoff
2018-04-16
add DLL to plug leaks
Christian Grothoff
2018-04-16
fix mgmgt of heap nodes
Christian Grothoff
2018-04-16
fix hostname check
Christian Grothoff
2018-04-15
add support for DB transaction optimization to gnunet-zoneimport
Christian Grothoff
2018-04-15
modify zoneimport to deal with non-TLD zones due to difference in zone cuts ↵
Christian Grothoff
between DNS and GNS
2018-04-13
use heap instead of DLL
Christian Grothoff
2018-04-11
support async commit
Christian Grothoff
2018-04-11
complete logic for incremental imports
Christian Grothoff
2018-04-10
minor bugfixes
Christian Grothoff
2018-04-10
more logging, manage slow down based on TTL
Christian Grothoff
2018-04-10
more work on zoneimport tool, lacks CNAME but otherwise largely complete, ↵
Christian Grothoff
except untested
2018-04-10
more work on gnunet-zoneimport, some bugfix in flat namestore, misc. style fixes
Christian Grothoff