summaryrefslogtreecommitdiff
path: root/src/integer.h
Commit message (Expand)AuthorAgeFilesLines
* Fix MAX 32 bit build problem described in libgit2/libgit2#2917ntk/macosx_build_cherrypickedJeff Hostetler2015-02-201-1/+1
* integer overflow: use compiler intrinsics if supportedEdward Thomson2015-02-131-0/+15
* Make our overflow check look more like gcc/clang'sEdward Thomson2015-02-131-12/+16
* Introduce git__add_sizet_overflow and friendsEdward Thomson2015-02-121-0/+77