summaryrefslogtreecommitdiff
path: root/tests-clar/core
Commit message (Expand)AuthorAgeFilesLines
* Add tests for oidmap and new cache with threadingRussell Belfer2013-04-221-0/+110
* lol this worked first try wtfVicent Marti2013-04-221-11/+0
* Merge pull request #1436 from schu/opts-cache-sizeVicent Martí2013-03-261-0/+12
|\
| * opts: allow configuration of odb cache sizeMichael Schubert2013-03-251-0/+12
* | Move crlf conversion into buf_textautocrlf-fixesRussell Belfer2013-03-251-0/+82
* | oid: Do not parse OIDs longer than 40Vicent Marti2013-03-251-3/+1
* | Clarified string valueXavier L.2013-03-211-1/+1
* | Added test case for new functionXavier L2013-03-211-0/+14
|/
* Fixes and cleanupsRussell Belfer2013-03-181-59/+47
* Switch search paths to classic delimited stringsRussell Belfer2013-03-181-25/+64
* Implement global/system file search pathsRussell Belfer2013-03-151-6/+98
* Improved tree iterator internalsRussell Belfer2013-03-141-0/+50
* Refine pluggable similarity APIRussell Belfer2013-02-201-11/+11
* More tests of file signatures with whitespace optsRussell Belfer2013-02-201-0/+79
* Change similarity metric to sampled hashesRussell Belfer2013-02-201-54/+60
* Initial implementation of similarity scoring algoRussell Belfer2013-02-201-0/+89
* Clear up warnings from cppcheckRussell Belfer2013-02-151-0/+2
* Fix some incorrect MSVC #ifdef's. Fixes #1305Philip Kelley2013-02-111-1/+1
* Test buf join with NULL behavior explicitlyRussell Belfer2013-01-291-0/+3
* opts: Some basic testsVicent Marti2013-01-241-0/+18
* Move all non-ascii test data to raw hexRussell Belfer2013-01-171-5/+5
* Match binary file check of core git in diffRussell Belfer2013-01-111-0/+23
* Fix core::env cleanup codeRussell Belfer2013-01-031-2/+10
* Move test cleanup into cleanup functionsBen Straub2013-01-031-13/+19
* Tests should clean up after themselvesBen Straub2013-01-031-0/+2
* path: Teach UNC paths to git_path_dirname_r()nulltoken2012-12-261-0/+4
* path: enhance git_path_dirname_r() test coveragenulltoken2012-12-261-0/+5
* Consolidate text buffer functionsRussell Belfer2012-11-281-12/+13
* Fix up some missing consts in tree & indexRussell Belfer2012-11-271-1/+1
* Reset all static variables to NULL in clar's __cleanupSascha Cunz2012-11-231-0/+1
* Update clar tests p_lstat_posixly and p_lstatEduardo Bart2012-11-201-28/+8
* env: ensure git_futils_find_xxx() returns ENOTFOUNDnulltoken2012-11-171-8/+16
* Add POSIX compat lstat() variant for win32Russell Belfer2012-11-141-0/+117
* Extensions to rmdir and mkdir utilitiesRussell Belfer2012-11-093-17/+47
* index refactoringEdward Thomson2012-10-291-0/+84
* Fix env variable tests with new Win32 path rulesRussell Belfer2012-10-191-39/+81
* Merge pull request #968 from arrbee/diff-support-typechangeRussell Belfer2012-10-173-16/+16
|\
| * Add complex checkout test and then fix checkoutRussell Belfer2012-10-093-16/+16
* | test: Don't be so picky with failed lookupsVicent Marti2012-10-161-7/+5
* | Add git_buf_put_base64 to buffer APIRussell Belfer2012-10-101-0/+25
|/
* Make giterr_set_str publicRussell Belfer2012-09-211-0/+27
* Fix errors on Win32 with new repo initRussell Belfer2012-08-241-15/+25
* Fix warnings and merge issues on Win64Russell Belfer2012-08-231-1/+1
* Some cleanup suggested during reviewRussell Belfer2012-08-221-3/+6
* Don't reference stack vars in cleanup callbackRussell Belfer2012-08-221-4/+7
* Add template dir and set gid to repo initRussell Belfer2012-08-222-0/+292
* Add git_buf_unescape and git__unescape to unescape all characters in a string...yorah2012-07-241-0/+20
* Fix memory leak in testRussell Belfer2012-07-121-1/+1
* Add path utilities to resolve relative pathsRussell Belfer2012-07-101-0/+51
* Add a couple of useful git_buf utilitiesRussell Belfer2012-07-101-0/+47