aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.c
Commit message (Collapse)AuthorAge
* fixing issue with gnunet-publish not closing files early enough when ↵Christian Grothoff2012-03-24
| | | | publishing directories with more than FD_MAX files (#2239)
* -check return values, fix leakChristian Grothoff2012-03-15
|
* -unindex needs to decrypt KBlockChristian Grothoff2012-03-09
|
* -do not call uri_to_string with NULL pointerChristian Grothoff2012-03-09
|
* implementing removal of KBlocks during unindex operation (#1926)Christian Grothoff2012-03-09
|
* adding fs/ to all default directory names relating to file sharingChristian Grothoff2012-03-04
|
* -use sane defaultsChristian Grothoff2012-03-04
|
* fixing #1927 by further limiting the time a download probe can be active at ↵Christian Grothoff2012-03-04
| | | | a time in the download queue; this is equivalent to it having a low priority
* -add priorities to download queueChristian Grothoff2012-03-04
|
* LRN: two directory patches change the way "is_directory" is evaluated.Christian Grothoff2012-02-22
| | | | | | | | | | | Now it must be GNUNET_YES for the execution flow to switch to a branch where something is considered to be a directory. The reason for that is that some functions might return GNUNET_SYSERR when asked whether something is a directory or not. Checking this value as "!= GNUNET_NO" will produce positive result, even though it's not a directory.
* -sync after getting URI on publishing to resume properly; also bugfix...Christian Grothoff2012-02-18
|
* -do not try to desearialize search directoriesChristian Grothoff2012-02-18
|
* -use search URI, not result URIChristian Grothoff2012-02-18
|
* fixing bug to ensure that we properly descend into deep directories for the ↵Christian Grothoff2012-01-11
| | | | various publish start/stop/suspend/resume event callbacks
* changing scheduler priorities to revert to DEFAULT instead of inheriting ↵Christian Grothoff2012-01-01
| | | | parent-task priority unless something else is explicitly specified
* -not all uris are ksksChristian Grothoff2011-12-19
|
* -check for NULLChristian Grothoff2011-12-19
|
* improving results seen communication to consider which exact keywords a ↵Christian Grothoff2011-12-19
| | | | particular result has been seen for so far
* -fixing #2006Christian Grothoff2011-12-13
|
* -fixing indentationChristian Grothoff2011-11-29
|
* dead code elimination, splitting fs.h into fs.h and fs_api.hChristian Grothoff2011-11-15