summaryrefslogtreecommitdiff
path: root/src/attrcache.c
Commit message (Expand)AuthorAgeFilesLines
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-2/+2
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-1/+2
* Add missing license headersPatrick Steinhardt2017-07-031-0/+7
* config, attrcache: don't fallback to dirs literally named `~`Edward Thomson2017-03-231-5/+7
* attrcache: remove useless `do_init` indirectionPatrick Steinhardt2017-02-211-1/+1
* attrcache: replace existing file entry with `git__swap`Patrick Steinhardt2017-02-211-2/+5
* attrcache: do not lock/unlock the mutex directlyPatrick Steinhardt2017-02-211-3/+3
* strmap: remove GIT__USE_STRMAP macroPatrick Steinhardt2017-02-171-2/+0
* khash: avoid using macro magic to get return addressPatrick Steinhardt2017-02-171-2/+2
* attr_cache_remove: don't remove given fileEdward Thomson2017-01-231-4/+6
* giterr_set: consistent error messagesEdward Thomson2016-12-291-3/+3
* pool: Simplify implementationVicent Marti2015-10-281-2/+3
* config: borrow refcounted referencescmn/config-borrow-entryCarlos Martín Nieto2015-03-031-1/+2
* Remove extra semicolon outside of a functionStefan Widgren2015-02-151-1/+1
* attr_session: keep a temp bufferEdward Thomson2015-02-041-3/+7
* attrcache: don't re-read attrs during checkoutEdward Thomson2015-02-031-2/+3
* Merge pull request #2303 from jacquesg/mingw-lseekVicent Marti2014-05-191-1/+1
|\
| * git_pool_mallocsz takes an unsigned longJacques Germishuys2014-05-011-1/+1
* | Increase use of config snapshotsrb/coverity-fixesRussell Belfer2014-05-131-4/+7
|/
* Fix some coverity-found issuesRussell Belfer2014-04-211-6/+4
* attrcache: fix use-after-freeCarlos Martín Nieto2014-04-211-1/+1
* Some memory leak fixesRussell Belfer2014-04-171-26/+28
* Fix broken logic for attr cache invalidationRussell Belfer2014-04-171-61/+61
* Fix tests with new attr cache codeRussell Belfer2014-04-171-33/+82
* Attribute file cache refactorRussell Belfer2014-04-171-0/+397