summaryrefslogtreecommitdiff
path: root/examples/network/clone.c
Commit message (Expand)AuthorAgeFilesLines
* - BUGFIX #2133 (@fourplusone) in smart_protocol.cMiha2014-02-251-1/+1
* Merge pull request #1891 from libgit2/cmn/fix-thin-packsVicent Martí2013-10-281-1/+7
|\
| * indexer: include the delta statsCarlos Martín Nieto2013-10-231-1/+7
* | clone: put the callbacks struct directly in the clone optionsCarlos Martín Nieto2013-10-021-5/+3
* | remote: move the credentials callback to the structCarlos Martín Nieto2013-10-021-1/+1
* | remote: put the _download() callback with the othersCarlos Martín Nieto2013-10-021-2/+4
|/
* Adding credentials callback to ls-remote and fetch too.Krzysztof Adamski2013-09-011-32/+1
* Give props to Martin PoolMartin Woodward2013-02-261-1/+4
* Allow progress callback to cancel fetchBen Straub2013-02-051-1/+2
* Add user-from-url param to auth callbackBen Straub2013-01-311-0/+1
* update examples to work on windowsEdward Thomson2013-01-231-3/+5
* Include checkout options inlineBen Straub2013-01-021-1/+1
* Fix warnings in exampleBen Straub2012-12-271-3/+15
* Fix clone sampleBen Straub2012-12-191-17/+6
* Move non-options back out of options structBen Straub2012-12-141-6/+5
* Deploy git_clone_options to network sampleBen Straub2012-12-141-5/+10
* Enable authenticated clones in network sampleBen Straub2012-12-131-1/+17
* Stop premature remote freeing when cloningBen Straub2012-12-131-0/+1
* Fix network exampleBen Straub2012-12-131-2/+11
* Deploy GIT_CHECKOUT_OPTS_INITBen Straub2012-11-301-1/+1
* Examples: fix clone apiBen Straub2012-11-271-1/+1
* Fix various cross-platform build issuesRussell Belfer2012-11-091-9/+15
* Renaming: fix exampleBen Straub2012-10-241-7/+8
* Improve clone sample's formattingBen Straub2012-10-191-9/+6
* Checkout progress now reports completed/total stepsBen Straub2012-10-191-4/+8
* gitno_buffer: callback on each packetBen Straub2012-10-191-3/+4
* Correct progress reporting from checkoutBen Straub2012-10-191-3/+3
* Clone: in-line callbacks for progressBen Straub2012-10-191-42/+50
* Example: compile fixes (not yet working)Ben Straub2012-10-191-3/+2
* Rename example function to avoid name collision.Ben Straub2012-07-311-1/+1
* Checkout: save index on checkout.Ben Straub2012-07-311-1/+0
* Add clone to the network example.Ben Straub2012-07-301-0/+69