summaryrefslogtreecommitdiff
path: root/src/remote.h
Commit message (Expand)AuthorAgeFilesLines
* remote: implement opportunistic remote-tracking branch updatescmn/remote-fetch-refsCarlos Martín Nieto2014-09-301-0/+1
* remote: store passive refspecsCarlos Martín Nieto2014-09-301-0/+1
* net: remove support for outright ignoring certificatesCarlos Martín Nieto2014-09-161-1/+0
* Custom transport: minor cleanupsEdward Thomson2014-08-141-0/+1
* Improvements to git_transport extensibilityPhilip Kelley2014-06-261-0/+2
* Fix warningsRussell Belfer2013-11-181-2/+2
* remote: store dwimed refspecs separatelyCarlos Martín Nieto2013-11-011-0/+1
* remote: move the credentials callback to the structCarlos Martín Nieto2013-10-021-2/+0
* Reorganize diff and add basic diff driverRussell Belfer2013-06-101-1/+1
* refspec: unify the string and parsed dataCarlos Martín Nieto2013-04-201-1/+0
* remote: handle multiple refspecsCarlos Martín Nieto2013-04-201-2/+5
* update copyrightsEdward Thomson2013-01-081-1/+1
* Add a payload param to git_cred_acquire_cbBen Straub2012-12-101-0/+1
* Push! By schu, phkelley, and congyiwu, et alPhilip Kelley2012-11-281-0/+1
* Typedef enums.Ben Straub2012-11-271-4/+4
* create FETCH_HEAD specially instead of as a ref fileEdward Thomson2012-11-111-1/+2
* Basic authentication for http and winhttpPhilip Kelley2012-11-061-0/+1
* Reorganize transport architecture (squashed 3)Philip Kelley2012-11-011-1/+1
* Network progress: rename thingsBen Straub2012-10-241-1/+1
* Add git_indexer_stats field to git_remoteBen Straub2012-10-191-0/+1
* remote: use constants for well-known namesnulltoken2012-10-071-0/+2
* remote: support downloading all tagsCarlos Martín Nieto2012-09-301-1/+1
* fetch: use the include-tag capabilityCarlos Martín Nieto2012-09-301-1/+2
* remote: add missing include git2/remote.hMichael Schubert2012-08-041-0/+2
* Merge pull request #834 from carlosmn/network-callbacksVicent Martí2012-07-271-0/+1
|\
| * Add a struct for network callbacksCarlos Martín Nieto2012-07-211-0/+1
* | Remotes: Use correct url in git_remote_connectSascha Cunz2012-07-271-0/+2
* | Remotes: Load/Save for fetch.foo.pushurlSascha Cunz2012-07-261-0/+1
|/
* ssl: allow skipping the server certificate checkCarlos Martín Nieto2012-05-261-1/+2
* Update Copyright headerschu2012-02-131-1/+1
* remote: Cleanup the remotes coderepo-ownershipVicent Marti2011-11-281-1/+1
* remote: bitfield should be unsignedCarlos Martín Nieto2011-10-121-1/+1
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* Only wait for pack if we need itCarlos Martín Nieto2011-08-181-0/+1
* Don't expose the fetch code to the userCarlos Martín Nieto2011-08-181-0/+1
* Bind the configuration and remotes to a repositoryCarlos Martín Nieto2011-08-181-0/+1
* Implement sending havesCarlos Martín Nieto2011-08-181-3/+1
* Add a generic send_wantsCarlos Martín Nieto2011-08-181-0/+2
* Add git_remote_connect and git_remote_lsCarlos Martín Nieto2011-06-271-0/+2
* Add a remotes APICarlos Martín Nieto2011-06-261-0/+14