- use tunnel encryption state to select decryption key
[oweals/gnunet.git] / src / datastore /
2013-12-06 Sree Harsha Totakuraconfigure option --disable-autostart to disable auto...
2013-11-18 Christian Grothoff-doxygen fixes
2013-11-18 Christian Grothoff-fix
2013-11-18 Christian Grothoff-doxygen, and likely fix for #2727
2013-10-09 Christian Grothofflast XDG change: use GNUNET_RUNTIME_DIR instead of...
2013-10-09 Christian Grothoffmore work towards XDG spec (#3000) -- config file location
2013-10-09 Christian Grothoff-clarify comment
2013-10-09 Christian Grothoffmigrating towards XDG configuration specification ...
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-09-30 Christian Grothoff-adding specialized hash table for peer identities
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-16 Christian Grothoff-ftbfs
2013-09-16 Florian Dold- replace deprecated INCLUDES with AM_CPPFLAGS
2013-08-24 Christian Grothoff-use GPLv3+ consistently
2013-08-11 Christian Grothoffchanging time measurement from milliseconds to microseconds
2013-06-27 David BarksdaleMake building gnunet-testing lib optional.
2013-06-21 Christian Grothoff-fix leaks
2013-06-15 LRNMake gnunet-datastore dependent on libgnunetdatastore
2013-06-09 David BarksdaleAdd --with-zlib=[DIR] configure option.
2013-05-30 Christian Grothoffadding tool to convert/merge datastores (#2875)
2013-01-25 Christian Grothoff-style
2012-12-21 Sree Harsha Totakura- fix
2012-12-21 Christian Grothoff-fix
2012-12-21 Christian Grothoff-renaming testing-new.h to testing.h, bumping library...
2012-12-17 Christian Grothoff-add newline
2012-12-17 Christian Grothoff-eliminate consensus warnings
2012-12-10 Christian Grothoff-fixes
2012-12-07 Christian Grothoff-avoid mysql warning (was harmless, but still not nice)
2012-12-07 Christian Grothoff-implementing heap-based datastore backend
2012-11-18 Christian Grothoff-fixing #2656
2012-11-13 Christian Grothofffixing bloomfilter reconstruction after quota change...
2012-11-10 Christian Grothoff-more realistic default quota values
2012-11-04 Christian Grothoff-misc bugfixes, travel hacking
2012-10-30 LRNFix ENABLE_NLS usage
2012-10-29 Christian Grothoffinstalling all service, daemon and helper binaries...
2012-10-26 Christian Grothoff-bugfixes, code cleanup
2012-10-23 Christian Grothoff-reduce statistics (#2594)
2012-10-09 Christian Grothoff-getting rid of silly, stupid, useless, often wrong...
2012-09-27 Christian Grothoffreducing error messages about missing configuration...
2012-09-17 Christian Grothofffixing Debian #684317
2012-06-20 Sree Harsha Totakura-fixes for api change in testing library
2012-06-12 Christian Grothoff-consistently use struct GNUNET_HashCode
2012-06-10 Christian Grothoff-fix
2012-06-10 Christian Grothoff-typo
2012-06-10 Christian Grothoff-using new testing api to determine plugin name
2012-06-10 Christian Grothoff-using testing in datastore tests
2012-06-07 Christian Grothoff-fixing #2405
2012-05-08 Bart PolotRenamed GNUNET_OS_process_close to GNUNET_OS_process_de...
2012-05-06 Christian Grothoff-removing legacy ifdefs, fixing log statements
2012-04-24 Christian Grothoff-fix
2012-04-24 Christian Grothoff-fix
2012-04-24 Christian Grothoff-fix
2012-04-24 Christian Grothoff-trying to fix test shutdown sequence if database not...
2012-04-23 Christian Grothoff-removing legacy DEBUG ifdefs
2012-04-19 Christian Grothoff-fix
2012-04-19 Christian Grothoff-simplifying destruction of connections, cleaning up...
2012-04-19 Christian Grothoff-removing 2nd argument from GNUNET_CLIENT_disconnect...
2012-04-02 Christian Grothoff-fix
2012-04-01 Christian Grothoff-removing legacy #ifdefs
2012-03-23 Christian Grothoff-doxygen
2012-03-23 Christian Grothoff-check return code
2012-03-22 Christian Grothoffadding libgnunetpostgres for shared postgres functional...
2012-03-22 Christian Grothoff-docs
2012-03-21 Christian Grothoff-using new mysql helper library also with datastore
2012-03-19 Christian Grothoffadding API for short (256-bit) hash codes
2012-03-05 Christian Grothoff-do not load namestore
2012-02-28 Christian Grothoff-autostarts
2012-02-27 Christian Grothoffenabling use of pipes for signal communication also...
2012-02-26 Christian Grothoff-verbose is independent of logging
2012-02-18 Christian Grothoff-call continuation last
2012-01-25 Christian Grothoff-do warn
2012-01-13 Christian Grothoffchange default configurations on systems with UNIX...
2012-01-08 Christian Grothoff-fix
2012-01-03 Christian Grothoff-fixing compile errors in tests
2012-01-01 Christian Grothoffchanging scheduler priorities to revert to DEFAULT...
2011-12-30 Christian Grothoff-LRN: use FPRINTF -- #2051
2011-12-26 Christian Grothoff-version bumps for release
2011-12-25 Christian Grothoff-better logging
2011-12-23 Christian Grothoff-fix
2011-12-21 Christian Grothofffixing 2012: network structure alignment now forced...
2011-12-19 Christian Grothoff-actually initialize min_expiration field
2011-12-19 Christian Grothoffadding min_expiration argument to GNUNET_DATASTORE_Cont...
2011-12-19 Christian Grothoff-typo
2011-12-19 Christian Grothofffixing calculation of Bloom filter size that was too...
2011-12-18 Christian Grothoff-use plugin-specific bloomfilter file name
2011-12-18 Christian Grothoff-track utilization by datastore plugin type
2011-12-17 Christian Grothoff-implementing get_keys for postgres
2011-12-16 Christian Grothoff-implementting get_keys for mysql (2013)
2011-12-16 Christian Grothoffimplementing get_keys API for sqlite datastore plugin...
2011-12-15 Christian Grothoffadding support for detection quota changes / missing...
2011-12-15 Christian Grothoffstore Bloomfilter with rest of datastore data
2011-12-06 Christian GrothoffFixing #1976 by allowing allocations between INT_MAX...
2011-12-01 Christian Grothoff-undo
2011-12-01 Christian GrothoffLRN: Adding vectored exception handling for W32 (#1965)
2011-11-29 Christian Grothoff-fixing indentation
2011-11-25 Christian Grothoff-reduce log level
2011-11-05 Christian Grothoffintroducing GNUNET_abort
2011-11-04 Christian Grothoffcurly wars / auto-indentation
2011-11-03 Christian Grothoffuse new quota parsing capabilities -- SVN 1875
next