summaryrefslogtreecommitdiff
path: root/src/settings.c
Commit message (Expand)AuthorAgeFilesLines
* 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