aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.c
Commit message (Collapse)AuthorAge
...
* -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
|
* Changed quota configuration from core to ats section, renamed from ↵Bart Polot2011-11-29
| | | | TOTAL_QUOTA_* to WAN_QUOTA_*
* fixChristian Grothoff2011-11-18
|
* dead code elimination, splitting fs.h into fs.h and fs_api.hChristian Grothoff2011-11-15
|
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* fixing 1830Christian Grothoff2011-10-19
|
* prevent loopback routing, add some statistics, faster re-transmitChristian Grothoff2011-10-19
|
* Fix statChristian Grothoff2011-10-19
|
* do not loop backChristian Grothoff2011-10-19
|
* fixChristian Grothoff2011-10-19
|
* fixChristian Grothoff2011-10-19
|
* set quotaChristian Grothoff2011-10-12
|
* DHT api switch adjustmentsChristian Grothoff2011-09-27
|
* move bloomfilter recalculation to block libraryChristian Grothoff2011-09-27
|
* doxygenChristian Grothoff2011-09-02
|
* run indent twice, it alternates between two 'canonical' forms, also run ↵Christian Grothoff2011-08-29
| | | | whitespace remover
* even nicer indentation, thanks to LRN's indent patchChristian Grothoff2011-08-16
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* fixnpeChristian Grothoff2011-08-04
|
* fixing fsChristian Grothoff2011-07-26
|
* exponential back-offChristian Grothoff2011-07-25
|
* cleanerChristian Grothoff2011-07-19
|
* assertChristian Grothoff2011-07-16
|
* checksChristian Grothoff2011-06-17
|