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-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-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2017-03-22Merge pull request #4030 from libgit2/ethomson/fsyncEdward Thomson
2017-03-20filebuf: fix resolving absolute symlinksSven Strickroth2
2017-02-28fsync parent directories when fsyncingEdward Thomson
2017-02-28git_filebuf: optionally fsync when committingEdward Thomson
2016-12-29giterr_set: consistent error messagesEdward Thomson
2016-06-01filebuf: fix uninitialized warningEdward Thomson
2016-03-22filebuf: allow using a custom buffer sizeCarlos Martín Nieto
2016-03-11filebuf: handle write error in `lock_file`Patrick Steinhardt
2015-11-04filebuf: detect directories in our wayEdward Thomson
2015-09-05filebuf: follow symlinks when creating a lock fileCarlos Martín Nieto
2015-07-25filebuf: remove lockfile upon rename errorsCarlos Martín Nieto
2015-05-11centralizing all IO buffer size valuesJ Wyman
2015-02-13filebuf: use an int for return checkEdward Thomson
2015-02-13Make our overflow check look more like gcc/clang'sEdward Thomson
2015-02-13Use `size_t` to hold size of arraysEdward Thomson
2015-02-13allocations: test for overflow of requested sizeEdward Thomson
2014-06-04filebuf: make unlocking atomicCarlos Martín Nieto
2014-02-25Remove now-duplicated stdarg.h includeEdward Thomson
2013-11-05move mode_t to filebuf_open instead of _commitEdward Thomson
2013-11-05Take umask into account in filebuf_commitEdward Thomson
2013-08-19index: report when it's lockedCarlos Martín Nieto
2013-01-09update copyrightsEdward Thomson
2012-11-14filebuf now has a git_hash_ctx instead of a ctx*Edward Thomson
2012-11-13Remove git_hash_ctx_new - callers now _ctx_init()Edward Thomson
2012-11-13Win32 CryptoAPI and CNG support for SHA1Edward Thomson
2012-10-30Add git_config_refresh() API to reload configRussell Belfer
2012-09-12Properly handle p_readsVicent Marti
2012-08-24Fix valgrind warnings and spurious error messagesRussell Belfer
2012-08-03filebuf: Check the return value for `close`Vicent Marti
2012-05-27filebuf: add git_filebuf_flush()nulltoken
2012-04-13filebuf: add option not to buffer the contents at allCarlos Martín Nieto
2012-03-17Convert attr, ignore, mwindow, status to new errorsRussell Belfer
2012-03-13Migrate ODB files to new error handlingRussell Belfer
2012-03-09error-handling: On-disk config file backendVicent Martí
2012-03-07Migrating diff to new error handlingRussell Belfer
2012-03-06error-handling: ReferencesVicent Martí
2012-02-24Ensure that commits don't fail if committing content that already existsPaul Betts
2012-02-13Update Copyright headerschu
2012-01-18Move path related functions from fileops to pathRussell Belfer
2011-12-08Use git_buf for path storage instead of stack-based buffersRussell Belfer
2011-11-22filebuf: add GIT_FILEBUF_INIT and protect multiple opens and cleanupsRussell Belfer
2011-11-07Implement p_renameCarlos Martín Nieto
2011-10-29Merge pull request #456 from brodie/perm-fixesVicent Martí
2011-10-29global: Properly use `git__` memory wrappersVicent Marti
2011-10-15*: correct and codify various file permissionsBrodie Rao
2011-10-15fileops/repository: create (most) directories with 0777 permissionsBrodie Rao
2011-09-29odb: Pass compression settings to filebufVicent Marti