aboutsummaryrefslogtreecommitdiff
path: root/src/identity
Commit message (Collapse)AuthorAge
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff2014-12-10
| | | | #3565 indirectly
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
* -trying to fix #3202Christian Grothoff2013-12-12
|
* configure option --disable-autostart to disable auto-startup of services by ARMSree Harsha Totakura2013-12-06
|
* -doxygen, minor bug fixesChristian Grothoff2013-11-16
|
* -fix #3101Christian Grothoff2013-11-14
|
* -fixing crash in #3101, but just replacing it with a break, so there is ↵Christian Grothoff2013-11-09
| | | | likely still an issue left
* -fix memory leak on shutdown (3104)Christian Grothoff2013-11-09
|
* -operations can be there, but none with active contChristian Grothoff2013-11-09
|
* -fix potential leak and awkward test behavior causing itChristian Grothoff2013-11-09
|
* -fix include orderChristian Grothoff2013-11-05
|
* -better doxygenChristian Grothoff2013-10-27
|
* implementing #3064: enable split-personality ARM to run some services as ↵Christian Grothoff2013-10-11
| | | | 'gnunet' and others as grothoff, depending on level of personal information available to the service
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by defaultChristian Grothoff2013-10-09
|
* migrating towards XDG configuration specification (#3000)Christian Grothoff2013-10-09
|
* make identity port available for javaFlorian Dold2013-10-08
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -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
* -removing bogus duplicate NTR cancel callChristian Grothoff2013-09-24
|
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* psycstore: fixing issues reported by static code analysisGabor X Toth2013-09-16
|
* -properly clean up on disconnect, without memory leaksChristian Grothoff2013-09-15
|
* Fix the endless loop fix - don't miss pre-last itemLRN2013-09-15
|
* Don't go into infinite loop once only uncancellable head is leftLRN2013-09-14
|
* -avoid queuing large number of START requestsChristian Grothoff2013-09-14
|
* -more rename issuesChristian Grothoff2013-09-13
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* -anonymous contribution: patch to add -c support to gnunet-gns-import.shChristian Grothoff2013-09-10
|
* -do not crash if cb was NULL on ego freeChristian Grothoff2013-09-10
|
* -print main output to stdoutChristian Grothoff2013-09-10
|
* -code cleanupChristian Grothoff2013-09-06
|
* -misc fixesChristian Grothoff2013-09-06
|
* -fix bad free, cut&paste error, might fix #3020Christian Grothoff2013-09-06
|
* -improving gnunet-identity command line options and man pagesChristian Grothoff2013-09-05
|
* -doxygen fixChristian Grothoff2013-08-29
|
* identity: doc fixesGabor X Toth2013-08-27
|
* -more convenient API to lookup egosChristian Grothoff2013-08-24
|
* removing GNUNET_CRYPTO_ecc_key_free, use GNUNET_free directly insteadChristian Grothoff2013-08-21
|
* -dead code elimination, and docuChristian Grothoff2013-08-13
|
* -fixChristian Grothoff2013-08-13
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* -working on identity service create/rename/deleteChristian Grothoff2013-08-08
|