aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.c
Commit message (Expand)AuthorAge
* 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
* -fix bad CMPChristian Grothoff2014-12-16
* do not poll empty database every 100ms for migration, doxygen fixes, code cle...Christian Grothoff2014-12-16
* -fix double freeChristian Grothoff2014-12-15
* fix key management issue with LOC signing identified in #3559Christian Grothoff2014-12-14
* fixing #3568Christian Grothoff2014-12-07
* fs now uses peerstore to store respect valueOmar Tarabai2014-07-14
* notify performance monitors about destroyed addresses (for #3406)Christian Grothoff2014-06-16
* performance API indicates disconnectMatthias Wachs2014-05-21
* Rename mesh->cadetBart Polot2014-05-07
* -remove trailing whitespaceChristian Grothoff2013-10-06
* removing deprecated argument in 'init' callback of GNUNET_CORE_connectChristian Grothoff2013-08-21
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
* -splitting mesh into server and client partsChristian Grothoff2013-07-18
* -removing useless codeChristian Grothoff2013-07-02
* -rename stream->mesh in comments and symbolsChristian Grothoff2013-06-04
* -file renaming stream->meshChristian Grothoff2013-06-04
* -doxygenChristian Grothoff2013-03-27
* fixMatthias Wachs2013-03-27
* api changeMatthias Wachs2013-03-26
* ats api changeMatthias Wachs2013-03-25
* -towards using ATS for latency infoChristian Grothoff2013-03-25
* -doxygenChristian Grothoff2013-03-23
* 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
* -more loggingChristian Grothoff2012-11-25
* actually using stream for dblock/iblock transfer if possibleChristian Grothoff2012-11-24
* -add multi-peer testcase for stream-based transfers (expected to fail right n...Christian Grothoff2012-11-24
* mostly finishing server-side for FS-over-streamChristian Grothoff2012-11-22
* starting to use stream in fsChristian Grothoff2012-11-22
* -do even fewer stats by defaultChristian Grothoff2012-10-23
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
* -simplifying core API (#2400)Christian Grothoff2012-06-09
* -eliminating #if DEBUG checksChristian Grothoff2012-02-26
* trying to fix #2000Christian Grothoff2011-12-13
* -fixing indentationChristian Grothoff2011-11-29
* fs also never queues more than one message per peer, so reduce requested queu...Christian Grothoff2011-11-24
* fixing 1786Christian Grothoff2011-11-15
* dead code elimination, splitting fs.h into fs.h and fs_api.hChristian Grothoff2011-11-15
* fixChristian Grothoff2011-11-10
* curly wars / auto-indentationChristian Grothoff2011-11-04
* implementing #1785Christian Grothoff2011-11-04
* replacing 0-terminated atsi-array with array+length in core API (and the core...Christian Grothoff2011-10-22
* prevent loopback routing, add some statistics, faster re-transmitChristian Grothoff2011-10-19
* do not loop backChristian Grothoff2011-10-19
* move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_Christian Grothoff2011-10-17
* another core API simplification due to ATS introductionChristian Grothoff2011-10-10