summaryrefslogtreecommitdiff
path: root/src/config_file.c
Commit message (Expand)AuthorAgeFilesLines
* Implement git_pool paged memory allocatorRussell Belfer2012-04-251-5/+5
* config: also allow escaping outside of a quoted stringCarlos Martín Nieto2012-04-251-6/+0
* config: parse quoted valuesCarlos Martín Nieto2012-04-161-21/+85
* Clean up valgrind warningsCarlos Martín Nieto2012-04-041-0/+1
* Added submodule API and use in statusRussell Belfer2012-03-281-0/+3
* error-handling: On-disk config file backendVicent Martí2012-03-091-391/+316
* Clean up GIT_UNUSED macros on all platformsRussell Belfer2012-03-021-2/+1
* buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí2012-02-271-11/+11
* config: correctly deal with setting a multivar with regex where there are no ...Carlos Martín Nieto2012-02-251-52/+61
* Implement setting multivarsCarlos Martín Nieto2012-02-171-9/+102
* Support getting multivarsCarlos Martín Nieto2012-02-171-0/+42
* Store multivars in the multimapCarlos Martín Nieto2012-02-171-3/+11
* First round of config multimap changesCarlos Martín Nieto2012-02-171-219/+147
* Update Copyright headerschu2012-02-131-1/+1
* config_file: fix clang sizeof-pointer-memaccessschu2012-02-131-1/+1
* config: don't use 'section "subsection"' internal form on config_setCarlos Martín Nieto2012-01-231-12/+2
* config: handle EOF properlyCarlos Martín Nieto2012-01-131-2/+4
* config: Rename the `delete` callback nameVicent Martí2011-12-311-1/+1
* config_file: honor errorschu2011-12-191-3/+6
* config: really delete variablesCarlos Martín Nieto2011-12-161-0/+27
* Revert "config: Return ENOTFOUND when a variable was deleted"Carlos Martín Nieto2011-12-161-2/+4
* config: Return ENOTFOUND when a variable was deletedVicent Marti2011-12-151-4/+2
* repository: Change ownership semanticsVicent Marti2011-11-261-1/+2
* config: allow to open and write to a new fileCarlos Martín Nieto2011-11-261-5/+21
* filebuf: add GIT_FILEBUF_INIT and protect multiple opens and cleanupsRussell Belfer2011-11-221-1/+1
* Merge pull request #456 from brodie/perm-fixesVicent Martí2011-10-281-1/+1
|\
| * *: correct and codify various file permissionsBrodie Rao2011-10-141-1/+1
* | global: Properly use `git__` memory wrappersVicent Marti2011-10-281-32/+32
* | Fixed crash in config parser when empty value is encountered.Oleg Andreev2011-10-271-2/+8
|/
* Squelch a couple of warningsCarlos Martín Nieto2011-10-011-1/+1
* config: behave like git with [section.subsection]Carlos Martín Nieto2011-10-011-61/+32
* Merge pull request #384 from kiryl/warningsVicent Martí2011-09-181-1/+1
|\
| * CMakefile: add -Wmissing-prototypes and fix warningsKirill A. Shutemov2011-08-301-1/+1
* | Merge pull request #392 from sschuberth/developmentVicent Martí2011-09-181-4/+2
|\ \
| * | Fix a bug and GCC warning introduced in 932669bSebastian Schuberth2011-09-121-4/+2
* | | Tabify everythingVicent Marti2011-09-191-2/+2
* | | Cleanup legal dataVicent Marti2011-09-191-21/+3
|/ /
* | Fix minor indentation issues (spaces to tabs)Sebastian Schuberth2011-09-081-2/+2
* | Fix some random size_t vs. int conversion warningsSebastian Schuberth2011-09-081-6/+9
|/
* Drop STRLEN() macrosKirill A. Shutemov2011-08-251-1/+1
* posix: Properly handle `snprintf` in all platformsVicent Marti2011-08-181-8/+4
* config_file.c: fix memory leaksschu2011-08-171-6/+15
* Correctly detect truncated input in header parsingCarlos Martín Nieto2011-07-051-5/+3
* Add git_config_del to delete a variableCarlos Martín Nieto2011-07-051-3/+15
* fileops: CleanupVicent Marti2011-07-051-6/+6
* config: `foreach` now returns variable values tooVicent Marti2011-06-291-2/+2
* Remove double-spaceCarlos Martín Nieto2011-06-171-1/+1
* config: Fix unitialized variable warningVicent Marti2011-06-171-4/+3
* Plug two leaks in config writingCarlos Martín Nieto2011-06-161-1/+11
* Indent config variables with tagsCarlos Martín Nieto2011-06-141-2/+2