libgit2/src/transports
Russell Belfer 56543a609a Clear up warnings from cppcheck
The cppcheck static analyzer generates warnings for a bunch of
places in the libgit2 code base.  All the ones fixed in this
commit are actually false positives, but I've reorganized the
code to hopefully make it easier for static analysis tools to
correctly understand the structure.  I wouldn't do this if I
felt like it was making the code harder to read or worse for
humans, but in this case, these fixes don't seem too bad and will
hopefully make it easier for better analysis tools to get at any
real issues.
2013-02-15 16:02:45 -08:00
..
cred_helpers.c Address feedback 2013-02-04 13:52:18 -08:00
cred.c Move credential helpers to their own (optional) header 2013-01-09 13:31:17 -08:00
git.c Address feedback 2013-02-04 13:52:18 -08:00
http.c HTTP: use creds in url if available 2013-01-31 14:41:01 -08:00
local.c Fix fail clone local repository because can't found object 2013-01-27 13:36:37 +08:00
smart_pkt.c update copyrights 2013-01-08 17:31:27 -06:00
smart_protocol.c Fix a leak when canceling a network operation 2013-02-14 08:12:55 -08:00
smart.c Merge the push report into the refs to avoid a 3rd network call 2013-02-08 15:21:37 -05:00
smart.h update copyrights 2013-01-08 17:31:27 -06:00
winhttp.c Clear up warnings from cppcheck 2013-02-15 16:02:45 -08:00