aboutsummaryrefslogtreecommitdiff
path: root/src/gns/plugin_block_gns.c
Commit message (Collapse)AuthorAge
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -another renaming fest for GNUNET_NAMESTORE_ to GNUNET_GNSRECORD_ symbols ↵Christian Grothoff2013-10-16
| | | | that were moved
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -fix, is uint32Christian Grothoff2013-09-24
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* -dead headerChristian Grothoff2013-08-19
|
* -working on new, simplified GNS APIChristian Grothoff2013-08-13
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* moving to new, fixed-size encoding of public and private ECC keys ↵Christian Grothoff2013-08-06
| | | | everywhere, also improving ECC API to better support ECRS/GADS operations
* -switching GNS from RSA to ECCChristian Grothoff2013-05-29
|
* -indentChristian Grothoff2012-10-27
|
* -bugfixes, code cleanupChristian Grothoff2012-10-26
|
* -core reviewChristian Grothoff2012-09-20
|
* -fixesMartin Schanzenbach2012-06-20
|
* -fixed record flags in tests. proper expiration from NS missingMartin Schanzenbach2012-06-20
|
* -towards enabling relative expiration times in namestoreChristian Grothoff2012-06-19
|
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* renaming GNUNET_TIME_relative_get_forever and ↵Christian Grothoff2012-05-27
| | | | GNUNET_TIME_absolute_get_forever methods, adding underscore, to make it clear that the respective #defines should be used instead; replacing use of direct function calls with respective macros where applicable; adding additional GNUNET_TIME_relative_get_xxx-functions to avoid calls to GNUNET_TIME_relative_multiply, which turn out to have gotten performance-relevant
* -fixing 2253Christian Grothoff2012-04-18
|
* -array of fixes, finally finished testMartin Schanzenbach2012-04-03
|
* -lots of fixes, new dht testMartin Schanzenbach2012-03-27
|
* -new short hashes, new short hash cmpMartin Schanzenbach2012-03-19
|
* -pseu caching + testMartin Schanzenbach2012-03-16
|
* -fixes, block plugin changeMartin Schanzenbach2012-03-15
|
* -cleanupMartin Schanzenbach2012-03-14
|
* -bugfixes, testsMartin Schanzenbach2012-03-12
|
* -fixes, added get_authority apiMartin Schanzenbach2012-03-12
|
* - make gns compileMatthias Wachs2012-03-09
|
* -new test. fixesMartin Schanzenbach2012-03-03
|
* -modified testMartin Schanzenbach2012-03-01
|
* -stuffChristian Grothoff2012-03-01
|
* -fix xqueryMartin Schanzenbach2012-02-28
|
* -fixMartin Schanzenbach2012-02-28
|
* -integrated block pluginMartin Schanzenbach2012-02-27
|
* -fixesMartin Schanzenbach2012-02-27
|
* -block compiles and added to makefileMartin Schanzenbach2012-02-26
|
* - use cstructMartin Schanzenbach2012-02-26
|
* -doxygen, more block pluginMartin Schanzenbach2012-02-26
|
* -first try on blocksMartin Schanzenbach2012-02-24