summaryrefslogtreecommitdiff
path: root/tests/config/stress.c
Commit message (Expand)AuthorAgeFilesLines
* tests: declare functions statically where appropriateEdward Thomson2021-11-111-1/+1
* path: separate git-specific path functions from utilEdward Thomson2021-11-091-3/+3
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-2/+2
* Fix config file parsing with multi line values containing quoted partsSven Strickroth2020-09-181-0/+5
* tests: config: only test parsing huge file with GITTEST_INVASIVE_SPEEDPatrick Steinhardt2019-11-281-0/+3
* config_entries: micro-optimize storage of multivarsPatrick Steinhardt2019-11-051-0/+20
* config_file: refresh when creating an iteratorPatrick Steinhardt2019-07-211-0/+45
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* config_file: implement stat cache to avoid repeated rehashingPatrick Steinhardt2019-07-111-0/+1
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+1
* tests: config::stress: free `git_config` structsPatrick Steinhardt2015-11-241-0/+3
* config: add failing test for an external modificationCarlos Martín Nieto2015-10-301-0/+20
* config: borrow refcounted referencescmn/config-borrow-entryCarlos Martín Nieto2015-03-031-33/+25
* config: Add test cases that have trailing spaces before comment charsLinquize2014-10-041-0/+12
* config: a multiline var can start immediatelyCarlos Martín Nieto2014-08-091-0/+13
* Rename tests-clar to testsBen Straub2013-11-141-0/+92