aboutsummaryrefslogtreecommitdiff
path: root/src/core
Commit message (Collapse)AuthorAge
* Fixed inverting of same-priority bundled messagesBart Polot2015-01-10
| | | | This change causes the while loop to skip all messages of the same priority, effectively inserting the new message as the last of the same priority. As the messages are extraced from the head, inserting the message in the first available place caused order inversion.
* - include message size in logBart Polot2015-01-10
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -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; ↵Christian Grothoff2014-12-13
| | | | reindentation, stylistic fixes
* 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
| | | | #3565 indirectly
* -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 ↵Christian Grothoff2014-04-23
| | | | retransmissions for unconfirmed typemaps, restart retransmissions on reconnect
* -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 ↵Christian Grothoff2014-04-11
| | | | for core (needs testing, gnunet-core incomplete)
* -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 ↵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
|