aboutsummaryrefslogtreecommitdiff
path: root/src/core
Commit message (Collapse)AuthorAge
* print message if service is not runningMatthias Wachs2014-03-21
|
* Allow redirection of STDERR when starting processes.Sree Harsha Totakura2014-02-20
|
* implement #3295: only transmit background traffic if there is excess bandwidthChristian Grothoff2014-02-09
|
* removing depreated 'priority' argument from ↵Christian Grothoff2014-02-02
| | | | GNUNET_TRANSPORT_notify_transmit_ready
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* -towards fixing #3295 (core traffic prioritization)Christian Grothoff2014-01-30
|
* towards reviving priorities in core API, this time with enum to make classes ↵Christian Grothoff2014-01-30
| | | | clearer
* 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&#'
* -fix possible assertion failure if rekeying is triggered on session that is ↵Christian Grothoff2013-12-24
| | | | not yet up
* -remove trailing whitespaceChristian Grothoff2013-12-24
|
* -fix tiny leak, doxygenChristian Grothoff2013-12-23
|
* -trying to fix amatus's KX issueChristian Grothoff2013-12-23
|
* -amatus says this happens with just new peers, booChristian Grothoff2013-12-22
|
* -reduce log levelChristian Grothoff2013-12-22
|
* malloc -> newLRN2013-12-19
|
* -style fixChristian Grothoff2013-12-18
|
* -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
|