]> git.proxmox.com Git - libgit2.git/history - src/pack.h
Oh yeah, bugs from my rebase
[libgit2.git] / src / pack.h
2012-12-07 Vicent MartíMerge pull request #1091 from carlosmn/stream-object
2012-12-05 Vicent MartíMerge pull request #1115 from ben/struct-versions
2012-12-03 Vicent MartíMerge pull request #1112 from barrbrain/odb-pack-read...
2012-12-02 David Michael Barrpack: add git_packfile_resolve_header
2012-11-30 Carlos Martín Nietopack: introduce a streaming API for raw objects
2012-11-29 Vicent MartíMerge pull request #1090 from arrbee/ignore-invalid...
2012-11-28 Ben StraubMerge pull request #1087 from libgit2/great-renaming
2012-11-27 Russell BelferMake git_odb_foreach_cb take const param
2012-09-14 Vicent MartíMerge pull request #933 from barrbrain/pack-iterate...
2012-09-14 David Michael Barrpack: iterate objects in offset order
2012-08-19 Vicent MartíMerge pull request #778 from ben/clone
2012-08-06 Vicent MartiMerge remote-tracking branch 'arrbee/tree-walk-fixes...
2012-08-01 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/amd64...
2012-07-24 nulltokenportability: Improve x86/amd64 compatibility
2012-07-17 Ben StraubMerge branch 'development' into clone
2012-07-12 Vicent MartíMerge pull request #789 from carlosmn/odb-foreach
2012-07-03 Carlos Martín Nietoodb: add git_odb_foreach()
2012-06-07 Chris YoungMerge remote-tracking branch 'source/development' into...
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-02 Vicent MartíMerge branch 'new-error-handling' into development
2012-04-24 Vicent MartíMerge pull request #632 from arrbee/win64-cleanup
2012-04-24 Vicent MartíMerge pull request #637 from nulltoken/issue/odb-refcount
2012-04-19 Vicent MartíMerge remote-tracking branch 'carlosmn/indexer-stream...
2012-04-13 Carlos Martín NietoAdd packfile_unpack_compressed() to the internal header
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
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-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 Carlos Martín NietoImplement cooperative caching
2011-08-04 Vicent MartíMerge pull request #345 from carlosmn/gsoc2011/indexer
2011-08-02 Carlos Martín NietoModify the given offset in git_packfile_unpack
2011-08-02 Carlos Martín NietoMove pack functions to their own file
2011-08-02 Carlos Martín NietoMake packfile_unpack_header more generic
2011-08-02 Carlos Martín NietoMove the pack structs to an internal header