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
2018-02-02consistent header guardsEdward Thomson
2017-09-12features.h: allow building without CMake-generated feature headerPatrick Steinhardt
2017-08-16cmake: move regcomp and futimens checks to "features.h"Patrick Steinhardt
2017-08-16cmake: move defines into "features.h" headerPatrick Steinhardt
2017-02-28odb_loose: fsync testsEdward Thomson
2017-02-17p_snprintf: no need for arguments to a formatEdward Thomson
2016-10-06Make sure we use the `C` locale for `regcomp` on macOS.Arthur Schreiber
2016-02-25nsec: support NDK's crazy nanosecondsEdward Thomson
2016-02-12win32: introduce p_timeval that isn't stupidEdward Thomson
2015-09-30p_futimes: support using futimens when availableEdward Thomson
2015-06-30posix compat: include sys/stat.h for mingwEdward Thomson
2015-06-17Fixed Xcode 6.1 build warningsPierre-Olivier Latour
2015-06-16Introduce p_utimes and p_futimesEdward Thomson
2015-06-16crlf: tick the index forward to work around racy-git behaviourCarlos Martín Nieto
2015-05-01git_path: introduce 'git_path_diriter'Edward Thomson
2014-08-05Introduce some consistency in definition/declaration orderingJacques Germishuys
2014-08-05Move p_realpath logic to realpath.cJacques Germishuys
2014-08-05Cleanup portability/compatibility layerJacques Germishuys
2014-07-13Fix unix/posix.h include guardJacques Germishuys
2014-04-20Win32: UTF-8 <-> WCHAR conversion overhaulPhilip Kelley
2013-04-22Add missing prototype for p_realpath().Jasper Lievisse Adriaanse
2013-03-09Make tree iterator handle icase equivalenceRussell Belfer
2013-01-29Fix p_realpath on OpenBSDCarlos Martín Nieto
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-23Some cleanup suggested during reviewRussell Belfer
2012-08-23Add template dir and set gid to repo initRussell Belfer
2012-07-17Merge branch 'development' into cloneBen Straub
2012-07-17Checkout: handle symlinks.Ben Straub
2012-06-07no fnmatch.hChris Young
2012-05-12Fix readdir_r() usage for SolarisScott J. Goldman
2012-05-10Hook up Windows compat fnmatch() for SolarisScott J. Goldman
2012-03-03Update diff to use iteratorsRussell Belfer
2012-02-23Fix readdir usage across platformsRussell Belfer
2012-02-13Update Copyright headerschu
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-08-17unix/posix.h: remove redundant includeschu
2011-07-09posix: Portable `vsnprintf`Vicent Marti
2011-07-06fnmatch: Use native on Unix, emulate on Win32Vicent Marti
2011-07-05fileops: Drop `git_fileops_prettify_path`Vicent Marti
2011-07-05fileops: CleanupVicent Marti