]> git.proxmox.com Git - libgit2.git/history - src/odb.c
I broke your bindings
[libgit2.git] / src / odb.c
2011-03-20 Vicent MartiI broke your bindings
2011-03-03 Vicent MartiFix searching in git_vector
2011-02-09 Vicent MartiInternal changes on the backend system
2011-02-09 Vicent MartiHonor alternate entries in the ODB
2011-01-20 Vicent MartiMerge branch 'dir-path-prettifying' of https://github...
2011-01-13 Vicent MartiAdd new Repository initialization method
2010-12-18 Vicent MartiMerge branch 'timezone'
2010-12-13 Vicent MartiFix initialization & freeing of inexistent repos
2010-12-06 Vicent MartiChange the library include file
2010-12-05 Vicent MartiChange include structure for the project
2010-12-05 Vicent MartiDecouple storage from ODB logic
2010-12-05 Vicent MartiRevert changes in odb.c to eventually rebase
2010-12-05 nulltokenSmall source code readability improvements.
2010-11-23 Vicent MartiFix redeclaration warnings in MSVC
2010-11-23 Vicent MartiRemoved unreachable code (MSVC warning)
2010-11-16 Vicent MartiFix overcomplicated return statement
2010-11-05 Vicent MartiImprove error handling
2010-10-28 Vicent MartiAdd git_odb_read_header method to the ODB
2010-09-19 Vicent MartiAdd setter methods & write support for git_commit
2010-09-19 Vicent MartiGive object structures more descriptive names
2010-08-06 Vicent MartiAdd packfile reading
2010-04-30 Ramsay JonesAdd functions to open a '*.pack' file and perform some...
2010-04-30 Ramsay JonesAdd some more (macro) file operation wrappers
2010-04-30 Ramsay JonesFix the memory leak caused by failing to free the ...
2010-04-23 Andreas EricssonMerge remote branch 'ramsay/dev'
2010-02-28 Ramsay JonesAdd a pack index 'virtual function' to fetch an index...
2010-02-28 Ramsay JonesAdd a pack index 'virtual function' to search by file...
2010-02-28 Ramsay JonesChange the interface of the pack index search function
2010-02-28 Ramsay JonesAdd an 64-bit offset table index bounds check for v2...
2010-02-28 Ramsay JonesAdd a minimum size check when opening an v2 pack index...
2010-02-28 Ramsay JonesFix some coding style issues
2010-01-20 Ramsay Jonesmsvc: Fix some -W4 warnings
2010-01-20 Ramsay JonesFix some "unused parameter" warnings with -Wextra
2010-01-20 Ramsay JonesFix some "signed v unsigned comparison" warnings with...
2010-01-20 Ramsay JonesFix an always false comparison "unsigned < 0" warning
2009-06-15 Ramsay Joneswin32: Add support for the MS Visual C/C++ compiler
2009-06-15 Ramsay JonesCorrect the spelling of the FLEX_ARRAY macro
2009-06-05 Ramsay JonesImplement git_odb_write()
2009-06-05 Ramsay JonesFix a usage error in a call to the object_file_name...
2009-03-20 Ramsay Joneswin32: Add routines to abstract memory-mapped file...
2009-03-18 Ramsay Joneswin32: fixup some headers to improve win32 compilation
2009-03-18 Ramsay JonesFix some (digital-mars) compiler warnings
2009-02-11 Ramsay JonesAdd the git_odb_exists() object query function
2009-02-11 Ramsay JonesRearrange some code to improve clarity
2009-02-11 Ramsay JonesCheck for error returns from inflateInit()
2009-02-11 Ramsay JonesFix a potential memory leak
2009-01-03 Shawn O. PearcePrecompute the fanout decoding and the oid offset in...
2009-01-03 Shawn O. PearceAdd basic support to read pack-*.idx v1 and v2 files
2009-01-03 Shawn O. PearceRefactor pack memory management and locking to be safer
2009-01-03 Ramsay JonesFix snprintf compiler warning on cygwin
2009-01-01 Shawn O. PearceFind pack files in $GIT_DIR/objects/pack directory...
2008-12-31 Shawn O. PearceAdd basic locking to the git_odb structure
2008-12-31 Shawn O. PearceCleanup our header inclusion order to ensure pthread...
2008-12-31 Shawn O. PearceWrap malloc and friends and report out of memory as...
2008-12-31 Shawn O. PearceRename the path of the objects directory to be more...
2008-12-31 Shawn O. PearceChange git_odb__read_packed to return ENOTFOUND until...
2008-12-31 Shawn O. PearceFix size_t snprintf warning by using PRIuPTR format...
2008-12-30 Ramsay JonesAdd a routine to determine a git_oid given an git_obj
2008-12-19 Ramsay JonesImplement git_odb__read_loose()
2008-12-10 Ramsay JonesAdd some git_otype string conversion and testing routines
2008-11-18 Andreas EricssonRename "git_sobj" "git_obj"
2008-11-04 Shawn O. PearceImplement some of the basic git_odb open and close API
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...