summaryrefslogtreecommitdiff
path: root/include/git2/remote.h
Commit message (Expand)AuthorAgeFilesLines
* Remove leftover function declarationCarlos Martín Nieto2013-10-301-15/+0
* transport: let the progress output return an errorCarlos Martín Nieto2013-10-231-1/+1
* clone: put the callbacks struct directly in the clone optionsCarlos Martín Nieto2013-10-021-1/+1
* remote: add some comments to the callback structCarlos Martín Nieto2013-10-021-1/+33
* remote: add a convenience 'fetch' function.Carlos Martín Nieto2013-10-021-0/+11
* remote: move the credentials callback to the structCarlos Martín Nieto2013-10-021-0/+1
* remote: put the _download() callback with the othersCarlos Martín Nieto2013-10-021-9/+2
* remote: fix git_remote_download() documentationCarlos Martín Nieto2013-07-231-13/+7
* Add `git_remote_owner`Etienne Samson2013-07-151-0/+8
* Fixed most documentation header bugsAndreas Linde2013-06-241-2/+2
* Proposal to handle default value (auto = 0)yorah2013-05-301-4/+3
* remote: add resfpec list accessorsCarlos Martín Nieto2013-04-301-0/+26
* remove git_remote_pushspecNikolai Vladimirov2013-04-231-9/+0
* remote: allow querying for refspecsCarlos Martín Nieto2013-04-201-2/+24
* remote: handle multiple refspecsCarlos Martín Nieto2013-04-201-14/+15
* remote: specify what values direction can mean in git_remote_connect()Carlos Martín Nieto2013-04-191-1/+2
* remote: Introduce git_remote_is_valid_name()nulltoken2013-02-111-0/+8
* Kill vestigal dangling-remote codeBen Straub2013-01-111-11/+1
* update copyrightsEdward Thomson2013-01-081-1/+1
* Move `url` to last place in parameter listBen Straub2013-01-021-3/+3
* remote: Prevent create() from blindly overwritingnulltoken2012-12-241-1/+1
* remote: Improve documentationnulltoken2012-12-241-4/+6
* remote: Enhance in-memory remote test coveragenulltoken2012-12-241-1/+1
* In-memory remotes don't have namesBen Straub2012-12-211-2/+0
* git_remote_create calls git_remote_saveBen Straub2012-12-201-2/+4
* Remote: deprecate dangling, prevent saving in-memoryBen Straub2012-12-201-8/+0
* Rename remote creation APIsBen Straub2012-12-201-13/+22
* Define constant for default fetch specBen Straub2012-12-131-0/+8
* API to set a dangling remote's repositoryBen Straub2012-12-121-0/+10
* Allow creation of dangling remotesBen Straub2012-12-121-3/+3
* Add a payload param to git_cred_acquire_cbBen Straub2012-12-101-1/+2
* Allow compilation as C++Ben Straub2012-12-061-1/+1
* Merge pull request #1115 from ben/struct-versionsVicent Martí2012-12-051-1/+6
|\
| * Deploy GIT_REMOTE_CALLBACKS_INITBen Straub2012-11-301-1/+2
| * Add version fields and init macros for public input structs.Ben Straub2012-11-301-0/+4
* | remote: deploy EINVALIDSPEC usagenulltoken2012-12-011-5/+17
|/
* Typedef enums.Ben Straub2012-11-271-4/+6
* API updates for remote.hBen Straub2012-11-271-11/+12
* create FETCH_HEAD specially instead of as a ref fileEdward Thomson2012-11-111-0/+17
* Update documentation in remote.hBrian Schroeder2012-11-081-4/+11
* Basic authentication for http and winhttpPhilip Kelley2012-11-061-1/+16
* Reorganize transport architecture (squashed 3)Philip Kelley2012-11-011-1/+14
* Merge pull request #925 from nulltoken/topic/moving-branch-updates-configRussell Belfer2012-10-251-0/+18
|\
| * remote: introduce git_remote_rename()nulltoken2012-10-251-0/+18
* | Remove 'bytes' param from git_remote_downloadBen Straub2012-10-241-3/+0
* | Network progress: rename thingsBen Straub2012-10-241-2/+2
* | Fix documentation commentBen Straub2012-10-241-1/+2
* | Update doc strings, warn about callback perfBen Straub2012-10-231-1/+3
* | Fetch/indexer: progress callbacksBen Straub2012-10-191-1/+7
* | Add accessor for git_remote's stats fieldBen Straub2012-10-191-0/+5