]> git.proxmox.com Git - libgit2.git/history - src/oid.c
Update Copyright header
[libgit2.git] / src / oid.c
2012-02-13 schuUpdate Copyright header
2012-01-04 Vicent MartíMerge remote-tracking branch 'nulltoken/topix/path_from...
2011-12-28 nulltokenutil: add git__fromhex()
2011-11-17 Vicent MartíMerge pull request #486 from petdance/development
2011-10-29 Vicent MartíMerge pull request #456 from brodie/perm-fixes
2011-10-29 Vicent Martiglobal: Properly use `git__` memory wrappers
2011-10-27 Vicent MartíMerge pull request #467 from oleganza/oa-config-parse-fix
2011-10-13 Vicent MartíMerge pull request #448 from nulltoken/ntk/topic/treeen...
2011-10-13 nulltokenoid: Add git_oid_streq() which checks if an oid and...
2011-10-09 Vicent MartíMerge pull request #444 from carlosmn/fetch-fixes
2011-10-07 Vicent MartíMerge pull request #439 from carlosmn/network-examples
2011-10-03 Vicent MartíMerge pull request #441 from csware/ignore-missing...
2011-10-03 Vicent MartíMerge pull request #438 from jdavid/development
2011-10-02 J. David Ibáñezoid: add missing check to git_oid_fromstrn
2011-09-30 J. David Ibáñezoid: now git_oid_fromstrn checks whether the given...
2011-09-30 J. David Ibáñezoid: optimize git_oid_fromstrn by using memset
2011-09-30 J. David Ibáñezoid: make git_oid_fromstrn support hex strings of odd...
2011-09-22 Vicent MartíMerge pull request #405 from carlosmn/http-ls
2011-09-19 Vicent MartíMerge pull request #384 from kiryl/warnings
2011-09-19 Vicent MartíMerge pull request #397 from lambourg/development
2011-09-19 Vicent MartíMerge pull request #394 from carlosmn/tree-fromindex
2011-09-19 Vicent MartíMerge pull request #398 from carlosmn/config-autohome
2011-09-19 Vicent MartíMerge pull request #408 from schu/fixup-status
2011-09-19 Vicent MartíMerge pull request #393 from schu/unused-but-set-variable
2011-09-19 Vicent MartíMerge pull request #392 from sschuberth/development
2011-09-19 Vicent MartíMerge pull request #400 from boyski/fixup-examples
2011-09-19 Vicent MartíMerge pull request #399 from carlosmn/free-null
2011-09-19 Vicent MartíMerge pull request #409 from nulltoken/ntk/fix/status...
2011-09-19 Vicent MartíMerge pull request #411 from boyski/gcc4
2011-09-19 Vicent MartiTabify everything
2011-09-18 Vicent MartiCleanup legal data
2011-07-12 Vicent MartíMerge pull request #321 from letolabs/readme
2011-07-09 Vicent MartiRemove unused methods
2011-07-09 Vicent Martiodb: Direct writes are back
2011-07-09 Vicent Martiindex: Return `GIT_ENOTFOUND` when an entry cannot...
2011-07-05 Vicent MartíMerge pull request #300 from carlosmn/gsoc2011/master
2011-07-01 Kirill A. Shutemovcleanup: remove trailing spaces
2011-06-28 Vicent MartíMerge pull request #279 from carlosmn/detached-orphan
2011-06-28 Vicent MartíMerge pull request #277 from schu/sign-compare
2011-06-28 Vicent MartiRemove redundant methods from the API
2011-06-16 Vicent Martioid: Uniformize ncmp methods
2011-06-16 Vicent Martioid: Rename methods
2011-06-16 Vicent MartíMerge pull request #248 from carlosmn/config
2011-06-15 Vicent MartíMerge pull request #261 from Romain-Geissler/discovery...
2011-06-15 Vicent MartíMerge pull request #251 from nulltoken/fix/msvc-warnings
2011-06-15 Vicent MartíMerge pull request #260 from nulltoken/fix/git_index_add
2011-06-14 Scott Chaconfix gid_ misspelling
2011-06-08 Vicent MartíMerge pull request #216 from glesserd/development
2011-06-07 Vicent MartíMerge pull request #242 from schu/fix-unused-2
2011-06-07 Vicent MartíMerge pull request #240 from Romain-Geissler/tree-objec...
2011-06-07 Vicent MartíMerge pull request #239 from pegonma/oid_prefix
2011-06-07 Vicent MartíMerge pull request #238 from pegonma/git_oid_ncmp
2011-06-06 Marc PegonRenamed git_oid_match to git_oid_ncmp.
2011-06-02 Vicent MartíMerge pull request #144 from nordsturm/fix_fakewstream
2011-06-01 Marc PegonChanged return value of git_oid_match to be consistent...
2011-06-01 Marc PegonAdded error for ambiguous oid prefixes. Added methods...
2011-05-23 Jakob Pfenderoid.c: Move to new error handling mechanism
2011-04-06 Carlos Martín NietoMerge remote-tracking branch 'upstream/development...
2011-04-02 Vicent MartiMerge branch 'tagging' of https://github.com/nulltoken...
2011-04-02 Vicent MartiChange `parse` methods to const buffer
2011-03-31 Carlos Martín NietoMerge upstream/development
2011-03-20 Vicent MartiI broke your bindings
2011-03-14 Vicent MartiAdd `git_oid_shorten` (unique OID minimzer)
2011-03-05 Vicent MartiFix type-conversion warning in MSVC
2011-03-05 Vicent MartiAdd `git_oid_shorten`
2010-12-06 Vicent MartiChange the library include file
2010-12-05 Vicent MartiChange include structure for the project
2010-12-05 nulltokenSmall source code readability improvements.
2010-10-27 Vicent MartiFix internal memory management on the library
2010-06-07 Ramsay JonesFix a bug in the git_oid_to_string() function
2010-01-20 Ramsay JonesFix some "signed v unsigned comparison" warnings with...
2009-10-13 Ramsay JonesAdd the git_oid_to_string() utility function
2008-12-31 Shawn O. PearceWrap malloc and friends and report out of memory as...
2008-12-31 Julio Espinoza-SokalChange usages of static inline to GIT_INLINE
2008-12-09 Ramsay JonesFix an "implicit function definition" warning on cygwin
2008-12-02 Shawn O. PearceAdd routines to convert git_oid to hex strings
2008-11-04 Shawn O. PearceAdd git_oid_cpy, git_oid_cmp as inline functions
2008-11-04 Shawn O. PearceEnable warnings by default and fix warning in oid.c
2008-11-01 Shawn O. PearceSwitch the license from BSD to GPL+libgcc exception
2008-11-01 Shawn O. PearceMove include files to include/git/, drop git_ prefix...