summaryrefslogtreecommitdiff
path: root/examples/network
Commit message (Expand)AuthorAgeFilesLines
* Rename git_threads_ to git_libgit2_Carlos Martín Nieto2014-11-081-1/+1
* remote: rename _load() to _lookup()cmn/remote-lookupCarlos Martín Nieto2014-11-082-2/+2
* remote: allow overriding the refspecs for download and fetchCarlos Martín Nieto2014-09-301-1/+1
* Fix typoLinquize2014-09-161-1/+1
* Don't redefine the same callback types, their signatures may changeJacques Germishuys2014-04-211-1/+1
* remote: rename inmemory to anonymous and swap url and fetch orderCarlos Martín Nieto2014-04-012-2/+2
* git_checkout_opts -> git_checkout_optionsBen Straub2014-03-061-1/+1
* - BUGFIX #2133 (@fourplusone) in smart_protocol.cMiha2014-02-251-1/+1
* Fix a few references to changed function signaturesBen Straub2014-02-051-1/+1
* Merge pull request #1956 from libgit2/cmn/fetch-default-headVicent Martí2013-11-111-12/+14
|\
| * remote: make _ls return the list directlyCarlos Martín Nieto2013-11-111-12/+14
* | update example to new packfile creation signatureEdward Thomson2013-11-071-1/+1
* | Fix warningsBen Straub2013-11-041-2/+2
|/
* Merge pull request #1916 from libgit2/simplify-examplesVicent Martí2013-11-012-3/+17
|\
| * Fix typosBen Straub2013-11-011-2/+2
| * A few formatting changes for roccoCarlos Martín Nieto2013-11-012-3/+17
* | indexer: remove the stream infixCarlos Martín Nieto2013-10-301-6/+6
|/
* Merge pull request #1891 from libgit2/cmn/fix-thin-packsVicent Martí2013-10-283-4/+20
|\
| * indexer: include the delta statsCarlos Martín Nieto2013-10-232-2/+13
| * examples: show used local objects in fetchCarlos Martín Nieto2013-10-231-1/+6
| * indexer: fix thin packsCarlos Martín Nieto2013-10-041-1/+1
* | 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-023-3/+5
* | remote: put the _download() callback with the othersCarlos Martín Nieto2013-10-022-3/+5
|/
* Adding credentials callback to ls-remote and fetch too.Krzysztof Adamski2013-09-016-33/+45
* Removing unneeded code duplication in ls-remote.cKrzysztof Adamski2013-09-011-33/+7
* examples: init the threading systemCarlos Martín Nieto2013-04-231-0/+2
* Fix clang warnings and improve checksRussell Belfer2013-04-093-8/+17
* Fix link issue in network exampleslionel vitte2013-03-201-2/+3
* 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-233-8/+31
* Don't call pthread_exit() in the callback.Sebastian Bauer2013-01-101-1/+1
* Include checkout options inlineBen Straub2013-01-021-1/+1
* Move `url` to last place in parameter listBen Straub2013-01-022-2/+2
* Fix warnings in exampleBen Straub2012-12-271-3/+15
* Fix examplesBen Straub2012-12-212-2/+2
* Rename remote creation APIsBen Straub2012-12-202-2/+2
* Fix clone sampleBen Straub2012-12-191-17/+6
* Make building samples more friendlyBen Straub2012-12-161-0/+4
* 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_REMOTE_CALLBACKS_INITBen Straub2012-11-301-2/+1
* Deploy GIT_CHECKOUT_OPTS_INITBen Straub2012-11-301-1/+1
* API updates for remote.hBen Straub2012-11-272-3/+3
* Examples: fix clone apiBen Straub2012-11-271-1/+1