summaryrefslogtreecommitdiff
path: root/examples/network/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* 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-011-1/+1
* Fix a few references to changed function signaturesBen Straub2014-02-051-1/+1
* Fix warningsBen Straub2013-11-041-2/+2
* Fix typosBen Straub2013-11-011-2/+2
* A few formatting changes for roccoCarlos Martín Nieto2013-11-011-0/+11
* Merge pull request #1891 from libgit2/cmn/fix-thin-packsVicent Martí2013-10-281-2/+12
|\
| * indexer: include the delta statsCarlos Martín Nieto2013-10-231-1/+6
| * examples: show used local objects in fetchCarlos Martín Nieto2013-10-231-1/+6
* | 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-1/+1
|/
* Adding credentials callback to ls-remote and fetch too.Krzysztof Adamski2013-09-011-0/+1
* Fix clang warnings and improve checksRussell Belfer2013-04-091-3/+7
* update examples to work on windowsEdward Thomson2013-01-231-3/+12
* Don't call pthread_exit() in the callback.Sebastian Bauer2013-01-101-1/+1
* Move `url` to last place in parameter listBen Straub2013-01-021-1/+1
* Fix examplesBen Straub2012-12-211-1/+1
* Rename remote creation APIsBen Straub2012-12-201-1/+1
* Deploy GIT_REMOTE_CALLBACKS_INITBen Straub2012-11-301-2/+1
* API updates for remote.hBen Straub2012-11-271-1/+1
* Fix various cross-platform build issuesRussell Belfer2012-11-091-2/+2
* Remove 'bytes' param from git_remote_downloadBen Straub2012-10-241-6/+3
* Renaming: fix exampleBen Straub2012-10-241-3/+5
* Network progress: rename thingsBen Straub2012-10-241-1/+1
* Fix example compilationBen Straub2012-10-191-1/+1
* Add accessor for git_remote's stats fieldBen Straub2012-10-191-9/+8
* examples: add progress output to fetchCarlos Martín Nieto2012-08-241-1/+13
* indexer: recognize and mark when all of the packfile has been downloadedCarlos Martín Nieto2012-08-241-1/+1
* examples: fix warnings in network/Carlos Martín Nieto2012-07-301-4/+5
* remote: start moving the protocol to a common areaCarlos Martín Nieto2012-07-301-0/+3
* Add a struct for network callbacksCarlos Martín Nieto2012-07-211-2/+9
* Updates from comments on OS4 compatibility pull request http://github.com/lib...Chris Young2012-06-141-6/+1
* allow disabling pthreads for testingChris Young2012-06-091-0/+6
* examples/network: consistently use tabs for indentationCarlos Martín Nieto2012-05-241-50/+50
* remotes: change git_remote_new's signatureCarlos Martín Nieto2012-05-081-1/+1
* remote: don't free transport on disconnectMichael Schubert2012-05-021-0/+3
* remote: run a callback when updating the branch tipsCarlos Martín Nieto2012-04-251-1/+20
* examples: run fetch in a background threadCarlos Martín Nieto2012-04-251-13/+56
* examples: port 'fetch' to the new APICarlos Martín Nieto2012-04-251-71/+22
* remote: Cleanup the remotes coderepo-ownershipVicent Marti2011-11-281-31/+1
* examples/network/fetch.c: revert overzealous conversion of free to git__freeBrandon Casey2011-11-061-1/+1
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-1/+1
* examples: add ls-remote, fetch and index-pack examplesCarlos Martín Nieto2011-10-031-0/+127