aboutsummaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAge
* -fix misc core issuesChristian Grothoff2015-03-23
* fix #3709: bound encrypted message queueChristian Grothoff2015-03-20
* finishing implementation of #3652Christian Grothoff2015-03-08
* -always assume at least MIN bandwidth, even if we got no quota or a quota low...Christian Grothoff2015-03-08
* -try to avoid being stuck with key sent/received if PING/PONGs are lostChristian Grothoff2015-03-08
* -doxygen, comments, indentationChristian Grothoff2015-03-01
* generally use GNUNET_assert() instead of GNUNET_abort() to also log the errorChristian Grothoff2015-02-28
* fix #3688Christian Grothoff2015-02-28
* -improve loggingChristian Grothoff2015-02-11
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* Fixed inverting of same-priority bundled messagesBart Polot2015-01-10
* - include message size in logBart Polot2015-01-10
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff2014-12-24
* -pass peer identity pointer to clients that will remain allocatedChristian Grothoff2014-12-16
* -more logging in try_transmissionChristian Grothoff2014-12-13
* -style fixesChristian Grothoff2014-12-13
* -split off MQ API into separate C file to reduce visibility of symbols; reind...Christian Grothoff2014-12-13
* adding single location for no_forcestart configuration listChristian Grothoff2014-12-11
* -missing sectionChristian Grothoff2014-12-11
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing #...Christian Grothoff2014-12-10
* -doxygen, code cleanupChristian Grothoff2014-09-30
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
* Minor bigfixes.Andrew Cann2014-05-11
* only notify clients about significant (>5s) timeout changesChristian Grothoff2014-05-09
* - rename also contents of config files, update config filesBart Polot2014-05-07
* -indent, doxygenChristian Grothoff2014-04-25
* -fix (mostly harmless) use of uninitialized variableChristian Grothoff2014-04-23
* -dead nowChristian Grothoff2014-04-23
* fix #3348: send typemap confirmation messages, perform faster typemap retrans...Christian Grothoff2014-04-23
* -commentsChristian Grothoff2014-04-23
* -commentsChristian Grothoff2014-04-23
* -commentsChristian Grothoff2014-04-23
* -rename file to match updated functionalityChristian Grothoff2014-04-17
* -do call receive done on monitor callsChristian Grothoff2014-04-11
* -fix crash on shutdownChristian Grothoff2014-04-11
* -improve/simplify gnunet-core tool and update man pageChristian Grothoff2014-04-11
* -also notify monitors on timeout changeChristian Grothoff2014-04-11
* towards fixing #3363: replacing old iteration API with new monitoring API for...Christian Grothoff2014-04-11
* -doxygen improvementsChristian Grothoff2014-04-07
* -allow users direct core accessChristian Grothoff2014-04-01
* 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 GNUNET_TRANSPORT_notify_transmit_...Christian Grothoff2014-02-02
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow TES...LRN2014-02-02
* -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
* fix #3284: support lib/MULTIARCH/ paths in installation, use GNUNET_PREFIX=@l...Christian Grothoff2014-01-30
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24