aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_download.c
Commit message (Collapse)AuthorAge
* handle case where partial download prevents proper bottom-up reconstruction ↵Christian Grothoff2014-02-19
| | | | as not all child-nodes are even attempted; handle case where probe returns results immediately while being created (do not break on that)
* malloc -> newLRN2013-12-19
|
* -fix left-over confusion between hash code and peer identity size from ↵Christian Grothoff2013-11-28
| | | | recent peer identity format change
* -stylistic fixesChristian Grothoff2013-11-05
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -fixing build issues in fs/set related to #3047Christian Grothoff2013-09-30
|
* -rename files/symbols from _aes to _symmetricChristian Grothoff2013-09-30
|
* -doxygen fixes, and fixing publish URI serization for proper resumeChristian Grothoff2013-09-15
|
* -fix #3033Christian Grothoff2013-09-14
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* -export FS handle during events, as we might generate events duing FS_start ↵Christian Grothoff2013-05-30
| | | | and client then doesn't know the handle yet
* -fixes to make stream tests pass with ecc in coreChristian Grothoff2013-02-15
|
* -signal to applications that a probe is activeChristian Grothoff2012-12-05
|
* -more loggingChristian Grothoff2012-12-05
|
* -bugfixes, code cleanupChristian Grothoff2012-10-26
|
* -chaning multihashmap API to allow option for avoiding key allocationChristian Grothoff2012-10-07
|
* -trying to fix bratao's 100% CPU bug, even though I wonder if this can ↵Christian Grothoff2012-10-05
| | | | really be it, as there was a 1s delay already; anyway, exponential back-off is better
* -passing total trust offered along (fixing #1369)Christian Grothoff2012-06-23
|
* -comment / naming cleanupsChristian Grothoff2012-06-23
|
* -fix #2436Christian Grothoff2012-06-20
|
* -fixing #2426Christian Grothoff2012-06-17
|
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* -dequeue download on error, another attempt to fix #2403Christian Grothoff2012-06-09
|
* -adding assertions to help debug #2403Christian Grothoff2012-06-09
|
* -fixing #2402, #2403, #2399, #2398Christian Grothoff2012-06-08
|
* -code cleanupChristian Grothoff2012-05-15
|
* -adding checks to avoid #2352 segfaultChristian Grothoff2012-05-15
|
* -fixing #2345Christian Grothoff2012-05-14
|
* -fixing persistence cleanupChristian Grothoff2012-04-26
|
* -removing 2nd argument from GNUNET_CLIENT_disconnect as it was virtually ↵Christian Grothoff2012-04-19
| | | | always GNUNET_NO --- and all other uses indicate design problems
* -allow NULL for emsgChristian Grothoff2012-04-04
|
* -eliminating duplicate codeChristian Grothoff2012-03-23
|
* -LRN: calculate file size for single files when needed and use ↵Christian Grothoff2012-03-19
| | | | GNUNET_DISK_file_size instead of STAT
* -uuuunetChristian Grothoff2012-03-15
|
* -check return values, fix leakChristian Grothoff2012-03-15
|
* -more chk index calculation errors, ughChristian Grothoff2012-03-07
|
* -misc major bugfixes in download code wrt reconstruction and chk index ↵Christian Grothoff2012-03-07
| | | | calculations
* -better interpretation of instant downloads from local database / existing blockChristian Grothoff2012-03-07
|
* -misc bugfixesChristian Grothoff2012-03-05
|
* -add priorities to download queueChristian Grothoff2012-03-04
|
* -eliminating #if DEBUG checksChristian Grothoff2012-02-26
|
* -fixing #2155Christian Grothoff2012-02-21
|
* -sync search results upon adding/removing downloadsChristian Grothoff2012-02-18
|
* -unschedule found block request on resume to fix #2133Christian Grothoff2012-02-11
|
* -always signal download start before 'completed', even for 0-byte filesChristian Grothoff2012-02-04
|
* -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 API in anticipation of future implementation of 1369Christian Grothoff2011-11-24
|
* towards fixing #1786Christian Grothoff2011-11-15
|
* dead code elimination, splitting fs.h into fs.h and fs_api.hChristian Grothoff2011-11-15
|
* LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging callsChristian Grothoff2011-10-04
| | | | | | (#1805).