]> git.proxmox.com Git - libgit2.git/history - src/config_file.c
First round of config multimap changes
[libgit2.git] / src / config_file.c
2012-02-17 Carlos Martín NietoFirst round of config multimap changes
2012-02-13 Vicent MartíMerge pull request #557 from schu/copyright
2012-02-13 schuUpdate Copyright header
2012-02-13 Vicent MartíMerge pull request #474 from schu/clang-unused
2012-02-13 schuconfig_file: fix clang sizeof-pointer-memaccess
2012-01-23 Carlos Martín Nietoconfig: don't use 'section "subsection"' internal form...
2012-01-16 Russell BelferMerge pull request #531 from arrbee/gitignore
2012-01-13 Carlos Martín Nietoconfig: handle EOF properly
2012-01-04 Vicent MartíMerge remote-tracking branch 'nulltoken/topix/path_from...
2012-01-02 Vicent MartíMerge remote-tracking branch 'drizzd/diff-index-tests...
2012-01-02 Vicent MartíMerge remote-tracking branch 'arrbee/git-attributes...
2011-12-31 Vicent Martíconfig: Rename the `delete` callback name
2011-12-21 Vicent MartíMerge pull request #514 from schu/fix-warning-uninitialized
2011-12-19 schuconfig_file: honor error
2011-12-16 Vicent MartíMerge pull request #513 from carlosmn/development
2011-12-16 Carlos Martín Nietoconfig: really delete variables
2011-12-16 Carlos Martín NietoRevert "config: Return ENOTFOUND when a variable was...
2011-12-15 Vicent Marticonfig: Return ENOTFOUND when a variable was deleted
2011-11-29 Vicent MartíMerge pull request #499 from arrbee/extend-git-buf
2011-11-28 Vicent MartiMerge branch 'repo-ownership' into development
2011-11-26 Vicent Martirepository: Change ownership semantics
2011-11-26 Vicent MartíMerge pull request #497 from carlosmn/config
2011-11-26 Vicent MartíMerge pull request #491 from schu/refs-cleanup
2011-11-26 Carlos Martín Nietoconfig: allow to open and write to a new file
2011-11-22 Vicent MartíMerge pull request #492 from carlosmn/networking
2011-11-22 Russell Belferfilebuf: add GIT_FILEBUF_INIT and protect multiple...
2011-11-17 Vicent MartíMerge pull request #486 from petdance/development
2011-10-29 Vicent MartíMerge pull request #468 from nulltoken/ntk/fix/issue-465
2011-10-29 Vicent MartíMerge pull request #456 from brodie/perm-fixes
2011-10-29 Vicent Martiglobal: Properly use `git__` memory wrappers
2011-10-28 Vicent MartiMerge branch 'status' of https://github.com/carlosmn...
2011-10-27 Vicent MartíMerge pull request #467 from oleganza/oa-config-parse-fix
2011-10-27 Oleg AndreevFixed crash in config parser when empty value is encoun...
2011-10-14 Brodie Rao*: correct and codify various file permissions
2011-10-03 Vicent MartíMerge pull request #438 from jdavid/development
2011-10-01 Carlos Martín NietoSquelch a couple of warnings
2011-10-01 Carlos Martín Nietoconfig: behave like git with [section.subsection]
2011-09-22 Vicent MartíMerge pull request #405 from carlosmn/http-ls
2011-09-19 Vicent MartíMerge pull request #384 from kiryl/warnings
2011-09-19 Vicent MartíMerge pull request #397 from lambourg/development
2011-09-19 Vicent MartíMerge pull request #394 from carlosmn/tree-fromindex
2011-09-19 Vicent MartíMerge pull request #398 from carlosmn/config-autohome
2011-09-19 Vicent MartíMerge pull request #408 from schu/fixup-status
2011-09-19 Vicent MartíMerge pull request #393 from schu/unused-but-set-variable
2011-09-19 Vicent MartíMerge pull request #392 from sschuberth/development
2011-09-19 Vicent MartíMerge pull request #400 from boyski/fixup-examples
2011-09-19 Vicent MartíMerge pull request #399 from carlosmn/free-null
2011-09-19 Vicent MartíMerge pull request #409 from nulltoken/ntk/fix/status...
2011-09-19 Vicent MartíMerge pull request #411 from boyski/gcc4
2011-09-19 Vicent MartiTabify everything
2011-09-18 Vicent MartiCleanup legal data
2011-09-12 Sebastian SchuberthFix a bug and GCC warning introduced in 932669b
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 Kirill A. ShutemovCMakefile: add -Wmissing-prototypes and fix warnings
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
next