summaryrefslogtreecommitdiff
path: root/examples/network/common.h
Commit message (Collapse)AuthorAgeFilesLines
* Adding credentials callback to ls-remote and fetch too.Krzysztof Adamski2013-09-011-0/+6
|
* Fix various cross-platform build issuesRussell Belfer2012-11-091-0/+9
| | | | | | This fixes a number of warnings and problems with cross-platform builds. Among other things, it's not safe to name a member of a structure "strcmp" because that may be #defined.
* Rename example function to avoid name collision.Ben Straub2012-07-311-1/+1
|
* Add clone to the network example.Ben Straub2012-07-301-0/+1
|
* examples: add ls-remote, fetch and index-pack examplesCarlos Martín Nieto2011-10-031-0/+14
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>