summaryrefslogtreecommitdiff
path: root/src/remote.c
Commit message (Expand)AuthorAgeFilesLines
* network: add sideband supportCarlos Martín Nieto2012-08-241-0/+8
* oid: Explicitly include `oid.h` for the inlined CMPVicent Marti2012-08-091-0/+1
* Fix iterator check and return valueRussell Belfer2012-08-061-1/+6
* remotes: Proper return for `git_remote_ls`Vicent Marti2012-08-061-4/+2
* remote: add missing include git2/remote.hMichael Schubert2012-08-041-1/+0
* transport: store the refs in a common areaCarlos Martín Nieto2012-07-301-1/+20
* Merge pull request #834 from carlosmn/network-callbacksVicent Martí2012-07-271-3/+10
|\
| * Add a struct for network callbacksCarlos Martín Nieto2012-07-211-3/+10
* | remote: fix C99-ismCarlos Martín Nieto2012-07-271-1/+2
* | Remotes: Use correct url in git_remote_connectSascha Cunz2012-07-271-1/+20
* | Remotes: Save a cleaned pushurl (by deleting it from the config)Sascha Cunz2012-07-271-4/+13
* | Remotes: Setter for url+pushurl; Getter for pushurlSascha Cunz2012-07-261-0/+32
* | Remotes: Load/Save for fetch.foo.pushurlSascha Cunz2012-07-261-0/+32
* | Remove unneccessary string transformationSascha Cunz2012-07-261-1/+1
* | update_tips: report error if it fails to create a refCarlos Martín Nieto2012-07-241-1/+1
|/
* misc: Fix warnings from PVS Studio trialVicent Martí2012-06-071-2/+5
* Merge pull request #697 from carlosmn/sslVicent Martí2012-06-051-0/+10
|\
| * ssl: allow skipping the server certificate checkCarlos Martín Nieto2012-05-261-0/+10
* | remote: Make git_remote_add() generate a default refspec with a force update ...nulltoken2012-06-041-1/+1
* | refspec: expose the force update specifier through git_refspec_force() accessornulltoken2012-05-301-0/+4
|/
* errors: Rename error codesbreaking-changesVicent Martí2012-05-181-4/+4
* errors: Rename the generic return codesVicent Martí2012-05-181-5/+5
* global: Change parameter ordering in APIVicent Martí2012-05-181-2/+2
* fetch: filter tag annotation pseudo-refs while generating wantsCarlos Martín Nieto2012-05-091-4/+0
* remote: don't try to create tag annotations as refs/tags/v0.1.0^{}Carlos Martín Nieto2012-05-091-0/+4
* remotes: change git_remote_new's signatureCarlos Martín Nieto2012-05-081-6/+13
* remote: add git_remote_add()Carlos Martín Nieto2012-05-081-0/+25
* remote: make git_remote_load() return GIT_ENOTFOUND when the remote url canno...nulltoken2012-05-081-3/+1
* remote: ensure the allocated remote is freed when an error occurs during its ...nulltoken2012-05-081-8/+16
* remote: don't free transport on disconnectMichael Schubert2012-05-021-8/+10
* Merge pull request #642 from arrbee/mem-poolsRussell Belfer2012-04-251-1/+1
|\
| * Implement git_pool paged memory allocatorRussell Belfer2012-04-251-1/+1
* | remote: run a callback when updating the branch tipsCarlos Martín Nieto2012-04-251-3/+23
* | fetch: use the streaming indexer when downloading a packCarlos Martín Nieto2012-04-251-3/+3
|/
* error-handling: remote, transportCarlos Martín Nieto2012-04-111-145/+101
* Clean up GIT_UNUSED macros on all platformsRussell Belfer2012-03-021-2/+2
* Add git_remote_list()Carlos Martín Nieto2012-02-261-0/+69
* A remote exists with an URL aloneCarlos Martín Nieto2012-02-241-0/+3
* Fix check for writing remote's fetch and push configurationsCarlos Martín Nieto2012-02-211-2/+2
* Move git_remote_load() to git_bufCarlos Martín Nieto2012-02-201-22/+16
* Add git_remote_save()Carlos Martín Nieto2012-02-201-0/+50
* Add git_remote_set_{fetch,push}spec()Carlos Martín Nieto2012-02-201-0/+38
* Update Copyright headerschu2012-02-131-1/+1
* remote: don't try to free the ref on errorCarlos Martín Nieto2012-01-191-1/+2
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-8/+8
* remote: Fix connected testVicent Marti2011-11-281-1/+1
* remote: Cleanup the remotes coderepo-ownershipVicent Marti2011-11-281-10/+25
* repository: Change ownership semanticsVicent Marti2011-11-261-6/+12
* Free the created refs in git_remote_update_tipsCarlos Martín Nieto2011-11-221-0/+3
* Set transport to NULL after freeing itCarlos Martín Nieto2011-11-221-0/+1