summaryrefslogtreecommitdiff
path: root/src/oid.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warningLinquize2013-09-191-1/+1
* oid: git_oid_shorten_add() sets GITERR_INVALID when OID set is fullLinquize2013-08-311-3/+12
* Merge pull request #1595 from arrbee/even-more-rename-fixesVicent Martí2013-05-241-19/+27
|\
| * Add git_oid_nfmt - a flexible OID formatterRussell Belfer2013-05-171-19/+27
* | Bugfix: Return NULL in push_leaf, when trie is fullAxel Wagner2013-05-221-1/+3
|/
* Make git_oid_cmp public and add git_oid__cmpRussell Belfer2013-04-291-2/+2
* Add git_oid_strcmp and use it for git_oid_streqRussell Belfer2013-04-291-5/+22
* Fix fragile git_oid_ncmpRussell Belfer2013-04-291-2/+5
* Introduce git_oid_compare, an exported oid cmpRussell Belfer2013-04-291-0/+5
* oid: Do not parse OIDs longer than 40Vicent Marti2013-03-251-1/+1
* git_oid_fromstrn already sets a maximum on the length of the stringXavier L2013-03-211-1/+1
* Added an oid function that accepts nul-terminated stringsXavier L2013-03-211-0/+5
* update copyrightsEdward Thomson2013-01-081-1/+1
* Fix oid tostr issue with NULL oidRussell Belfer2013-01-041-1/+4
* Make git_oid_tostr use out buffer for NULL oidRussell Belfer2013-01-041-2/+2
* Remove use of English expletivesMartin Woodward2012-11-231-1/+1
* Revparse: GIT_EAMBIGUOUSBen Straub2012-08-251-3/+0
* 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-5/+0
|/
* Merge branch 'new-error-handling' into developmentVicent Martí2012-05-021-35/+42
|\
| * Fix warnings on 64-bit windows buildsRussell Belfer2012-04-171-5/+8
| * error-handling: Commit (WIP)Vicent Martí2012-04-021-3/+3
| * Migrate index, oid, and utils to new errorsRussell Belfer2012-03-191-30/+34
* | Rename git_oid_to_string to git_oid_tostrAuthmillenon2012-03-061-1/+1
|/
* Update diff to use iteratorsRussell Belfer2012-03-021-0/+10
* Update Copyright headerschu2012-02-131-1/+1
* util: add git__fromhex()nulltoken2011-12-281-23/+5
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-4/+4
* oid: Add git_oid_streq() which checks if an oid and an hex formatted string a...nulltoken2011-10-131-0/+11
* oid: add missing check to git_oid_fromstrnJ. David Ibáñez2011-10-021-0/+3
* oid: now git_oid_fromstrn checks whether the given string is too shortJ. David Ibáñez2011-09-301-0/+3
* oid: optimize git_oid_fromstrn by using memsetJ. David Ibáñez2011-09-301-2/+1
* oid: make git_oid_fromstrn support hex strings of odd lengthJ. David Ibáñez2011-09-301-5/+9
* Tabify everythingVicent Marti2011-09-191-3/+3
* Cleanup legal dataVicent Marti2011-09-191-21/+3
* Remove unused methodsVicent Marti2011-07-091-15/+1
* odb: Direct writes are backVicent Marti2011-07-091-0/+10
* index: Return `GIT_ENOTFOUND` when an entry cannot be openedVicent Marti2011-07-091-0/+3
* cleanup: remove trailing spacesKirill A. Shutemov2011-07-011-1/+1
* Remove redundant methods from the APIVicent Marti2011-06-281-5/+23
* oid: Uniformize ncmp methodsVicent Marti2011-06-161-23/+17
* oid: Rename methodsVicent Marti2011-06-161-3/+3
* fix gid_ misspellingScott Chacon2011-06-141-1/+1
* Renamed git_oid_match to git_oid_ncmp.Marc Pegon2011-06-061-4/+4
* Changed return value of git_oid_match to be consistent with the other compare...Marc Pegon2011-06-011-3/+8
* Added error for ambiguous oid prefixes. Added methods to compare the first nt...Marc Pegon2011-06-011-0/+20
* oid.c: Move to new error handling mechanismJakob Pfender2011-05-231-6/+6
* Change `parse` methods to const bufferVicent Marti2011-04-021-2/+2
* I broke your bindingsVicent Marti2011-03-201-5/+9