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
path: root/src/unix
AgeCommit message (Expand)Author
2013-04-22Add missing prototype for p_realpath().Jasper Lievisse Adriaanse
2013-04-15Fix compilation on OpenBSDCarlos Martín Nieto
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-27posix: Always set a default mapping modeVicent Marti
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-14Make this more generic and mergeable.Chris Young
2012-06-12Actually do the mmap... unsurprisingly, this makes the indexer work on SFSChris Young
2012-06-10Basic mmap/munmap compatiblityChris Young
2012-06-07no fnmatch.hChris Young
2012-06-07Merge remote-tracking branch 'source/development' into update-testChris Young
2012-06-05Assume this is irrelevant for nowChris Young
2012-05-12Fix readdir_r() usage for SolarisScott J. Goldman
2012-05-10Hook up Windows compat fnmatch() for SolarisScott J. Goldman
2012-03-14Resolve comments from pull requestRussell Belfer
2012-03-13Migrate ODB files to new error handlingRussell Belfer
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
2011-07-03build: Move OS-specific compat to their own foldersVicent Marti
2011-07-01build: Simplify build structureVicent Marti
2011-05-23unix/map.c: Move to new error handling mechanismJakob Pfender
2011-01-11Revised platform types to use 'best supported' size.Alex Budovski
2010-12-23Remove git_errnoVicent Marti
2009-03-21win32: Add routines to abstract memory-mapped file functionsRamsay Jones