]> git.proxmox.com Git - libgit2.git/history - src/oid.c
pkt-line: parse other-ref lines
[libgit2.git] / src / oid.c
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...