aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-helper-service-w32.c
Commit message (Collapse)AuthorAge
* Keep requests in a list, cancel them before disconnecting from GNSLRN2013-12-19
|
* Fix 0-terminator check, loggingLRN2013-12-19
|
* 0-long message payload is not validLRN2013-12-19
|
* Correctly send trailing empty headerLRN2013-12-19
|
* W32 NSP: Don't use 64-bit types, link to libgcc staticallyLRN2013-12-19
|
* malloc -> newLRN2013-12-19
|
* Update W32 GNS helper and NSPLRN2013-12-09
|
* -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
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* removing GNUNET_CRYPTO_ecc_key_free, use GNUNET_free directly insteadChristian Grothoff2013-08-21
|
* Remove short hashes from W32 GNS helperLRN2013-08-20
|
* Make w32 gns helper compile againLRN2013-08-16
|
* -getting rid of duplication of record type values / enum GNUNET_GNS_RecordTypeChristian Grothoff2013-08-13
|
* 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
* -remove unnecessary client pointer from struct and avoid the keep/drop calls ↵Christian Grothoff2013-06-12
| | | | that are not needed
* -switching GNS from RSA to ECCChristian Grothoff2013-05-29
|
* Fix w32nsp headersLRN2012-07-27
|
* -fixChristian Grothoff2012-07-22
|
* -LRN: W32 NS provider for GNSChristian Grothoff2012-07-06
Also a helper service. A couple tools for installing/removing the provder. And a resolver tool that loads the provider directly.