summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add topological sorting and new insertion methods for commit lists.Vicent Marti2010-06-021-6/+6
* Updated t0401 (commit parsing) to reflect the new API changes.Vicent Marti2010-06-021-4/+9
* Add unit tests for list sorting.Vicent Marti2010-06-021-0/+60
* Add unit tests for Commit parsingVicent Marti2010-06-022-0/+165
* Add support to enable the library to use OpenSSL SHA1 functionsRamsay Jones2010-05-041-0/+4
* Makefile(s): Don't include the OpenSSL crypto library in the linkRamsay Jones2010-04-281-4/+0
* win32: Remove wsock32 from the list of libraries to linkRamsay Jones2010-04-281-2/+2
* Makefile: Add support for custom build options in config.mak fileRamsay Jones2010-02-281-0/+2
* Fix some coding style issuesRamsay Jones2010-02-288-121/+119
* Makefile: Add support for building with MSVCRamsay Jones2010-02-011-5/+24
* msvc: Fix some "unreferenced formal parameter" warningsRamsay Jones2010-01-201-0/+2
* msvc: Fix some -W4 warningsRamsay Jones2010-01-201-3/+3
* Fix some "unused parameter" warnings with -WextraRamsay Jones2010-01-201-1/+1
* Makefile: Add some missing $(GIT_LIB) dependenciesRamsay Jones2010-01-201-0/+3
* Add support for the MinGW platformRamsay Jones2010-01-201-0/+7
* Use a 64 bit off_t throughout the library and tests on POSIXRamsay Jones2010-01-209-11/+8
* Add the git_oid_to_string() utility functionRamsay Jones2009-10-131-0/+44
* Add test-suite coverage testing using gcovRamsay Jones2009-10-131-2/+6
* t0101-oid.c: Fix a memory leak reported by valgrindRamsay Jones2009-10-131-0/+2
* Add support for running the tests via valgrindRamsay Jones2009-10-132-0/+20
* Add noreturn declaration compatible with the MSVC compiler.Julio Espinoza-Sokal2009-06-162-4/+3
* t0020-dirent.c: Add explicit returns to the callback functionsRamsay Jones2009-06-051-0/+2
* Makefile: move test related targets to a new tests/MakefileRamsay Jones2009-06-051-0/+84
* Makefile: Add CFLAGS to the "test_main.c" compile targetRamsay Jones2009-06-051-0/+1
* Implement git_odb_write()Ramsay Jones2009-06-052-0/+553
* Fix comments in renamed t020?-readloose testsRamsay Jones2009-03-302-2/+2
* t0020-dirent.c: allow test to be run standaloneRamsay Jones2009-03-301-25/+216
* Add a test to check existence of loose objects.Julio Espinoza-Sokal2009-03-173-279/+325
* Factor out test helper methods for creating/deleting loose objectsJulio Espinoza-Sokal2009-03-174-182/+176
* Correct some comments in readloose testsRamsay Jones2009-02-112-2/+2
* Tidy up the readloose testsRamsay Jones2009-01-282-22/+30
* Add git__dirname and git__basename utility routinesRamsay Jones2009-01-281-0/+58
* Rewrite git_foreach_dirent into gitfo_direntShawn O. Pearce2008-12-311-0/+48
* Add string utility functions for prefix and suffix comparesShawn O. Pearce2008-12-311-0/+67
* Add a mutex and atomic counter abstraction and implementationsShawn O. Pearce2008-12-311-0/+13
* Rename the test cases to run in specific ordersShawn O. Pearce2008-12-318-0/+20
* Support building on Mac OS X by using pthread_getspecific for TLSShawn O. Pearce2008-12-301-0/+14
* Add a routine to determine a git_oid given an git_objRamsay Jones2008-12-301-0/+423
* Add some routines for SHA1 hash computationRamsay Jones2008-12-301-0/+57
* Implement git_odb__read_loose()Ramsay Jones2008-12-192-0/+1435
* Add some git_otype string conversion and testing routinesRamsay Jones2008-12-101-0/+50
* Add routines to convert git_oid to hex stringsShawn O. Pearce2008-12-021-0/+56
* Add git_oid_cpy, git_oid_cmp as inline functionsShawn O. Pearce2008-11-032-0/+77
* Add an extra oid test to verify control characters aren't readShawn O. Pearce2008-11-031-0/+37
* Change test_main to run a single test case out of the suiteShawn O. Pearce2008-11-031-4/+29
* Fix Makefile to correctly handle 'make -j4 test'Shawn O. Pearce2008-11-032-2/+3
* Move GIT_NORETURN into test_lib.h onlyShawn O. Pearce2008-11-031-1/+8
* Create a basic test suite for the library and test oid functionsShawn O. Pearce2008-11-014-0/+269