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
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
2013-02-08Replace call to strnlen with call to strlenPatrick Pokatilo
2013-02-08Include <string.h>Patrick Pokatilo
2013-02-08Fix call to readlinkPatrick Pokatilo
2013-02-07Call p_readlink to determine symlink sizePatrick Pokatilo
2013-01-09update copyrightsEdward Thomson
2012-12-17Fix MSVC compilation warningsnulltoken
2012-11-28Fix warnings on Win64 buildRussell Belfer
2012-11-28Clean up config.hBen Straub
2012-11-20Minor optimization in win32 do_lstatEduardo Bart
2012-11-20update win32 lstat commentEduardo Bart
2012-11-20Fix win32 lstatEduardo Bart
2012-11-15Add POSIX compat lstat() variant for win32Russell Belfer
2012-11-07Move inet_pton to posix platform-compatibility layerEduardo Bart
2012-08-29Add bounds checking to UTF-8 conversionutf8-winVicent Marti
2012-08-29windows: Keep UTF-8 on the stack yoVicent Marti
2012-08-19Merge pull request #778 from ben/cloneVicent Martí
2012-08-02win32: set errno to ENOENT or ENOTDIR when appropriate in do_lstatCarlos Martín Nieto
2012-07-18Checkout: obey core.symlinks.Ben Straub
2012-07-17Merge branch 'development' into cloneBen Straub
2012-07-17Checkout: handle symlinks.Ben Straub
2012-06-21fix below issues on mingw:liyuray
2012-06-08misc: Fix warnings from PVS Studio trialVicent Martí
2012-06-07Rename posix wrappers with 'p_' prefix.Ben Straub
2012-05-16Fix date.c build in msvc.Ben Straub
2012-05-08compat: make p_realpath Windows implementation be a bit more POSIX compliant ...nulltoken