Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-20deprecation: add `used` attributeEdward Thomson
2019-01-18Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson
2019-01-18Use cdecl calling conventions on Win32Edward Thomson
2018-12-01object_type: update public API to use git_object_tEdward Thomson
2018-10-21util: allow callers to reset custom allocatorsEdward Thomson
2018-07-16INDEXER_MAX_OBJECTS -> PACK_MAX_OBJECTSNelson Elhage
2018-07-12Add a git_libgit2_opts option to set the max indexer object countNelson Elhage
2018-06-29settings: optional unsaved index safetyEdward Thomson
2018-06-11Merge pull request #4436 from pks-t/pks/packfile-stream-freeEdward Thomson
2018-06-10common.h: create `GIT_DEPRECATED` macroPatrick Steinhardt
2018-06-07settings: allow swapping out memory allocatorPatrick Steinhardt
2017-06-08settings: rename `GIT_OPT_ENABLE_SYNCHRONOUS_OBJECT_CREATION`Patrick Steinhardt
2017-04-28odb: add option to turn off hash verificationPatrick Steinhardt
2017-04-04Allow to configure default file share mode for opening filesSven Strickroth
2017-02-28fsync: call it "synchronous" object writingEdward Thomson
2017-02-28Add `ENABLE_SYNCHRONIZED_OBJECT_CREATION` optionEdward Thomson
2017-02-10Changes to provide option to turn off/on ofs_deltaGaurav Saral
2017-01-22Merge branch 'pr/3912'Edward Thomson
2017-01-22symbolic ref target validation: fixupsEdward Thomson
2016-12-17settings: clarify what each value meansCarlos Martín Nieto
2016-10-09docs: GIT_OPT_ENABLE_STRICT_OBJECT_CREATION is enabledEdward Thomson
2016-08-27Make symbolic ref target validation optionalRichard Ipsum
2016-07-05Add get user agent functionality.Andrius Bentkus
2016-03-31Add a no-op size_t typedef for the doc parserCarlos Martín Nieto
2016-03-14Setup better defaults for OpenSSL ciphersDirkjan Bussink
2016-03-11Merge pull request #3636 from nerdishbynature/fix-non-modular-header-in-moduleCarlos Martín Nieto
2016-03-11Check for __CLANG_INTTYPES_HPiet Brauer
2016-02-28git_libgit2_opts: introduce `GIT_OPT_ENABLE_STRICT_OBJECT_CREATION`Edward Thomson
2016-02-23git_libgit2_opts: document GIT_OPT_SET_USER_AGENTEdward Thomson
2015-11-17settings: allow users to set PROGRAMDATAEdward Thomson
2015-11-12Merge pull request #3170 from CmdrMoozy/nsec_fixCarlos Martín Nieto
2015-11-12settings: add a setter for a custom user-agentCarlos Martín Nieto
2015-10-22inttypes.h is built-in header file since MSVC 2013Linquize
2015-10-21win32: add c linkage guard around inttypes.h inclusionEdward Thomson
2015-09-19settings: expose GIT_USE_NSEC flag in git_libgit2_featuresAxel Rasmussen
2014-12-06doc: add documentation to all the public structs and enumsCarlos Martín Nieto
2014-10-11Move un-namespaced constant to internal headerRussell Belfer
2014-10-10Merge pull request #2588 from swansontec/ssl-cert-path2Carlos Martín Nieto
2014-10-01Add support for setting the SSL CA locationWilliam Swanson
2014-04-30object: introduce git_describe_object()nulltoken
2014-03-24opts: bits are not bytesCarlos Martín Nieto
2014-03-24settings: use git_buf for returning stringsCarlos Martín Nieto
2014-03-03Fix the description for `GIT_FEATURE_SSH`.Arthur Schreiber
2014-03-03features: Rename `_HAS_` to `_FEATURE_`vmg/featuresVicent Marti
2014-03-03caps: Rename the enum name too!Vicent Marti
2014-03-03caps: Rename to features to avoid confusionVicent Marti
2014-02-21Address PR commentsRussell Belfer
2013-09-22Fix typo in documentationLinquize
2013-09-17Can git_libgit2_opts() with GIT_OPT_GET_TEMPLATE_PATH and GIT_OPT_SET_TEMPLAT...Linquize
2013-07-10Add GIT_CAP_SSH if library was built with SSHRussell Belfer