aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.c
AgeCommit message (Expand)Author
2017-03-22[datastore] Return and update replicationDavid Barksdale
2017-03-19[datastore] Fix #3743David Barksdale
2017-02-22support BF size adjustments in other pluginsChristian Grothoff
2017-02-20completed big block refactoring in preparation for SET-BLOCK integrationChristian Grothoff
2016-11-17Sometimes it's OK if multiplication overflowsDavid Barksdale
2016-07-31converting FS to new MQ-based core APIChristian Grothoff
2016-07-08-avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff
2016-06-24refactoring datastore API to use MQ API, also fixing misc. bugs in new mysql ...Christian Grothoff
2016-04-09small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff
2016-01-19-fix (C) noticesChristian Grothoff
2015-10-26potential fix for #4024Christian Grothoff
2015-10-25-use hash in prd query to reduce memory consumption of CP request_mapChristian Grothoff
2015-10-25-reduce calls in get_latest()Christian Grothoff
2015-10-25-indentChristian Grothoff
2015-10-25check against all pending requests with same hash, not just first; this is a ...Christian Grothoff
2015-06-30fix #3869: outdated FSF addressChristian Grothoff
2015-03-23-doxygen and indentationChristian Grothoff
2015-03-07-indentation and comment fixesChristian Grothoff
2015-02-28-extend block API to allow specifying flags, use this to allow reducing check...Christian Grothoff
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2014-12-24making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff
2014-12-16do not poll empty database every 100ms for migration, doxygen fixes, code cle...Christian Grothoff
2014-12-07fixing #3568Christian Grothoff
2014-05-07Rename mesh->cadetBart Polot
2013-12-19malloc -> newLRN
2013-11-30fixing #3146: peer identities no longer have the size of hash codes; breaks F...Christian Grothoff
2013-11-29-fix #3133Christian Grothoff
2013-11-29-doxygenChristian Grothoff
2013-11-27-attempting to address #3133Christian Grothoff
2013-11-18-doxygen fixesChristian Grothoff
2013-11-18-doxygen, and likely fix for #2727Christian Grothoff
2013-10-06-remove trailing whitespaceChristian Grothoff
2013-09-30-fixing build issues in fs/set related to #3047Christian Grothoff
2013-08-11changing time measurement from milliseconds to microsecondsChristian Grothoff
2013-07-18-minor bugfixesChristian Grothoff
2013-07-17-renaming stream->mesh where applicableChristian Grothoff
2013-06-04-rename stream->mesh in comments and symbolsChristian Grothoff
2013-06-04-file renaming stream->meshChristian Grothoff
2013-03-05starting major change towards implementing #2564, this breaks some FS tests a...Christian Grothoff
2012-11-28-add retries, and retry limit (#2659)Christian Grothoff
2012-11-25-switch to hash map for replies to avoid linear scan, add timeout for inactiv...Christian Grothoff
2012-11-25-enable mesh, as stream needs it, activate testcaseChristian Grothoff
2012-11-24actually using stream for dblock/iblock transfer if possibleChristian Grothoff
2012-11-22towards using stream for non-anonymous file-sharingChristian Grothoff
2012-11-22mostly finishing server-side for FS-over-streamChristian Grothoff
2012-11-15-make use of new IRRELEVANT status codeChristian Grothoff
2012-11-10use new DHT API to block known results when searching in the DHTChristian Grothoff
2012-11-05-fix block download calculationChristian Grothoff
2012-10-23-using new MDLL facility to clean up bijection data structure and reduce memo...Christian Grothoff
2012-10-23-do even fewer stats by defaultChristian Grothoff