summaryrefslogtreecommitdiff
path: root/tests-clar
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Define S_IREAD i S_IWRITE for Android.Krzysztof Adamski2013-09-011-0/+5
* | | | Fix typo _delete -> _freeCarlos Martín Nieto2013-08-291-1/+1
| |/ / |/| |
* | | Merge pull request #1805 from libgit2/threading-packed-loadVicent Martí2013-08-284-3/+603
|\ \ \ | |/ / |/| |
| * | Fix commentRussell Belfer2013-08-231-1/+1
| * | Trying to fix Win32 warningsRussell Belfer2013-08-221-1/+1
| * | Add SRWLock implementation of rwlocks for Win32Russell Belfer2013-08-221-2/+4
| * | Convert sortedcache to use rwlockRussell Belfer2013-08-221-10/+21
| * | Fix warnings when compiling without threadsRussell Belfer2013-08-211-4/+15
| * | Rewrite refdb_fs using git_sortedcache objectRussell Belfer2013-08-211-0/+200
| * | Add sortedcache APIs to lookup index and removeRussell Belfer2013-08-211-0/+52
| * | Add sorted cache data typeRussell Belfer2013-08-201-0/+298
| * | Don't try to pack symbolic refsRussell Belfer2013-08-201-2/+28
* | | Merge pull request #1803 from libgit2/ntk/topic/even_more_lenient_remote_parsingVicent Martí2013-08-283-4/+42
|\ \ \
| * | | remote: Make git_remote_list() detect pushurlnulltoken2013-08-271-2/+8
| * | | vector: Teach git_vector_uniq() to free while deduplicatingnulltoken2013-08-271-1/+1
| * | | remote: Relax the parsing logic even morenulltoken2013-08-272-0/+26
| * | | remote: Don't parse missing urls as empty stringsnulltoken2013-08-272-1/+7
* | | | Merge pull request #1772 from libgit2/config-iterVicent Martí2013-08-283-30/+111
|\ \ \ \
| * | | | config: don't special-case the multivar iteratorCarlos Martín Nieto2013-08-141-1/+1
| * | | | config: introduce a regex-filtering iteratorCarlos Martín Nieto2013-08-121-0/+33
| * | | | config: introduce _iterator_new()Carlos Martín Nieto2013-08-121-0/+30
| * | | | config: add _next() and _iterator_free()Carlos Martín Nieto2013-08-081-0/+18
| * | | | config: working multivar iteratorCarlos Martín Nieto2013-08-081-7/+7
| * | | | config: get_multivar -> get_multivar_foreachCarlos Martín Nieto2013-08-082-23/+23
* | | | | Improve win32 version check, no ipv6 tests on XPEdward Thomson2013-08-271-3/+16
| |/ / / |/| | |
* | | | refs: add git_reference_is_tagNikolai Vladimirov2013-08-261-0/+16
* | | | fix tests on FreeBSDFraser Tweedale2013-08-241-0/+2
* | | | Skip UTF-8 BOM in binary detectionEdward Thomson2013-08-191-0/+6
| |/ / |/| |
* | | Fix p_inet_pton on windowsEdward Thomson2013-08-191-0/+84
* | | Merge pull request #1785 from libgit2/cmn/odb-hash-frontendVicent Martí2013-08-191-3/+3
|\ \ \
| * | | odb: wrap the stream reading and writing functionsCarlos Martín Nieto2013-08-151-3/+3
* | | | index: report when it's lockedCarlos Martín Nieto2013-08-191-0/+25
| |_|/ |/| |
* | | Merge pull request #1778 from libgit2/push_tag_to_tag_testVicent Martí2013-08-165-0/+16
|\ \ \
| * | | test that suggests tags arent fully peeled during pushEdward Thomson2013-07-125-0/+16
* | | | Improve isolation of new test from user environsRussell Belfer2013-08-161-0/+11
* | | | New test that inits repo and make commitRussell Belfer2013-08-161-0/+49
* | | | Merge pull request #1783 from libgit2/cmn/relax-remoteVicent Martí2013-08-141-4/+6
|\ \ \ \
| * | | | remote: relax the url rulesCarlos Martín Nieto2013-08-141-4/+6
| | |/ / | |/| |
* | | | Test SSH in travisCarlos Martín Nieto2013-08-141-0/+10
|/ / /
* | | Merge pull request #1767 from libgit2/win32-bigger-utf8-bufferVicent Martí2013-08-1311-17/+75
|\ \ \
| * | | Minor win32 fixes and improvementsRussell Belfer2013-08-131-2/+3
| * | | Rename git__win32_path fns to git_win32_pathRussell Belfer2013-08-131-5/+5
| * | | windows: Path conversion with better semanticsVicent Marti2013-08-131-11/+11
| * | | Discriminate path-specific and general UTF-X conversionsBen Straub2013-08-081-6/+6
| * | | Rename git_win_str_utf* to git_win32_path_utf*Ben Straub2013-08-071-5/+5
| * | | Add typedefs for win32 utf-8 and utf-16 buffersBen Straub2013-08-071-10/+10
| * | | Add checkout test for long file nameBen Straub2013-08-072-2/+21
| * | | Add long-file-name branch to test repoBen Straub2013-08-077-4/+6
| * | | Don't use win32-only macro in test codeBen Straub2013-08-071-1/+1
| * | | Add status test for long pathsBen Straub2013-08-072-0/+36