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

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-21Restore old Credentials API as ObsoleteKeith Dahlby
2014-06-14Fix xml doc related warningsnulltoken
2014-06-13Use a callback for credentialsCarlos Martín Nieto
2014-05-05Make Network.ListReferences(Remote) accept Credentialssomeoneigna
2014-04-16Upgrade to .Net 4.0nulltoken
2014-04-16Fix some issues pinpointed by Code Analysisnulltoken
2014-04-15Drop obsolete members after release v0.17.0nulltoken
2014-04-09Introduce new merge functionality, including Pull, merge options, andJameson Miller
2014-04-09Update libgit2 to bcc6229Jameson Miller
2014-03-21Bind git_remote_fetch()nulltoken
2014-03-21Update libgit2 to 36a80fdBen Straub
2013-12-24Drop obsolete members after release v0.15.0nulltoken
2013-12-13Network.Fetch() accepts optional refspecJan Melcher
2013-12-13Refactored Network.Fetch() with FetchOptionsJan Melcher
2013-12-10Network: allow downloading from a urlCarlos Martín Nieto
2013-11-16Update libgit2 binaries to 98eaf39Ben Straub
2013-11-14Improve Network.ListReferences() documentationnulltoken
2013-11-05Garbage collection protectionJameson Miller
2013-10-19Clean up cancellation patterns in callbacks and other small cleanups.Jameson Miller
2013-10-18Expose Push progress reportingJameson Miller
2013-10-18Allow push APIs to set packbuilder parallelismJameson Miller
2013-10-15Make string marshaling either lax or strictnulltoken
2013-10-05Update libgit2 binaries to 711333eJameson Miller
2013-07-01Standardize comments styleyorah
2013-06-03Fetch should respect the remote's configured tagopt setting unless explicitly...Jameson Miller
2013-04-03Move Fetch in Network namespaceyorah
2013-02-28Use implicit GitOid to ObjectId cast everywhereKeith Dahlby
2013-02-21Fix credential acquire callback interopJameson Miller
2013-02-14Use readonly for applicable fieldsKeith Dahlby
2013-02-12Teach Network to list references on a remoteJameson Miller
2013-02-11Fix some issues pinpointed by Code Analysisnulltoken
2013-02-11Teach Push to accept CredentialsJerome Doby
2013-02-08Introduce Repository.Network.Remotesnulltoken
2013-02-05Initial push implementationJameson Miller
2013-01-31Introduce repo.Network.FetchHeadsEdward Thomson