aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.c
Commit message (Collapse)AuthorAge
...
* Parameterized directory listing permission checkSree Harsha Totakura2012-11-07
|
* -chaning multihashmap API to allow option for avoiding key allocationChristian Grothoff2012-10-07
|
* -fixing #2578Christian Grothoff2012-10-06
|
* eliminating use of 'namespace' as a fieldname / variable name to be C++ ↵Christian Grothoff2012-09-10
| | | | compatible
* -fixfixChristian Grothoff2012-07-25
|
* -ignorervChristian Grothoff2012-07-25
|
* -fixChristian Grothoff2012-07-25
|
* -work on #2437, plus misc minor bugfixesChristian Grothoff2012-06-21
|
* -branching cleanupChristian Grothoff2012-06-21
|
* -some more work on probesChristian Grothoff2012-06-21
|
* -towards better download prioritizationChristian Grothoff2012-06-21
|
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* -dequeue download on error, another attempt to fix #2403Christian Grothoff2012-06-09
|
* -fixing #2413Christian Grothoff2012-06-09
|
* -fixing #2402, #2403, #2399, #2398Christian Grothoff2012-06-08
|
* -fixing #2408Christian Grothoff2012-06-07
|
* -fixing persistence cleanupChristian Grothoff2012-04-26
|
* 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