aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.c
Commit message (Collapse)AuthorAge
* Rename mesh->cadetBart Polot2014-05-07
|
* malloc -> newLRN2013-12-19
|
* fixing #3146: peer identities no longer have the size of hash codes; breaks ↵Christian Grothoff2013-11-30
| | | | FS protocol compatibility with previous versions slightly...
* -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 ↵Christian Grothoff2013-03-05
| | | | and FS APIs
* -add retries, and retry limit (#2659)Christian Grothoff2012-11-28
|
* -switch to hash map for replies to avoid linear scan, add timeout for ↵Christian Grothoff2012-11-25
| | | | inactive clients
* -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 ↵Christian Grothoff2012-10-23
| | | | memory consumption in fs service
* -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 ↵Christian Grothoff2012-10-14
| | | | memory optimization
* -chaning multihashmap API to allow option for avoiding key allocationChristian Grothoff2012-10-07
|
* -reducing memory use for PendingRequestData by 30% by not allocating space ↵Christian Grothoff2012-10-07
| | | | for target/namespace hash codes unless the request needs/has them
* -converting more places to use STRINGS_relative_time_to_stringChristian Grothoff2012-09-27
|
* reducing error messages about missing configuration options by introducing ↵Christian Grothoff2012-09-27
| | | | new helper functions to print them uniformly
* -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
| | | | | | | | can be found there - [1]. [1] http://lrn.no-ip.info/other/gnunet_download_tie.log
* -LRN: set bulk flagChristian Grothoff2012-01-07
|
* fixing migration stop delay calculation, largely by first calculating ↵Christian Grothoff2011-12-25
| | | | datastore load correctly and then by better distinguishing between datastore full, datastore timeout and success and finally by adding per-peer tracking of the current block interval to adjust to repeated undesireable behavior. See #2029.
* -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 ↵Christian Grothoff2011-12-19
| | | | datastore to avoid wasting bandwidth on migrating content that is just instantly discarded again anyway
* actually limit FS memory consumption by limiting how many requests we track ↵Christian Grothoff2011-12-19
| | | | from other peers (respective GSF-option had not been set; new code also inverts the meaning of the bit, so it does not have to be set for peers but rather is now set for clients to excempt them from the limitation)
* adding min_expiration argument to GNUNET_DATASTORE_ContinuationWithStatus ↵Christian Grothoff2011-12-19
| | | | callback to communicate which content has a chance of being stored in the medium term
* use better heuristic to deal with datastore put failures; log migration stop ↵Christian Grothoff2011-12-15
| | | | message transmissions
* -fixing indentationChristian Grothoff2011-11-29
|