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
path: root/src
AgeCommit message (Expand)Author
2015-08-25Merge pull request #3355 from palmin/palmin/fix-2830HEADmasterCarlos Martín Nieto
2015-08-19cred: add a free function wrapperCarlos Martín Nieto
2015-08-19transport: provide a way to get the callbacksCarlos Martín Nieto
2015-08-17Fix build warning: implicit declaration of function ‘git_transaction_config...Leo Yang
2015-08-17Include the 4 characters not recognised as hex-number when setting error in p...Anders Borum
2015-08-15Merge pull request #3377 from dleehr/fix-push-cbEdward Thomson
2015-08-15Merge pull request #3384 from libgit2/cmn/regex-nofailEdward Thomson
2015-08-15diff: don't error out on an invalid regexCarlos Martín Nieto
2015-08-15http: propagate the credentials callback's error codeCarlos Martín Nieto
2015-08-14Merge pull request #3362 from libgit2/cmn/curl-proxyauth-anyCarlos Martín Nieto
2015-08-14Fix bug in git_smart__push: push_transfer_progress cb is never calledDan Leehr
2015-08-13Merge pull request #3168 from libgit2/cmn/config-txEdward Thomson
2015-08-12config: perform unlocking via git_transactionCarlos Martín Nieto
2015-08-12config: expose locking via the main APICarlos Martín Nieto
2015-08-12config: implement basic transactional supportCarlos Martín Nieto
2015-08-12config: write the modified file to memoryCarlos Martín Nieto
2015-08-11remote: don't confuse tag auto-follow rules with refspec matchingCarlos Martín Nieto
2015-08-06curl: use the most secure auth method for the proxyCarlos Martín Nieto
2015-08-05Fix duplicate basenames to support older VSJohn Haley
2015-08-04errors: tighten up git_error_state OOMs a bit moreEdward Thomson
2015-08-03Merge remote-tracking branches 'upstream/pr/3323' and 'upstream/pr/3329'Edward Thomson
2015-08-03Make giterr_restore aware of g_git_oom_errorMichael Procter
2015-08-03Make giterr_detach no longer publicMichael Procter
2015-08-03Ensure static oom error message not detachedMichael Procter
2015-08-03Merge pull request #3325 from libgit2/cmn/filebuf-rename-errorEdward Thomson
2015-08-03Merge pull request #3344 from libgit2/cmn/add-unreg-submoduleEdward Thomson
2015-08-03Handle ssh:// and git:// urls containing a '~' character.Simon
2015-08-01index: stage an unregistered submodule as wellCarlos Martín Nieto
2015-08-01Merge pull request #3332 from phatblat/ben/doc-warningsCarlos Martín Nieto
2015-07-31Remove extra semicolon outside of a functionStefan Widgren
2015-07-30Merge pull request #3328 from libgit2/cmn/iterator-skip-diriterEdward Thomson
2015-07-29case-insensitive check for WWW-Authenticate headerAnders Borum
2015-07-28Better param docsBen Chatelain
2015-07-28error: store the error messages in a reusable bufferCarlos Martín Nieto
2015-07-28Fix remaining documentation warningsBen Chatelain
2015-07-26iterator: skip over errors in diriter initCarlos Martín Nieto
2015-07-25filebuf: remove lockfile upon rename errorsCarlos Martín Nieto
2015-07-24Merge pull request #3307 from libgit2/cmn/submodule-backslashEdward Thomson
2015-07-24Merge pull request #3303 from libgit2/cmn/index-add-submoduleEdward Thomson
2015-07-24Merge pull request #3305 from libgit2/cmn/reflog-del-backendEdward Thomson
2015-07-24Merge pull request #3304 from libgit2/cmn/checkout-free-streamEdward Thomson
2015-07-23Merge pull request #3317 from csware/fix-vistaEdward Thomson
2015-07-22Merge branch 'master' into fix-init-orderingjoshaber
2015-07-22Increment `git__n_inits` before doing `init_once`.joshaber
2015-07-22Make libgit2 work on Windows Vista againSven Strickroth
2015-07-15Merge pull request #3311 from Fallso/MacroRedefinitionEdward Thomson
2015-07-15Fix macro redefinition warningFallso
2015-07-13Merge pull request #3302 from libgit2/cmn/submodule-foreach-diff-pathCarlos Martín Nieto
2015-07-13submodule, path: extract slash conversionCarlos Martín Nieto
2015-07-13submodule: normalize slashes in resolve_urlCarlos Martín Nieto