summaryrefslogtreecommitdiff
path: root/include/git2/common.h
Commit message (Expand)AuthorAgeFilesLines
* git_libgit2_version: return an intethomson/no_voidEdward Thomson2020-01-241-1/+2
* httpclient: support expect/continueEdward Thomson2020-01-241-1/+7
* Remove public 'inttypes.h' headerethomson/inttypesEdward Thomson2019-02-211-4/+1
* Allow bypassing check '.keep' files using libgit2 option 'GIT_OPT_IGNORE_PACK...Dhruva Krishnamurthy2019-02-021-1/+6
* deprecation: add `used` attributeEdward Thomson2019-01-201-0/+1
* Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson2019-01-171-0/+7
* Use cdecl calling conventions on Win32Edward Thomson2019-01-171-1/+1
* object_type: update public API to use git_object_tEdward Thomson2018-12-011-3/+3
* util: allow callers to reset custom allocatorsEdward Thomson2018-10-211-1/+2
* INDEXER_MAX_OBJECTS -> PACK_MAX_OBJECTSNelson Elhage2018-07-161-4/+4
* Add a git_libgit2_opts option to set the max indexer object countNelson Elhage2018-07-121-1/+15
* settings: optional unsaved index safetyEdward Thomson2018-06-291-1/+10
* Merge pull request #4436 from pks-t/pks/packfile-stream-freeEdward Thomson2018-06-111-0/+11
|\
| * common.h: create `GIT_DEPRECATED` macroPatrick Steinhardt2018-06-101-0/+11
* | settings: allow swapping out memory allocatorPatrick Steinhardt2018-06-071-0/+7
|/
* 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