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
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
2014-04-23React to feedback for UTF-8 <-> WCHAR and reparse workPhilip Kelley
2014-04-22Handle win32 reparse points properlyEdward Thomson
2014-04-20Win32: UTF-8 <-> WCHAR conversion overhaulPhilip Kelley
2014-03-27Retry renaming files on Access Denied errorsJan Melcher
2013-10-08More filemode cleanups for FAT on MacOSRussell Belfer
2013-08-20Fix p_inet_pton on windowsEdward Thomson
2013-08-20Use time(2) to get the timeEdward Thomson
2013-08-16Give credit to PHP for the p_readlink function in posix_w32.cMartin Woodward
2013-08-13Minor win32 fixes and improvementsRussell Belfer
2013-08-13Reintroduce type for UTF8 win32 path conversionsRussell Belfer
2013-08-13Rename git__win32_path fns to git_win32_pathRussell Belfer
2013-08-13windows: Path conversion with better semanticsVicent Marti
2013-08-08Discriminate path-specific and general UTF-X conversionsBen Straub
2013-08-08Rename git_win_str_utf* to git_win32_path_utf*Ben Straub
2013-08-08Add typedefs for win32 utf-8 and utf-16 buffersBen Straub
2013-08-05Split UTF-16 and UTF-8 buffer sizes for win32Ben Straub
2013-06-25Correctly handle junctionsSven Strickroth
2013-06-13Fix Windows warningsRussell Belfer
2013-05-16Fix trailing whitespacesnulltoken
2013-05-15Unify whitespaces to tabsLinquize
2013-05-06Merge pull request #1547 from ethomson/win32_statVicent Martí
2013-05-04p_stat() should follow symlinks on windowsEdward Thomson
2013-05-04allow checkout to proceed when a dir to be removed is in use (win32)Edward Thomson
2013-03-01Merge pull request #1373 from arrbee/why-cdecl-whyVicent Martí
2013-03-01Fix some deprecation warnings on WindowsRussell Belfer
2013-02-28w32-posix: Wrap the `timezone` declaration with a clauseVicent Marti
2013-02-08Fix Windows symlinksJameson Miller
2013-02-08Moved braces to conform to code stylePatrick Pokatilo
2013-02-08Replace LoadLibrary with GetModuleHandle, since kernel32 is loaded by defaultPatrick Pokatilo