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
2012-11-01Reorganize transport architecture (squashed 3)Philip Kelley
2012-10-25Remove 'bytes' param from git_remote_downloadBen Straub
2012-10-25Network progress: rename thingsBen Straub
2012-10-18remote: support fetch cancelationCarlos Martín Nieto
2012-09-30fetch: use the include-tag capabilityCarlos Martín Nieto
2012-08-24network: add sideband supportCarlos Martín Nieto
2012-07-30transport: rename encrypt to use_sslCarlos Martín Nieto
2012-07-30transport: store the refs in a common areaCarlos Martín Nieto
2012-07-30remote: use the same code to control git and httpCarlos Martín Nieto
2012-07-30network: implement multi_ack for the git transportCarlos Martín Nieto
2012-07-30remote: start moving the protocol to a common areaCarlos Martín Nieto
2012-05-26ssl: allow skipping the server certificate checkCarlos Martín Nieto
2012-05-19ssl: remove GnuTLS supportCarlos Martín Nieto
2012-05-19https: make it work with OpenSSL as wellCarlos Martín Nieto
2012-05-19http: add https support when GnuTLS is availableCarlos Martín Nieto
2012-05-03Merge branch 'new-error-handling' into developmentVicent Martí
2012-04-25transports: buffer the git requests before sending themCarlos Martín Nieto
2012-04-25fetch: use the streaming indexer when downloading a packCarlos Martín Nieto
2012-03-05Make git_remote_supported_url() public and shorten error stringCarlos Martín Nieto
2012-03-01introduced new function: git_remote_supported_url() <-- returns true if this ...Ryan Wilcox
2012-02-13Update Copyright headerschu
2011-11-28remote: Cleanup the remotes coderepo-ownershipVicent Marti
2011-10-12transport: don't have an extra send-wants stepCarlos Martín Nieto
2011-09-22Merge pull request #405 from carlosmn/http-lsVicent Martí
2011-09-19Tabify everythingVicent Marti
2011-09-19Cleanup legal dataVicent Marti
2011-09-04Add HTTP transport skeletonCarlos Martín Nieto
2011-08-30Don't hide the transport detailsCarlos Martín Nieto
2011-08-18transport: Merge bitfieldVicent Marti
2011-08-18Move negotiation to the transportCarlos Martín Nieto
2011-08-18Update transport lifetime documentationCarlos Martín Nieto
2011-08-18Use common capabilitiesCarlos Martín Nieto
2011-08-18Tell the user where the downloaded packfile is storedCarlos Martín Nieto
2011-08-18Download packCarlos Martín Nieto
2011-08-18Move have sendingCarlos Martín Nieto
2011-08-18Implement sending havesCarlos Martín Nieto
2011-08-18Add a generic send_wantsCarlos Martín Nieto
2011-06-27Slim down git_transportCarlos Martín Nieto
2011-06-26Move transports to an inheritance modelCarlos Martín Nieto
2011-06-26Implement the git TCP transport up to ls-remoteCarlos Martín Nieto
2011-06-26Implement ls-remote on local driveCarlos Martín Nieto
2011-06-26Lay down the fundations for the network codeCarlos Martín Nieto