summaryrefslogtreecommitdiff
path: root/tests-clar/config/read.c
Commit message (Expand)AuthorAgeFilesLines
* Rename tests-clar to testsBen Straub2013-11-141-569/+0
* Add negative test cases for config header with invalid charactersLinquize2013-10-011-0/+22
* Add test case to test ']' and '\\' characters in config subsectionLinquize2013-10-011-0/+7
* config: fix variable overridingCarlos Martín Nieto2013-09-071-0/+15
* 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
* Parse config headers with quoted quotesEdward Thomson2013-08-071-5/+16
* repo: unconditionally create a global config backendCarlos Martín Nieto2013-05-071-7/+0
* Use cl_assert_equal_s() instead of strcmp().Sebastian Bauer2013-01-251-1/+1
* Proper cleanup jeezVicent Marti2013-01-031-5/+7
* Move test cleanup into cleanup functionsBen Straub2013-01-031-1/+5
* Cleanup after testsBen Straub2013-01-031-0/+1
* Fix a couple of warningsMichael Schubert2012-11-181-1/+0
* config: Opening a nonexistent file returns ENOTFOUNDnulltoken2012-11-171-0/+20
* config: return an emtpy string when there is no valueCarlos Martín Nieto2012-11-131-1/+3
* config: distinguish between a lone variable name and one without rhsCarlos Martín Nieto2012-11-131-0/+6
* config: rename get_config_entry -> config_entryCarlos Martín Nieto2012-11-131-1/+1
* Add config level support in the config APIyorah2012-10-231-31/+143
* Fix config parser boundary logicRussell Belfer2012-08-121-0/+16
* Update iterators for consistency across libraryRussell Belfer2012-08-031-1/+1
* Adding git_config_foreach_match() iteration fnRussell Belfer2012-07-101-0/+75
* global: Fix unit tests after reorderingVicent Martí2012-05-181-26/+26
* Update test suiteVicent Martí2012-05-021-6/+6
* Merge branch 'new-error-handling' into developmentVicent Martí2012-05-021-0/+12
|\
| * config: also allow escaping outside of a quoted stringCarlos Martín Nieto2012-04-251-0/+12
* | Discovered cl_git_strequal! Mounted a crusade!Ben Straub2012-03-311-6/+6
|/
* Rename the Clay test suite to ClarVicent Martí2012-01-241-0/+209