summaryrefslogtreecommitdiff
path: root/examples/network/common.h
Commit message (Collapse)AuthorAgeFilesLines
* examples: merge common network codePatrick Steinhardt2019-02-151-30/+0
| | | | | | | | | | | | Right now, we have two sets of "common" code, one containing general common code and one containing network common code. As we intend to get rid of the network subdirectory and instead merge all examples into a single standalone executable, this distinction doesn't make a lot of sense now. Furthermore, the common network code is not that big. Let's get rid of the common network code by merging it into the general common code.
* 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>