Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix spelling errors. | Bruce Mitchener | 2012-05-19 | 1 | -4/+4 |
* | errors: Rename the generic return codes | Vicent Martí | 2012-05-18 | 1 | -9/+9 |
* | remotes: change git_remote_new's signature | Carlos Martín Nieto | 2012-05-08 | 1 | -2/+3 |
* | remote: add git_remote_add() | Carlos Martín Nieto | 2012-05-08 | 1 | -0/+10 |
* | Merge branch 'new-error-handling' into development | Vicent Martí | 2012-05-02 | 1 | -5/+7 |
|\ | |||||
| * | remote: add more doc on git_remote_free | Michael Schubert | 2012-04-28 | 1 | -0/+3 |
| * | remote: run a callback when updating the branch tips | Carlos Martín Nieto | 2012-04-25 | 1 | -4/+2 |
| * | transports: buffer the git requests before sending them | Carlos Martín Nieto | 2012-04-25 | 1 | -0/+1 |
| * | fetch: use the streaming indexer when downloading a pack | Carlos Martín Nieto | 2012-04-25 | 1 | -1/+1 |
* | | Make git_remote_supported_url() public and shorten error string | Carlos Martín Nieto | 2012-03-05 | 1 | -0/+8 |
|/ | |||||
* | Add git_remote_list() | Carlos Martín Nieto | 2012-02-26 | 1 | -0/+11 |
* | Add git_remote_save() | Carlos Martín Nieto | 2012-02-20 | 1 | -0/+8 |
* | Add git_remote_set_{fetch,push}spec() | Carlos Martín Nieto | 2012-02-20 | 1 | -0/+18 |
* | Update Copyright header | schu | 2012-02-13 | 1 | -1/+1 |
* | remote: Cleanup the remotes coderepo-ownership | Vicent Marti | 2011-11-28 | 1 | -1/+11 |
* | repository: Change ownership semantics | Vicent Marti | 2011-11-26 | 1 | -9/+9 |
* | Add a note not to free the result from git_remote_ls | Carlos Martín Nieto | 2011-11-22 | 1 | -1/+2 |
* | Add git_remote_connected | Carlos Martín Nieto | 2011-11-21 | 1 | -0/+10 |
* | Add git_remote_disconnect | Carlos Martín Nieto | 2011-11-21 | 1 | -0/+10 |
* | Add a name to a remote created from the API | Carlos Martín Nieto | 2011-11-18 | 1 | -3/+5 |
* | remote: get rid of git_remote_negotiate | Carlos Martín Nieto | 2011-11-18 | 1 | -12/+5 |
* | include: Unify internal include strategies | Vicent Marti | 2011-11-18 | 1 | -3/+3 |
* | Cleanup legal data | Vicent Marti | 2011-09-19 | 1 | -22/+4 |
* | Standardized doxygen @return lines for int functions to say "GIT_SUCCESS or a... | David Boyce | 2011-09-13 | 1 | -2/+2 |
* | Add git_remote_new | Carlos Martín Nieto | 2011-08-30 | 1 | -0/+12 |
* | Add git_remote_update_tips | Carlos Martín Nieto | 2011-08-18 | 1 | -0/+10 |
* | Only wait for pack if we need it | Carlos Martín Nieto | 2011-08-18 | 1 | -0/+14 |
* | Don't expose the fetch code to the user | Carlos Martín Nieto | 2011-08-18 | 1 | -1/+12 |
* | Fix compilation in C++: remove double GIT_BEGIN_DECL | Marcel Groothuis | 2011-07-29 | 1 | -9/+0 |
* | Fixup network headers | Carlos Martín Nieto | 2011-07-27 | 1 | -1/+9 |
* | typo: one git_remote_fetchspec should be pushspec | Carlos Martín Nieto | 2011-07-13 | 1 | -1/+1 |
* | Cleanup external API | Vicent Marti | 2011-07-11 | 1 | -0/+35 |
* | Slim down git_transport | Carlos Martín Nieto | 2011-06-27 | 1 | -1/+1 |
* | Add git_remote_connect and git_remote_ls | Carlos Martín Nieto | 2011-06-27 | 1 | -0/+21 |
* | Add a to-do list for remotes | Carlos Martín Nieto | 2011-06-26 | 1 | -0/+8 |
* | Add a remotes API | Carlos Martín Nieto | 2011-06-26 | 1 | -0/+58 |