]> git.proxmox.com Git - libgit2.git/history - src/config_file.c
Cleanup legal data
[libgit2.git] / src / config_file.c
2011-09-18 Vicent MartiCleanup legal data
2011-09-08 Vicent MartíMerge pull request #391 from sschuberth/development
2011-09-08 Sebastian SchuberthFix minor indentation issues (spaces to tabs)
2011-09-08 Sebastian SchuberthFix some random size_t vs. int conversion warnings
2011-09-02 Vicent MartíMerge pull request #388 from lambourg/master
2011-08-30 Vicent MartíMerge pull request #380 from kiryl/no-release-debug
2011-08-30 Vicent MartíMerge pull request #378 from kiryl/Wuninitialized
2011-08-26 Vicent MartíMerge pull request #379 from kiryl/STRLEN
2011-08-25 Kirill A. ShutemovDrop STRLEN() macros
2011-08-18 Vicent Martiposix: Properly handle `snprintf` in all platforms
2011-08-18 Vicent MartíMerge pull request #375 from schu/cleanup
2011-08-17 schuconfig_file.c: fix memory leaks
2011-07-12 Vicent MartíMerge pull request #321 from letolabs/readme
2011-07-05 Vicent MartíMerge pull request #300 from carlosmn/gsoc2011/master
2011-07-05 Carlos Martín NietoCorrectly detect truncated input in header parsing
2011-07-05 Carlos Martín NietoAdd git_config_del to delete a variable
2011-07-05 Vicent Martifileops: Cleanup
2011-06-29 Vicent Marticonfig: `foreach` now returns variable values too
2011-06-17 Vicent MartíMerge pull request #267 from Jopie64/development
2011-06-17 Carlos Martín NietoRemove double-space
2011-06-17 Vicent Marticonfig: Fix unitialized variable warning
2011-06-17 Vicent MartíMerge pull request #264 from nulltoken/patch-2
2011-06-17 Vicent MartíMerge pull request #266 from carlosmn/valgrind
2011-06-16 Carlos Martín NietoPlug two leaks in config writing
2011-06-16 Vicent MartíMerge pull request #248 from carlosmn/config
2011-06-14 Carlos Martín NietoIndent config variables with tags
2011-06-08 Vicent MartíMerge pull request #216 from glesserd/development
2011-06-07 Carlos Martín Nietoconfig: implement config writing
2011-06-07 Carlos Martín Nietoconfig: store new variables with the internal represent...
2011-06-07 Carlos Martín NietoRemove an unfortunate optimisation from cvar_match_section
2011-06-02 Vicent MartíMerge pull request #144 from nordsturm/fix_fakewstream
2011-06-01 Vicent MartíMerge pull request #224 from glesserd/tagparsing
2011-06-01 Vicent MartíMerge pull request #215 from schu/typos
2011-06-01 Vicent MartíMerge pull request #218 from schu/tests-fflush
2011-06-01 Vicent MartíMerge pull request #223 from carlosmn/valgrind
2011-06-01 Vicent MartíMerge pull request #222 from carlosmn/config-bugfix
2011-05-31 Carlos Martín NietoDon't try to parse an empty config file
2011-05-31 Carlos Martín NietoConfig parse header ext: don't allow text after closing...
2011-05-31 Carlos Martín NietoParse section header ext: don't leak on error
2011-05-31 Carlos Martín NietoGuard against double-freeing the current section
2011-05-31 Carlos Martín Nietocfg_readline: really ignore empty lines
2011-05-31 Carlos Martín NietoConfig file open: don't free memory that doesn't belong...
2011-05-24 Vicent MartíMerge pull request #204 from nulltoken/fix/build-msvc
2011-05-24 nulltokenFix compilation warnings in MSVC
2011-05-23 Jakob Pfenderconfig_file.c: Move to new error handling mechanism
2011-05-20 Vicent Marticonfig: Cleanup & renaming of the external API
2011-05-19 Vicent MartíMerge pull request #193 from carlosmn/config
2011-05-19 Vicent MartíMerge pull request #198 from sschuberth/fix-typos
2011-05-19 Sebastian SchuberthFix a few minor typos in comments and error messages
2011-05-19 Vicent MartíMerge pull request #141 from jpfender/unmerged
2011-05-19 Vicent MartíMerge pull request #197 from schu/errors
2011-05-18 Vicent MartíMerge pull request #194 from schu/must-pass-ret
2011-05-18 Vicent MartíMerge pull request #195 from RomainMuller/master
2011-05-18 Vicent MartíMerge pull request #196 from sschuberth/cmake-msvc2010
2011-05-18 Sebastian SchuberthUse "__inline" instead of "inline" with MSVC
2011-05-17 Carlos Martín NietoFix variable name normalization
2011-05-17 Jakob PfenderMerge branch 'development' into unmerged
2011-05-17 Vicent Marticonfig_file: Fix compilation
2011-05-17 Vicent MartíMerge pull request #116 from carlosmn/test-naming
2011-05-17 Vicent MartíMerge pull request #110 from carlosmn/config
2011-05-17 Carlos Martín NietoMove config to the new error methods
2011-05-17 Carlos Martín NietoMerge upstream/development
2011-05-10 Carlos Martín NietoMove config to a backend structure