summaryrefslogtreecommitdiff
path: root/examples/network
Commit message (Expand)AuthorAgeFilesLines
* errors: Rename the generic return codesVicent Martí2012-05-183-10/+10
* examples: fix an oopsieCarlos Martín Nieto2012-05-111-0/+1
* examples: update network examples error handlingCarlos Martín Nieto2012-05-101-2/+5
* remotes: change git_remote_new's signatureCarlos Martín Nieto2012-05-082-2/+2
* remote: don't free transport on disconnectMichael Schubert2012-05-021-0/+3
* remote: run a callback when updating the branch tipsCarlos Martín Nieto2012-04-252-2/+21
* examples: run fetch in a background threadCarlos Martín Nieto2012-04-251-13/+56
* examples: port 'fetch' to the new APICarlos Martín Nieto2012-04-251-71/+22
* examples: stream indexer exampleCarlos Martín Nieto2012-04-131-0/+55
* Use new error handling in the example network codeCarlos Martín Nieto2012-04-111-1/+1
* remote: Cleanup the remotes coderepo-ownershipVicent Marti2011-11-283-78/+11
* examples/network/.gitignore: ignore 'git2'Brandon Casey2011-11-061-0/+1
* examples/network/git2.c: exit with proper status, and avoid segfaultBrandon Casey2011-11-061-1/+2
* examples/network/git2.c: add newline to usage messageBrandon Casey2011-11-061-1/+1
* examples/network/fetch.c: revert overzealous conversion of free to git__freeBrandon Casey2011-11-061-1/+1
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-1/+1
* examples: add ls-remote, fetch and index-pack examplesCarlos Martín Nieto2011-10-036-0/+372