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
2019-01-23git_error: use new names in internal APIs and usageEdward Thomson
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2016-12-29giterr_set: consistent error messagesEdward Thomson
2016-03-16Split the page size from the mmap alignmentCarlos Martín Nieto
2016-02-23map: use `giterr_set` internallyEdward Thomson
2014-11-03Fix segmentation fault observed on OpenBSD/sparc64Stefan Sperling
2014-05-20Fix compiler warning (git_off_t cast to size_t).Albert Meltzer
2014-05-17indexer: use mmap for writingCarlos Martín Nieto
2013-12-12Test cancel from indexer progress callbackRussell Belfer
2013-01-09update copyrightsEdward Thomson
2012-08-27posix: Always set a default mapping modeVicent Marti
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-07Merge remote-tracking branch 'source/development' into update-testChris Young
2012-06-05Assume this is irrelevant for nowChris Young
2012-03-14Resolve comments from pull requestRussell Belfer
2012-03-13Migrate ODB files to new error handlingRussell Belfer
2012-02-13Update Copyright headerschu
2011-09-19Cleanup legal dataVicent 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