ldas-tools-diskcacheAPI
2.7.0
|
Check if any registered indexing scheme indexes this type of file and if so, what assumption does it make about the file type.
Check if entry should be excluded from the scan.
Check if entry should be excluded from the scan.
Optimization - The collection of subdirectory names should only contain the name relative to the current directory.
Optimization - The collection of subdirectory names should only contain the name relative to the current directory.
Optimization - The collection of subdirectory names should only contain the name relative to the current directory.
Optimization - The collection of subdirectory names should only contain the name relative to the current directory.
Optimization - The collection of subdirectory names should only contain the name relative to the current directory.
This can be optimized by writing the root followed by Writing the path relative to the root. The current implementation is waistful as the root portion is in both names.
Loop over all of the associated indexes and have them dump their information to the Stream
Need to look at the old data to see if files existed in the previous version since they will need to be removed here.
Need to flag this data as overlapping with other data within this directory
Verify that file is unique under the mount point
This needs to be locked to be thread safe. It only needs to be locked with a read lock since it only queries the information.
This needs to be locked to be thread safe. It only needs to be locked with a read lock since it only queries the information.
This needs to be locked to be thread safe. It only needs to be locked with a read lock since it only queries the information.
This needs to be locked to be thread safe. It only needs to be locked with a read lock since it only queries the information.
This needs to be locked to be thread safe. It only needs to be locked with a read lock since it only queries the information.
This needs to be locked to be thread safe. It only needs to be locked with a read lock since it only queries the information.
This needs to be locked to be thread safe. It only needs to be locked with a read lock since it only queries the information.
This needs to be locked to be thread safe. It only needs to be locked with a read lock since it only queries the information.
This needs to be locked to be thread safe. It only needs to be locked with a read lock since it only queries the information.
Protect from multiple scanner daemons from running.
Need to setup the task thread to be returned to the pool once the task is complete.
Protect from multiple scanner daemons from running.
Need to setup the task thread to be returned to the pool once the task is complete.
Protect from multiple scanner daemons from running.
Need to setup the task thread to be returned to the pool once the task is complete.
This needs to be made thread safe by having a separate one for each thread.
This needs to be made thread safe by having a separate one for each thread.
This needs to be made thread safe by having a separate one for each thread.
This needs to be made thread safe by having a separate one for each thread.
This needs to be made thread safe by having a separate one for each thread.
Need to produce and exception regarding unknown keyword found
Need to produce an exception regarding parse error in configuration file as a key/value pair was encountered where a word value was expected.
When the output is ascii, the query options should allow the user to request a subset of the entire cache.
When the output is binary, the query options should allow the user to request a subset of the entire cache.
format results for output to stream diskCache::ASCII::Translate( &std::cout, results );
When the output is ascii, the query options should allow the user to request a subset of the entire cache.
When the output is binary, the query options should allow the user to request a subset of the entire cache.
Need to return any remaining gap information
Need to return any remaining gap information
Need to return any remaining gap information
Need to make this thread safe
Need to make this thread safe
Need to make this thread safe
Need to make this thread safe
Need to make this thread safe
Protect against buffer overrun
Protect against buffer overrun
Protect against buffer overrun
Need to make this thread safe
Need to make this thread safe
Need to make this thread safe
Need to make this thread safe
Need to make this thread safe
Need to make this thread safe
Need to make this thread safe
Need to make this thread safe
Need to make this thread safe
Need to make this thread safe
Use of this regular expression needs to be protected by locks.
The Regex class needs to be extened to support a reset option so the regular expression may be modified if the list of file extensions is modified.