libgit2/examples/network
Matthew Plough 768f8be31c Fix #3094 - improve use of portable size_t/ssize_t format specifiers.
The header src/cc-compat.h defines portable format specifiers PRIuZ, PRIdZ, and PRIxZ. The original report highlighted the need to use these specifiers in examples/network/fetch.c.  For this commit, I checked all C source and header files not in deps/ and transitioned to the appropriate format specifier where appropriate.
2015-07-12 19:55:19 +02:00
..
.gitignore examples/network/.gitignore: ignore 'git2' 2011-11-06 20:07:27 -06:00
clone.c examples: clean up some warnings 2015-06-29 21:48:35 +00:00
common.c Adding credentials callback to ls-remote and fetch too. 2013-09-01 19:00:16 +02:00
common.h Adding credentials callback to ls-remote and fetch too. 2013-09-01 19:00:16 +02:00
fetch.c Fix #3094 - improve use of portable size_t/ssize_t format specifiers. 2015-07-12 19:55:19 +02:00
git2.c Restructured to be nicer example 2015-05-02 12:16:22 +02:00
index-pack.c update example to new packfile creation signature 2013-11-07 12:00:43 -06:00
ls-remote.c remote: remove fetch parameter from create_anonymous 2015-05-28 15:32:20 +02:00
Makefile Adding credentials callback to ls-remote and fetch too. 2013-09-01 19:00:16 +02:00