summaryrefslogtreecommitdiff
path: root/tests-clar
Commit message (Expand)AuthorAgeFilesLines
* Fix some newer GCC compiler warningsRussell Belfer2013-09-053-6/+3
* Fix tests to use core.filemode correctlyRussell Belfer2013-09-043-13/+20
* _umask is function name on WindowsRussell Belfer2013-09-041-5/+5
* Clean up one other mode_t assertionRussell Belfer2013-09-041-2/+2
* Make tests take umask into accountRussell Belfer2013-09-043-6/+21
* Update clarRussell Belfer2013-09-045-59/+117
* Test pushing to remotes with "file:///" urlsBen Straub2013-09-041-1/+70
* Merge pull request #1817 from libgit2/ntk/fix/backend/honor_refresh_capabilitiesVicent Martí2013-09-041-0/+261
|\
| * odb: Honor the non refreshing capability of a backendnulltoken2013-08-301-0/+261
* | Fix resolving relative windows network pathsRussell Belfer2013-09-031-1/+15
* | don't use inline in tests for win32Russell Belfer2013-09-031-1/+2
* | Merge pull request #1804 from ethomson/rewritesVicent Martí2013-09-032-0/+90
|\ \
| * | Split rewrites, status doesn't return rewritesEdward Thomson2013-08-282-0/+90
* | | path: properly resolve relative pathsNikolai Vladimirov2013-09-031-5/+93
* | | 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