]> git.proxmox.com Git - libgit2.git/history - src/sortedcache.c
Merge pull request #3303 from libgit2/cmn/index-add-submodule
[libgit2.git] / src / sortedcache.c
2015-03-03 Edward ThomsonMerge pull request #2913 from ethomson/stash_fixup
2015-03-03 Carlos Martín NietoMerge pull request #2885 from JIghtuse/master
2015-02-20 Carlos Martín NietoMerge pull request #2907 from jasonhaslam/git_packfile_...
2015-02-19 Carlos Martín NietoMerge pull request #2820 from leoyanggit/mac_build
2015-02-16 Carlos Martín NietoMerge pull request #2909 from stewid/remove_extra_semicolon
2015-02-15 Stefan WidgrenRemove extra semicolon outside of a function
2015-02-15 Carlos Martín NietoMerge pull request #2831 from ethomson/merge_lock
2015-02-15 Carlos Martín NietoMerge pull request #2895 from ethomson/alloc_overflow
2015-02-13 Edward ThomsonMake our overflow check look more like gcc/clang's
2015-02-13 Edward Thomsonallocations: test for overflow of requested size
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 BelferAttribute file cache refactor
2014-04-17 Russell BelferAdd diff threading tests and attr file cache locks
2014-03-06 Vicent MartiMerge pull request #1997 from mgbowen/merge-options...
2014-03-02 Ben StraubMerge pull request #2144 from linquize/branch-f-current
2014-02-08 Russell BelferMerge pull request #2099 from libgit2/bs/more-reflog...
2014-02-08 Russell BelferMerge pull request #2042 from libgit2/cmn/conditional-ref
2014-02-07 Vicent MartiMerge pull request #2100 from libgit2/rb/update-pqueue
2014-02-04 Russell BelferConvert pqueue to just be a git_vector
2013-11-20 Vicent MartiMerge branch 'development'
2013-10-11 Vicent MartíMerge pull request #1562 from libgit2/cmn/refs-namespac...
2013-09-16 Ben StraubMerge branch 'development' into blame_rebased
2013-09-06 Russell BelferMerge pull request #1791 from libgit2/cmn/revwalk-recursive
2013-09-03 Vicent MartíMerge pull request #1804 from ethomson/rewrites
2013-08-28 Vicent MartíMerge pull request #1805 from libgit2/threading-packed...
2013-08-22 Russell BelferFix sortedcache docs and other feedback
2013-08-22 Russell BelferTrying to fix Win32 warnings
2013-08-22 Russell BelferA bit of item alignment paranoia
2013-08-22 Russell BelferConvert sortedcache to use rwlock
2013-08-22 Russell BelferNo need to lock newly created tgt in copy
2013-08-21 Russell BelferFix warnings when compiling without threads
2013-08-21 Russell BelferAdd sortedcache APIs to lookup index and remove
2013-08-20 Russell BelferAdd sorted cache data type