]> git.proxmox.com Git - libgit2.git/history - src/odb.c
Cleanup legal data
[libgit2.git] / src / odb.c
2011-09-18 Vicent MartiCleanup legal data
2011-09-02 Vicent MartíMerge pull request #388 from lambourg/master
2011-08-18 Vicent Martiposix: Properly handle `snprintf` in all platforms
2011-08-18 Vicent Martiodb: Do not pass around a header when hashing
2011-07-12 Vicent MartíMerge pull request #321 from letolabs/readme
2011-07-09 Vicent MartíMerge pull request #312 from nulltoken/patch-2
2011-07-09 nulltokenFix MSVC compilation warning
2011-07-09 Vicent Martistatus: Cleanup
2011-07-07 Vicent Martivector: Timsort all of the things
2011-07-05 Vicent MartíMerge pull request #300 from carlosmn/gsoc2011/master
2011-07-05 Vicent Martifileops: Cleanup
2011-07-01 Kirill A. Shutemovcleanup: remove trailing spaces
2011-06-19 Vicent Martiodb: Add GIT_EPASSTHROUGH
2011-06-15 Vicent MartíMerge pull request #261 from Romain-Geissler/discovery...
2011-06-08 Vicent MartíMerge pull request #216 from glesserd/development
2011-06-07 Vicent MartíMerge pull request #231 from Romain-Geissler/discovery...
2011-06-04 Vicent MartíMerge pull request #227 from Romain-Geissler/discovery...
2011-06-03 Vicent Martiodb: Fix loading ODB alternates
2011-06-02 Vicent MartíMerge pull request #144 from nordsturm/fix_fakewstream
2011-06-01 Vicent Martishort-oid: Cleanup
2011-06-01 Marc PegonFixed some error messages related to searching objects...
2011-06-01 Marc PegonAdded git.git sha1 lookup method to replace simple...
2011-05-23 Vicent Martiodb: Reword errors
2011-05-23 Jakob Pfenderodb.c: Move to new error handling mechanism
2011-05-19 Vicent MartíMerge pull request #193 from carlosmn/config
2011-05-19 Vicent MartíMerge pull request #141 from jpfender/unmerged
2011-05-19 Vicent MartíMerge pull request #197 from schu/errors
2011-05-18 Vicent MartíMerge pull request #195 from RomainMuller/master
2011-05-18 schuMove odb.c to the new error handling
2011-05-17 Jakob PfenderMerge branch 'development' into unmerged
2011-05-17 Vicent MartíMerge pull request #116 from carlosmn/test-naming
2011-05-17 Carlos Martín NietoMerge upstream/development
2011-05-15 Vicent MartiCheck error code from `git_cache_init`
2011-05-15 Vicent MartíMerge pull request #184 from nulltoken/repo-error-handling
2011-05-15 Vicent MartíMerge pull request #185 from chobie/development
2011-05-15 Shuhei Tanumafix git_otype typo when calling `git_odb_read_header`.
2011-05-15 nulltokenMove cache.c to the new error handling
2011-05-09 Vicent MartiMerge branch 'error-handling' into development
2011-05-08 Vicent MartíMerge pull request #170 from jasonrm/development
2011-05-08 Vicent MartíMerge pull request #172 from carlosmn/valgrind
2011-05-08 Vicent MartíMerge pull request #174 from carlosmn/backend-static
2011-05-06 Carlos Martín Nietoodb backend_sort_cmp should be static
2011-04-24 Sergey NikishinFix whole buffer writing in fake wstream
2011-04-06 Carlos Martín NietoMerge remote-tracking branch 'upstream/development...
2011-04-04 Vicent MartiAdd a fake wstream to the ODB
2011-03-31 Carlos Martín NietoMerge upstream/development
2011-03-23 Vicent MartiImprove the ODB writing backend
2011-03-22 Vicent MartiAdd getters for `git_odb_object`
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
next