summaryrefslogtreecommitdiff
path: root/src/settings.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename GIT_SSL to GIT_OPENSSLCarlos Martín Nieto2015-04-231-3/+3
| | | | | This is what it's meant all along, but now we actually have multiple implementations, it's clearer to use the name of the library.
* Add a SecureTransport TLS channelCarlos Martín Nieto2015-04-231-1/+1
| | | | | As an alternative to OpenSSL when we're on OS X. This one can actually take advantage of stacking the streams.
* Add support for setting the SSL CA locationWilliam Swanson2014-09-301-0/+22
| | | | | This allows users to specify self-signed certificates, or to provide their own certificate stores on limited platforms such as mobile phones.
* settings: use git_buf for returning stringsCarlos Martín Nieto2014-03-241-6/+14
| | | | | This survived the last round of culling, as the signature is only in the comments.
* 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 utils
| * 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