]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2011-05-31 Carlos Martín... Add test for invalid ext header
2011-05-31 Carlos Martín... Add config test for empty line
2011-05-31 Carlos Martín... Config parse header ext: don't allow text after closing...
2011-05-31 Carlos Martín... Parse section header ext: don't leak on error
2011-05-31 Carlos Martín... Guard against double-freeing the current section
2011-05-31 Carlos Martín... cfg_readline: really ignore empty lines
2011-05-31 Carlos Martín... Config 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 Vicent Martiindex: Fix unused error messages
2011-05-23 Jakob Pfenderindex.c: Move to new error handling mechanism
2011-05-23 Jakob Pfenderconfig_file.c: Move to new error handling mechanism
2011-05-23 Jakob Pfenderwin32/pthread.c: Move to new error handling mechanism
2011-05-23 Jakob Pfenderwin32/map.c: Move to new error handling mechanism
2011-05-23 Jakob Pfenderunix/map.c: Move to new error handling mechanism
2011-05-23 Jakob Pfenderbackends/sqlite.c: Move to new error handling mechanism
2011-05-23 Jakob Pfenderbackends/hiredis.c: Move to new error handling mechanism
2011-05-23 Jakob Pfenderutil.c: Move to new error handling mechanism
2011-05-23 Jakob Pfendertree.c: Move to new error handling mechanism
2011-05-23 Jakob Pfendertag.c: Move to new error handling mechanism
2011-05-23 Jakob Pfendersignature.c: Move to new error handling mechanism
2011-05-23 Jakob Pfenderrevwalk.c: Move to new error handling mechanism
2011-05-23 Jakob Pfenderrepository.c: Move to new error handling mechanism
2011-05-23 Vicent Martirefs: Reword errors
2011-05-23 Jakob Pfenderrefs.c: Move to new error handling mechanism
2011-05-23 Jakob Pfenderoid.c: Move to new error handling mechanism
2011-05-23 Vicent Martiodb_pack: Reword errors
2011-05-23 Jakob Pfenderodb_pack.c: Move to new error handling mechanism
2011-05-23 Vicent Martiodb_loose: Reword errors
2011-05-23 Jakob Pfenderodb_loose.c: Move to new error handling mechanism
2011-05-23 Jakob Pfenderodb_loose.c: Return GIT_ENOMEM when allocation fails
2011-05-23 Vicent Martiodb: Reword errors
2011-05-23 Jakob Pfenderodb.c: Move to new error handling mechanism
2011-05-23 Vicent Martiobject: Reword errors
2011-05-23 Jakob Pfenderobject.c: Move to new error handling mechanism
2011-05-23 Vicent Martihashtable: Reword errors
2011-05-23 Jakob Pfenderhashtable.c: Move to new error handling mechanism
2011-05-23 Vicent Martifileops: Cleanup
2011-05-23 Jakob Pfenderfileops.c: Move to new error handling mechanism
2011-05-23 Vicent Martifilebuf: Reword errors
2011-05-23 Jakob Pfenderfilebuf.c: Move to new error handling mechanism
2011-05-23 Jakob Pfenderconfig.c: Fix format string error
2011-05-23 Jakob Pfenderdelta-apply.c: Move to new error handling mechanism
2011-05-23 Jakob Pfenderdelta-apply.c: Use GIT_ENOMEM instead of GIT_ERROR...
2011-05-23 Vicent Marticonfig: Cleanup
2011-05-23 Vicent Marticommit: Reword errors
2011-05-23 Jakob Pfendercommit.c: Move to new error handling mechanism
2011-05-23 Vicent Martiblob: Reword errors
2011-05-23 Jakob Pfenderblob.c: Move to new error handling mechanism
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-19 Vicent MartíMerge pull request #198 from sschuberth/fix-typos
2011-05-19 Vicent Martiindex: Fix issues in the unmerged entries API
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 schuMove odb.c to the new error handling
2011-05-18 Sebastian SchuberthUse "__inline" instead of "inline" with MSVC
2011-05-18 Sebastian SchuberthDefine str(n)casecmp for MSVC
2011-05-18 Sebastian SchuberthIgnore CMake files and generated Visual Studio files
2011-05-18 Sebastian SchuberthFix mixed line endings in .gitignore
2011-05-18 Romain MullerHave wscript use the environment-provided CFLAGS as...
2011-05-18 schutest_lib: add return value to git_test
2011-05-17 Carlos Martín... Fix variable name normalization
2011-05-17 Jakob Pfenderindex.c: Fix typo
2011-05-17 Jakob PfenderMove index.c to new error handling mechanism
2011-05-17 Jakob PfenderMerge branch 'development' into unmerged
2011-05-17 Carlos Martín... Add documentation for git_config_add_backend
2011-05-17 Carlos Martín... Implement git_config_open_global
2011-05-17 Vicent Martit15: Remove unused variable
2011-05-17 Vicent Martitests: Update NAMING file
2011-05-17 Vicent Martiutils: Move git__str[n]tolower
2011-05-17 Vicent Marticonfig_file: Fix compilation
2011-05-17 Vicent Martiutils: Implement git__strndup
2011-05-17 Vicent Martirepository: Properly free the index on close
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... Move config to the new error methods
2011-05-17 Carlos Martín... Merge upstream/development
2011-05-16 Vicent Marticache: Drop cuckoo hashing
2011-05-16 Vicent Marticache: Fix deadlock
2011-05-16 Vicent MartíMerge pull request #190 from alco/patch-1
2011-05-16 Alexei SholikFix a typo in README.md
2011-05-15 Vicent MartiDo not set error message on `GIT_EREVWALKOVER`
2011-05-15 Vicent MartiChange error codes from DEFINEs to an enum
2011-05-15 Vicent MartiCheck error code from `git_cache_init`
2011-05-15 Vicent MartiReturn success code on `git_cache_init`
2011-05-15 Vicent MartíMerge pull request #184 from nulltoken/repo-error-handling
2011-05-15 Vicent MartíMerge pull request #185 from chobie/development
2011-05-15 Shuhei Tanumafix git_otype typo when calling `git_odb_read_header`.
2011-05-15 nulltokenMove cache.c to the new error handling
2011-05-14 nulltokenMove repository.c to the new error handling
2011-05-14 nulltokenMove fileops.c to the new error handling
2011-05-13 Vicent MartíMerge pull request #183 from schu/errors
2011-05-13 Vicent MartiCheck Redis replies for NULL
2011-05-13 Vicent MartiInclude "common.h" in "errors.h"
next