aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_sharetree.c
Commit message (Collapse)AuthorAge
* -chaning multihashmap API to allow option for avoiding key allocationChristian Grothoff2012-10-07
|
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* 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.
* LRN: Iterate-over-a-copy-of-ksk-when-removing-itemsChristian Grothoff2012-02-20
|
* -fs publish should basically work nowChristian Grothoff2012-01-29
|
* -misc bugfixesChristian Grothoff2012-01-29
|
* -cleaning up dirmetascan code, still failing for meChristian Grothoff2012-01-28
|
* -implement tree freeingChristian Grothoff2012-01-28
|
* -cleaner version of sharetree trim code; should be fast enough to run ↵Christian Grothoff2012-01-28
synchrnously