summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cred: add a free function wrappercmn/smart-callbacksCarlos Martín Nieto2015-08-191-0/+8
* transport: provide a way to get the callbacksCarlos Martín Nieto2015-08-191-0/+14
* Fix build warning: implicit declaration of function ‘git_transaction_config...Leo Yang2015-08-171-0/+1
* Merge pull request #3377 from dleehr/fix-push-cbEdward Thomson2015-08-151-1/+1
|\
| * Fix bug in git_smart__push: push_transfer_progress cb is never calledDan Leehr2015-08-131-1/+1
* | Merge pull request #3384 from libgit2/cmn/regex-nofailEdward Thomson2015-08-151-7/+6
|\ \
| * | diff: don't error out on an invalid regexcmn/regex-nofailCarlos Martín Nieto2015-08-151-7/+6
* | | http: propagate the credentials callback's error codecmn/http-errorCarlos Martín Nieto2015-08-151-1/+9
|/ /
* | Merge pull request #3362 from libgit2/cmn/curl-proxyauth-anyCarlos Martín Nieto2015-08-141-0/+1
|\ \
| * | curl: use the most secure auth method for the proxycmn/curl-proxyauth-anyCarlos Martín Nieto2015-08-061-0/+1
* | | Merge pull request #3168 from libgit2/cmn/config-txEdward Thomson2015-08-136-18/+207
|\ \ \
| * | | config: perform unlocking via git_transactioncmn/config-txCarlos Martín Nieto2015-08-124-2/+77
| * | | config: expose locking via the main APICarlos Martín Nieto2015-08-121-0/+31
| * | | config: implement basic transactional supportCarlos Martín Nieto2015-08-122-12/+91
| * | | config: write the modified file to memoryCarlos Martín Nieto2015-08-121-8/+12
| |/ /
* | | remote: don't confuse tag auto-follow rules with refspec matchingcmn/mirror-refspecCarlos Martín Nieto2015-08-111-4/+10
|/ /
* | Fix duplicate basenames to support older VSJohn Haley2015-08-054-4/+3
* | errors: tighten up git_error_state OOMs a bit moreEdward Thomson2015-08-035-41/+58
* | Merge remote-tracking branches 'upstream/pr/3323' and 'upstream/pr/3329'Edward Thomson2015-08-033-23/+42
|\ \
| * | error: store the error messages in a reusable buffercmn/error-bufferCarlos Martín Nieto2015-07-283-23/+42
* | | Make giterr_restore aware of g_git_oom_errorMichael Procter2015-08-031-8/+11
* | | Make giterr_detach no longer publicMichael Procter2015-08-031-1/+1
* | | Ensure static oom error message not detachedMichael Procter2015-08-031-2/+6
* | | Merge pull request #3325 from libgit2/cmn/filebuf-rename-errorEdward Thomson2015-08-032-1/+8
|\ \ \
| * | | filebuf: remove lockfile upon rename errorscmn/filebuf-rename-errorCarlos Martín Nieto2015-07-242-1/+8
* | | | Merge pull request #3344 from libgit2/cmn/add-unreg-submoduleEdward Thomson2015-08-031-5/+58
|\ \ \ \
| * | | | index: stage an unregistered submodule as wellcmn/add-unreg-submoduleCarlos Martín Nieto2015-08-011-5/+58
* | | | | Handle ssh:// and git:// urls containing a '~' character.Simon2015-08-032-0/+4
|/ / / /
* | | | Merge pull request #3332 from phatblat/ben/doc-warningsCarlos Martín Nieto2015-08-012-2/+4
|\ \ \ \
| * | | | Better param docsBen Chatelain2015-07-281-1/+3
| * | | | Fix remaining documentation warningsBen Chatelain2015-07-272-2/+2
| | |_|/ | |/| |
* | | | Remove extra semicolon outside of a functionStefan Widgren2015-07-315-6/+6
* | | | Merge pull request #3328 from libgit2/cmn/iterator-skip-diriterEdward Thomson2015-07-291-1/+4
|\ \ \ \
| * | | | iterator: skip over errors in diriter initCarlos Martín Nieto2015-07-261-1/+4
* | | | | case-insensitive check for WWW-Authenticate headerAnders Borum2015-07-291-1/+1
| |_|_|/ |/| | |
* | | | Merge pull request #3307 from libgit2/cmn/submodule-backslashEdward Thomson2015-07-243-0/+32
|\ \ \ \
| * | | | submodule, path: extract slash conversioncmn/submodule-backslashCarlos Martín Nieto2015-07-133-7/+24
| * | | | submodule: normalize slashes in resolve_urlCarlos Martín Nieto2015-07-131-0/+15
* | | | | Merge pull request #3303 from libgit2/cmn/index-add-submoduleEdward Thomson2015-07-242-2/+28
|\ \ \ \ \
| * | | | | index: allow add_bypath to update submodulescmn/index-add-submoduleCarlos Martín Nieto2015-07-121-2/+22
| * | | | | blob: fail to create a blob from a dir with EDIRECTORYCarlos Martín Nieto2015-07-121-0/+6
* | | | | | Merge pull request #3305 from libgit2/cmn/reflog-del-backendEdward Thomson2015-07-242-12/+8
|\ \ \ \ \ \
| * | | | | | refdb: delete a ref's reflog upon deletioncmn/reflog-del-backendCarlos Martín Nieto2015-07-122-12/+8
| |/ / / / /
* | | | | | Merge pull request #3304 from libgit2/cmn/checkout-free-streamEdward Thomson2015-07-241-7/+9
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | filter: make sure to close the stream even on errorcmn/checkout-free-streamCarlos Martín Nieto2015-07-121-7/+9
| |/ / / /
* | | | | Merge pull request #3317 from csware/fix-vistaEdward Thomson2015-07-231-3/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Make libgit2 work on Windows Vista againSven Strickroth2015-07-221-3/+8
| | |_|/ | |/| |
* | | | Merge branch 'master' into fix-init-orderingfix-init-orderingjoshaber2015-07-2238-118/+1004
|\ \ \ \ | |/ / /
| * | | Merge pull request #3311 from Fallso/MacroRedefinitionEdward Thomson2015-07-151-0/+2
| |\ \ \
| | * | | Fix macro redefinition warningFallso2015-07-151-0/+2