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
2018-01-26examples: Dead code & warningsEtienne Samson
2016-10-10examples: fix warnings in network/fetch.cPatrick Steinhardt
2015-10-07fix returnEun
2015-07-13Merge pull request #3306 from libgit2/cmn/fetch-ex-fetchCarlos Martín Nieto
2015-07-12Fix #3094 - improve use of portable size_t/ssize_t format specifiers.Matthew Plough
2015-07-12examples: modernise the fetch exampleCarlos Martín Nieto
2015-05-28remote: remove fetch parameter from create_anonymousCarlos Martín Nieto
2015-05-13examples: adjust to the new remote APICarlos Martín Nieto
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
2014-11-08remote: rename _load() to _lookup()Carlos Martín Nieto
2014-09-30remote: allow overriding the refspecs for download and fetchCarlos Martín Nieto
2014-09-16Fix typoLinquize
2014-04-21Don't redefine the same callback types, their signatures may changeJacques Germishuys
2014-04-01remote: rename inmemory to anonymous and swap url and fetch orderCarlos Martín Nieto
2014-02-06Fix a few references to changed function signaturesBen Straub
2013-11-05Fix warningsBen Straub
2013-11-01Fix typosBen Straub
2013-11-01A few formatting changes for roccoCarlos Martín Nieto
2013-10-28Merge pull request #1891 from libgit2/cmn/fix-thin-packsVicent Martí
2013-10-23indexer: include the delta statsCarlos Martín Nieto
2013-10-23examples: show used local objects in fetchCarlos Martín Nieto
2013-10-02remote: move the credentials callback to the structCarlos Martín Nieto
2013-10-02remote: put the _download() callback with the othersCarlos Martín Nieto
2013-09-01Adding credentials callback to ls-remote and fetch too.Krzysztof Adamski
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