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-10-02Add git_transport_register, git_transport_unregisterPhilip Kelley
2013-07-09Make SSH APIs present even without SSH supportRussell Belfer
2013-05-07Fixed compilation issues when libssh2 is missingBrad Morgan
2013-05-05Added support for ssh:// urlsBrad Morgan
2013-05-03Adding ssh transport logicBrad Morgan
2013-05-03Added ssh transport fileBrad Morgan
2013-01-09update copyrightsEdward Thomson
2012-12-14Fix comment so it doesn't go over 100 charsJameson Miller
2012-12-13Transport resolution on Win32 should handle absolute local pathsJameson Miller
2012-11-28Push! By schu, phkelley, and congyiwu, et alPhilip Kelley
2012-11-01Reorganize transport architecture (squashed 3)Philip Kelley
2012-05-19http: add https support when GnuTLS is availableCarlos Martín Nieto
2012-05-18errors: Rename the generic return codesVicent Martí
2012-05-03Remove old and unused error codesVicent Martí
2012-05-03Merge branch 'new-error-handling' into developmentVicent Martí
2012-04-11error-handling: remote, transportCarlos Martín Nieto
2012-03-05Merge branch 'ssh-urls' into developmentCarlos Martín Nieto
2012-03-05Make git_remote_supported_url() public and shorten error stringCarlos Martín Nieto
2012-03-03Clean up GIT_UNUSED macros on all platformsRussell Belfer
2012-03-01introduced new function: git_remote_supported_url() <-- returns true if this ...Ryan Wilcox
2012-03-01fix up previous SSH path parsing commit based on @carlosmn feedbackRyan Wilcox
2012-03-01implement support for username@host:path URLs in transport_find_fn()Ryan Wilcox
2012-02-13Update Copyright headerschu
2012-01-17transport: prevent the transport determination mechanism from segfaulting whe...nulltoken
2011-11-28remote: Cleanup the remotes coderepo-ownershipVicent Marti
2011-11-22transport: Add `git_transport_valid_url`Vicent Marti
2011-09-22Merge pull request #405 from carlosmn/http-lsVicent Martí
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-18Move negotiation to the transportCarlos 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-26Remove the repo param from git_transport_newCarlos 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