Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-09Fix clang warnings and improve checksRussell Belfer
2013-01-24update examples to work on windowsEdward Thomson
2013-01-10Don't call pthread_exit() in the callback.Sebastian Bauer
2013-01-03Move `url` to last place in parameter listBen Straub
2012-12-22Fix examplesBen Straub
2012-12-20Rename remote creation APIsBen Straub
2012-12-01Deploy GIT_REMOTE_CALLBACKS_INITBen Straub
2012-11-28API updates for remote.hBen Straub
2012-11-10Fix various cross-platform build issuesRussell Belfer
2012-10-25Remove 'bytes' param from git_remote_downloadBen Straub
2012-10-25Renaming: fix exampleBen Straub
2012-10-25Network progress: rename thingsBen Straub
2012-10-20Fix example compilationBen Straub
2012-10-20Add accessor for git_remote's stats fieldBen Straub
2012-08-24examples: add progress output to fetchCarlos Martín Nieto
2012-08-24indexer: recognize and mark when all of the packfile has been downloadedCarlos Martín Nieto
2012-07-30examples: fix warnings in network/Carlos Martín Nieto
2012-07-30remote: start moving the protocol to a common areaCarlos Martín Nieto
2012-07-21Add a struct for network callbacksCarlos Martín Nieto
2012-06-14Updates from comments on OS4 compatibility pull request http://github.com/lib...Chris Young
2012-06-09allow disabling pthreads for testingChris Young
2012-05-24examples/network: consistently use tabs for indentationCarlos Martín Nieto
2012-05-08remotes: change git_remote_new's signatureCarlos Martín Nieto
2012-05-02remote: don't free transport on disconnectMichael Schubert
2012-04-25remote: run a callback when updating the branch tipsCarlos Martín Nieto
2012-04-25examples: run fetch in a background threadCarlos Martín Nieto
2012-04-25examples: port 'fetch' to the new APICarlos Martín Nieto
2011-11-28remote: Cleanup the remotes coderepo-ownershipVicent Marti
2011-11-07examples/network/fetch.c: revert overzealous conversion of free to git__freeBrandon Casey
2011-10-29global: Properly use `git__` memory wrappersVicent Marti
2011-10-03examples: add ls-remote, fetch and index-pack examplesCarlos Martín Nieto