aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-helper-fs-publish.c
Commit message (Collapse)AuthorAge
* -install sigpipe handlerChristian Grothoff2012-10-09
|
* LRN: new utf8 argv converter for W32, converting strings on command-line to ↵Christian Grothoff2012-06-10
| | | | UTF-8 for all command-line tools.
* -fixing #2365Christian Grothoff2012-05-28
|
* -nodebug #2300Christian Grothoff2012-05-05
|
* -ignoreChristian Grothoff2012-05-05
|
* -fix #2232Christian Grothoff2012-03-24
|
* -LRN: calculate file size for single files when needed and use ↵Christian Grothoff2012-03-19
| | | | GNUNET_DISK_file_size instead of STAT
* 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.
* -dce: can never be NULLChristian Grothoff2012-02-22
|
* LRN: Do-partial-serialization-in-fs-publish-helper:Christian Grothoff2012-02-20
|
* LRN: Use binary mode on W32 (lol -CG)Christian Grothoff2012-02-16
|
* -fix leakChristian Grothoff2012-02-13
|
* -doxygen fixesChristian Grothoff2012-02-11
|
* -all meta data extraction should happen in helper, removing from APIChristian Grothoff2012-01-30
|
* -fs publish should basically work nowChristian Grothoff2012-01-29
|
* -towards external meta scanner processChristian Grothoff2012-01-29
|
* -finishing new helperChristian Grothoff2012-01-29
|
* -towards resolving thread-issueChristian Grothoff2012-01-29