]> git.proxmox.com Git - libgit2.git/history - src/tag.c
Merge pull request #223 from carlosmn/valgrind
[libgit2.git] / src / tag.c
2011-05-23 Jakob Pfendertag.c: Move to new error handling mechanism
2011-05-17 Jakob PfenderMerge branch 'development' into unmerged
2011-05-17 Vicent MartíMerge pull request #116 from carlosmn/test-naming
2011-05-17 Carlos Martín NietoMerge upstream/development
2011-05-10 Vicent MartíMerge pull request #180 from kellypleahy/bug/fix_issue_79
2011-05-10 Vicent MartíMerge pull request #181 from carlosmn/errors
2011-05-10 Carlos Martín NietoMove tag.c to the new error handling
2011-05-05 Carlos Martín NietoMerge remote-tracking branch 'upstream/development...
2011-04-23 Vicent MartíMerged pull request #115 from jpfender/index-flags.
2011-04-23 Vicent MartíMerged pull request #135 from carlosmn/valgrind.
2011-04-12 Vicent MartiAdd `git_tag_list`
2011-04-11 Carlos Martín NietoMerge upstream/development
2011-04-11 Jakob Pfendermerge branch development
2011-04-09 Carlos Martín NietoAdd a few malloc checks
2011-04-08 Carlos Martín Nietotag: don't check twice if an object exists
2011-04-08 Carlos Martín Nietotag: don't allow tags to non-existent objects
2011-04-08 Carlos Martín Nietotag: discover the target type if needed
2011-04-06 Carlos Martín NietoMerge remote-tracking branch 'upstream/development...
2011-04-02 Vicent MartiMerge branch 'tagging' of https://github.com/nulltoken...
2011-04-02 Vicent MartiChange `parse` methods to const buffer
2011-04-02 Vicent MartiMerge branch 'parse-tag-buffer' of https://github.com...
2011-03-31 Carlos Martín NietoMerge upstream/development
2011-03-30 nulltokenRename git_tag_create_o_f() to git_tag_create_fo()
2011-03-30 nulltokenAdd git_tag_delete()
2011-03-30 nulltokenAdd git_tag_create_o_f() and git_tag_create_f() which...
2011-03-30 nulltokenPrevent tag_create() from creating a conflicting reference
2011-03-28 Carlos Martín NietoAdd git_tag_create_frombuffer API
2011-03-28 Carlos Martín NietoFix memory leak in parse_tag_buffer
2011-03-20 Vicent MartiI broke your bindings
2011-03-16 Vicent MartiFix headers for the new Revision Walker
2011-03-14 Vicent MartiFix the retarded object interdependency system
2011-03-05 Vicent MartiFix segmentation fault when freeing a repository
2011-03-03 Vicent MartiImplement reference counting for git_objects
2011-03-03 Vicent MartiChange the object creation/lookup API
2010-12-19 Vicent MartiMerge branch 'repo-init' of https://github.com/nulltoke...
2010-12-18 Vicent MartiMerge branch 'timezone'
2010-12-18 Vicent MartiRename 'git_person' to 'git_signature'
2010-12-11 Vicent MartiMerge branch 'timezone-offset' of https://github.com...
2010-12-10 nulltokenAdded timezone offset parsing and outputting.
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-11-23 Vicent MartiFix MSVC warnings and errors
2010-11-05 Vicent MartiImprove error handling
2010-10-27 Vicent MartiFix internal memory management on the library
2010-10-06 Vicent MartiAdd write-back support for Tag files
2010-09-20 Vicent MartiAdd support for in-memory objects
2010-09-19 Vicent MartiGive object structures more descriptive names
2010-09-18 Vicent MartiAdd generic methods for object writeback
2010-08-12 Vicent MartiFix object handling in git_repository
2010-08-12 Vicent MartiRedesigned the walking/object lookup interface
2010-08-12 Vicent MartiAdd loading and parsing of tag objects