- cleanup dead code
[oweals/gnunet.git] / src / namestore /
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-10-06 Christian Grothoff-install fcfsd in libexec, build dv by default, move...
2013-10-05 Christian Grothoff-doxygen
2013-10-05 Christian Grothoff-fix ftbfs
2013-10-05 Christian Grothoff-enable printing and parsing of conversation's PHONE...
2013-10-04 Christian Grothoff-initialize flags
2013-10-04 Christian Grothoff-do set expiration time when storing records, works...
2013-10-04 Christian Grothoff-add logic to print expiration times for records
2013-10-04 Christian Grothoff-simplify script
2013-10-03 Christian Grothoff-reindent
2013-10-03 Christian Grothoff-reset statement
2013-10-02 Christian Grothoff-address #3050, refresh encrypted blocks from plaintext...
2013-10-02 Christian Grothoff-delete does not work in the strong sense due to cachin...
2013-10-02 Christian Grothoff-fix config
2013-10-01 Christian Grothoff-test_namestore_defaults.conf does not exist, use test_...
2013-10-01 Matthias Wachsfixing test compile
2013-10-01 Matthias Wachsfix type
2013-09-30 Christian Grothoff-fixing build issues in namestore related to #3047
2013-09-30 Christian Grothoff-fix expiration time, sqlite can only do 63-bit integer...
2013-09-30 Christian Grothoff-enable looking up individual records
2013-09-30 Christian Grothoff-rename files/symbols from _aes to _symmetric
2013-09-30 Christian Grothoff-fixing namestore to not disconnect on empty iteration...
2013-09-30 Matthias Wachscaching test
2013-09-30 Christian Grothoff-more logging
2013-09-30 Matthias Wachsnext test
2013-09-30 Matthias Wachsnew namestore CLI tests
2013-09-30 Christian Grothoff-fix indentation
2013-09-29 Christian Grothoff-minor stylistic cleanup, doxygen
2013-09-29 Christian Grothoff-shutdown if zone/ego not found
2013-09-29 Christian Grothoff-fix block size calculation
2013-09-29 Christian Grothoff-add missing PACKED attribute
2013-09-29 Christian Grothoff-disconnect on protocol errors, not on no-result
2013-09-28 Christian GrothoffAndrew Cann wrote:
2013-09-27 Christian Grothoffusing DNS2GNS record type instead of recycling NS recor...
2013-09-27 Christian Grothoff-undo #29640, somehow causes problems
2013-09-26 Christian Grothoffmoving from abstract unix domain socket paths to normal...
2013-09-26 Christian Grothoff-more logging, minor code cleanup
2013-09-25 Christian Grothoff-misc fixes based on cppcheck
2013-09-25 Christian Grothoff-use dnsparser and consistently serialize DNS names...
2013-09-25 Christian Grothoff-fix MX record parsing and serialization, others still...
2013-09-25 Christian Grothoff-fix remove testcase
2013-09-25 Christian Grothoff-indentation
2013-09-24 Christian Grothoffhandle empty result set gracefully
2013-09-21 Christian Grothoffclear private keys in static locations on exit
2013-09-20 Matthias Wachsnew test
2013-09-16 Matthias Wachsfix: fail to compile
2013-09-16 Christian Grothoff-eliminate ShortHashCode residuals (#2936)
2013-09-16 Gabor X Tothpsycstore: use GNUNET_assert()
2013-09-16 Christian Grothoff-dead #define
2013-09-16 Florian Dold- replace deprecated INCLUDES with AM_CPPFLAGS
2013-09-13 Christian Grothoff-more rename issues
2013-09-13 Christian Grothoffsplitting 'struct GNUNET_CRYPTO_EccPublicKey' into...
2013-09-11 Christian Grothoff-no longer experimental
2013-09-11 Matthias Wachsmodified test
2013-09-11 Matthias Wachs- iterator NULL check
2013-09-11 Matthias Wachsnew test
2013-09-11 Matthias Wachsremoving tests: not required anymore
2013-09-11 Matthias Wachstests not required anymore due to removed functionality
2013-09-11 Matthias Wachsnew test: store a label and update it
2013-09-11 Matthias Wachsadditional test for monitoring: check if existing recor...
2013-09-11 Matthias Wachsupdated tests
2013-09-11 Matthias Wachszone cannot be NULL
2013-09-11 Matthias Wachszone iteration stop
2013-09-11 Matthias Wachsdocu and Makefile
2013-09-11 Matthias Wachsupdated test to iterate specific zone
2013-09-11 Matthias Wachsupdated zone iteration test
2013-09-11 Matthias Wachsimproved test
2013-09-11 Matthias Wachsreturn NULL if rd_count is 0
2013-09-11 Matthias Wachs- rename test according to what is tested
2013-09-11 Matthias Wachsfixing memory leak
2013-09-10 Christian Grothoffchange .zkey encoding in anticipation of compact point...
2013-09-10 Christian Grothoff-this is not a hard error
2013-09-10 Christian Grothoff-go back to break
2013-09-10 Christian Grothoff-set zone on iteration over all zones as well
2013-09-10 Christian Grothoff-finalize iterate_all_zones as well
2013-09-10 Christian Grothoff-fix crash in gnunet-namestore -a if no other records...
2013-09-06 Christian Grothoff-misc fixes
2013-09-06 Matthias Wachscheck if MHD_DUAL_STACK is defined
2013-09-05 Christian Grothoff-fix FTBFS
2013-09-05 Christian Grothoff-remove deprecated GNUNET_NAMESTORE_RF_AUTHORITY
2013-09-05 Christian Fuchsfixed missing backslash that broke buildchain/automake...
2013-09-05 Christian Grothoff-fix clenaup
2013-09-05 Christian Grothoff-implement iteration over all zones (#3016)
2013-09-05 Christian Grothoff-allow passing NULL for zone to iterate over all of...
2013-09-05 Christian Grothoff-improving gnunet-identity command line options and...
2013-08-24 Christian Grothoff-use new ego lookup function to simplify logic
2013-08-22 Christian Grothoff-implementing zkey <-> pkey conversion functions
2013-08-22 Matthias Wachstest if records are removed correctly
2013-08-22 Matthias Wachsported postgres plugin to new API to get it to compile
2013-08-22 Christian Grothoff-expanding namestore API with pkey <-> zkey conversion...
2013-08-21 Christian Grothoffremoving GNUNET_CRYPTO_ecc_key_free, use GNUNET_free...
2013-08-21 Matthias Wachsreorder tests: namestore_common -> plugins -> api
2013-08-21 Matthias Wachsfixing memory leak caused by key derivation
2013-08-21 Matthias Wachsmissing check
2013-08-21 Matthias Wachslog level
2013-08-21 Matthias Wachsswitched test to new api
2013-08-21 Matthias Wachsfixed crash: wrong cls in api
2013-08-21 Matthias Wachsremove docu
2013-08-21 Matthias Wachstest compiles again, but fail to get the stored record:
2013-08-19 Christian Grothoff-implementing #2990: integration of gnunet-namestore...
next