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-20define SYMBOLIC_LINK_FLAG_DIRECTORY if not definedJacques Germishuys
2019-05-20Moved dwFlags declaration to beginning of scopeDaniel Cohen Gindi
2019-05-20Support symlinks for directories in win32Daniel Cohen Gindi
2019-01-23git_error: use new names in internal APIs and usageEdward Thomson
2019-01-06Fix a bunch of warningslhchavez
2018-11-15Merge pull request #4713 from libgit2/ethomson/win_symlinksEdward Thomson
2018-10-20win32: add symbolic link supportEdward Thomson
2018-10-20win32: use GetFinalPathNameByHandle directlyEdward Thomson
2018-10-19win32: rename `git_win32__canonicalize_path`Edward Thomson
2018-07-13treewide: remove use of C++ style commentsPatrick Steinhardt
2017-08-15Merge pull request #4288 from pks-t/pks/include-fixupsEdward Thomson
2017-07-26win32: provide fast-path for retrying filesystem operationsEdward Thomson
2017-07-26fixed win32 p_unlink retry sleep issueCarson Howard
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2017-04-17win32: `remediation` not `cleanup`Edward Thomson
2017-04-05win32: enable `p_utimes` for readonly filesEdward Thomson
2017-04-04win32: make posix emulation retries configurableEdward Thomson
2017-04-04win32: do not inherit file descriptorsEdward Thomson
2017-04-04Allow to configure default file share mode for opening filesSven Strickroth
2017-04-02win32: deduplicate code: use p_open in p_creatSven Strickroth
2017-04-02win32: use CreateFile in p_openSven Strickroth
2017-04-02win32: teach p_open about do_with_retriesEdward Thomson
2017-04-02win32: teach p_unlink about do_with_retriesEdward Thomson
2017-04-02win32: make p_rename use do_with_retriesEdward Thomson
2017-04-01win32: introduce `do_with_retries` macroEdward Thomson
2017-04-01win32: map windows error codes to errnoEdward Thomson
2017-04-01Merge remote-tracking branch 'origin/pr/3790' into win32_posixEdward Thomson
2017-02-28odb_loose: fsync testsEdward Thomson
2016-05-18Add retries to win32 p_unlink and p_open.Tyler Church
2016-02-16fstat: use our custom `stat`Edward Thomson
2016-02-12win32: introduce p_timeval that isn't stupidEdward Thomson
2015-09-17win32: return EACCES in `p_lstat`Edward Thomson
2015-07-02git__getenv: utf-8 aware env readerEdward Thomson
2015-06-16Introduce p_utimes and p_futimesEdward Thomson
2015-04-28win32: abstract file attributes -> struct stat fnEdward Thomson
2015-04-28Improvements to status performance on Windows.J Wyman
2015-03-06Use secure API if available.Matti Virolainen
2015-03-03Change ifdef for MINGW32.Jeff Hostetler
2015-03-03Fix p_ftruncate to handle big files for git_cloneJeff Hostetler
2015-02-13win32: limit the mode to `_wopen`/`_waccess`Edward Thomson
2015-02-05stat: don't remove trailing '/' from root on win32Edward Thomson
2014-12-16win32: use NT-prefixed "\\?\" pathsEdward Thomson
2014-10-13p_lstat win32: don't canonicalize volume mountsEdward Thomson
2014-08-05Consistently use p_snprintfJacques Germishuys
2014-08-05Cleanup portability/compatibility layerJacques Germishuys
2014-07-06Define IO_REPARSE_TAG_SYMLINK if its not defined by WinNT.hJacques Germishuys
2014-07-06Secure CRT is only available from Visual Studio 2005+Jacques Germishuys
2014-06-04filebuf: make unlocking atomicCarlos Martín Nieto
2014-05-17indexer: mmap fixes for WindowsCarlos Martín Nieto
2014-05-16Win32: Supply _O_NOINHERIT when calling _wopenPhilip Kelley