]> git.proxmox.com Git - libgit2.git/history - src/revwalk.c
Merge pull request #392 from sschuberth/development
[libgit2.git] / src / revwalk.c
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-18 Vicent MartiCleanup legal data
2011-09-02 Vicent MartíMerge pull request #388 from lambourg/master
2011-08-30 Vicent MartíMerge pull request #380 from kiryl/no-release-debug
2011-08-30 Vicent MartíMerge pull request #378 from kiryl/Wuninitialized
2011-08-26 Vicent MartíMerge pull request #379 from kiryl/STRLEN
2011-08-25 Kirill A. ShutemovDrop STRLEN() macros
2011-07-28 Vicent MartíMerge pull request #335 from carlosmn/read-updated
2011-07-25 Kirill A. Shutemovrevwalk: fix cast warning
2011-07-12 Vicent MartíMerge pull request #321 from letolabs/readme
2011-07-06 Vicent MartíMerge pull request #306 from carlosmn/development
2011-07-06 Vicent MartíMerge pull request #296 from kiryl/index-optimization
2011-07-06 Vicent Martirevwalk: Properly mark uninteresting commits
2011-06-24 Vicent Martirevwalk: Do not set error string on revwalk over
2011-06-16 Vicent Martioid: Rename methods
2011-06-02 Vicent MartíMerge pull request #144 from nordsturm/fix_fakewstream
2011-05-23 Jakob Pfenderrevwalk.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 MartíMerge pull request #116 from carlosmn/test-naming
2011-05-17 Carlos Martín NietoMerge upstream/development
2011-05-15 Vicent MartiDo not set error message on `GIT_EREVWALKOVER`
2011-05-13 Vicent MartíMerge pull request #183 from schu/errors
2011-05-11 schuMove revwalk.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 Vicent MartiProperly check `strtol` for errors
2011-03-31 Carlos Martín NietoMerge upstream/development
2011-03-22 Vicent MartiAlways free the parents of a revwalk commit
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...