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-09-24Fix up filebuf tests a bitRussell Belfer
2013-09-17Start of filter API + git_blob_filtered_contentRussell Belfer
2013-09-05Clean up one other mode_t assertionRussell Belfer
2013-09-04Fix resolving relative windows network pathsRussell Belfer
2013-09-03don't use inline in tests for win32Russell Belfer
2013-09-03path: properly resolve relative pathsNikolai Vladimirov
2013-08-28Merge pull request #1805 from libgit2/threading-packed-loadVicent Martí
2013-08-28Merge pull request #1803 from libgit2/ntk/topic/even_more_lenient_remote_parsingVicent Martí
2013-08-28Improve win32 version check, no ipv6 tests on XPEdward Thomson
2013-08-27vector: Teach git_vector_uniq() to free while deduplicatingnulltoken
2013-08-24fix tests on FreeBSDFraser Tweedale
2013-08-23Add SRWLock implementation of rwlocks for Win32Russell Belfer
2013-08-22Convert sortedcache to use rwlockRussell Belfer
2013-08-22Add sortedcache APIs to lookup index and removeRussell Belfer
2013-08-21Add sorted cache data typeRussell Belfer
2013-08-20Skip UTF-8 BOM in binary detectionEdward Thomson
2013-08-20Fix p_inet_pton on windowsEdward Thomson
2013-08-01Major rename detection changesRussell Belfer
2013-07-10Basic bit vectorRussell Belfer
2013-07-10Add GIT_CAP_SSH if library was built with SSHRussell Belfer
2013-06-17git__strcasesort_cmp: strcasecmp sorting rules but requires strict equalityEdward Thomson
2013-05-30allow (ignore) bare slash in gitignoreEdward Thomson
2013-04-29Add git_oid_strcmp and use it for git_oid_streqRussell Belfer
2013-04-29Fix fragile git_oid_ncmpRussell Belfer
2013-04-22Add tests for oidmap and new cache with threadingRussell Belfer
2013-04-22lol this worked first try wtfVicent Marti
2013-03-26Merge pull request #1436 from schu/opts-cache-sizeVicent Martí
2013-03-26Move crlf conversion into buf_textRussell Belfer
2013-03-26oid: Do not parse OIDs longer than 40Vicent Marti
2013-03-25opts: allow configuration of odb cache sizeMichael Schubert
2013-03-21Clarified string valueXavier L.
2013-03-21Added test case for new functionXavier L
2013-03-19Fixes and cleanupsRussell Belfer
2013-03-19Switch search paths to classic delimited stringsRussell Belfer
2013-03-16Implement global/system file search pathsRussell Belfer
2013-03-15Improved tree iterator internalsRussell Belfer
2013-02-21Refine pluggable similarity APIRussell Belfer
2013-02-21More tests of file signatures with whitespace optsRussell Belfer
2013-02-21Change similarity metric to sampled hashesRussell Belfer
2013-02-21Initial implementation of similarity scoring algoRussell Belfer
2013-02-16Clear up warnings from cppcheckRussell Belfer
2013-02-11Fix some incorrect MSVC #ifdef's. Fixes #1305Philip Kelley
2013-01-30Test buf join with NULL behavior explicitlyRussell Belfer
2013-01-24opts: Some basic testsVicent Marti
2013-01-18Move all non-ascii test data to raw hexRussell Belfer
2013-01-11Match binary file check of core git in diffRussell Belfer
2013-01-03Fix core::env cleanup codeRussell Belfer
2013-01-03Move test cleanup into cleanup functionsBen Straub
2013-01-03Tests should clean up after themselvesBen Straub
2012-12-27path: Teach UNC paths to git_path_dirname_r()nulltoken