]> git.proxmox.com Git - libgit2.git/history - src/odb_pack.c
Fix the build on Emscripten
[libgit2.git] / src / odb_pack.c
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-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-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 Sven Strickrothignore missing pack file as git does
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-30 Kirill A. ShutemovCMakefile: add -Wmissing-prototypes and fix warnings
2011-08-30 Vicent MartíMerge pull request #380 from kiryl/no-release-debug
2011-08-30 Vicent MartíMerge pull request #378 from kiryl/Wuninitialized
2011-08-26 Vicent MartíMerge pull request #379 from kiryl/STRLEN
2011-08-25 Kirill A. ShutemovDrop STRLEN() macros
2011-08-10 Vicent MartíMerge pull request #355 from jdavid/fix-build
2011-08-08 Vicent MartiFix compilation in Windows
2011-08-04 Vicent MartíMerge pull request #345 from carlosmn/gsoc2011/indexer
2011-08-02 Carlos Martín NietoModify the given offset in git_packfile_unpack
2011-08-02 Carlos Martín NietoMove pack functions to their own file
2011-08-02 Carlos Martín NietoMake packfile_unpack_header more generic
2011-08-02 Carlos Martín NietoMove the pack structs to an internal header
2011-08-02 Carlos Martín NietoFactor out the mmap window code
2011-07-28 Vicent MartíMerge pull request #335 from carlosmn/read-updated
2011-07-25 Kirill A. Shutemovodb_pack: fix cast warnings
2011-07-12 Vicent MartíMerge pull request #321 from letolabs/readme
2011-07-07 Vicent Martivector: Timsort all of the things
2011-07-05 Vicent MartíMerge pull request #302 from carlosmn/development
2011-07-05 Carlos Martín NietoSmall fixes in pack_window_open
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-21 Vicent MartíMerge pull request #269 from schu/infinite-append
2011-06-21 Vicent MartíMerge pull request #270 from carlosmn/valgrind
2011-06-20 Carlos Martín NietoAllocate enough memory for the terminator in commit...
2011-06-16 Vicent Martioid: Uniformize ncmp methods
2011-06-16 Vicent Martioid: Rename methods
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 #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-07 Vicent MartíMerge pull request #236 from Jopie64/development
2011-06-06 Marc PegonRenamed git_oid_match to git_oid_ncmp.
2011-06-05 Johan 't HartFix build errors on MSVC
2011-06-02 Vicent MartíMerge pull request #144 from nordsturm/fix_fakewstream
2011-06-01 Vicent Martiodb-pack: More variable declarations
2011-06-01 Vicent Martiodb-pack: Do not declare variables mid-function
2011-06-01 Vicent Martishort-oid: Cleanup
2011-06-01 Marc PegonFixed some error messages related to searching objects...
2011-06-01 Marc PegonAdded a GIT_OID_MINPREFIXLEN constant to define the...
2011-06-01 Marc PegonAdded git.git sha1 lookup method to replace simple...
2011-06-01 Marc PegonAdded a read_unique_short_oid method to backends, to...
2011-05-23 Vicent Martiodb_pack: Reword errors
2011-05-23 Jakob Pfenderodb_pack.c: Move to new error handling mechanism
2011-05-17 Jakob PfenderMerge branch 'development' into unmerged
2011-05-17 Vicent MartíMerge pull request #116 from carlosmn/test-naming
2011-05-05 Carlos Martín NietoMerge remote-tracking branch 'upstream/development...
2011-05-02 Vicent MartíMerge pull request #151 from carlosmn/root-commit.
2011-05-02 Vicent MartíMerge pull request #146 from nordsturm/fix_subtrees.
2011-05-01 Vicent MartíMerge pull request #145 from schu/fix-unused-warnings.
2011-05-01 Vicent MartíMerge pull request #147 from nordsturm/fix_pack_backend...
2011-05-01 Vicent Martipack-odb: Check `mtime` instead of folder size
2011-04-27 Sergey NikishinFix memory leak in pack_backend__free
2011-04-23 Vicent MartíMerged pull request #115 from jpfender/index-flags.
2011-04-23 Vicent MartíMerged pull request #135 from carlosmn/valgrind.
2011-04-23 Vicent MartíMerged pull request #139 from jpfender/merge-head-file.
2011-04-23 Vicent MartíMerged pull request #140 from jpfender/insert-replace.
2011-04-23 Vicent MartíMerged pull request #143 from nordsturm/fix_loop.
2011-04-23 Vicent MartiFix conversion warning in MSVC
2011-04-15 Vicent MartiRefresh the list of packfiles on each ODB query
2011-03-31 Carlos Martín NietoMerge upstream/development
2011-03-22 nulltokenSwitch from time_t to git_time_t
2011-03-20 Vicent MartiI broke your bindings
2011-03-14 Vicent MartiRewrite the Pack backend
2011-02-09 Vicent MartiInternal changes on the backend system
2011-01-20 Vicent MartiMerge branch 'dir-path-prettifying' of https://github...
2011-01-11 Alex BudovskiRevised platform types to use 'best supported' size.
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