summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Honor `core.fsyncObjectFiles`ethomson/fsyncEdward Thomson2017-03-0210-21/+94
* win32: don't fsync parent directories on WindowsEdward Thomson2017-02-281-0/+5
* fsync: call it "synchronous" object writingEdward Thomson2017-02-286-11/+11
* fsync parent directories when fsyncingEdward Thomson2017-02-284-2/+60
* git_futils_writebuffer: default only when flags==0Edward Thomson2017-02-282-12/+12
* refdb_fs: optionally fsync packed refsEdward Thomson2017-02-281-2/+5
* refdb_fs: optionally fsync loose referencesEdward Thomson2017-02-281-4/+13
* git_futils_writebuffer: optionally fsyncEdward Thomson2017-02-282-1/+20
* packbuilder: honor git_object__synchronized_writingEdward Thomson2017-02-281-1/+9
* odb_loose: fsync testsEdward Thomson2017-02-284-1/+16
* Add `ENABLE_SYNCHRONIZED_OBJECT_CREATION` optionEdward Thomson2017-02-284-1/+8
* odb_loose: actually honor the fsync optionEdward Thomson2017-02-281-6/+13
* git_filebuf: optionally fsync when committingEdward Thomson2017-02-282-1/+11
* Merge pull request #4133 from stinb/khash-cleanup-regressionPatrick Steinhardt2017-02-241-3/+3
|\
| * pack: fix looping over cache entriesJason Haslam2017-02-221-3/+3
* | Merge pull request #4131 from pks-t/pks/attrcache-cleanupsCarlos Martín Nieto2017-02-222-10/+10
|\ \
| * | attrcache: remove useless `do_init` indirectionPatrick Steinhardt2017-02-212-5/+2
| * | 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
| |/
* | Provide error on gcc < 4.1 when THREADSAFEethomson/ancient_gcc_not_threadsafeEdward Thomson2017-02-221-0/+6
|/
* Merge pull request #4130 from libgit2/ethomson/clar_messagesEdward Thomson2017-02-171-1/+1
|\
| * p_snprintf: no need for arguments to a formatEdward Thomson2017-02-171-1/+1
* | idxmap: remove GIT__USE_IDXMAPPatrick Steinhardt2017-02-173-23/+14
* | idxmap: convert to use functions instead of macrosPatrick Steinhardt2017-02-172-43/+143
* | offmap: remove GIT__USE_OFFMAP macroPatrick Steinhardt2017-02-173-6/+1
* | offmap: convert to use functions instead of macrosPatrick Steinhardt2017-02-172-23/+97
* | oidmap: remove GIT__USE_OIDMAP macroPatrick Steinhardt2017-02-179-23/+7
* | oidmap: convert macros to functionsPatrick Steinhardt2017-02-172-22/+115
* | strmap: remove GIT__USE_STRMAP macroPatrick Steinhardt2017-02-1715-29/+1
* | strmap: convert macros to functionsPatrick Steinhardt2017-02-172-27/+112
* | khash: avoid using `kh_resize` directlyPatrick Steinhardt2017-02-172-6/+7
* | khash: avoid using macro magic to get return addressPatrick Steinhardt2017-02-1717-36/+36
* | khash: avoid using `kh_key`/`kh_val` as lvaluePatrick Steinhardt2017-02-179-15/+18
* | khash: avoid using `kh_put` directlyPatrick Steinhardt2017-02-1710-9/+15
* | khash: avoid using `kh_del` directlyPatrick Steinhardt2017-02-173-4/+5
* | khash: avoid using `kh_key` directlyPatrick Steinhardt2017-02-174-6/+5
* | khash: avoid using `kh_val`/`kh_value` directlyPatrick Steinhardt2017-02-177-19/+19
* | khash: avoid using `kh_exist` directlyPatrick Steinhardt2017-02-172-1/+2
* | khash: avoid using `kh_clear` directlyPatrick Steinhardt2017-02-172-2/+2
* | khash: avoid using `kh_get` directlyPatrick Steinhardt2017-02-175-8/+8
* | khash: avoid using `kh_end` directlyPatrick Steinhardt2017-02-176-9/+12
* | khash: use `git_map_exists` where applicablePatrick Steinhardt2017-02-175-12/+6
* | khash: avoid using `kh_foreach`/`kh_foreach_value` directlyPatrick Steinhardt2017-02-176-32/+17
* | khash: avoid using `kh_size` directlyPatrick Steinhardt2017-02-173-7/+7
* | offmap: remove unused macro `git_offmap_insert2`Patrick Steinhardt2017-02-171-10/+0
* | strmap: remove unused macro `git_strmap_insert2`Patrick Steinhardt2017-02-171-10/+0
|/
* refdb: catch additional per-worktree refsPatrick Steinhardt2017-02-151-4/+9
* Merge pull request #4122 from pks-t/pks/signature-dbl-freeEdward Thomson2017-02-132-5/+7
|\
| * commit: avoid possible use-after-freePatrick Steinhardt2017-02-131-1/+2
| * commit: clear user-provided buffersPatrick Steinhardt2017-02-131-3/+3