]> git.proxmox.com Git - libgit2.git/history - src/strmap.h
Add dependency on ca-certificates and libpcre3-dev
[libgit2.git] / src / strmap.h
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'
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 #4088 from chescock/packfile-name...
2017-05-20 Carlos Martín NietoMerge pull request #4097 from implausible/fix/auto...
2017-03-31 Edward ThomsonMerge remote-tracking branch 'origin/pr/3790' into...
2017-03-23 Edward ThomsonMerge branch 'pr/3957'
2017-03-22 Edward ThomsonMerge pull request #4163 from pks-t/pks/submodules...
2017-03-22 Edward ThomsonMerge pull request #4030 from libgit2/ethomson/fsync
2017-03-21 Edward ThomsonMerge pull request #4139 from richardipsum/readme-runni...
2017-03-20 Edward ThomsonMerge pull request #4166 from pks-t/pks/map-free-fix
2017-03-20 Patrick Steinhardtmap: remove `*map_free` macros
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 Steinhardtstrmap: remove GIT__USE_STRMAP macro
2017-02-17 Patrick Steinhardtstrmap: convert macros to functions
2017-02-17 Patrick Steinhardtkhash: avoid using macro magic to get return address
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 Steinhardtstrmap: remove unused macro `git_strmap_insert2`
2015-07-26 Russell SimMerge branch 'upstream'
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 ThomsonUpdate `khash.h` to pull request 42
2014-06-21 Russell SimMerge tag 'upstream/0.21.0'
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 BelferAdd diff threading tests and attr file cache locks
2014-02-12 Russell SimMerge tag 'upstream/0.20.0'
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-08-28 Vicent MartíMerge pull request #1805 from libgit2/threading-packed...
2013-08-28 Vicent MartíMerge pull request #1803 from libgit2/ntk/topic/even_mo...
2013-08-28 Vicent MartíMerge pull request #1808 from frasertweedale/fix/freebs...
2013-08-28 Vicent MartíMerge pull request #1772 from libgit2/config-iter
2013-08-12 Carlos Martín Nietoconfig: get rid of a useless asignment
2013-08-08 Nico von Geysoadded new type and several functions to git_strmap
2013-07-02 Russell SimMerge tag 'upstream/0.18.0'
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-07-17 Ben StraubMerge branch 'development' into clone
2012-07-12 Russell BelferMissed a couple of khash inline dependencies
2012-06-07 Chris YoungMerge remote-tracking branch 'source/development' into...
2012-05-18 Vicent MartiMerge branch 'development'
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 memory leaks and use after free
2012-05-02 Vicent MartíMerge branch 'new-error-handling' into development
2012-04-25 Russell BelferMerge pull request #642 from arrbee/mem-pools
2012-04-25 Russell BelferRename git_khash_str to git_strmap, etc.