summaryrefslogtreecommitdiff
path: root/include/git2/common.h
Commit message (Expand)AuthorAgeFilesLines
* settings: rename `GIT_OPT_ENABLE_SYNCHRONOUS_OBJECT_CREATION`Patrick Steinhardt2017-06-081-3/+3
* odb: add option to turn off hash verificationPatrick Steinhardt2017-04-281-0/+8
* Allow to configure default file share mode for opening filesSven Strickroth2017-04-031-0/+13
* fsync: call it "synchronous" object writingEdward Thomson2017-02-281-2/+2
* Add `ENABLE_SYNCHRONIZED_OBJECT_CREATION` optionEdward Thomson2017-02-281-0/+8
* Changes to provide option to turn off/on ofs_deltaGaurav Saral2017-02-101-0/+11
* Merge branch 'pr/3912'Edward Thomson2017-01-211-0/+10
|\
| * symbolic ref target validation: fixupsEdward Thomson2017-01-211-10/+8
| * Make symbolic ref target validation optionalRichard Ipsum2016-08-271-0/+13
* | settings: clarify what each value meanscmn/https-cap-no-hardcodeCarlos Martín Nieto2016-12-171-0/+18
* | docs: GIT_OPT_ENABLE_STRICT_OBJECT_CREATION is enabledethomson/settings_docsEdward Thomson2016-10-091-1/+2
|/
* Add get user agent functionality.Andrius Bentkus2016-07-051-0/+1
* Add a no-op size_t typedef for the doc parsercmn/typedef-sizetCarlos Martín Nieto2016-03-311-0/+8
* Setup better defaults for OpenSSL ciphersDirkjan Bussink2016-03-141-0/+6
* Merge pull request #3636 from nerdishbynature/fix-non-modular-header-in-moduleCarlos Martín Nieto2016-03-111-1/+2
|\
| * Check for __CLANG_INTTYPES_HPiet Brauer2016-03-111-1/+2
* | git_libgit2_opts: introduce `GIT_OPT_ENABLE_STRICT_OBJECT_CREATION`Edward Thomson2016-02-281-0/+9
|/
* git_libgit2_opts: document GIT_OPT_SET_USER_AGENTEdward Thomson2016-02-221-0/+6
* settings: allow users to set PROGRAMDATAEdward Thomson2015-11-161-5/+6
* Merge pull request #3170 from CmdrMoozy/nsec_fixCarlos Martín Nieto2015-11-121-2/+3
|\
| * settings: expose GIT_USE_NSEC flag in git_libgit2_featuresAxel Rasmussen2015-09-181-2/+3
* | settings: add a setter for a custom user-agentCarlos Martín Nieto2015-11-121-0/+3
* | inttypes.h is built-in header file since MSVC 2013Linquize2015-10-221-1/+1
* | win32: add c linkage guard around inttypes.h inclusionEdward Thomson2015-10-211-6/+8
|/
* doc: add documentation to all the public structs and enumscmn/doc-allCarlos Martín Nieto2014-12-061-1/+6
* Move un-namespaced constant to internal headerRussell Belfer2014-10-101-2/+0
* Merge pull request #2588 from swansontec/ssl-cert-path2Carlos Martín Nieto2014-10-101-1/+13
|\
| * Add support for setting the SSL CA locationWilliam Swanson2014-09-301-1/+13
* | object: introduce git_describe_object()nulltoken2014-04-301-0/+2
|/
* opts: bits are not bytesCarlos Martín Nieto2014-03-241-1/+1
* settings: use git_buf for returning stringsCarlos Martín Nieto2014-03-241-5/+4
* Fix the description for `GIT_FEATURE_SSH`.Arthur Schreiber2014-03-031-1/+1
* features: Rename `_HAS_` to `_FEATURE_`vmg/featuresVicent Marti2014-03-031-7/+7
* caps: Rename the enum name too!Vicent Marti2014-03-031-1/+1
* caps: Rename to features to avoid confusionVicent Marti2014-03-031-8/+13
* Address PR commentsRussell Belfer2014-02-201-7/+0
* Fix typo in documentationLinquize2013-09-221-1/+1
* Can git_libgit2_opts() with GIT_OPT_GET_TEMPLATE_PATH and GIT_OPT_SET_TEMPLAT...Linquize2013-09-181-1/+15
* Add GIT_CAP_SSH if library was built with SSHRussell Belfer2013-07-091-1/+2
* Docs for git_libgit2_opts and cache disable tweakRussell Belfer2013-05-241-2/+31
* Add typedefs on some public enumsRussell Belfer2013-05-241-6/+7
* docs: formatting fixesCarlos Martín Nieto2013-04-241-23/+31
* opts: Add getter for cached memoryvmg/atomic64Vicent Marti2013-04-231-1/+2
* cache: Max cache size, and evict when the cache fills upvmg/new-cacheVicent Marti2013-04-221-1/+2
* Global option settersVicent Marti2013-04-221-0/+2
* No longer neededVicent Marti2013-04-221-11/+0
* opts: allow configuration of odb cache sizeMichael Schubert2013-03-251-0/+11
* Switch search paths to classic delimited stringsRussell Belfer2013-03-181-19/+14
* Implement global/system file search pathsRussell Belfer2013-03-151-8/+38
* opts: Add getters tooVicent Marti2013-01-231-2/+4