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
path: root/src/oid.c
AgeCommit message (Expand)Author
2013-09-19Fix warningLinquize
2013-08-31oid: git_oid_shorten_add() sets GITERR_INVALID when OID set is fullLinquize
2013-05-24Merge pull request #1595 from arrbee/even-more-rename-fixesVicent Martí
2013-05-22Bugfix: Return NULL in push_leaf, when trie is fullAxel Wagner
2013-05-18Add git_oid_nfmt - a flexible OID formatterRussell Belfer
2013-04-30Make git_oid_cmp public and add git_oid__cmpRussell Belfer
2013-04-29Add git_oid_strcmp and use it for git_oid_streqRussell Belfer
2013-04-29Fix fragile git_oid_ncmpRussell Belfer
2013-04-29Introduce git_oid_compare, an exported oid cmpRussell Belfer
2013-03-26oid: Do not parse OIDs longer than 40Vicent Marti
2013-03-21git_oid_fromstrn already sets a maximum on the length of the stringXavier L
2013-03-21Added an oid function that accepts nul-terminated stringsXavier L
2013-01-09update copyrightsEdward Thomson
2013-01-05Fix oid tostr issue with NULL oidRussell Belfer
2013-01-05Make git_oid_tostr use out buffer for NULL oidRussell Belfer
2012-11-23Remove use of English expletivesMartin Woodward
2012-08-25Revparse: GIT_EAMBIGUOUSBen Straub
2012-08-02Merge remote-tracking branch 'nulltoken/topic/amd64-compat' into developmentVicent Marti
2012-07-29git_oid_cmp: inline memcmp by hand to optimizeMichael Schubert
2012-07-24portability: Improve x86/amd64 compatibilitynulltoken
2012-05-03Merge branch 'new-error-handling' into developmentVicent Martí
2012-04-17Fix warnings on 64-bit windows buildsRussell Belfer
2012-04-02error-handling: Commit (WIP)Vicent Martí
2012-03-20Migrate index, oid, and utils to new errorsRussell Belfer
2012-03-06Rename git_oid_to_string to git_oid_tostrAuthmillenon
2012-03-03Update diff to use iteratorsRussell Belfer
2012-02-13Update Copyright headerschu
2011-12-28util: add git__fromhex()nulltoken
2011-10-29global: Properly use `git__` memory wrappersVicent Marti
2011-10-14oid: Add git_oid_streq() which checks if an oid and an hex formatted string a...nulltoken
2011-10-02oid: add missing check to git_oid_fromstrnJ. David Ibáñez
2011-09-30oid: now git_oid_fromstrn checks whether the given string is too shortJ. David Ibáñez
2011-09-30oid: optimize git_oid_fromstrn by using memsetJ. David Ibáñez
2011-09-30oid: make git_oid_fromstrn support hex strings of odd lengthJ. David Ibáñez
2011-09-19Tabify everythingVicent Marti
2011-09-19Cleanup legal dataVicent Marti
2011-07-09Remove unused methodsVicent Marti
2011-07-09odb: Direct writes are backVicent Marti
2011-07-09index: Return `GIT_ENOTFOUND` when an entry cannot be openedVicent Marti
2011-07-01cleanup: remove trailing spacesKirill A. Shutemov
2011-06-28Remove redundant methods from the APIVicent Marti
2011-06-16oid: Uniformize ncmp methodsVicent Marti
2011-06-16oid: Rename methodsVicent Marti
2011-06-14fix gid_ misspellingScott Chacon
2011-06-06Renamed git_oid_match to git_oid_ncmp.Marc Pegon
2011-06-02Changed return value of git_oid_match to be consistent with the other compare...Marc Pegon
2011-06-02Added error for ambiguous oid prefixes. Added methods to compare the first nt...Marc Pegon
2011-05-23oid.c: Move to new error handling mechanismJakob Pfender
2011-04-02Change `parse` methods to const bufferVicent Marti
2011-03-20I broke your bindingsVicent Marti