aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_download.c
Commit message (Expand)AuthorAge
* fix indentation and use after free in tcp pluginChristian Grothoff2018-01-06
* fix #4839Christian Grothoff2017-03-05
* indentation, comment and style fixes, no semantic changesChristian Grothoff2017-03-05
* assertion was inverted, also probably too strictChristian Grothoff2017-02-17
* do not start download twiceChristian Grothoff2017-01-25
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
* convert download API to MQChristian Grothoff2016-07-03
* -just indenting fixesChristian Grothoff2016-07-03
* fixing compiler warningsChristian Grothoff2016-05-06
* small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* -fix (C) noticesChristian Grothoff2016-01-19
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff2014-12-24
* start fewer FS probes concurrently, run them all in the same task to avoid un...Christian Grothoff2014-12-12
* bratao's patch for #3545: suspend/resume of downloadsChristian Grothoff2014-10-02
* handle case where partial download prevents proper bottom-up reconstruction a...Christian Grothoff2014-02-19
* malloc -> newLRN2013-12-19
* -fix left-over confusion between hash code and peer identity size from recent...Christian Grothoff2013-11-28
* -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 a...Christian Grothoff2013-05-30
* -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 really...Christian Grothoff2012-10-05
* -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 alwa...Christian Grothoff2012-04-19
* -allow NULL for emsgChristian Grothoff2012-04-04
* -eliminating duplicate codeChristian Grothoff2012-03-23
* -LRN: calculate file size for single files when needed and use GNUNET_DISK_fi...Christian Grothoff2012-03-19