aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_sharetree.c
Commit message (Collapse)AuthorAge
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -minor style fixesChristian Grothoff2013-09-15
|
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* -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