summaryrefslogtreecommitdiff
path: root/include/git2/common.h
Commit message (Expand)AuthorAgeFilesLines
* core: allow users to configure home directoryEdward Thomson2023-02-091-1/+13
* oid: define GIT_OID_SHA1_ZEROEdward Thomson2022-06-141-5/+0
* repo: make ownership checks optionalEdward Thomson2022-04-111-1/+11
* meta: provide an accessor for prerelease infoEdward Thomson2022-02-141-0/+11
* Document return value for git_libgit2_featurespunkymaniac2022-01-091-0/+3
* Make enum in includes C90 compliant by removing trailing comma.Peter Pettersson2021-11-151-1/+1
* common: support custom repository extensionsethomson/extensionsEdward Thomson2021-09-041-1/+19
* amiga: use ';' as path list separator on AmigaOSPeter Pettersson2021-08-081-3/+3
* odb: Implement option for overriding of default odb backend priorityTony De La Nuez2021-07-301-1/+11
* Add documentation about GIT_OPT_GET_USER_AGENTpunkymaniac2021-06-021-0/+5
* Review feedbacklhchavez2020-06-261-1/+1
* mwindow: set limit on number of open fileslhchavez2020-06-211-3/+15
* 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