aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_dirmetascan.c
Commit message (Collapse)AuthorAge
* malloc -> newLRN2013-12-19
|
* implement #3035: add mimetype:type category keywords, also doxygen fixesChristian Grothoff2013-10-08
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -doxChristian Grothoff2013-09-06
|
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* - complement HELPER API with functions to kill and wait on the helper processSree Harsha Totakura2013-05-09
| | | | | | - To shutdown quickly, have testbed first kill all sub-controller's helper processes first and wait later instead of kill & wait per each processes.
* -fixChristian Grothoff2012-12-19
|
* -tolerate NULLChristian Grothoff2012-11-05
|
* -trying to fix unindex trouble on keyword extractionChristian Grothoff2012-09-27
|
* only use control pipe with helpers IF the helper actually supports itChristian Grothoff2012-08-29
|
* extended HELPER api to notify when child crashesSree Harsha Totakura2012-07-16
|
* -fixing #2365Christian Grothoff2012-05-28
|
* - adding return value to mst callbackMatthias Wachs2012-05-24
|
* -nodebug #2300Christian Grothoff2012-05-05
|
* -ignoreChristian Grothoff2012-05-05
|
* 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.
* -fixChristian Grothoff2012-02-12
|
* -fixing #2139Christian Grothoff2012-02-09
|
* -fix #2142Christian Grothoff2012-02-07
|
* -also user gnunet-original filename here more consistentlyChristian Grothoff2012-02-03
|
* -misc fixesChristian Grothoff2012-01-29
|
* -fixChristian Grothoff2012-01-29
|
* -fixChristian Grothoff2012-01-29
|
* -fs publish should basically work nowChristian Grothoff2012-01-29
|
* -fix shutdown issues on errorChristian Grothoff2012-01-29
|
* -towards external meta scanner processChristian Grothoff2012-01-29
|
* -finishing new helperChristian Grothoff2012-01-29
|
* -towards resolving thread-issueChristian Grothoff2012-01-29
|
* -misc bugfixesChristian Grothoff2012-01-29
|
* -fixChristian Grothoff2012-01-29
|
* -cleaning up dirmetascan code, still failing for meChristian Grothoff2012-01-28
|
* -renaming symbols to match naming conventionsChristian Grothoff2012-01-28
|
* -undo 19365Christian Grothoff2012-01-25
|
* -doxygen fixesChristian Grothoff2012-01-25
|
* -fixChristian Grothoff2012-01-25
|
* -LRN: use filescanner in gnunet-publishChristian Grothoff2012-01-15
|
* -LRN: harmonize dirmetascanner, plus fixing compile errors on GNUChristian Grothoff2012-01-15
|
* -LRN: use signal pipe instead of a semaphoreChristian Grothoff2012-01-14
|
* -LRN: use blocking writes for scannerChristian Grothoff2012-01-14
|
* LRN: enable more fine-grained control over blocking/non-blocking pipe operationChristian Grothoff2012-01-14
|
* -LRN: fix pipe writing and progress writeChristian Grothoff2012-01-14
|
* -file was missing, forgot to add earlierChristian Grothoff2012-01-14