aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-helper-fs-publish.c
Commit message (Collapse)AuthorAge
* first step to remove plibcng02019-09-06
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* 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
|
* fix use of uninitialized value host1 on error loggingChristian Grothoff2017-03-10
|
* -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
|
* make libextractor actually optional, both for GNUnet and GNUnet-taler buildsChristian Grothoff2015-05-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* malloc -> newLRN2013-12-19
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* auto-correct missing 0-terminators in C_STRINGS/UTF-8 stringsChristian Grothoff2013-09-15
|
* auto-correct missing 0-terminators in C_STRINGS/UTF-8 stringsChristian Grothoff2013-09-15
|
* -fixing #3034Christian Grothoff2013-09-14
|
* Don't send more than 64k from fs helperLRN2013-02-02
|
* -actually, on W32 we do need to convert...Christian Grothoff2012-11-13
|
* -helper is not called from cmd-line, so no utf8 conversion requiredChristian Grothoff2012-11-13
|
* -misc bugfixes, travel hackingChristian Grothoff2012-11-04
|
* -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