]> git.proxmox.com Git - libgit2.git/history - src/odb.h
Merge pull request #968 from arrbee/diff-support-typechange
[libgit2.git] / src / odb.h
2012-09-11 Vicent MartíMerge pull request #920 from scunz/mergebase_const
2012-09-11 Vicent MartiMerge branch 'diff-crlf-filters' into development
2012-09-10 Russell BelferReorg internal odb read header and object lookup
2012-09-06 Russell BelferImplement filters for status/diff blobs
2012-06-07 Chris YoungMerge remote-tracking branch 'source/development' into...
2012-05-17 Vicent Martíerrors: Rename error codes
2012-05-17 Vicent Martíerrors: Rename the generic return codes
2012-05-05 Vicent MartíMerge remote-tracking branch 'scottjg/fix-mingw32'...
2012-05-05 Vicent MartíMerge pull request #659 from libgit2/development-merge
2012-05-05 Vicent MartíMerge pull request #664 from arrbee/attrs-from-index
2012-05-04 Russell BelferFix valgrind issues
2012-05-02 Vicent MartíMerge branch 'new-error-handling' into development
2012-03-15 Vicent MartíMerge pull request #595 from arrbee/new-errors-odb
2012-03-13 Russell BelferMigrate ODB files to new error handling
2012-02-13 Vicent MartíMerge pull request #557 from schu/copyright
2012-02-13 schuUpdate Copyright header
2012-02-11 Vicent MartíMerge pull request #554 from carlosmn/revwalk-reset
2012-02-10 Vicent Martíodb: Proper symlink hashing
2012-02-10 Vicent Martíodb: Add internal `git_odb__hashfd`
2011-11-29 Vicent MartíMerge pull request #499 from arrbee/extend-git-buf
2011-11-28 Vicent MartiMerge branch 'repo-ownership' into development
2011-11-26 Vicent Martirepository: Change ownership semantics
2011-11-17 Vicent MartíMerge pull request #486 from petdance/development
2011-10-29 Vicent MartíMerge pull request #468 from nulltoken/ntk/fix/issue-465
2011-10-29 Vicent MartíMerge pull request #456 from brodie/perm-fixes
2011-10-14 Brodie Rao*: correct and codify various file permissions
2011-10-14 Brodie Raofileops/repository: create (most) directories with...
2011-09-22 Vicent MartíMerge pull request #405 from carlosmn/http-ls
2011-09-19 Vicent MartíMerge pull request #384 from kiryl/warnings
2011-09-19 Vicent MartíMerge pull request #397 from lambourg/development
2011-09-19 Vicent MartíMerge pull request #394 from carlosmn/tree-fromindex
2011-09-19 Vicent MartíMerge pull request #398 from carlosmn/config-autohome
2011-09-19 Vicent MartíMerge pull request #408 from schu/fixup-status
2011-09-19 Vicent MartíMerge pull request #393 from schu/unused-but-set-variable
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-19 Vicent MartiTabify everything
2011-09-18 Vicent MartiCleanup legal data
2011-09-02 Vicent MartíMerge pull request #388 from lambourg/master
2011-08-18 Vicent Martiodb: Do not pass around a header when hashing
2011-03-31 Carlos Martín NietoMerge upstream/development
2011-03-20 Vicent MartiI broke your bindings
2011-02-07 Vicent MartiMerge branch 'master' of https://github.com/saschpe...
2011-02-07 Vicent MartiFix compilation in MSVC
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-04-30 Ramsay JonesAdd functions to open a '*.pack' file and perform some...
2009-01-03 Shawn O. PearceAdd basic support to read pack-*.idx v1 and v2 files