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
2013-10-15Make string marshaling either lax or strictnulltoken
2013-10-14Protect Signature creation from components containing '\0'nulltoken
2013-08-22Add strongly-typed LockedFileExceptionyorah
2013-08-21Simplify Ensure.HandleError() GitErrorCodes to LibGit2SharpExceptions mappingyorah
2013-07-01Standardize comments styleyorah
2013-06-25Teach checkout to report notificationsJameson Miller
2013-02-13Add strongly typed NonFastForward exceptionJameson Miller
2013-02-09better safe strong EnsureEdward Thomson
2013-01-23Make Checkout raise proper MergeConflictExceptionnulltoken
2013-01-16Add IndexContainsUnmergedEntriesException to bind EUNMERGED exceptionMetalrom
2013-01-10Add InvalidSpecificationException as wrapper for EINVALIDSPEC native exceptionMetalrom
2013-01-10Add NameConflictException as wrapper for EEXIST native exceptionMetalrom
2012-10-13Introduce BareRepositoryExceptionnulltoken
2012-08-10Expose libgit2 error data through the Exception.Data propertyTim Clem
2012-06-09Simplify the formating of exception messagesnulltoken
2012-06-08Add Utf8Marshaler.FromManaged() and FromNative()Keith Dahlby
2012-06-03Use CSharp friendly names for libgit2 error types and codesTim Clem
2012-06-03Rename LibGit2Exception to LibGit2SharpExceptionTim Clem
2012-06-01Make Configuration.Delete() able to target global and system configuration filesnulltoken
2012-05-26Fix wrongly declared interop signaturenulltoken
2012-05-20Upgrade libgit2 binaries to 7a361e9nulltoken
2012-05-15Upgrade libgit2 binaries to 54695f4nulltoken
2012-03-24Add DebuggerStepThrough to EnsureKeith Dahlby
2012-03-06Fix up marshalling of strings returned by libgit2Tim Clem
2012-01-05Refactor retrieval and dereferencing of GitObjectsnulltoken
2011-09-26Standardize usage of LibGit2Exceptionnulltoken
2011-09-21Enforce code stylenulltoken
2011-07-15Remove trailing white spacesnulltoken
2011-06-20Propagate libgit2 error messages upwardnulltoken
2011-06-01Enhance error handling when native methods return 0 or positive values as suc...nulltoken
2011-05-28Downgrade libgit2 binaries to cd2cc2dnulltoken
2011-05-20Fix an IIS related interop issuenulltoken
2011-05-15Improve error handling mechanismnulltoken
2011-05-04Fix some issues pinpointed by Code Analysisnulltoken
2011-04-25Improve the error reportingnulltoken
2011-04-02Reduce GitOid exposurenulltoken
2011-03-31create core namespace to hide away advanced internalsTim Clem