]> git.proxmox.com Git - libgit2.git/history - src/odb.c
Fix error hashing empty file.
[libgit2.git] / src / odb.c
2012-09-27 Jameson MillerFix error hashing empty file.
2012-09-15 Carlos Martín Nietoodb: don't overflow the link path buffer
2012-09-13 Vicent MartíMerge pull request #927 from arrbee/hashfile-with-filters
2012-09-13 Vicent MartíMerge pull request #928 from barrbrain/odb-pack-stat...
2012-09-13 Michael SchubertFix -Wuninitialized warning
2012-09-12 Russell BelferAdd tests and improve param checks
2012-09-11 Vicent MartíMerge pull request #920 from scunz/mergebase_const
2012-09-11 Vicent MartiMerge branch 'diff-crlf-filters' into development
2012-09-11 Vicent MartiProperly handle p_reads
2012-09-11 Russell BelferMerge pull request #914 from authmillenon/index-fixes
2012-09-10 Russell BelferReorg internal odb read header and object lookup
2012-09-06 Russell BelferImplement filters for status/diff blobs
2012-09-06 Michael Schubertodb: mark unused variable
2012-09-06 Vicent MartíMerge pull request #900 from pwkelley/development
2012-08-27 Philip KelleyExpose a malloc function to 3rd party ODB backends
2012-08-19 Vicent MartíMerge pull request #778 from ben/clone
2012-08-09 Vicent Martioid: Explicitly include `oid.h` for the inlined CMP
2012-08-06 Vicent MartiMerge remote-tracking branch 'arrbee/tree-walk-fixes...
2012-08-04 Russell BelferUpdate iterators for consistency across library
2012-08-01 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/amd64...
2012-07-24 nulltokenportability: Improve x86/amd64 compatibility
2012-07-17 Ben StraubMerge branch 'development' into clone
2012-07-12 Vicent MartíMerge pull request #789 from carlosmn/odb-foreach
2012-07-03 Carlos Martín Nietoodb: add git_odb_foreach()
2012-06-22 Vicent MartiMerge branch 'pull-req' of https://github.com/chris...
2012-06-20 Vicent MartíMerge pull request #776 from scottjg/mingw-makefile-fix
2012-06-19 Carlos Martín Nietoodb: don't leak when detecting id ambiguity
2012-06-07 Chris YoungMerge remote-tracking branch 'source/development' into...
2012-06-05 Ben StraubMerge branch 'development' into rev-parse
2012-05-18 Vicent MartíMerge pull request #710 from libgit2/breaking-changes
2012-05-17 Vicent Martíerrors: Rename error codes
2012-05-17 Vicent Martíerrors: Rename the generic return codes
2012-05-16 Vicent MartíMerge pull request #700 from cholin/revwalk_reset
2012-05-14 Vicent MartíMerge pull request #693 from nulltoken/topic/enhance_br...
2012-05-14 Vicent MartíMerge pull request #692 from nulltoken/fix/delete-branc...
2012-05-14 Vicent MartíMerge pull request #688 from hanwen/master
2012-05-12 Han-Wen NienhuysHandle duplicate objects from different backends in...
2012-05-05 Vicent MartíMerge remote-tracking branch 'scottjg/fix-mingw32'...
2012-05-05 Vicent MartíMerge pull request #659 from libgit2/development-merge
2012-05-05 Vicent MartíMerge pull request #664 from arrbee/attrs-from-index
2012-05-04 Russell BelferFix valgrind issues
2012-05-02 Vicent MartíMerge branch 'new-error-handling' into development
2012-04-25 Russell BelferMerge pull request #642 from arrbee/mem-pools
2012-04-25 Russell BelferImplement git_pool paged memory allocator
2012-03-22 Russell BelferMerge pull request #607 from nulltoken/fix/file-close...
2012-03-21 Russell BelferMerge pull request #602 from arrbee/more-error-handling
2012-03-20 Russell BelferConvert indexer, notes, sha1_lookup, and signature
2012-03-15 Vicent MartíMerge pull request #595 from arrbee/new-errors-odb
2012-03-15 Russell BelferContinue error conversion
2012-03-13 Russell BelferMigrate ODB files to new error handling
2012-03-07 Russell BelferMerge pull request #590 from arrbee/new-error-handling
2012-03-07 Russell BelferFix issues raised on pull request
2012-03-07 Russell BelferMigrating diff to new error handling
2012-03-05 Vicent Martíerror-handling: References
2012-03-05 Carlos Martín NietoMerge branch 'ssh-urls' into development
2012-03-02 Vicent MartíMerge pull request #575 from libgit2/filters
2012-02-27 Vicent Martíbuffer: Unify `git_fbuffer` and `git_buf`
2012-02-23 Russell BelferFix warnings about type conversion on win32
2012-02-15 Vicent MartíMerge pull request #558 from schu/notes-api
2012-02-15 Vicent Martízlib: Remove custom `git2/zlib.h` header
2012-02-13 Vicent MartíMerge pull request #557 from schu/copyright
2012-02-13 schuUpdate Copyright header
2012-02-11 Vicent MartíMerge pull request #554 from carlosmn/revwalk-reset
2012-02-10 Vicent Martíodb: Proper symlink hashing
2012-02-10 Vicent Martíodb: Add internal `git_odb__hashfd`
2012-01-20 Russell BelferMerge branch 'fix-subdir-attr-paths' into development
2012-01-17 Russell BelferMove path related functions from fileops to path
2011-12-14 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/oid-gener...
2011-12-09 Vicent MartiMerge remote-tracking branch 'arrbee/git-buf-for-paths...
2011-12-08 Russell BelferUse git_buf for path storage instead of stack-based...
2011-11-29 Vicent MartíMerge pull request #499 from arrbee/extend-git-buf
2011-11-28 Vicent MartiMerge branch 'repo-ownership' into development
2011-11-26 Vicent MartiRename all `_close` methods
2011-11-26 Vicent Martirepository: Change ownership semantics
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-09-29 Vicent Martiodb: Let users decide compression level for the loose ODB
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-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
next