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-11-27posix: Solaris doesn't have strnlen eitherAlessandro Ghedini
2013-09-22Fix typo in documentationLinquize
2013-08-20Use time(2) to get the timeEdward Thomson
2013-08-08Fixes to safely reading the indexEdward Thomson
2013-06-23Add O_CLOEXEC to open callsRussell Belfer
2013-03-09Make tree iterator handle icase equivalenceRussell Belfer
2013-01-09update copyrightsEdward Thomson
2012-10-15Always use internal fnmatch, not systemRussell Belfer
2012-08-23Add template dir and set gid to repo initRussell Belfer
2012-06-24amigaos: Add missing includeVicent Marti
2012-06-22amigaos: CleanupVicent Marti
2012-06-14More changes resulting from pull requestChris Young
2012-06-14Updates from comments on OS4 compatibility pull request http://github.com/lib...Chris Young
2012-06-14Merge remote-tracking branch 'source/development' into developmentChris Young
2012-06-14Make this more generic and mergeable.Chris Young
2012-06-11Fix mingw32 (Travis) build.Ben Straub
2012-06-08OS4 compatibilityChris Young
2012-06-07Rename posix wrappers with 'p_' prefix.Ben Straub
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-03Update diff to use iteratorsRussell Belfer
2012-02-13Update Copyright headerschu
2011-11-07Implement p_renameCarlos Martín Nieto
2011-10-15fileops/repository: create (most) directories with 0777 permissionsBrodie Rao
2011-10-15fileops/posix: replace usage of "int mode" with "mode_t mode"Brodie Rao
2011-09-27Revert "Rewrite getenv to use Win32 version on Windows"Vicent Marti
2011-09-23Implment p_access and use it in git_fileutils_existsCarlos Martín Nieto
2011-09-21Rewrite getenv to use Win32 version on WindowsPaul Betts
2011-09-20Rewrite p_* functions to use Unicode and marshal to UTF8 internallyPaul Betts
2011-09-19Cleanup legal dataVicent Marti
2011-08-30posix: Fix undeclared prototypeVicent Marti
2011-07-25posix: declare 'buf' argument of p_write() as constKirill A. Shutemov
2011-07-05fileops: CleanupVicent Marti