| Improve CMake's handling of manpage installation to not require an external script. |
|
More...
|
almost 9 years ago
|
| Minor optimizations. |
|
More...
|
about 9 years ago
|
| Remove defines that allowed us to call nftw. |
|
More...
|
about 9 years ago
|
| Fix previous commit not updating the actual function calls. |
|
More...
|
over 9 years ago
|
| Tweak another macro in parseArgs.c to be an inline function instead. |
|
More...
|
over 9 years ago
|
| Fix improper documentation information for the argument handling return value. |
|
More...
|
over 9 years ago
|
| Fix a typo in a comment. No functional changes. |
|
More...
|
over 9 years ago
|
| Start to convert argument parser macros over to static inline functions. |
|
More...
|
over 9 years ago
|
| Fix whitespace issues from tabs in messages. Now all spaces for consistent display. |
|
More...
|
over 9 years ago
|
| Minor code work to reduce mathematical operations. |
|
More...
|
over 9 years ago
|
| Slight code refactoring in adding root directories to help unoptimized builds. |
|
More...
|
over 9 years ago
|
| Remove configuration check for unused method strdup. |
|
More...
|
over 9 years ago
|
| Remove use of strdup on result creation in favor of malloc and strcpy. |
|
More...
|
over 9 years ago
|
| Elaborate on a comment about binary files that was ambiguous. |
|
More...
|
over 9 years ago
|
| Merge branch 'master' of https://github.com/SilverNexus/fileperuser |
|
More...
|
over 9 years ago
|
| Whitespace changes. All indents are now tabs. |
|
More...
|
over 9 years ago
|
| Remove execute permissions from root-level source code. |
|
More...
|
over 9 years ago
|
| Loop optimization on case insensitive searches. |
|
More...
|
over 9 years ago
|
| Clean up boyer-moore initialization code in performance test. |
|
More...
|
over 9 years ago
|
| Remove obsolete define from performance tests. |
|
More...
|
over 9 years ago
|
| Update the readme to not reference ftw.h, as it is not used anymore. |
|
More...
|
over 9 years ago
|
| Removed underperforming nftw walk option. dirent-based search now surpassed its performance on all tested cases. |
|
More...
|
over 9 years ago
|
| Additional optimizations to the dirent search. Also ensured that root node arguments are always stored without a trailing slash. |
|
More...
|
over 9 years ago
|
| Reduce calls to strlen in dirent-based traversal. |
|
More...
|
over 9 years ago
|
| Rename new function to match what it actually does, rather than the opposite of what it does. |
|
More...
|
over 9 years ago
|
| Solved dirent-based search failing to find excluded paths and optimized the dirent-based traversal code. |
|
More...
|
over 9 years ago
|
| Refactor a while loop with a redundant initial comparison and make it a do-while loop. |
|
More...
|
over 9 years ago
|
| Improve warning message in dirent-based search. |
|
More...
|
over 9 years ago
|
| Improve error messages for ftw-based search. |
|
More...
|
over 9 years ago
|
| Make new_result_loc() inline only on non-MSVC builds. |
|
More...
|
almost 10 years ago
|