]> git.proxmox.com Git - libgit2.git/history - src/tree-cache.h
New upstream version 1.4.3+dfsg.1
[libgit2.git] / src / tree-cache.h
2022-05-05 Mohammed BilalNew upstream version 1.4.3+dfsg.1
2018-04-26 Pirate PraveenNew upstream version 0.27.0+dfsg.1
2014-10-27 Carlos Martín NietoMerge commit 'refs/pull/2366/head' of github.com:libgit...
2014-10-13 Edward ThomsonMerge pull request #2615 from ethomson/mount_points
2014-10-10 Edward ThomsonMerge pull request #2470 from libgit2/cmn/read-tree...
2014-10-10 Carlos Martín Nietoindex: write out the tree cache extension
2014-10-10 Carlos Martín Nietotree-cache: remove the parent pointer
2014-10-10 Carlos Martín Nietoindex: fill the tree cache when reading from a tree
2014-10-10 Carlos Martín Nietotree-cache: move to use a pool allocator
2014-10-10 Carlos Martín Nietotree-cache: extract the allocation
2014-10-10 Edward ThomsonMerge pull request #2593 from libgit2/cmn/remote-delete...
2014-10-10 Carlos Martín NietoMerge pull request #2575 from cirosantilli/factor-struc...
2014-09-24 Ciro SantilliJoin typedef and struct definitions in single file.
2014-06-20 Vicent Martilibgit2 v0.21.0
2014-06-11 Carlos Martín NietoMerge branch 'cmn/zlib-update' into cmn/update-zlib
2014-04-18 Russell BelferMerge pull request #2213 from ethomson/safecrlf
2014-04-18 Vicent MartiMerge pull request #2108 from libgit2/rb/threadsafe...
2014-04-17 Russell BelferMinor tree cache speedups
2013-04-16 Vicent MartiMerge branch 'development'
2013-02-05 Vicent MartíMerge pull request #1315 from nulltoken/development
2013-01-08 Vicent MartíMerge pull request #1209 from ethomson/update_copyright
2013-01-08 Edward Thomsonupdate copyrights
2012-06-07 Chris YoungMerge remote-tracking branch 'source/development' into...
2012-05-18 Vicent MartiMerge branch 'development'
2012-02-13 Vicent MartíMerge pull request #557 from schu/copyright
2012-02-13 schuUpdate Copyright header
2011-09-27 Vicent MartíMerge pull request #427 from schu/fix-unused-parameters
2011-09-27 Carlos Martín NietoAdd git_tree_cache_get
2011-09-27 Carlos Martín NietoAdd git_tree_cache_invalidate_path
2011-09-27 Carlos Martín NietoMake tree cache name a flex-array
2011-09-27 Carlos Martín NietoMove the tree cache functions to their own file