aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_sessions.c
Commit message (Collapse)AuthorAge
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* simplify MQ logic to always carry the same kinds of flags, and extend ↵Christian Grothoff2019-05-04
| | | | transport API to pass them to (TNG) service
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* -comments: the world ain't all malepsyc://loupsycedyglgamf.onion/~lynX2018-06-27
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* Fix broken buildDavid Barksdale2018-01-01
|
* remove speed bumpsChristian Grothoff2018-01-01
|
* fix leakChristian Grothoff2017-10-06
|
* mostly logging, avoid having more than one typemap in transmission queue, ↵Christian Grothoff2017-02-19
| | | | accept port=0 as not an error, tolerate link-local addrs
* use new SCHEDULER_add_at API where applicableChristian Grothoff2017-01-22
|
* converting core service to new service APIChristian Grothoff2016-09-20
|
* -converting CORE service to new transport MQ APIChristian Grothoff2016-07-26
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* fixing compiler warningsChristian Grothoff2016-05-06
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* -ignores, indentChristian Grothoff2015-10-17
|
* -fix use after freeChristian Grothoff2015-10-17
|
* redefining core message timeout semantics and core-core-API messaging to ↵Christian Grothoff2015-10-08
| | | | address (hypothetical?) stalls which may explain #3863. This kind-of breaks the API in that the timeout now has a different semantic -- it's an advisory as to when the app would like the message transmitted, the transmission will no longer actually time out. However, that was the documented semantics before, just not the actual behavior. Most applications didn't rely on it, and tests still pass, so I didn't break too much...
* adding DEBUG logic for #3863Christian Grothoff2015-10-05
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -fix misc core issuesChristian Grothoff2015-03-23
|
* fix #3709: bound encrypted message queueChristian Grothoff2015-03-20
|
* finishing implementation of #3652Christian Grothoff2015-03-08
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* 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.
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -more logging in try_transmissionChristian Grothoff2014-12-13
|
* -style fixesChristian Grothoff2014-12-13
|
* Minor bigfixes.Andrew Cann2014-05-11
|
* -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
* 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
|
* implement #3295: only transmit background traffic if there is excess bandwidthChristian Grothoff2014-02-09
|
* -towards fixing #3295 (core traffic prioritization)Christian Grothoff2014-01-30
|
* malloc -> newLRN2013-12-19
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -getting core, nse, testbed, ats-tool and peerinfo-tool to compile again ↵Christian Grothoff2013-09-30
| | | | (part of #3047)
* -align core message, do not run psycstore hereChristian Grothoff2013-08-28
|
* removing deprecated, dead test-connected APIChristian Grothoff2013-08-21
|
* -dead code eliminationChristian Grothoff2013-08-13
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* ats related changes in coreMatthias Wachs2013-03-21
|