Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-02git_repository_init: stop traversing at windows rootEdward Thomson
2019-01-23git_error: use new names in internal APIs and usageEdward Thomson
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2017-12-26futils: add a function to truncate a fileCarlos Martín Nieto
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2017-06-11Merge pull request #4260 from libgit2/ethomson/forced_checkout_2Edward Thomson
2017-06-10git_futils_rmdir: only allow `EBUSY` when askedEdward Thomson
2017-06-08fileops: check return value of `git_path_dirname`Patrick Steinhardt
2017-04-12fileops: fix leaking fd in `mmap_ro_file`Patrick Steinhardt
2017-04-04fileops: do not overwrite correct error message on mmapPatrick Steinhardt
2017-03-24Merge pull request #4175 from libgit2/ethomson/dont_trunc_and_exclPatrick Steinhardt
2017-03-22Merge pull request #4030 from libgit2/ethomson/fsyncEdward Thomson
2017-03-22git_futils: don't O_EXCL and O_TRUNCEdward Thomson
2017-03-09git_futils_readbuffer: don't compute sha-1Edward Thomson
2017-02-28win32: don't fsync parent directories on WindowsEdward Thomson
2017-02-28fsync parent directories when fsyncingEdward Thomson
2017-02-28git_futils_writebuffer: default only when flags==0Edward Thomson
2017-02-28git_futils_writebuffer: optionally fsyncEdward Thomson
2017-02-17strmap: remove GIT__USE_STRMAP macroPatrick Steinhardt
2017-02-17khash: avoid using macro magic to get return addressPatrick Steinhardt
2016-12-29giterr_set: consistent error messagesEdward Thomson
2016-11-14fileops: save errno and report file existenceCarlos Martín Nieto
2016-08-04odb: only freshen pack files every 2 secondsEdward Thomson
2016-08-04odb: freshen existing objects when writingEdward Thomson
2016-02-25nsec: support NDK's crazy nanosecondsEdward Thomson
2016-02-09xplat: use st_mtimespec everywhere on macEdward Thomson
2015-11-20Detect stat's structureJacques Germishuys
2015-11-12Merge pull request #3170 from CmdrMoozy/nsec_fixCarlos Martín Nieto
2015-10-30filebuf: use an internal bufferCarlos Martín Nieto
2015-10-30filebuf: use a checksum to detect file changesCarlos Martín Nieto
2015-10-02index: don't populate nsec values if GIT_USE_NSEC is offAxel Rasmussen
2015-09-19apple: work around non-POSIX struct stat on OS X.Axel Rasmussen
2015-09-19diff/index: respect USE_NSEC for racily clean file detectionAxel Rasmussen
2015-09-17`mkdir`: cope with root path on win32Edward Thomson
2015-09-17mkdir: chmod existing paths with `GIT_MKDIR_CHMOD`Edward Thomson
2015-09-17mkdir: find component paths for mkdir_relativeEdward Thomson
2015-09-17git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson
2015-05-17fileops: set an error on write error for file copyCarlos Martín Nieto
2015-05-15fileops: set an error message if we fail to link a fileCarlos Martín Nieto
2015-05-11centralizing all IO buffer size valuesJ Wyman
2015-03-19mkdir-ext: Retry lstat on EEXIST raceVicent Marti
2015-02-15Remove extra semicolon outside of a functionStefan Widgren
2015-02-15Merge pull request #2895 from ethomson/alloc_overflowCarlos Martín Nieto
2015-02-13Make our overflow check look more like gcc/clang'sEdward Thomson
2015-02-13Merge pull request #2897 from leoyanggit/fix_fileop_warningCarlos Martín Nieto
2015-02-13p_read: ensure requested len is ssize_tEdward Thomson
2015-02-13allocations: test for overflow of requested sizeEdward Thomson
2015-02-13Fix build warning on AndroidLeo Yang
2015-02-12Merge pull request #2866 from ethomson/checkout_perf2Carlos Martín Nieto
2015-02-05mkdir: respect the root pathEdward Thomson