the_silver_searcher/src
Matt Kaniaris e3ff1c3660 sparse ignore tree:
Probably 99% of ignores are in the root directory.  We should not force every child directory to search through empty ignore nodes for parents.
2015-01-09 16:22:52 -08:00
..
win32 Fix win32 build 2014-09-19 14:44:26 +09:00
decompress.c Fix the last of the warnings. 2014-02-22 22:09:50 -08:00
decompress.h I forgot to clang-format the header files. 2014-03-21 01:39:53 -07:00
ignore.c sparse ignore tree: 2015-01-09 16:22:52 -08:00
ignore.h sparse ignore tree: 2015-01-09 16:22:52 -08:00
lang.c src/lang.c: Add Mercury language (*.m, *.moo) 2014-12-11 22:48:43 +08:00
lang.h refactor language count 2014-10-06 09:00:08 -05:00
log.c Reformat according to clang-format. 2014-02-22 20:58:34 -08:00
log.h I forgot to clang-format the header files. 2014-03-21 01:39:53 -07:00
main.c Add undocumented options to enable/disable thread affinity. In some cases, no thread affinity can be slightly faster. 2014-12-28 19:40:49 -08:00
options.c Make --invert-match use -v handler. Fixed color.t to use a custom alias 2014-12-31 08:32:55 -08:00
options.h Add undocumented options to enable/disable thread affinity. In some cases, no thread affinity can be slightly faster. 2014-12-28 19:40:49 -08:00
print.c Support for -o (--only-matching), which prints only the matching part of 2014-12-06 07:24:42 -08:00
print.h Add --count/-c to count matches. This also counts on streams, but it's not very useful yet since lines with no matches don't print a zero. Anyway, it fixes #476. 2014-11-14 18:53:56 -08:00
scandir.c Be much stricter when compiling. Fix lots of warnings. Detect realpath instead of always overriding it on Windows. 2014-02-22 21:24:07 -08:00
scandir.h I forgot to clang-format the header files. 2014-03-21 01:39:53 -07:00
search.c Merge pull request #539 from kevinxucs/max-depth 2014-12-14 23:45:53 -08:00
search.h Call generate_find_skip. Pass find_skip_lookup around. 2014-07-26 21:27:59 -07:00
uthash.h Upgrade to uthash 1.9.9. 2014-10-29 23:14:13 -07:00
util.c Change constant name from MAX_PATH to _MAX_PATH so the code could be compiled 2014-12-18 17:10:19 +03:00
util.h Rename max to ag_max. Fixes #469 2014-08-19 23:51:21 -07:00