summaryrefslogtreecommitdiff
path: root/include/git2/oid.h
Commit message (Expand)AuthorAgeFilesLines
* sha256: indirection for experimental functionsEdward Thomson2022-07-131-0/+16
* sha256: make sha256 an experimental optional featureEdward Thomson2022-06-201-19/+63
* oid: specify a default implementationEdward Thomson2022-06-201-0/+3
* oid: add sha256 typed oidsEdward Thomson2022-06-201-4/+9
* oid: give oids a typeEdward Thomson2022-06-201-21/+36
* oid: include maximum oid raw/hex sizesEdward Thomson2022-06-141-0/+2
* oid: introduce `git_oid_t`Edward Thomson2022-06-141-0/+5
* oid: define GIT_OID_SHA1_ZEROEdward Thomson2022-06-141-0/+10
* oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-06-141-5/+5
* oid functions: return an intEdward Thomson2020-01-241-5/+10
* oid: `is_zero` instead of `iszero`Edward Thomson2019-06-161-1/+1
* git_error: use full class name in public error APIEdward Thomson2019-01-221-1/+1
* Update docs for git_oid_fromstrn and pMatthew Plough2017-01-271-5/+4
* Fix doc comment formattingBen Chatelain2015-02-101-1/+1
* oid: Export `git_oid_tostr_s` instead of `_allocfmt`vmg/tostr_sVicent Marti2014-08-181-4/+8
* Make git_oid_equal a non-inline APIRussell Belfer2014-02-201-4/+1
* Merge pull request #1820 from linquize/git_oid_streqVicent Martí2013-09-011-2/+1
|\
| * Update documentation of git_oid_streq to remove outdated error codeLinquize2013-08-311-2/+1
* | oid: git_oid_shorten_add() sets GITERR_INVALID when OID set is fullLinquize2013-08-311-2/+2
|/
* Fixed most documentation header bugsAndreas Linde2013-06-241-3/+3
* Add git_oid_nfmt - a flexible OID formatterRussell Belfer2013-05-171-4/+17
* Some cleanupsRussell Belfer2013-04-291-9/+0
* Make git_oid_cmp public and add git_oid__cmpRussell Belfer2013-04-291-13/+1
* Add git_oid_strcmp and use it for git_oid_streqRussell Belfer2013-04-291-0/+10
* Introduce git_oid_compare, an exported oid cmpRussell Belfer2013-04-291-0/+9
* Implement GIT_STATUS_OPT_EXCLUDE_SUBMODULESRussell Belfer2013-03-251-1/+1
* Added an oid function that accepts nul-terminated stringsXavier L2013-03-211-0/+10
* update copyrightsEdward Thomson2013-01-081-1/+1
* API updates for oid.hBen Straub2012-11-271-16/+15
* Working implementation of git_submodule_statusRussell Belfer2012-08-241-0/+2
* Merge remote-tracking branch 'nulltoken/topic/amd64-compat' into developmentVicent Marti2012-08-021-1/+1
|\
| * portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-1/+1
* | git_oid_cmp: inline memcmp by hand to optimizeMichael Schubert2012-07-291-1/+25
|/
* Fix spelling errors.Bruce Mitchener2012-05-191-1/+1
* errors: Rename the generic return codesVicent Martí2012-05-181-3/+3
* Add missing GIT_EXTERN declarationsSascha Cunz2012-05-141-3/+3
* Rename git_oid_to_string to git_oid_tostrAuthmillenon2012-03-061-1/+1
* Update diff to use iteratorsRussell Belfer2012-03-021-0/+5
* Update Copyright headerschu2012-02-131-1/+1
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-1/+1
* oid: Add git_oid_streq() which checks if an oid and an hex formatted string a...nulltoken2011-10-131-0/+10
* Tabify everythingVicent Marti2011-09-191-13/+13
* Cleanup legal dataVicent Marti2011-09-191-22/+4
* Standardized doxygen @return lines for int functions to say "GIT_SUCCESS or a...David Boyce2011-09-131-2/+2
* Modify struct definition to enable forward declare with C++ compiler,Lambert CLARA2011-07-251-2/+3
* cleanup: remove trailing spacesKirill A. Shutemov2011-07-011-1/+1
* Remove redundant methods from the APIVicent Marti2011-06-281-0/+13
* oid: Uniformize ncmp methodsVicent Marti2011-06-161-4/+11
* oid: Rename methodsVicent Marti2011-06-161-2/+2
* fix gid_ misspellingScott Chacon2011-06-141-2/+2