summaryrefslogtreecommitdiff
path: root/tests-clar/network/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup Clar to make it SIMPLERVicent Marti2013-01-021-116/+0
* Move non-options back out of options structBen Straub2012-12-141-6/+4
* Deploy git_clone_options; remove git_clone_bareBen Straub2012-12-141-3/+9
* Define constant for default fetch specBen Straub2012-12-131-1/+1
* Convert clone to use dangling remotesBen Straub2012-12-121-1/+2
* tests: MSVC fixVicent Marti2012-12-051-2/+0
* Merge pull request #1115 from ben/struct-versionsVicent Martí2012-12-051-2/+2
|\
| * Deploy GIT_REMOTE_CALLBACKS_INITBen Straub2012-11-301-2/+1
| * Cleanup nitpicky thingsBen Straub2012-11-301-0/+1
* | Fix compilation warningsnulltoken2012-12-011-0/+3
|/
* Merge pull request #1110 from libgit2/features/push_rebasedVicent Martí2012-11-291-1/+1
|\
| * Push! By schu, phkelley, and congyiwu, et alPhilip Kelley2012-11-281-1/+1
* | fetch: enhance test coveragenulltoken2012-11-291-0/+33
* | Fix MSVC compilation warningnulltoken2012-11-281-1/+1
|/
* API updates for remote.hBen Straub2012-11-271-1/+1
* Fix warnings on Win64 buildRussell Belfer2012-11-271-2/+2
* Reset all static variables to NULL in clar's __cleanupSascha Cunz2012-11-231-0/+2
* Improve docs, examples, warningsRussell Belfer2012-11-011-4/+1
* Fetch: don't clobber received countBen Straub2012-10-291-6/+5
* Fix Windows buildBen Straub2012-10-251-1/+1
* Remove 'bytes' param from git_remote_downloadBen Straub2012-10-241-2/+1
* Network progress: rename thingsBen Straub2012-10-241-1/+1
* Fetch/indexer: progress callbacksBen Straub2012-10-191-1/+10
* Add git_indexer_stats field to git_remoteBen Straub2012-10-191-2/+1
* test: fix some memory leaksnulltoken2012-10-151-0/+2
* tests: add a test for tag autofollow behaviourCarlos Martín Nieto2012-10-111-0/+70