1
I Use This!
Inactive

Commits : Listings

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