summaryrefslogtreecommitdiff
path: root/include/git2/common.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Global options setterVicent Marti2013-01-231-0/+23
* update copyrightsEdward Thomson2013-01-081-1/+1
* Push! By schu, phkelley, and congyiwu, et alPhilip Kelley2012-11-281-0/+5
* Separated git_strarray from common.h. Added doxy comments.Paul Thompson2012-10-111-8/+1
* Add function to query for compile time settings.Sascha Cunz2012-08-011-0/+23
* Updates from comments on OS4 compatibility pull request http://github.com/lib...Chris Young2012-06-141-2/+0
* Fix gethostbyname compatibilityChris Young2012-06-091-5/+1
* Generic needs compat filesChris Young2012-06-081-1/+1
* OS4 compatibilityChris Young2012-06-081-0/+2
* Network byte order is big-endian - the way it should be :)Chris Young2012-06-071-0/+8
* Revert "Specifiy dllimport to MSVC if we're not building libgit2.dll"Vicent Martí2012-05-141-5/+1
* Specifiy dllimport to MSVC if we're not building libgit2.dllSascha Cunz2012-05-141-1/+5
* Fix comment typo in common.hScott J. Goldman2012-05-101-1/+1
* Merge branch 'new-error-handling' into developmentVicent Martí2012-05-021-0/+1
|\
| * Add support for pathspec to diff and statusRussell Belfer2012-04-131-0/+1
* | Check for _WIN32 is sufficient, even for x64 compilersSven Strickroth2012-04-211-1/+1
|/