aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_cp.c
Commit message (Expand)AuthorAge
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
* converting FS to new MQ-based core APIChristian Grothoff2016-07-31
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
* -fix #4541Martin Schanzenbach2016-06-03
* -oops, remove printfMartin Schanzenbach2016-06-02
* - Fix #4532Martin Schanzenbach2016-05-29
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
* small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* -fix (C) noticesChristian Grothoff2016-01-19
* -doxygen, simplifyChristian Grothoff2015-10-26
* -use hash in prd query to reduce memory consumption of CP request_mapChristian Grothoff2015-10-25
* -reduce calls in get_latest()Christian Grothoff2015-10-25
* -indentChristian Grothoff2015-10-25
* check against all pending requests with same hash, not just first; this is a ...Christian Grothoff2015-10-25
* -fix indentation, fix bug that caused us to try to merge requests twiceChristian Grothoff2015-10-25
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* with respect to #3615: we might (theoretically) get a migration stop before w...Christian Grothoff2015-05-21
* -adding a few extra checks for #3615Christian Grothoff2015-05-21
* -doxygen and indentationChristian Grothoff2015-03-23
* count number of pending replies and refuse to process queries if queue gets t...Christian Grothoff2015-03-01
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS te...Christian Grothoff2015-02-10
* -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 e...Christian Grothoff2014-12-24
* -doxygenChristian Grothoff2014-12-22
* flush peer respect value on disconnectOmar Tarabai2014-12-21
* -use const in peerstore callbackChristian Grothoff2014-12-18
* -remove dead apiChristian Grothoff2014-12-17
* -fix bad CMPChristian Grothoff2014-12-16
* do not poll empty database every 100ms for migration, doxygen fixes, code cle...Christian Grothoff2014-12-16
* error handlingOmar Tarabai2014-07-16
* fs now uses peerstore to store respect valueOmar Tarabai2014-07-14
* -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
* fixing #3146: peer identities no longer have the size of hash codes; breaks F...Christian Grothoff2013-11-30
* -remove trailing whitespaceChristian Grothoff2013-10-06
* -fixing build issues in fs/set related to #3047Christian Grothoff2013-09-30
* -minor code cleanupChristian Grothoff2013-09-09
* rename to match api nameMatthias Wachs2013-08-29
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
* -minor code cleanupChristian Grothoff2013-07-18
* -fix #2857Christian Grothoff2013-04-14
* fs crashing in integraton testsMatthias Wachs2013-04-08
* -towards using ATS for latency infoChristian Grothoff2013-03-25
* doxygenMatthias Wachs2013-03-25
* fs using ats dataMatthias Wachs2013-03-21
* change to core paiMatthias Wachs2013-03-21
* starting major change towards implementing #2564, this breaks some FS tests a...Christian Grothoff2013-03-05
* -do even fewer stats by defaultChristian Grothoff2012-10-23
* -optimizing all FS multi hashmaps for key memory sharingChristian Grothoff2012-10-14
* -chaning multihashmap API to allow option for avoiding key allocationChristian Grothoff2012-10-07