libgit2/examples/network
Sebastian Bauer cea994b902 Don't call pthread_exit() in the callback.
Compilers that are not aware that pthread_exit() does not return
issue a warning when compiling the present code. This change
exchanges the call to pthread_exit() with a simple return
statement. According to the pthread specification this is
equivalent.
2013-01-10 12:39:17 +01:00
..
.gitignore examples/network/.gitignore: ignore 'git2' 2011-11-06 20:07:27 -06:00
clone.c Include checkout options inline 2013-01-02 13:43:54 -08:00
common.h Fix various cross-platform build issues 2012-11-09 13:52:07 -08:00
fetch.c Don't call pthread_exit() in the callback. 2013-01-10 12:39:17 +01:00
git2.c Merge pull request #778 from ben/clone 2012-08-19 01:26:06 -07:00
index-pack.c Renaming: fix example 2012-10-24 13:43:23 -07:00
ls-remote.c Move url to last place in parameter list 2013-01-02 12:44:47 -08:00
Makefile Make building samples more friendly 2012-12-16 10:50:10 -08:00