]> git.proxmox.com Git - libgit2.git/history - src/pack.c
install as examples
[libgit2.git] / src / pack.c
2020-12-06 Utkarsh GuptaUpdate upstream source from tag 'upstream/1.1.0+dfsg.1'
2020-12-06 Utkarsh GuptaNew upstream version 1.1.0+dfsg.1
2020-12-04 Utkarsh GuptaMerge branch 'debian/experimental' into debian/sid
2020-04-09 Utkarsh GuptaUpdate upstream source from tag 'upstream/1.0.0+dfsg.1'
2020-04-09 Utkarsh GuptaNew upstream version 1.0.0+dfsg.1
2020-03-13 Utkarsh GuptaUpdate upstream source from tag 'upstream/0.99.0+dfsg.1'
2020-03-13 Utkarsh GuptaNew upstream version 0.99.0+dfsg.1
2019-05-11 Jongmin KimNew upstream version 0.28.1+dfsg.1
2019-05-11 Jongmin KimUpdate upstream source from tag 'upstream/0.28.1+dfsg.1'
2018-04-26 Pirate PraveenUpdate upstream source from tag 'upstream/0.27.0+dfsg.1'
2018-04-26 Pirate PraveenNew upstream version 0.27.0+dfsg.1
2017-07-29 Russell SimMerge tag 'upstream/0.26.0+dfsg.1'
2017-07-29 Russell SimImported Upstream version 0.26.0
2017-06-11 Edward ThomsonMerge pull request #4254 from pks-t/pks/changelog-v0.26
2017-06-11 Edward ThomsonMerge pull request #4088 from chescock/packfile-name...
2017-06-11 Edward ThomsonMerge pull request #4260 from libgit2/ethomson/forced_c...
2017-06-08 Edward ThomsonMerge pull request #4255 from pks-t/pks/buffer-grow...
2017-06-08 Patrick Steinhardtbuffer: use `git_buf_init` with length
2017-06-08 Patrick Steinhardtbuffer: rely on `GITERR_OOM` set by `git_buf_try_grow`
2017-05-20 Carlos Martín NietoMerge pull request #4097 from implausible/fix/auto...
2017-04-24 Russell SimMerge tag 'upstream/0.25.1'
2017-04-24 Russell SimImported Upstream version 0.25.1
2017-03-31 Edward ThomsonMerge remote-tracking branch 'origin/pr/3790' into...
2017-03-23 Edward ThomsonMerge branch 'pr/3957'
2017-02-24 Patrick SteinhardtMerge pull request #4133 from stinb/khash-cleanup-regre...
2017-02-22 Jason Haslampack: fix looping over cache entries
2017-02-17 Edward ThomsonMerge pull request #4130 from libgit2/ethomson/clar_mes...
2017-02-17 Patrick SteinhardtMerge pull request #4092 from pks-t/pks/khash-cleanups
2017-02-17 Patrick Steinhardtoffmap: remove GIT__USE_OFFMAP macro
2017-02-17 Patrick Steinhardtoidmap: remove GIT__USE_OIDMAP macro
2017-02-17 Patrick Steinhardtkhash: avoid using `kh_key`/`kh_val` as lvalue
2017-02-17 Patrick Steinhardtkhash: avoid using `kh_put` directly
2017-02-17 Patrick Steinhardtkhash: avoid using `kh_del` directly
2017-02-17 Patrick Steinhardtkhash: avoid using `kh_val`/`kh_value` directly
2017-02-17 Patrick Steinhardtkhash: avoid using `kh_get` directly
2017-02-17 Patrick Steinhardtkhash: avoid using `kh_end` directly
2017-02-17 Patrick Steinhardtkhash: use `git_map_exists` where applicable
2017-02-17 Patrick Steinhardtkhash: avoid using `kh_foreach`/`kh_foreach_value`...
2017-01-21 Edward ThomsonMerge pull request #4051 from tiennou/clang-analyzer-1
2017-01-21 Edward ThomsonMerge pull request #4053 from chescock/extend-packfile...
2017-01-21 Edward ThomsonMerge branch 'pr/3912'
2017-01-21 Edward ThomsonMerge pull request #4078 from pks-t/pks/example-cleanup
2017-01-21 Edward ThomsonMerge pull request #3892 from mitesch/shared_buffer
2017-01-21 Edward ThomsonMerge branch 'master' into pr/3938
2017-01-21 Edward ThomsonMerge pull request #4085 from libgit2/ethomson/packfile...
2017-01-21 Edward Thomsonindexer: introduce `git_packfile_close`
2017-01-21 Edward ThomsonMerge branch 'pr/4060'
2017-01-14 Edward ThomsonMerge pull request #4054 from jfultz/jfultz/fix_GIT_CHE...
2017-01-14 Carlos Martín NietoMerge pull request #4061 from libgit2/ethomson/merge_opts
2017-01-13 Carlos Martín NietoMerge pull request #4049 from libgit2/ethomson/error_msgs
2016-12-31 Edward ThomsonMerge pull request #4015 from staticfloat/sf/win_http_p...
2016-12-29 Edward Thomsongiterr_set: consistent error messages
2016-12-20 Carlos Martín NietoMerge pull request #3980 from tiennou/doc-fixes
2016-12-20 Edward ThomsonMerge pull request #4034 from libgit2/cmn/sysdir-no...
2016-12-20 Edward ThomsonMerge pull request #4032 from libgit2/cmn/https-cap...
2016-12-20 Carlos Martín NietoMerge pull request #4037 from libgit2/cmn/goals
2016-12-19 Carlos Martín NietoMerge pull request #4038 from lucasderraugh/patch-1
2016-12-19 Carlos Martín NietoMerge pull request #4026 from libgit2/cmn/refdb-fs...
2016-12-19 Carlos Martín NietoMerge pull request #4027 from pks-t/pks/pack-deref...
2016-12-16 Edward ThomsonMerge pull request #4029 from libgit2/cmn/windows-no...
2016-12-12 Carlos Martín NietoMerge pull request #4018 from pks-t/pks/various-fixes
2016-12-12 Patrick Steinhardtpack: dereference cached pack entry on error
2016-12-12 Patrick SteinhardtFix potential use of uninitialized values
2016-11-15 Carlos Martín NietoMerge pull request #3962 from libgit2/ethomson/issue_te...
2016-11-14 Carlos Martín NietoMerge pull request #3983 from pks-t/pks/smart-early-eof
2016-11-04 Patrick SteinhardtMerge pull request #3974 from libgit2/pks/synchronize...
2016-11-04 Patrick SteinhardtMerge pull request #3977 from jfultz/fix-forced-branch...
2016-11-02 Carlos Martín NietoMerge pull request #3960 from ignatenkobrain/openssl...
2016-11-02 Carlos Martín NietoMerge pull request #3984 from pks-t/pks/pack-find-offse...
2016-11-02 Patrick Steinhardtpack: fix race in pack_entry_find_offset
2016-10-27 Russell SimMerge tag 'upstream/0.24.2'
2016-10-27 Russell SimImported Upstream version 0.24.2
2016-10-09 Edward ThomsonMerge branch 'pr/3809'
2016-10-02 Edward ThomsonMerge pull request #3948 from libgit2/cmn/v24-updates
2016-10-01 Carlos Martín Nietoodb: avoid inflating the full delta to read the header
2016-07-24 Edward ThomsonMerge pull request #3815 from pks-t/pks/coverity-model
2016-07-01 Edward ThomsonMerge pull request #3836 from joshtriplett/cleanup...
2016-07-01 Edward ThomsonMerge pull request #3711 from joshtriplett/git_reposito...
2016-06-26 Edward ThomsonMerge pull request #3223 from ethomson/apply
2016-05-26 Edward Thomsondelta: move delta application to delta.c
2016-05-09 Edward ThomsonMerge pull request #3767 from pks-t/pks/misc-fixes
2016-05-02 Edward ThomsonMerge pull request #3759 from libgit2/cmn/faster-header
2016-05-02 Carlos Martín Nietoodb: avoid inflating the full delta to read the header
2016-04-12 Andreas HenrikssonMerge tag 'upstream/0.24.1'
2016-04-12 Andreas HenrikssonImported Upstream version 0.24.1
2016-04-11 Carlos Martín NietoMerge pull request #3739 from ethomson/0.24.1
2016-04-11 Edward Thomsonodb: improved not found error messages
2016-04-11 P.S.V.RRemove duplicated calls to git_mwindow_close
2016-04-03 Andreas HenrikssonMerge tag 'upstream/0.24.0'
2016-04-03 Andreas HenrikssonImported Upstream version 0.24.0
2016-03-31 Edward ThomsonMerge pull request #3716 from libgit2/cmn/typedef-sizet
2016-03-31 Carlos Martín NietoMerge pull request #3575 from pmq20/master-13jan16
2016-03-24 Carlos Martín NietoMerge pull request #3574 from chescock/buffer-sideband...
2016-03-22 Carlos Martín NietoMerge pull request #3559 from yongthecoder/master
2016-03-22 Carlos Martín NietoMerge pull request #3701 from jfultz/fix-0.24.0-changelog
2016-03-18 Edward ThomsonMerge pull request #3660 from mstrap/mingw
2016-03-17 Edward ThomsonMerge pull request #3687 from mstrap/CMAKE_C_FLAGS_DEBUG
2016-03-11 Carlos Martín NietoMerge pull request #3636 from nerdishbynature/fix-non...
2016-03-09 Carlos Martín NietoMerge pull request #3623 from ethomson/rebase_with_commit
2016-03-08 Vicent MartiMerge pull request #3656 from ethomson/exists_prefixes
next