libgit2/src/transports
Edward Thomson f1453c59b2 Make our overflow check look more like gcc/clang's
Make our overflow checking look more like gcc and clang's, so that
we can substitute it out with the compiler instrinsics on platforms
that support it.  This means dropping the ability to pass `NULL` as
an out parameter.

As a result, the macros also get updated to reflect this as well.
2015-02-13 09:27:33 -05:00
..
auth_negotiate.c Introduce proper http authentication API 2014-08-15 14:11:56 -04:00
auth_negotiate.h Introduce proper http authentication API 2014-08-15 14:11:56 -04:00
auth.c Introduce proper http authentication API 2014-08-15 14:11:56 -04:00
auth.h Introduce proper http authentication API 2014-08-15 14:11:56 -04:00
cred_helpers.c ssh: make sure to ask for a username and use the same one 2014-06-26 22:58:39 +02:00
cred.c Make our overflow check look more like gcc/clang's 2015-02-13 09:27:33 -05:00
cred.h cred: add convenience function to get the username 2014-06-26 22:58:38 +02:00
git.c allocations: test for overflow of requested size 2015-02-12 22:54:46 -05:00
http.c Fix a couple of compiler warnings 2014-12-10 16:22:50 +01:00
local.c allocations: test for overflow of requested size 2015-02-12 22:54:46 -05:00
smart_pkt.c Make our overflow check look more like gcc/clang's 2015-02-13 09:27:33 -05:00
smart_protocol.c allocations: test for overflow of requested size 2015-02-12 22:54:46 -05:00
smart.c allocations: test for overflow of requested size 2015-02-12 22:54:46 -05:00
smart.h Provide a callback for certificate validation 2014-09-16 17:01:30 +02:00
ssh.c ssh: use socket_stream to perform the connection 2014-12-10 01:39:09 +01:00
winhttp.c allocations: test for overflow of requested size 2015-02-12 22:54:46 -05:00