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
2015-02-13p_read: ensure requested len is ssize_tEdward Thomson
2014-10-27Merge commit 'refs/pull/2366/head' of github.com:libgit2/libgit2Carlos Martín Nieto
2014-08-10Can read large file larger than 2GB on WindowsLinquize
2014-05-20Fix compiler warning (git_off_t cast to size_t).Albert Meltzer
2014-05-17indexer: use mmap for writingCarlos Martín Nieto
2014-05-02Temporary fix for Travis CI buildsVicent Marti
2014-02-16Check for EWOULDBLOCK as well as EAGAIN on write.brian m. carlson
2013-12-12Test cancel from indexer progress callbackRussell Belfer
2013-06-23Add O_CLOEXEC to open callsRussell Belfer
2013-02-16Fix memory leak in p_getaddrinfo on AmigaRussell Belfer
2013-01-09update copyrightsEdward Thomson
2012-11-07Move inet_pton to posix platform-compatibility layerEduardo Bart
2012-06-22amigaos: CleanupVicent Marti
2012-05-09Clean up warnings and testsRussell Belfer
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-15Continue error conversionRussell Belfer
2012-03-09error-handling: On-disk config file backendVicent Martí
2012-02-13Update Copyright headerschu
2011-12-08Use git_buf for path storage instead of stack-based buffersRussell Belfer
2011-11-07Implement p_renameCarlos Martín Nieto
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-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-07-25posix: declare 'buf' argument of p_write() as constKirill A. Shutemov
2011-07-05fileops: CleanupVicent Marti