summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* diff: don't do rename detection on submodulesethomson/submodule_renamesEdward Thomson2017-02-091-2/+2
* merge: don't do rename detection on submodulesEdward Thomson2017-02-091-1/+1
* Merge pull request #4104 from cbargren/fix/windows-digest-proxyEdward Thomson2017-02-091-8/+19
|\
| * Pass proxy options payload to credentials callbackChristopher Bargren2017-02-061-1/+1
| * Fix digest credentials for proxy in windowsChris Bargren2017-02-061-7/+18
* | vector: do not reverse a vector if it is emptyPatrick Steinhardt2017-02-021-0/+3
|/
* Fix uninitialized variable warningMatthew Plough2017-01-271-1/+1
* Merge pull request #4086 from libgit2/ethomson/fixesCarlos Martín Nieto2017-01-243-14/+15
|\
| * attr_cache_remove: don't remove given fileEdward Thomson2017-01-231-4/+6
| * mac: on 32 bit, use `__builtin_umull_overflow`Edward Thomson2017-01-231-6/+6
| * submodule: only examine idx & head given a configEdward Thomson2017-01-231-2/+2
| * submodule: don't double free during load failureEdward Thomson2017-01-231-2/+1
* | Merge pull request #4050 from ethomson/ethomson/winhttp_errmsgsCarlos Martín Nieto2017-01-241-7/+47
|\ \ | |/ |/|
| * winhttp: set proper cert failure error messagesEdward Thomson2017-01-211-7/+47
* | variable 'i' is used uninitialized whenever 'if' condition is trueEtienne Samson2017-01-231-1/+2
* | Merge pull request #4051 from tiennou/clang-analyzer-1Edward Thomson2017-01-213-5/+7
|\ \
| * | pack: report revwalk errorEtienne Samson2017-01-131-1/+1
| * | patch: memory leak of patch.base.diff_opts.new|old_prefixEtienne Samson2017-01-131-1/+3
| * | ignore: there must be a repositoryEtienne Samson2017-01-131-3/+3
* | | Merge pull request #4053 from chescock/extend-packfile-by-pagesEdward Thomson2017-01-211-1/+24
|\ \ \
| * | | Extend packfile in increments of page_size.Chris Hescock2016-12-291-1/+24
* | | | Merge branch 'pr/3912'Edward Thomson2017-01-213-6/+31
|\ \ \ \ | |_|_|/ |/| | |
| * | | symbolic ref target validation: fixupsEdward Thomson2017-01-213-31/+11
| * | | Make symbolic ref target validation optionalRichard Ipsum2016-08-273-4/+49
* | | | Merge pull request #3892 from mitesch/shared_bufferEdward Thomson2017-01-211-15/+30
|\ \ \ \
| * | | | write_tree: use shared buffer for writing treesMichael Tesch2016-12-121-15/+30
* | | | | Merge branch 'master' into pr/3938Edward Thomson2017-01-21109-846/+1208
|\ \ \ \ \
| * | | | | indexer: avoid warning about `idx->pack`ethomson/packfile_closeEdward Thomson2017-01-211-1/+1
| * | | | | indexer: introduce `git_packfile_close`Edward Thomson2017-01-213-14/+17
| * | | | | Merge pull request #4016 from novalis/submodule-optimizationEdward Thomson2017-01-214-94/+181
| |\ \ \ \ \
| | * | | | | Skip submodule head/index update when caching.Brock Peabody2017-01-201-6/+15
| | * | | | | Allow for caching of submodules.Brock Peabody2017-01-204-39/+117
| | * | | | | Fix formattingDavid Turner2017-01-201-71/+71
| * | | | | | Merge branch 'pr/4060'Edward Thomson2017-01-211-1/+18
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | indexer: only delete temp file if it was unusedEdward Thomson2017-01-211-5/+7
| | * | | | | Addressed review feedbacklhchavez2017-01-141-5/+5
| | * | | | | Close the file before unlinkinglhchavez2017-01-031-0/+6
| | * | | | | Delete temporary packfile in indexerlhchavez2017-01-011-0/+9
| | | |_|/ / | | |/| | |
| * | | | | WinHTTP: support best auth mechanismEdward Thomson2017-01-161-63/+60
| * | | | | Merge pull request #4054 from jfultz/jfultz/fix_GIT_CHECKOUT_DISABLE_PATHSPEC...Edward Thomson2017-01-141-0/+4
| |\ \ \ \ \
| | * | | | | Fix handling of GIT_CHECKOUT_DISABLE_PATHSPEC_MATCH flag.John Fultz2016-12-291-0/+4
| * | | | | | Merge pull request #4061 from libgit2/ethomson/merge_optsCarlos Martín Nieto2017-01-141-4/+4
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | merge: set default rename thresholdEdward Thomson2017-01-011-4/+4
| * | | | | | Merge pull request #4049 from libgit2/ethomson/error_msgsCarlos Martín Nieto2017-01-1394-496/+496
| |\ \ \ \ \ \
| | * | | | | | giterr_set: consistent error messagesEdward Thomson2016-12-2994-496/+496
| | | |/ / / / | | |/| | | |
| * | | | | | Merge remote-tracking branch 'upstream/maint/v0.25'Carlos Martín Nieto2017-01-093-18/+14
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Merge branch '25_smartpktparse' into maint/v0.25Edward Thomson2017-01-062-16/+13
| | |\ \ \ \ \
| | | * | | | | smart_pkt: treat empty packet lines as errorPatrick Steinhardt2017-01-062-16/+5
| | | * | | | | smart_pkt: verify packet length exceeds PKT_LEN_SIZEPatrick Steinhardt2017-01-061-0/+8
| | | | |/ / / | | | |/| | |
| | * | | | | http: check certificate validity before clobbering the error variableEtienne Samson2017-01-061-2/+1
| | |/ / / /