]> git.proxmox.com Git - libgit2.git/history - src/config.c
error-handling: On-disk config file backend
[libgit2.git] / src / config.c
2012-03-09 Vicent Martíerror-handling: On-disk config file backend
2012-03-07 Russell BelferMerge pull request #590 from arrbee/new-error-handling
2012-03-07 Vicent Martíerror-handling: Config
2012-03-02 Vicent MartíMerge pull request #575 from libgit2/filters
2012-02-29 Vicent Martíconfig: Refactor & add `git_config_get_mapped`
2012-02-23 Vicent MartíMerge pull request #570 from arrbee/uniform-iterators
2012-02-22 Vicent MartíMerge pull request #565 from carlosmn/multimap
2012-02-17 Carlos Martín NietoImplement setting multivars
2012-02-17 Carlos Martín NietoSupport getting multivars
2012-02-13 Vicent MartíMerge pull request #557 from schu/copyright
2012-02-13 schuUpdate Copyright header
2012-01-06 Vicent MartíMerge pull request #528 from arrbee/valgrind-fixes-2
2012-01-05 Russell BelferThrow first error in chain, not rethrow.
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-29 Russell BelferAdd support for macros and cache flush API.
2011-12-16 Vicent MartíMerge pull request #513 from carlosmn/development
2011-12-16 Carlos Martín Nietoconfig: really delete variables
2011-12-14 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/oid-gener...
2011-12-09 Vicent MartiMerge remote-tracking branch 'arrbee/git-buf-for-paths...
2011-12-08 Russell BelferUse git_buf for path storage instead of stack-based...
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-17 Vicent MartíMerge pull request #486 from petdance/development
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-27 Vicent MartíMerge pull request #467 from oleganza/oa-config-parse-fix
2011-10-27 Vicent MartíMerge pull request #463 from schu/tests-clay-object-raw
2011-10-27 Vicent Martiwindows: Add support for non-UTF codepages
2011-10-03 Vicent MartíMerge pull request #438 from jdavid/development
2011-09-30 Vicent MartíMerge pull request #436 from libgit2/config-int-types
2011-09-30 Vicent Marticonfig: Proper type declarations for 64 bit ints
2011-09-30 Carlos Martín Nietoconfig: fix check for environment string expansion
2011-09-29 Vicent Martimingw: Fix compilation warnings
2011-09-29 Vicent Martimingw: Fix printf identifiers
2011-09-27 Vicent MartíMerge pull request #432 from carlosmn/msvc
2011-09-27 Carlos Martín NietoReally fix MSVC
2011-09-27 Carlos Martín NietoAdd git_config_find_system
2011-09-27 Vicent MartíMerge pull request #427 from schu/fix-unused-parameters
2011-09-27 Vicent MartiRevert "Rewrite getenv to use Win32 version on Windows"
2011-09-22 Vicent MartíMerge pull request #421 from nulltoken/ntk/fix/config...
2011-09-22 Vicent MartíMerge pull request #405 from carlosmn/http-ls
2011-09-22 nulltokenconfig: make git_config_[get|set]_long() able to proper...
2011-09-21 Paul BettsRewrite getenv to use Win32 version on Windows
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-13 Carlos Martín NietoAdd checks for NULL to the config and remote free functions
2011-09-02 Vicent MartíMerge pull request #388 from lambourg/master
2011-08-18 Vicent Martiposix: Properly handle `snprintf` in all platforms
2011-07-12 Vicent MartíMerge pull request #321 from letolabs/readme
2011-07-12 Vicent Marticonfig: Rename `del` to `delete
2011-07-07 Vicent Martivector: Timsort all of the things
2011-07-05 Vicent MartíMerge pull request #300 from carlosmn/gsoc2011/master
2011-07-05 Carlos Martín Nietogit_config_add_file should rethrow
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 Marticonfig: Bring back `git_config_open_global`
2011-06-17 Vicent Marticonfig: Fix compilation in MSVC
2011-06-17 Vicent Marticonfig: Typorrrrl
2011-06-17 Vicent MartíMerge pull request #267 from Jopie64/development
2011-06-17 Vicent Marticonfig: Cleanup external API
2011-06-17 Carlos Martín NietoAdd fall-back support to the configuration
2011-06-02 Vicent MartíMerge pull request #144 from nordsturm/fix_fakewstream
2011-05-23 Jakob Pfenderconfig.c: Fix format string error
2011-05-23 Vicent Marticonfig: Cleanup
2011-05-20 Vicent Marticonfig: Cleanup & renaming of the external API
2011-05-19 Vicent MartiRewrite `git_config_open_global`
2011-05-19 Vicent MartíMerge pull request #193 from carlosmn/config
2011-05-18 Vicent MartíMerge pull request #195 from RomainMuller/master
2011-05-17 Jakob PfenderMerge branch 'development' into unmerged
2011-05-17 Carlos Martín NietoImplement git_config_open_global
2011-05-17 Vicent Martiutils: Move git__str[n]tolower
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
2011-05-05 Carlos Martín NietoMerge remote-tracking branch 'upstream/development...
2011-05-05 Carlos Martín Nietoconfig: store the section name separately
2011-04-27 Carlos Martín NietoFix git__strntolower
2011-04-19 Carlos Martín NietoFix const char ** warning
2011-04-19 Carlos Martín Nietoconfig: allow uppercase number suffixes
2011-04-11 Carlos Martín NietoUse internal strtol
2011-04-11 Carlos Martín NietoFix number suffix detection
2011-04-11 Carlos Martín NietoMerge upstream/development
next