summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add test case for issue GH-86Ben Noordhuis2011-03-151-0/+4
* Fix the retarded object interdependency systemVicent Marti2011-03-142-4/+4
* Add new method `git_reference_listall`Vicent Marti2011-03-141-0/+13
* Rewrite the Revision WalkerVicent Marti2011-03-141-89/+20
* Add `git_oid_shorten` (unique OID minimzer)Vicent Marti2011-03-141-0/+92
* clean up temp repo for t12-repo testsTim Clem2011-03-042-9/+18
* Implement reference counting for git_objectsVicent Marti2011-03-031-3/+0
* Fix searching in git_vectorVicent Marti2011-03-032-6/+6
* Change the object creation/lookup APIVicent Marti2011-03-031-38/+38
* Cleanup the testing toolkitVicent Marti2011-03-0319-690/+622
* Add test deleteref::deleting_a_ref_which_is_both_packed_and_loose_should_remo...nulltoken2011-03-031-0/+36
* Add test for corner case in reference renamingnulltoken2011-03-031-0/+45
* Add test renameref::rename_a_loose_reference()nulltoken2011-03-031-0/+46
* Add test renameref::can_not_rename_a_reference_with_an_invalid_name()nulltoken2011-03-031-0/+23
* Add test renameref::can_not_rename_a_reference_with_an_invalid_name()nulltoken2011-03-031-0/+20
* Add test renameref::renaming_a_packed_reference_makes_it_loose()nulltoken2011-03-031-1/+46
* Slightly changed the behavior of git__joinpath() and git__joinpath_n().nulltoken2011-03-031-2/+21
* Enhance the packrefs::create_packfile() testnulltoken2011-03-031-5/+47
* Added copydir_recurs() to test_helpers.cnulltoken2011-03-033-7/+61
* Refactored some test related constants.nulltoken2011-03-032-13/+15
* Added tests to exercise the initialization and the opening of a repository.nulltoken2011-03-031-0/+47
* Removed a duplicate constant.nulltoken2011-03-031-5/+4
* Added rmdir_recurs(), a test helper function which recursively removes the co...nulltoken2011-03-032-0/+27
* Added some dirname and basename tests to ensure that trailing slashes are ign...nulltoken2011-03-031-0/+5
* Finish the References APIVicent Marti2011-03-031-0/+8
* Slightly enhanced the readability of some reference related tests.nulltoken2011-03-031-91/+95
* Removed duplicate tests.nulltoken2011-03-031-8/+1
* Split packed from unpacked referencesVicent Marti2011-03-031-113/+112
* Added test covering creation of nested symbolic references.nulltoken2011-03-031-0/+24
* Refactored the reference creation API.nulltoken2011-03-031-8/+2
* Added some more tests to ensure the correct behavior of git_reference__normal...nulltoken2011-03-031-1/+127
* Fixed line endings (CRLF->LF).nulltoken2011-03-031-26/+26
* Added git_reference__normalize_name() along with tests.nulltoken2011-03-031-0/+61
* Rewrite git_hashtable internalsVicent Marti2011-02-221-20/+11
* Add unit test for writing a big index fileVicent Marti2011-02-224-55/+57
* Improve the performance when writing Index filesVicent Marti2011-02-172-2/+17
* Internal changes on the backend systemVicent Marti2011-02-093-1/+103
* Use the new git__joinpath to build paths in methodsVicent Marti2011-02-092-43/+29
* Added tests exercising git_reference_write() to create a new symbolic referen...nulltoken2011-02-071-1/+98
* Merge branch 'refs-handling-tests' of https://github.com/nulltoken/libgit2Vicent Marti2011-02-072-4/+47
|\
| * Enforced refs handling tests.nulltoken2011-02-052-4/+47
* | Fix a memory leak in git__joinpath() tests.nulltoken2011-02-061-0/+2
* | Fixed a small issue in git__join_path(). Added tests to exercise git__join_pa...nulltoken2011-02-051-0/+29
* | Made test index_write_test() remove the test file it has created.nulltoken2011-02-051-0/+2
* | Add support for SQLite backendsVicent Marti2011-02-053-3/+129
* | Move data from t03 to a separate headerVicent Marti2011-02-051-346/+1
|/
* Fix directory/path manipulation methodsVicent Marti2011-02-051-41/+57
* Make more methods return error codesVicent Marti2011-02-051-1/+1
* Make the test return an error code on failureVicent Marti2011-02-023-6/+10
* Rewrite the unit testing suiteVicent Marti2011-02-0243-3492/+2978