summaryrefslogtreecommitdiff
path: root/preload-index.c
AgeCommit message (Expand)Author
2018-11-18Merge branch 'nd/pthreads'Junio C Hamano
2018-11-05Clean up pthread_create() error handlingNguyễn Thái Ngọc Duy
2018-11-05preload-index.c: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy
2018-10-30speed up refresh_index() by utilizing preload_index()Ben Peart
2018-10-19Merge branch 'nd/status-refresh-progress'Junio C Hamano
2018-10-19Merge branch 'bp/rename-test-env-var'Junio C Hamano
2018-09-28preload-index: update GIT_FORCE_PRELOAD_TEST supportBen Peart
2018-09-20preload-index: use git_env_bool() not getenv() for customizationBen Peart
2018-09-17Merge branch 'nd/unpack-trees-with-cache-tree'Junio C Hamano
2018-09-17status: show progress bar if refreshing the index takes too longNguyễn Thái Ngọc Duy
2018-08-18trace.h: support nested performance tracingNguyễn Thái Ngọc Duy
2018-08-13preload-index.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy
2018-02-02trace: measure where the time is spent in the index-heavy operationsNguyễn Thái Ngọc Duy
2017-10-01fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart
2017-09-24preload-index: add override to enable testing preload-indexBen Peart
2017-02-10preload-index: avoid lstat for skip-worktree itemsJeff Hostetler
2014-07-13cache.h: rename cache_def_free to cache_def_clearKarsten Blees
2014-07-07symlinks: remove PATH_MAX limitationKarsten Blees
2014-02-24pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy
2013-07-15convert read_cache_preload() to take struct pathspecNguyễn Thái Ngọc Duy
2013-07-15move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy
2011-02-03Convert ce_path_match() to use struct pathspecNguyễn Thái Ngọc Duy
2010-01-24Make ce_uptodate() trustworthy againJunio C Hamano
2009-07-23janitor: add DIV_ROUND_UP and use it.Pierre Habouzit
2009-07-10Make index preloading check the whole path to the fileLinus Torvalds
2008-12-02Makefile: introduce NO_PTHREADSJunio C Hamano
2008-11-17Fix index preloading for racy dirty caseLinus Torvalds
2008-11-15Add cache preload facilityLinus Torvalds