summaryrefslogtreecommitdiff
path: root/src/fetch.h
Commit message (Expand)AuthorAgeFilesLines
* remote: introduce `git_remote_connect_options`ethomson/remote_connect_optsEdward Thomson2022-01-061-1/+1
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+2
* Fix missing include for header filesPatrick Steinhardt2017-07-031-0/+2
* Fix #3093 - remove declaration of unused function git_fetch__download_packMatthew Plough2015-06-301-7/+0
* remote: move the tagopt setting to the fetch optionsCarlos Martín Nieto2015-05-131-1/+1
* Remove the callbacks struct from the remoteCarlos Martín Nieto2015-05-131-1/+1
* Don't redefine the same callback types, their signatures may changeJacques Germishuys2014-04-211-1/+1
* remote: put the _download() callback with the othersCarlos Martín Nieto2013-10-021-4/+1
* update copyrightsEdward Thomson2013-01-081-1/+1
* Remove 'bytes' param from git_remote_downloadBen Straub2012-10-241-2/+0
* Network progress: rename thingsBen Straub2012-10-241-3/+3
* Fetch/indexer: progress callbacksBen Straub2012-10-191-2/+14
* Add git_indexer_stats field to git_remoteBen Straub2012-10-191-1/+1
* remote: use the same code to control git and httpCarlos Martín Nieto2012-07-301-2/+1
* http: add https support when GnuTLS is availableCarlos Martín Nieto2012-05-191-1/+1
* transports: buffer the git requests before sending themCarlos Martín Nieto2012-04-251-0/+1
* fetch: use the streaming indexer when downloading a packCarlos Martín Nieto2012-04-251-3/+3
* Update Copyright headerschu2012-02-131-1/+1
* fetch: add a generic pack-download functionCarlos Martín Nieto2011-10-121-0/+5
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* Move negotiation to the transportCarlos Martín Nieto2011-08-181-0/+1
* Don't expose the fetch code to the userCarlos Martín Nieto2011-08-181-0/+6