]> git.proxmox.com Git - libgit2.git/history - src/revwalk.c
I broke your bindings
[libgit2.git] / src / revwalk.c
2011-03-20 Vicent MartiI broke your bindings
2011-03-16 Vicent MartiFix headers for the new Revision Walker
2011-03-15 Vicent MartiChange the Revwalk reset behavior to the old version
2011-03-15 Vicent MartiProperly free commit a commit list in revwalk
2011-03-14 Vicent MartiRewrite the Revision Walker
2011-03-05 Vicent MartiFix segmentation fault when freeing a repository
2011-03-03 Vicent MartiImplement reference counting for git_objects
2011-02-22 Vicent MartiRewrite git_hashtable internals
2011-02-18 Vicent MartiFix segfault when iterating a revlist backwards
2011-02-07 Vicent MartiMerge branch 'master' of https://github.com/saschpe...
2011-02-05 Vicent MartiMake more methods return error codes
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-13 Vicent MartiFix initialization & freeing of inexistent repos
2010-12-02 Vicent MartiCommit parents now use the common 'vector' code
2010-11-05 Vicent MartiImprove error handling
2010-10-28 Vicent MartiAdd getter methods for object owners
2010-09-19 Vicent MartiAdd setter methods & write support for git_commit
2010-08-12 Vicent MartiRedesigned the walking/object lookup interface
2010-07-15 Vicent MartiAdd external API to access detailed commit attributes
2010-07-15 Vicent MartiAdd support for tree objects in revision pools
2010-07-15 Vicent MartiChanged revpool's object table to support arbitrary...
2010-07-10 Vicent MartiFixed memory leaks in test suite
2010-07-10 Vicent MartiActually free all commits when freeing a commit pool
2010-06-02 Ramsay JonesStyle: Do not use (C99) // comments
2010-06-02 Vicent MartiImproved error handling on auxilirary functions.
2010-06-02 Vicent MartiAdded new error codes. Improved error handling.
2010-06-02 Vicent MartiFixed brace placement and converted spaces to tabs.
2010-06-02 Vicent MartiFixed parsing commit times (they weren't being stored...
2010-06-02 Vicent MartiAdd external API for revision sorting.
2010-06-02 Vicent MartiProperly reset all commit properties when doing a gitrp...
2010-06-02 Vicent MartiAdd topological sorting and new insertion methods for...
2010-06-02 Vicent MartiAdd object cache to the revision pool.
2010-06-02 Vicent MartiAdd commit caching on the commit table.
2010-06-02 Vicent MartiAdd 'git_revpool_object' and 'git_revpool_table' struct...
2010-06-02 Vicent MartiChanged 'git_commit_list' from a linked list to a doubl...
2010-06-02 Vicent MartiAdd arbritrary ordering revision walking.
2010-06-02 Vicent MartiSplit git_commit_lookup into separate functions.
2010-06-02 Vicent MartiAdd commit parents to parsed commits and commit lists...
2008-12-31 Shawn O. PearceWrap malloc and friends and report out of memory as...
2008-11-22 Andreas EricssonRename git_revpool_* functions gitrp_*
2008-11-18 Andreas Ericssons/git_revp/git_revpool/
2008-11-01 Shawn O. PearceSwitch the license from BSD to GPL+libgcc exception
2008-11-01 Shawn O. PearceMove include files to include/git/, drop git_ prefix...