aboutsummaryrefslogtreecommitdiff
path: root/src/core
Commit message (Collapse)AuthorAge
* -trying to fix double-cancelChristian Grothoff2013-12-17
|
* -doxygenChristian Grothoff2013-12-12
|
* fixing documentationMatthias Wachs2013-12-12
|
* fix for core key exchangeMatthias Wachs2013-12-12
|
* -minor code cleanup and doxygen/style fixesChristian Grothoff2013-12-08
|
* configure option --disable-autostart to disable auto-startup of services by ARMSree Harsha Totakura2013-12-06
|
* -doxygenChristian Grothoff2013-12-01
|
* -remove GNUNET_MQ_impl_send_commit, make it part of send_continue, to ensure ↵Christian Grothoff2013-11-16
| | | | calling the continuation _last_
* -do not start those during testing either...Christian Grothoff2013-11-05
|
* -match exact types from message structChristian Grothoff2013-10-29
|
* - change --enable-ll to --enable-supermucSree Harsha Totakura2013-10-12
| | | | | - define a system wide termination signal GNUNET_TERM_SIG. Set this to SIGUSR1 only when building for SuperMUC
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -do not autostart revocationChristian Grothoff2013-10-09
|
* last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by defaultChristian Grothoff2013-10-09
|
* more work towards XDG spec (#3000) -- config file locationChristian Grothoff2013-10-09
|
* migrating towards XDG configuration specification (#3000)Christian Grothoff2013-10-09
|
* missing fileFlorian Dold2013-10-07
|
* MQ for COREFlorian Dold2013-10-06
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* fix testsMatthias Wachs2013-10-01
|
* -getting core, nse, testbed, ats-tool and peerinfo-tool to compile again ↵Christian Grothoff2013-09-30
| | | | (part of #3047)
* -rename files/symbols from _aes to _symmetricChristian Grothoff2013-09-30
|
* -encrypt using both AES and TWOFISH, with independent symmetric keysChristian Grothoff2013-09-30
|
* -undo #29640, somehow causes problemsChristian Grothoff2013-09-27
|
* moving from abstract unix domain socket paths to normal unix domain socket ↵Christian Grothoff2013-09-26
| | | | paths (#2887), removing now unnecessary/dead flags argument to GNUNET_NETWORK_socket_bind
* reduce log levelMatthias Wachs2013-09-18
|
* disable multicastMatthias Wachs2013-09-16
|
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* -fix compiler warningsChristian Grothoff2013-09-16
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* -align core message, do not run psycstore hereChristian Grothoff2013-08-28
|
* -remove dead structChristian Grothoff2013-08-28
|
* - fix transport-udp port in-use warningSree Harsha Totakura2013-08-24
|
* how did this test ever work without assigning core handles?Matthias Wachs2013-08-23
|
* fixed core configsMatthias Wachs2013-08-23
|
* safety checks for argumentsMatthias Wachs2013-08-23
|
* removing deprecated argument in 'init' callback of GNUNET_CORE_connectChristian Grothoff2013-08-21
|
* -doxygen improvementsChristian Grothoff2013-08-21
|
* removing GNUNET_CRYPTO_ecc_key_free, use GNUNET_free directly insteadChristian Grothoff2013-08-21
|
* removing deprecated, dead test-connected APIChristian Grothoff2013-08-21
|
* -dead code eliminationChristian Grothoff2013-08-13
|
* -dead code eliminationChristian Grothoff2013-08-13
|
* -big bad bugfix thanks to BartChristian Grothoff2013-08-12
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* improved messagesMatthias Wachs2013-08-08
|
* 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
* -removing last bits of RSA support, as this code is now deadChristian Grothoff2013-07-18
|
* -no regex autostartChristian Grothoff2013-07-11
|
* -simplify zone key loading by using synchronous ECC key APIChristian Grothoff2013-07-09
|
* Make building gnunet-testing lib optional.David Barksdale2013-06-27
| | | | | This is all because emscripten doesn't have getaddrinfo.