]> git.proxmox.com Git - libgit2.git/history - src/integer.h
push: remove own copy of callbacks
[libgit2.git] / src / integer.h
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 #2921 from libgit2/ntk/macosx_build_...
2015-02-20 Jeff HostetlerFix MAX 32 bit build problem described in libgit2/libgi...
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-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 Thomsoninteger overflow: use compiler intrinsics if supported
2015-02-13 Edward ThomsonMake our overflow check look more like gcc/clang's
2015-02-13 Edward ThomsonIntroduce git__add_sizet_overflow and friends