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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pack: init the cache on packfile alloc
Carlos Martín Nieto
2014-05-15
1
-8
/
+7
*
pack: don't forget to cache the base object
Carlos Martín Nieto
2014-05-13
1
-7
/
+8
*
pack: use stack allocation for smaller delta chains
Carlos Martín Nieto
2014-05-13
1
-16
/
+45
*
pack: expose a cached delta base directly
Carlos Martín Nieto
2014-05-13
1
-93
/
+92
*
pack: simplify delta chain code
Carlos Martín Nieto
2014-05-09
1
-49
/
+51
*
pack: preallocate a 64-element chain
Carlos Martín Nieto
2014-05-09
1
-0
/
+1
*
pack: make sure not to leak the dep chain
Carlos Martín Nieto
2014-05-09
1
-8
/
+13
*
pack: use a cache for delta bases when unpacking
Carlos Martín Nieto
2014-05-09
1
-73
/
+72
*
pack: unpack using a loop
Carlos Martín Nieto
2014-05-09
1
-25
/
+119
*
pack: do not repeat the same error message four times
Carlos Martín Nieto
2014-05-09
1
-4
/
+4
*
pack: remove misleading comment
Carlos Martín Nieto
2014-05-09
1
-7
/
+0
*
Drop parsing pack filename SHA1 part, no one cares the filename
Linquize
2014-01-23
1
-5
/
+0
*
One more rename/cleanup for callback err functions
Russell Belfer
2013-12-11
1
-4
/
+2
*
Some callback error check style cleanups
Russell Belfer
2013-12-11
1
-1
/
+3
*
Remove converting user error to GIT_EUSER
Russell Belfer
2013-12-11
1
-4
/
+5
*
Further EUSER and error propagation fixes
Russell Belfer
2013-12-11
1
-4
/
+2
*
pack: `__object_header` always returns unsigned values
Vicent Marti
2013-11-01
1
-2
/
+2
*
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
/
+32
*
sha1_lookup: do not use the "experimental" lookup mode
Vicent Marti
2013-08-14
1
-1
/
+4
*
Close p->mwf.fd only if necessary
Sven Strickroth
2013-07-25
1
-2
/
+3
*
pack: fix memory leak in error path
Rémi Duraffort
2013-07-15
1
-1
/
+3
*
Mutex init can fail
Russell Belfer
2013-05-31
1
-2
/
+14
*
Zero memory for major objects before freeing
Russell Belfer
2013-05-31
1
-1
/
+5
*
Switch to index_version as "git_pack_file is ready" flag
Carlos Martín Nieto
2013-05-02
1
-5
/
+6
*
Revert "Protect sha1_entry_pos call with mutex"
Carlos Martín Nieto
2013-05-02
1
-12
/
+10
*
Protect sha1_entry_pos call with mutex
Russell Belfer
2013-05-02
1
-10
/
+12
*
Add extra locking around packfile open
Russell Belfer
2013-05-02
1
-15
/
+29
*
Make git_oid_cmp public and add git_oid__cmp
Russell Belfer
2013-04-29
1
-3
/
+3
*
Consolidate packfile allocation further
Russell Belfer
2013-04-22
1
-1
/
+1
*
Make indexer use shared packfile open code
Russell Belfer
2013-04-22
1
-22
/
+17
*
Further threading fixes
Russell Belfer
2013-04-22
1
-11
/
+8
*
Add mutex around mapping and unmapping pack files
Russell Belfer
2013-04-22
1
-24
/
+43
*
indexer: use a hashtable for keeping track of offsets
Carlos Martín Nieto
2013-03-03
1
-5
/
+6
*
Vector improvements and their fallout
Philip Kelley
2013-01-27
1
-3
/
+2
*
Fix a mutex leak in pack.c
Philip Kelley
2013-01-26
1
-0
/
+1
*
pack: evict all of the pages at once
Carlos Martín Nieto
2013-01-14
1
-31
/
+4
*
pack: evict objects from the cache in groups of eight
Carlos Martín Nieto
2013-01-14
1
-11
/
+33
*
pack: fixes to the cache
Carlos Martín Nieto
2013-01-12
1
-3
/
+8
*
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
*
Fix MSVC compilation warnings
nulltoken
2013-01-11
1
-1
/
+1
*
pack: packfile_free -> git_packfile_free and use it in the indexers
Carlos Martín Nieto
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
/
+34
*
pack: abstract out the cache into its own functions
Carlos Martín Nieto
2013-01-11
1
-52
/
+81
*
pack: refcount entries and add a mutex around cache access
Carlos Martín Nieto
2013-01-11
1
-9
/
+33
*
pack: introduce a delta base cache
Carlos Martín Nieto
2013-01-11
1
-17
/
+78
*
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
/
+66
|
\
|
*
pack: introduce a streaming API for raw objects
Carlos Martín Nieto
2012-11-30
1
-0
/
+66
[next]