aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.c
Commit message (Expand)AuthorAge
* Rename mesh->cadetBart Polot2014-05-07
* malloc -> newLRN2013-12-19
* fixing #3146: peer identities no longer have the size of hash codes; breaks F...Christian Grothoff2013-11-30
* -fix #3133Christian Grothoff2013-11-29
* -doxygenChristian Grothoff2013-11-29
* -attempting to address #3133Christian Grothoff2013-11-27
* -doxygen fixesChristian Grothoff2013-11-18
* -doxygen, and likely fix for #2727Christian Grothoff2013-11-18
* -remove trailing whitespaceChristian Grothoff2013-10-06
* -fixing build issues in fs/set related to #3047Christian Grothoff2013-09-30
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
* -minor bugfixesChristian Grothoff2013-07-18
* -renaming stream->mesh where applicableChristian Grothoff2013-07-17
* -rename stream->mesh in comments and symbolsChristian Grothoff2013-06-04
* -file renaming stream->meshChristian Grothoff2013-06-04
* starting major change towards implementing #2564, this breaks some FS tests a...Christian Grothoff2013-03-05
* -add retries, and retry limit (#2659)Christian Grothoff2012-11-28
* -switch to hash map for replies to avoid linear scan, add timeout for inactiv...Christian Grothoff2012-11-25
* -enable mesh, as stream needs it, activate testcaseChristian Grothoff2012-11-25
* actually using stream for dblock/iblock transfer if possibleChristian Grothoff2012-11-24
* towards using stream for non-anonymous file-sharingChristian Grothoff2012-11-22
* mostly finishing server-side for FS-over-streamChristian Grothoff2012-11-22
* -make use of new IRRELEVANT status codeChristian Grothoff2012-11-15
* use new DHT API to block known results when searching in the DHTChristian Grothoff2012-11-10
* -fix block download calculationChristian Grothoff2012-11-05
* -using new MDLL facility to clean up bijection data structure and reduce memo...Christian Grothoff2012-10-23
* -do even fewer stats by defaultChristian Grothoff2012-10-23
* -make datastore queue longer, and length configurable, reduce statistics (#2594)Christian Grothoff2012-10-23
* -use DLL, nicer use of indexing map, improve ability to use future hash map m...Christian Grothoff2012-10-14
* -chaning multihashmap API to allow option for avoiding key allocationChristian Grothoff2012-10-07
* -reducing memory use for PendingRequestData by 30% by not allocating space fo...Christian Grothoff2012-10-07
* -converting more places to use STRINGS_relative_time_to_stringChristian Grothoff2012-09-27
* reducing error messages about missing configuration options by introducing ne...Christian Grothoff2012-09-27
* -fixing potential NULL derefChristian Grothoff2012-09-04
* -passing total trust offered along (fixing #1369)Christian Grothoff2012-06-23
* -comment / naming cleanupsChristian Grothoff2012-06-23
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
* -fixing #2340Christian Grothoff2012-05-27
* -trying to resolve alignment issue on sparcChristian Grothoff2012-04-24
* -eliminating #if DEBUG checksChristian Grothoff2012-02-26
* -LRN: my experimental block download time measurer. The resultsChristian Grothoff2012-01-08
* -LRN: set bulk flagChristian Grothoff2012-01-07
* fixing migration stop delay calculation, largely by first calculating datasto...Christian Grothoff2011-12-25
* -fix 2034, request can be cancelled in which case rh might be NULL hereChristian Grothoff2011-12-25
* limit lifetime of migrated content to at most 1 yearChristian Grothoff2011-12-19
* block data migration based on lowest discarded expiration of content in the d...Christian Grothoff2011-12-19
* actually limit FS memory consumption by limiting how many requests we track f...Christian Grothoff2011-12-19
* adding min_expiration argument to GNUNET_DATASTORE_ContinuationWithStatus cal...Christian Grothoff2011-12-19
* use better heuristic to deal with datastore put failures; log migration stop ...Christian Grothoff2011-12-15
* -fixing indentationChristian Grothoff2011-11-29