]> git.proxmox.com Git - libgit2.git/history - src/repository.c
Merge pull request #223 from carlosmn/valgrind
[libgit2.git] / src / repository.c
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-06-01 Vicent MartíMerge pull request #206 from nulltoken/topic/is-bare
2011-06-01 Vicent Martiindex: Change the memory management for repo indexes
2011-05-24 nulltokenAdd git_repository_is_bare() accessor
2011-05-23 Jakob Pfenderrepository.c: Move to new error handling mechanism
2011-05-18 Vicent MartíMerge pull request #195 from RomainMuller/master
2011-05-17 Jakob PfenderMerge branch 'development' into unmerged
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 Carlos Martín NietoMerge upstream/development
2011-05-15 Vicent MartíMerge pull request #184 from nulltoken/repo-error-handling
2011-05-15 nulltokenMove cache.c to the new error handling
2011-05-14 nulltokenMove repository.c to the new error handling
2011-05-05 Carlos Martín NietoMerge remote-tracking branch 'upstream/development...
2011-05-02 Vicent MartíMerge pull request #151 from carlosmn/root-commit.
2011-05-02 Vicent MartíMerge pull request #146 from nordsturm/fix_subtrees.
2011-05-01 Vicent MartíMerge pull request #145 from schu/fix-unused-warnings.
2011-04-26 schuFix -Wunused-but-set-variable warnings
2011-04-11 Carlos Martín NietoMerge upstream/development
2011-04-11 Jakob Pfendermerge branch development
2011-04-09 nulltokenAdd two new accessors to the repository
2011-04-08 Vicent MartiAdd new method `git_repository_is_empty`
2011-04-06 Carlos Martín NietoMerge remote-tracking branch 'upstream/development...
2011-04-04 nulltokenMake reinitializing a repository return GIT_ENOTIMPLEME...
2011-03-31 Carlos Martín NietoMerge upstream/development
2011-03-22 nulltokenChange gitfo_prettify_dir_path() and gitfo_prettify_fil...
2011-03-20 Vicent MartiI broke your bindings
2011-03-14 Vicent MartiFix the retarded object interdependency system
2011-03-14 Vicent MartiRewrite the Revision Walker
2011-03-05 Vicent MartiFix the opening of empty repositories
2011-03-05 Vicent MartiFix segmentation fault when freeing a repository
2011-03-03 Vicent MartiFix several issues with refcounting
2011-03-03 Vicent MartiImplement reference counting for git_objects
2011-03-03 Vicent MartiChange the object creation/lookup API
2011-03-03 nulltokenRefactored the opening and the initialization of a...
2011-02-22 Vicent MartiRewrite git_hashtable internals
2011-02-18 Vicent MartiFix repository initialization
2011-02-08 Vicent MartiMerge branch 'git-reference-creation-tests' of https...
2011-02-07 Vicent MartiFix detection of working dir on repositories
2011-02-07 Vicent MartiMerge branch 'master' of https://github.com/saschpe...
2011-02-07 Vicent MartiMerge branch 'refs-handling-tests' of https://github...
2011-02-07 Vicent MartiMerge branch 'join-path-tests' of https://github.com...
2011-02-07 Vicent MartiMerge branch 'chobie_git_dir_fix' of https://github...
2011-02-06 Shuhei Tanumafix can't detect repository index issues.
2011-02-05 Vicent MartiFix directory/path manipulation methods
2011-02-05 Vicent MartiMake more methods return error codes
2011-01-30 Vicent MartiRefactor reference parsing code
2011-01-29 nulltokenMerge nulltoken's reference parsing code
2011-01-29 nulltokenFixed naming convention related issue.
2011-01-29 nulltokenMade git_repository_open2() and git_repository_open3...
2011-01-29 nulltokenMade git_repository_open() and git_repository_init...
2011-01-20 Vicent MartiFix initialization of in-memory trees
2011-01-20 Vicent MartiMerge branch 'dir-path-prettifying' of https://github...
2011-01-13 Vicent MartiAdd new Repository initialization method
2011-01-11 Alex BudovskiRemove unused variable.
2011-01-03 Vicent MartiSplit object methods from repository.c
2011-01-03 Vicent MartiMake internal methods static
2011-01-03 Vicent MartiMerge branch 'repo-init' of https://github.com/nulltoke...
2010-12-23 nulltokenMerge branch 'master' into repo-init
2010-12-21 nulltokenSmall code maintenability improvement.
2010-12-20 nulltokenAdded creation of 'objects/info' and 'objects/pack...
2010-12-19 Vicent MartiFix issues in repository initialization
2010-12-19 Vicent MartiMerge branch 'repo-init' of https://github.com/nulltoke...
2010-12-19 nulltokenAdded creation of ref/heads/ and refs/tags/ directories.
2010-12-18 Vicent MartiMerge branch 'timezone'
2010-12-17 nulltokenPrettified HEAD symlink generation.
2010-12-17 nulltokenAdded basic HEAD file creation.
2010-12-17 nulltokenAdded creation of 'objects' and 'refs' directories.
2010-12-17 nulltokenRemoved unnecessary git_repository_init_results handling.
2010-12-16 nulltokenSimplified git_repository_init_results struct.
2010-12-15 nulltokenVery first git_repository_init() draft.
2010-12-13 Vicent MartiFix initialization & freeing of inexistent repos
2010-12-10 nulltokenFixed a memory leak in git_repository_lookup() when...
2010-12-06 Vicent MartiChange the library include file
2010-12-05 Vicent MartiChange include structure for the project
2010-12-05 Vicent MartiDecouple storage from ODB logic
2010-12-05 nulltokenSmall source code readability improvements.
2010-12-02 Vicent MartiAdd 'git_repository_open2' to customize repo folders
2010-11-23 Vicent MartiFix MSVC warnings and errors
2010-11-17 Vicent MartiFix repository initialization
2010-11-16 Vicent MartiAdd support for 'index add'
2010-11-16 Vicent MartiAdd support for blob files
2010-11-05 Vicent MartiImprove error handling
2010-11-02 Dave BorowitzOnly require an index for non-bare repos.
2010-11-02 Vicent MartiChange git_repository initialization to use a path
2010-10-28 Vicent MartiAdd getter methods for object owners
2010-10-27 Vicent MartiFix internal memory management on the library
2010-10-06 Vicent MartiAdd write-back support for Tag files
2010-09-21 Vicent MartiAdd write-back support for git_tree
2010-09-20 Vicent MartiAdd support for in-memory objects
2010-09-19 Vicent MartiAdd setter methods & write support for git_commit
2010-09-19 Vicent MartiImplement internal methods to write on sources
2010-09-19 Vicent MartiGive object structures more descriptive names
2010-09-18 Vicent MartiAdd generic methods for object writeback
2010-09-12 Vicent MartiAdd methods to access internal attributes in git_repo
2010-08-12 Vicent MartiAdd support for manually freeing repo objects
2010-08-12 Vicent MartiFix object handling in git_repository
2010-08-12 Vicent MartiRedesigned the walking/object lookup interface