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
/
gns
/
gnunet-service-gns.c
Age
Commit message (
Expand
)
Author
2014-12-24
making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...
Christian Grothoff
2014-12-23
Remove work-around for bad NULL definition
David Barksdale
2014-09-23
removing unused "RF_PENDING" flag
Matthias Wachs
2014-07-10
rename "name" to label
Matthias Wachs
2014-07-10
improving documentation
Matthias Wachs
2014-06-17
-check return value
Christian Grothoff
2014-03-04
-presumably better fix for instantly resolving names in master zone
Christian Grothoff
2013-12-20
- fix ntohl called on uint16_t
Sree Harsha Totakura
2013-11-28
improved debug message
Matthias Wachs
2013-11-10
Fix incompatability with musl libc.
David Barksdale
2013-10-30
-simplify utf8_tolower/upper APIs
Christian Grothoff
2013-10-20
-simplify to use new namestore API to skip initial iteration, document now pa...
Christian Grothoff
2013-10-20
-towards implementing #3051
Christian Grothoff
2013-10-20
-dead code elimination
Christian Grothoff
2013-10-18
-use configuration option for reset of zone_publish_time_window, also frequen...
Christian Grothoff
2013-10-18
-conversion to absolute time is now done in GNUNET_GNSRECORD_block_create
Christian Grothoff
2013-10-18
-check for expiration and do not cache expired records; allow zone_publish_ti...
Christian Grothoff
2013-10-18
-nicer
Christian Grothoff
2013-10-18
-start each round with infty as the minimum interval, otherwise it would alwa...
Christian Grothoff
2013-10-18
-minor cleanup
Christian Grothoff
2013-10-17
-fix
Martin Schanzenbach
2013-10-17
dht zone put interval should never be longer than minimim relative expiration...
Martin Schanzenbach
2013-10-17
-fixes
Christian Grothoff
2013-10-16
-finishing split of namestore into namestore and namecache (#3065) -- in theo...
Christian Grothoff
2013-10-16
-another renaming fest for GNUNET_NAMESTORE_ to GNUNET_GNSRECORD_ symbols tha...
Christian Grothoff
2013-10-10
separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSA
Christian Grothoff
2013-10-06
-remove trailing whitespace
Christian Grothoff
2013-09-29
-eliminate dead option
Christian Grothoff
2013-09-26
-fix uint16/uint32 confusion
Christian Grothoff
2013-09-24
-keep reading from client to support multiple GNS requests in parallel
Christian Grothoff
2013-09-18
-cleaner shutdown
Christian Grothoff
2013-09-13
splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing and...
Christian Grothoff
2013-09-10
fix cleanup when request processing is done
Christian Grothoff
2013-09-10
-remember that DHT put was complete
Christian Grothoff
2013-09-05
-remove deprecated GNUNET_NAMESTORE_RF_AUTHORITY
Christian Grothoff
2013-08-22
-this header is not used here
Christian Grothoff
2013-08-22
-move shorten logic to its own file
Christian Grothoff
2013-08-21
implement conversion to absolute TTL
Christian Grothoff
2013-08-19
-dead header
Christian Grothoff
2013-08-15
-more work on GNS resolver
Christian Grothoff
2013-08-15
-fix #2994
Christian Grothoff
2013-08-15
-handle client disconnects in GNS
Christian Grothoff
2013-08-13
-more work on new GNS implementation
Christian Grothoff
2013-08-13
-documenting open issues
Christian Grothoff
2013-08-13
-more coding towards working new GNS service
Christian Grothoff
2013-08-13
-simplifying GNS API
Christian Grothoff
2013-08-13
-getting rid of duplication of record type values / enum GNUNET_GNS_RecordType
Christian Grothoff
2013-08-13
-working on new, simplified GNS API
Christian Grothoff
2013-08-11
changing time measurement from milliseconds to microseconds
Christian Grothoff
2013-08-06
moving to new, fixed-size encoding of public and private ECC keys everywhere,...
Christian Grothoff
[next]