summaryrefslogtreecommitdiff
path: root/tests-clar/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* Plug a few leaksCarlos Martín Nieto2012-06-201-0/+2
* Tests: wrap 'getenv' and friends for Win32 tests.Ben Straub2012-06-081-53/+0
* misc: Fix warnings from PVS Studio trialVicent Martí2012-06-071-2/+2
* tests: fix assertionnulltoken2012-06-071-1/+1
* tests-clar/core: fix non-null warningMichael Schubert2012-05-261-1/+4
* Make errors for system and global files consistentRussell Belfer2012-05-251-0/+35
* Fix bugs for status with spaces and reloaded attrsRussell Belfer2012-05-241-1/+4
* Clean up system file finding tests on Win32Russell Belfer2012-05-241-19/+10
* Fix bugs in UTF-8 <-> UTF-16 conversionRussell Belfer2012-05-241-1/+5
* Get user's home dir in UTF-16 clean mannerRussell Belfer2012-05-241-0/+132
* Ranged iterators and rewritten git_status_fileRussell Belfer2012-05-151-0/+50
* Add a test to verify FILENAME_MAXScott J. Goldman2012-05-131-0/+11
* compat: make p_realpath Windows implementation be a bit more POSIX compliant ...nulltoken2012-05-081-0/+13
* Remove old and unused error codesVicent Martí2012-05-021-33/+16
* Rename git_khash_str to git_strmap, etc.Russell Belfer2012-04-251-0/+102
* Convert attrs and diffs to use string poolsRussell Belfer2012-04-251-6/+6
* Implement git_pool paged memory allocatorRussell Belfer2012-04-251-0/+85
* Update clar and remove old helpersRussell Belfer2012-04-173-82/+86
* Merge pull request #619 from nulltoken/topic/branchesVicent Martí2012-04-111-7/+21
|\
| * fileops: Make git_futils_mkdir_r() able to skip non-empty directoriesnulltoken2012-04-101-7/+21
* | Fix MSVC "unreferenced local variable" compilation warning.nulltoken2012-04-041-0/+1
|/
* Convert reflog to new errorsRussell Belfer2012-03-201-0/+17
* Migrate index, oid, and utils to new errorsRussell Belfer2012-03-191-4/+4
* Convert attr, ignore, mwindow, status to new errorsRussell Belfer2012-03-161-1/+1
* Make git_path_root() cope with windows network pathsnulltoken2012-03-161-0/+15
* Resolve comments from pull requestRussell Belfer2012-03-131-0/+74
* error-handling: ReferencesVicent Martí2012-03-061-15/+1
* Clean up GIT_UNUSED macros on all platformsRussell Belfer2012-03-021-3/+3
* Simplify GIT_UNUSED macrosRussell Belfer2012-03-021-2/+2
* buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí2012-02-272-7/+7
* Rename the Clay test suite to ClarVicent Martí2012-01-2410-0/+1616