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-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-06Move definitions of strcasecmp and strncasecmp to msvc-compat.hTony Kelman
2015-03-03Fix p_ftruncate to handle big files for git_cloneJeff Hostetler
2014-12-16win32: use NT-prefixed "\\?\" pathsEdward Thomson
2014-08-05Introduce some consistency in definition/declaration orderingJacques Germishuys
2014-08-05Cleanup portability/compatibility layerJacques Germishuys
2014-07-06Secure CRT is only available from Visual Studio 2005+Jacques Germishuys
2014-05-17indexer: mmap fixes for WindowsCarlos Martín Nieto
2014-04-22Handle win32 reparse points properlyEdward Thomson
2014-04-20Win32: UTF-8 <-> WCHAR conversion overhaulPhilip Kelley
2013-08-20Fix p_inet_pton on windowsEdward Thomson
2013-08-13Rename git__win32_path fns to git_win32_pathRussell Belfer
2013-08-13windows: Fuck meVicent Marti
2013-08-13windows: Require orderVicent Marti
2013-08-13windows: Missing renames.Vicent 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-01-09update copyrightsEdward Thomson
2012-11-15Add POSIX compat lstat() variant for win32Russell Belfer
2012-11-07Move inet_pton to posix platform-compatibility layerEduardo Bart
2012-10-15Always use internal fnmatch, not systemRussell Belfer
2012-08-29Add bounds checking to UTF-8 conversionutf8-winVicent Marti
2012-08-29windows: Keep UTF-8 on the stack yoVicent Marti
2012-07-17Checkout: handle symlinks.Ben Straub
2012-05-10Hook up Windows compat fnmatch() for SolarisScott J. Goldman
2012-05-07compat: make p_open able to accept optional mode when passing the O_CREAT flagnulltoken
2012-04-17Fix warnings on 64-bit windows buildsRussell Belfer
2012-03-03Clean up GIT_UNUSED macros on all platformsRussell Belfer
2012-03-03Simplify GIT_UNUSED macrosRussell Belfer
2012-02-13Update Copyright headerschu
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-27windows: Add support for non-UTF codepagesVicent Marti
2011-10-15fileops/posix: replace usage of "int mode" with "mode_t mode"Brodie Rao
2011-10-06msvc: Properly handle inttypes.h/stdint.hVicent Marti
2011-09-29mingw: Fix compilation warningsVicent Marti
2011-09-23Implment p_access and use it in git_fileutils_existsCarlos Martín Nieto
2011-09-20Rewrite p_* functions to use Unicode and marshal to UTF8 internallyPaul Betts
2011-09-19Create cross-platform setenvPaul Betts
2011-09-19Cleanup legal dataVicent Marti
2011-08-30compat: Move `mkstemp` to the POSIX compat layerVicent Marti
2011-08-18posix: Properly handle `snprintf` in all platformsVicent Marti
2011-07-09posix: Portable `vsnprintf`Vicent Marti