aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_cp.c
Commit message (Collapse)AuthorAge
* -eliminating #if DEBUG checksChristian Grothoff2012-02-26
|
* -doxygen fixesChristian Grothoff2012-01-25
|
* -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
* changing scheduler priorities to revert to DEFAULT instead of inheriting ↵Christian Grothoff2012-01-01
| | | | parent-task priority unless something else is explicitly specified
* -I guess this can happen, but should be incredibly rare (or could be ↵Christian Grothoff2012-01-01
| | | | provoked by attacker); let's just count instead of break - #2055
* -fixing #2036Christian Grothoff2011-12-26
|
* -allow logging hereChristian Grothoff2011-12-23
|
* 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)
* use better heuristic to deal with datastore put failures; log migration stop ↵Christian Grothoff2011-12-15
| | | | message transmissions
* dead code elimination, splitting fs.h into fs.h and fs_api.hChristian Grothoff2011-11-15
|
* 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 ↵Christian Grothoff2011-10-22
| | | | core-connect IPC)
* use same name everywhereChristian Grothoff2011-10-22
|
* prevent loopback routing, add some statistics, faster re-transmitChristian Grothoff2011-10-19
|
* even more stats, more loggingChristian Grothoff2011-10-19
|
* cleanup+statsChristian Grothoff2011-10-19
|
* move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_Christian Grothoff2011-10-17
|
* adapting code to new ATS APIsChristian Grothoff2011-10-13
|
* new ATS API -- code won't compileChristian Grothoff2011-10-13
|
* another core API simplification due to ATS introductionChristian Grothoff2011-10-10
|
* renaming in code to use new ATS pref/reservation APIChristian Grothoff2011-10-10
|
* first round of simplification to change preference APIChristian Grothoff2011-10-07
|
* no latency can happen, should be rareChristian Grothoff2011-09-19
|
* indentationChristian Grothoff2011-09-14
|
* make bitching less verboseChristian Grothoff2011-09-13
|
* 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
|
* fixing fsChristian Grothoff2011-07-26
|
* cleanerChristian Grothoff2011-07-19
|
* assertChristian Grothoff2011-07-16
|
* fixing 1720Christian Grothoff2011-06-23
|
* fixing 1721Christian Grothoff2011-06-23
|
* checksChristian Grothoff2011-06-17
|
* fixing typo, possibly over-eager disconnectChristian Grothoff2011-06-17
|
* fixChristian Grothoff2011-06-17
|
* fix 1707Christian Grothoff2011-06-17
|
* better clean up, more statsChristian Grothoff2011-06-16
|
* fixChristian Grothoff2011-06-16
|
* add support for delaysChristian Grothoff2011-06-07
|
* track performance dataChristian Grothoff2011-05-30
|
* fixChristian Grothoff2011-05-27
|
* make sure not to recursively call ntrChristian Grothoff2011-05-27
|
* check return values, cancel timeout taskChristian Grothoff2011-05-27
|
* cancel task on timeoutChristian Grothoff2011-05-25
|
* better assertions, extra warningsChristian Grothoff2011-05-25
|
* datastore and fs fixes from EasterChristian Grothoff2011-04-26
|