summaryrefslogtreecommitdiff
path: root/src/config_file.c
Commit message (Expand)AuthorAgeFilesLines
* Remove extra semicolon outside of a functionStefan Widgren2015-02-151-1/+1
* Merge pull request #2895 from ethomson/alloc_overflowCarlos Martín Nieto2015-02-151-9/+22
|\
| * Make our overflow check look more like gcc/clang'sEdward Thomson2015-02-131-13/+11
| * overflow checking: don't make callers set oomEdward Thomson2015-02-121-2/+0
| * allocations: test for overflow of requested sizeEdward Thomson2015-02-121-8/+25
* | Reinit `reader` pointer after reading included config fileYury G. Kudryashov2015-02-131-0/+1
|/
* Plug some leaksJacques Germishuys2014-12-291-7/+5
* Spelling fixesWill Stamper2014-12-041-1/+1
* Clean up issues include.path issues found during code review.John Fultz2014-11-021-2/+9
* Make config reading continue after hitting a missing include file.John Fultz2014-11-011-7/+6
* config: remove the refresh function and backend fieldcmn/config-refresh-removeCarlos Martín Nieto2014-10-231-9/+0
* Patch from @carlosmn to refresh the parent config before snapshotting.refresh-config-snapshotAlan Rogers2014-10-231-1/+6
* config: Fix multiple trailing spaces before comments not completely trimmedLinquize2014-10-041-1/+1
* config: a multiline var can start immediatelyCarlos Martín Nieto2014-08-091-1/+1
* Make sure \n is at the end of config file before a new section is writtenLinquize2014-07-161-3/+3
* Fix mutex init/free in config_file.cPhilip Kelley2014-05-151-1/+4
* Some coverity inspired cleanupsRussell Belfer2014-05-131-3/+5
* Minor fixes for warnings and error propagationRussell Belfer2014-05-121-8/+5
* config: share the strmap on snapshotCarlos Martín Nieto2014-04-181-54/+2
* config: refcount the values mapCarlos Martín Nieto2014-04-181-43/+131
* config: refresh on deleteCarlos Martín Nieto2014-04-181-51/+12
* config: refresh before reading a valueCarlos Martín Nieto2014-04-181-3/+12
* config: refresh the values on writeCarlos Martín Nieto2014-04-181-82/+17
* config: use a snapshot for the iteratorCarlos Martín Nieto2014-04-181-3/+17
* config: split out the refresh stepCarlos Martín Nieto2014-04-181-14/+25
* config: make refresh atomicCarlos Martín Nieto2014-04-181-23/+16
* config: implement config snapshottingCarlos Martín Nieto2014-04-181-67/+263
* Add diff threading tests and attr file cache locksRussell Belfer2014-04-171-7/+13
* Move system directory cache out of utilsEdward Thomson2014-02-241-2/+2
* Fix a memory leak in `config_parse`.Arthur Schreiber2014-01-131-1/+3
* Fixed a compile error in VS2013.Robert Konrad2014-01-021-1/+1
* Add config read fns with controlled error behaviorRussell Belfer2013-12-111-11/+2
* config_file: styleVicent Marti2013-11-101-18/+18
* Merge pull request #1950 from csware/quote-config-valuesVicent Martí2013-11-101-2/+24
|\
| * Rename methodSven Strickroth2013-11-071-3/+3
| * Correctly quote config values while savingSven Strickroth2013-11-071-2/+24
* | Fix leaksnulltoken2013-11-051-2/+5
* | Propagate ELOCKED error when updating the confignulltoken2013-11-051-4/+4
* | move mode_t to filebuf_open instead of _commitEdward Thomson2013-11-041-2/+2
|/
* remote: don't write too much when dealing with multivarsCarlos Martín Nieto2013-11-021-6/+12
* config_file: Style fixesVicent Marti2013-11-011-9/+6
* Fix memory leaks.Daniel Rodríguez Troitiño2013-11-011-0/+2
* Fix saving remotes with several fetch/push ref specs.Daniel Rodríguez Troitiño2013-11-011-1/+89
* Config subsection name should allow to have ']' and '\\' should allow to esca...Linquize2013-10-011-26/+15
* Merge pull request #1840 from linquize/warningVicent Martí2013-09-211-2/+2
|\
| * Fix warningLinquize2013-09-191-2/+2
* | Merge git_buf and git_bufferRussell Belfer2013-09-171-0/+2
* | config: handle realloc issues from larger depthsCarlos Martín Nieto2013-09-071-0/+9
* | config: return an error when reaching the maximum include depthCarlos Martín Nieto2013-09-071-3/+4
* | config: fix variable overridingCarlos Martín Nieto2013-09-071-1/+6