| Commit message (Expand) | Author | Age |
* | sha1fd_check: die when we cannot open the file | Jeff King | 2015-03-19 |
* | Merge branch 'jk/sha1write-void' | Junio C Hamano | 2014-01-10 |
|\ |
|
| * | do not pretend sha1write returns errors | Jeff King | 2013-12-26 |
* | | sha1write: make buffer const-correct | Jeff King | 2013-10-24 |
|/ |
|
* | csum-file: introduce sha1file_checkpoint | Junio C Hamano | 2011-11-30 |
* | Merge branch 'jc/index-pack' | Junio C Hamano | 2011-07-19 |
|\ |
|
| * | index-pack: --verify | Junio C Hamano | 2011-02-27 |
* | | sparse: Fix errors and silence warnings | Stephen Boyd | 2011-04-03 |
|/ |
|
* | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 2009-06-27 |
* | Merge branch 'maint' | Shawn O. Pearce | 2008-10-10 |
|\ |
|
| * | fix pread()'s short read in index-pack | Nicolas Pitre | 2008-10-10 |
* | | fix openssl headers conflicting with custom SHA1 implementations | Nicolas Pitre | 2008-10-02 |
* | | sha1write: don't copy full sized buffers | Nicolas Pitre | 2008-09-02 |
|/ |
|
* | pack-objects: use fixup_pack_header_footer()'s validation mode | Nicolas Pitre | 2008-08-29 |
* | Make pack creation always fsync() the result | Linus Torvalds | 2008-05-31 |
* | remove dead code from the csum-file interface | Nicolas Pitre | 2007-11-05 |
* | make display of total transferred more accurate | Nicolas Pitre | 2007-11-05 |
* | add throughput display to git-push | Nicolas Pitre | 2007-10-30 |
* | pack-objects.c: fix some global variable abuse and memory leaks | Nicolas Pitre | 2007-10-17 |
* | More static | Junio C Hamano | 2007-06-13 |
* | Alter sha1close() 3rd argument to request flush only | Dana L. How | 2007-05-20 |
* | Custom compression levels for objects and packs | Dana How | 2007-05-10 |
* | compute a CRC32 for each object as stored in a pack | Nicolas Pitre | 2007-04-10 |
* | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 2006-08-23 |
* | Make sha1flush void and remove conditional return. | David Rientjes | 2006-08-14 |
* | Make zlib compression level configurable, and change default. | Joachim B Haga | 2006-07-03 |
* | Remove all void-pointer arithmetic. | Florian Forster | 2006-06-20 |
* | xread/xwrite: do not worry about EINTR at calling sites. | Junio C Hamano | 2005-12-19 |
* | [PATCH] Plug memory leak in sha1close() | Sergey Vlasov | 2005-08-08 |
* | [PATCH] Let umask do its work upon filesystem object creation. | Junio C Hamano | 2005-07-06 |
* | csum-file: add "sha1fd()" to create a SHA1 csum file from an existing file de... | Linus Torvalds | 2005-06-28 |
* | csum-file: fix missing buf pointer update | Linus Torvalds | 2005-06-27 |
* | csum-file interface updates: return resulting SHA1 | Linus Torvalds | 2005-06-26 |
* | git-pack-objects: write the pack files with a SHA1 csum | Linus Torvalds | 2005-06-26 |