summaryrefslogtreecommitdiff
path: root/src/settings.c
Commit message (Expand)AuthorAgeFilesLines
* git_libgit2_version: return an intethomson/no_voidEdward Thomson2020-01-241-1/+3
* httpclient: support expect/continueEdward Thomson2020-01-241-0/+5
* Allow bypassing check '.keep' files using libgit2 option 'GIT_OPT_IGNORE_PACK...Dhruva Krishnamurthy2019-02-021-0/+5
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-7/+7
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-1/+1
* INDEXER_MAX_OBJECTS -> PACK_MAX_OBJECTSNelson Elhage2018-07-161-2/+2
* Add a git_libgit2_opts option to set the max indexer object countNelson Elhage2018-07-121-1/+9
* settings: optional unsaved index safetyEdward Thomson2018-06-291-0/+5
* settings: allow swapping out memory allocatorPatrick Steinhardt2018-06-071-0/+5
* mbedtls: load default CA certificatesEtienne Samson2018-04-111-1/+4
* mbedtls: default cipher list supportEtienne Samson2018-04-111-1/+1
* mbedtls: initial supportEtienne Samson2018-04-111-0/+11
* https: correct some error messagesEtienne Samson2017-10-231-2/+2
* https: Prevent OpenSSL from namespace-leakingEtienne Samson2017-10-231-5/+2
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-1/+2
* settings: rename `GIT_OPT_ENABLE_SYNCHRONOUS_OBJECT_CREATION`Patrick Steinhardt2017-06-081-2/+2
* Merge pull request #4197 from pks-t/pks/verify-object-hashesEdward Thomson2017-05-011-0/+5
|\
| * odb: add option to turn off hash verificationPatrick Steinhardt2017-04-281-0/+5
* | cmake: define GIT_HTTPS when HTTPS is supportedPatrick Steinhardt2017-04-251-1/+1
|/
* Allow to configure default file share mode for opening filesSven Strickroth2017-04-031-0/+12
* fsync: call it "synchronous" object writingEdward Thomson2017-02-281-2/+2
* Add `ENABLE_SYNCHRONIZED_OBJECT_CREATION` optionEdward Thomson2017-02-281-0/+4
* Changes to provide option to turn off/on ofs_deltaGaurav Saral2017-02-101-0/+5
* Merge branch 'pr/3912'Edward Thomson2017-01-211-0/+5
|\
| * symbolic ref target validation: fixupsEdward Thomson2017-01-211-1/+1
| * Make symbolic ref target validation optionalRichard Ipsum2016-08-271-0/+5
* | giterr_set: consistent error messagesEdward Thomson2016-12-291-1/+1
* | settings: don't hard-code HTTPS capabilityCarlos Martín Nieto2016-12-171-0/+2
|/
* Merge pull request #3850 from wildart/custom-tlsEdward Thomson2016-08-041-2/+0
|\
| * remove conditions that prevent use of custom TLS streamwildart2016-07-061-2/+0
* | Add get user agent functionality.Andrius Bentkus2016-07-051-0/+8
|/
* Avoid old-style function definitionsPatrick Steinhardt2016-06-211-3/+3
* Start error string with lower case characterDirkjan Bussink2016-03-141-2/+2
* Setup better defaults for OpenSSL ciphersDirkjan Bussink2016-03-141-0/+22
* git_libgit2_opts: introduce `GIT_OPT_ENABLE_STRICT_OBJECT_CREATION`Edward Thomson2016-02-281-0/+6
* git_libgit2_opts: validate keyEdward Thomson2016-02-221-0/+3
* settings: allow users to set PROGRAMDATAEdward Thomson2015-11-161-3/+12
* Merge pull request #3170 from CmdrMoozy/nsec_fixCarlos Martín Nieto2015-11-121-0/+3
|\
| * settings: expose GIT_USE_NSEC flag in git_libgit2_featuresAxel Rasmussen2015-09-181-0/+3
* | settings: add a setter for a custom user-agentCarlos Martín Nieto2015-11-121-0/+16
|/
* Rename GIT_SSL to GIT_OPENSSLCarlos Martín Nieto2015-04-231-3/+3
* Add a SecureTransport TLS channelCarlos Martín Nieto2015-04-231-1/+1
* Add support for setting the SSL CA locationWilliam Swanson2014-09-301-0/+22
* settings: use git_buf for returning stringsCarlos Martín Nieto2014-03-241-6/+14
* features: Rename `_HAS_` to `_FEATURE_`vmg/featuresVicent Marti2014-03-031-3/+3
* caps: Rename to features to avoid confusionVicent Marti2014-03-031-4/+4
* Merge pull request #2138 from ethomson/sysdirVicent Marti2014-02-251-11/+11
|\
| * Move system directory cache out of utilsEdward Thomson2014-02-241-11/+11
* | Remove now-duplicated stdarg.h includeEdward Thomson2014-02-241-2/+0
|/
* Move libgit2 settings out of utilEdward Thomson2014-01-141-0/+134