index
:
delta/gitano/libgit2.git
development
fixups
replace-luagit2
git.gitano.org.uk: libgit2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pack.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
pack: expose a cached delta base directly
Carlos Martín Nieto
2014-05-13
1
-4
/
+0
*
pack: use a cache for delta bases when unpacking
Carlos Martín Nieto
2014-05-09
1
-0
/
+5
*
pack: unpack using a loop
Carlos Martín Nieto
2014-05-09
1
-0
/
+9
*
Drop parsing pack filename SHA1 part, no one cares the filename
Linquize
2014-01-23
1
-1
/
+0
*
pack: `__object_header` always returns unsigned values
Vicent Marti
2013-11-01
1
-1
/
+1
*
Fix warning on win64
Linquize
2013-11-01
1
-1
/
+1
*
pack: move the object header function here
Carlos Martín Nieto
2013-10-04
1
-0
/
+2
*
Consolidate packfile allocation further
Russell Belfer
2013-04-22
1
-1
/
+2
*
Further threading fixes
Russell Belfer
2013-04-22
1
-1
/
+1
*
Add mutex around mapping and unmapping pack files
Russell Belfer
2013-04-22
1
-0
/
+1
*
indexer: use a hashtable for keeping track of offsets
Carlos Martín Nieto
2013-03-03
1
-1
/
+3
*
indexer: properly free the packfile resources
Carlos Martín Nieto
2013-01-12
1
-1
/
+1
*
Revert "pack: packfile_free -> git_packfile_free and use it in the indexers"
Carlos Martín Nieto
2013-01-11
1
-1
/
+1
*
pack: That declaration
Vicent Marti
2013-01-11
1
-1
/
+1
*
pack: limit the amount of memory the base delta cache can use
Carlos Martín Nieto
2013-01-11
1
-2
/
+4
*
pack: abstract out the cache into its own functions
Carlos Martín Nieto
2013-01-11
1
-2
/
+11
*
pack: refcount entries and add a mutex around cache access
Carlos Martín Nieto
2013-01-11
1
-1
/
+2
*
pack: introduce a delta base cache
Carlos Martín Nieto
2013-01-11
1
-0
/
+11
*
update copyrights
Edward Thomson
2013-01-08
1
-1
/
+1
*
Merge pull request #1091 from carlosmn/stream-object
Vicent Martí
2012-12-07
1
-0
/
+14
|
\
|
*
pack: introduce a streaming API for raw objects
Carlos Martín Nieto
2012-11-30
1
-0
/
+14
*
|
pack: add git_packfile_resolve_header
David Michael Barr
2012-12-03
1
-0
/
+6
|
/
*
Make git_odb_foreach_cb take const param
Russell Belfer
2012-11-27
1
-1
/
+1
*
pack: iterate objects in offset order
David Michael Barr
2012-09-14
1
-0
/
+1
*
portability: Improve x86/amd64 compatibility
nulltoken
2012-07-24
1
-1
/
+1
*
odb: add git_odb_foreach()
Carlos Martín Nieto
2012-07-03
1
-0
/
+4
*
Add packfile_unpack_compressed() to the internal header
Carlos Martín Nieto
2012-04-13
1
-0
/
+7
*
Migrate ODB files to new error handling
Russell Belfer
2012-03-12
1
-6
/
+6
*
Update Copyright header
schu
2012-02-13
1
-1
/
+1
*
*: correct and codify various file permissions
Brodie Rao
2011-10-14
1
-0
/
+2
*
Tabify everything
Vicent Marti
2011-09-19
1
-1
/
+1
*
Cleanup legal data
Vicent Marti
2011-09-19
1
-21
/
+3
*
Implement cooperative caching
Carlos Martín Nieto
2011-08-18
1
-1
/
+2
*
Modify the given offset in git_packfile_unpack
Carlos Martín Nieto
2011-08-02
1
-1
/
+1
*
Move pack functions to their own file
Carlos Martín Nieto
2011-08-02
1
-19
/
+15
*
Make packfile_unpack_header more generic
Carlos Martín Nieto
2011-08-02
1
-2
/
+26
*
Move the pack structs to an internal header
Carlos Martín Nieto
2011-08-02
1
-0
/
+94