Sign in
googlers
/
jrn
/
git
/
ed5336a7541e19b267de53afc8d15cffdbde8286
/
sha1_file.c
f630cfd
refactor: use bitsizeof() instead of 8 * sizeof()
by Pierre Habouzit
· 16 years ago
dd787c1
Merge branch 'tr/die_errno'
by Junio C Hamano
· 16 years ago
d824cbb
Convert existing die(..., strerror(errno)) to die_errno()
by Thomas Rast
· 16 years ago
48fb7de
Fix big left-shifts of unsigned char
by Linus Torvalds
· 16 years ago
2c5942d
Merge branch 'ar/unlink-err' into maint
by Junio C Hamano
· 16 years ago
065b070
Merge branch 'maint'
by Junio C Hamano
· 16 years ago
fd73ccf
Cope better with a _lot_ of packs
by Johannes Schindelin
· 16 years ago
3658768
Merge branch 'ar/unlink-err'
by Junio C Hamano
· 16 years ago
4b25d09
Fix a bunch of pointer declarations (codestyle)
by Felipe Contreras
· 16 years ago
691f1a2
replace direct calls to unlink(2) with unlink_or_warn
by Alex Riesen
· 16 years ago
348df16
Rename core.unreliableHardlinks to core.createObject
by Johannes Schindelin
· 16 years ago
be66a6c
Add an option not to use link(src, dest) && unlink(src) when that is unreliable
by Johannes Schindelin
· 16 years ago
03a39a9
Merge branch 'jc/shared-literally'
by Junio C Hamano
· 16 years ago
3c91bf6
Merge branch 'jc/maint-1.6.0-keep-pack'
by Junio C Hamano
· 16 years ago
17e61b8
set_shared_perm(): sometimes we know what the final mode bits should look like
by Junio C Hamano
· 16 years ago
3be1f18
move_temp_to_file(): do not forget to chmod() in "Coda hack" codepath
by Junio C Hamano
· 16 years ago
fb8b193
Move chmod(foo, 0444) into move_temp_to_file()
by Johan Herland
· 16 years ago
5a688fe
"core.sharedrepository = 0mode" should set, not loosen
by Junio C Hamano
· 16 years ago
89fbda2
Merge branch 'maint'
by Junio C Hamano
· 16 years ago
b0de555
Merge branch 'maint-1.6.1' into maint
by Junio C Hamano
· 16 years ago
2a5643d
Merge branch 'maint-1.6.0' into maint-1.6.1
by Junio C Hamano
· 16 years ago
e8bd78c
close_sha1_file(): make it easier to diagnose errors
by Linus Torvalds
· 16 years ago
4d6acb7
Remove --kept-pack-only option and associated infrastructure
by Brandon Casey
· 16 years ago
aec8130
Merge branch 'jc/maint-1.6.0-keep-pack'
by Junio C Hamano
· 16 years ago
69e020a
is_kept_pack(): final clean-up
by Junio C Hamano
· 16 years ago
03a9683
Simplify is_kept_pack()
by Junio C Hamano
· 16 years ago
386cb77
Consolidate ignore_packed logic more
by Junio C Hamano
· 16 years ago
b8431b0
has_sha1_kept_pack(): take "struct rev_info"
by Junio C Hamano
· 16 years ago
cd673c1
has_sha1_pack(): refactor "pretend these packs do not exist" interface
by Junio C Hamano
· 16 years ago
a9d98a1
sha1_file.c: fix typo
by Felipe Contreras
· 16 years ago
30aa4fb
Merge branch 'maint'
by Junio C Hamano
· 16 years ago
7a134db
Merge branch 'maint-1.6.0' into maint
by Junio C Hamano
· 16 years ago
fa3a0c9
Clear the delta base cache if a pack is rebuilt
by Shawn O. Pearce
· 16 years ago
fd8475d
Merge branch 'maint'
by Junio C Hamano
· 16 years ago
9b27ea9
Merge branch 'maint-1.6.0' into maint
by Junio C Hamano
· 16 years ago
3d20c63
Clear the delta base cache during fast-import checkpoint
by Shawn O. Pearce
· 16 years ago
141b6b8
Merge branch 'lt/maint-wrap-zlib' into maint
by Junio C Hamano
· 16 years ago
8c95d3c
Sync with 1.6.1.2
by Junio C Hamano
· 16 years ago
8561b52
Merge branch 'maint-1.6.0' into maint
by Junio C Hamano
· 16 years ago
915308b
avoid 31-bit truncation in write_loose_object
by Jeff King
· 16 years ago
36dd939
Merge branch 'lt/maint-wrap-zlib'
by Junio C Hamano
· 16 years ago
c2c5b27
sha1_file: make "read_object" static
by Christian Couder
· 16 years ago
39c6854
Wrap inflate and other zlib routines for better error reporting
by Linus Torvalds
· 16 years ago
b760d3a
Make 'index_path()' use 'strbuf_readlink()'
by Linus Torvalds
· 16 years ago
de0db42
Merge branch 'maint'
by Junio C Hamano
· 16 years ago
c74faea
make sure packs to be replaced are closed beforehand
by Nicolas Pitre
· 16 years ago
0fd9d7e
Merge branch 'bc/maint-keep-pack' into maint
by Junio C Hamano
· 16 years ago
455d0f5
Merge branch 'maint'
by Junio C Hamano
· 16 years ago
3524357
sha1_file.c: resolve confusion EACCES vs EPERM
by Sam Vilain
· 16 years ago
65117ab
sha1_file: avoid bogus "file exists" error message
by Joey Hess
· 16 years ago
cbacbf4
sha1_file: avoid bogus "file exists" error message
by Joey Hess
· 16 years ago
f755bb9
Fix handle leak in sha1_file/unpack_objects if there were damaged object data
by Alex Riesen
· 16 years ago
47a7925
Merge branch 'jk/commit-v-strip'
by Junio C Hamano
· 16 years ago
7b51b77
Merge branch 'np/pack-safer'
by Junio C Hamano
· 16 years ago
ecbbfb1
Merge branch 'bc/maint-keep-pack'
by Junio C Hamano
· 16 years ago
14d9c57
define empty tree sha1 as a macro
by Jeff King
· 16 years ago
0f4dc14
sha1_file.c: split has_loose_object() into local and non-local counterparts
by Brandon Casey
· 16 years ago
8d25931
packed_git: convert pack_local flag into a bitfield and add pack_keep
by Brandon Casey
· 16 years ago
08698b1
make find_pack_revindex() aware of the nasty world
by Nicolas Pitre
· 16 years ago
3d77d87
make packed_object_info() resilient to pack corruptions
by Nicolas Pitre
· 16 years ago
09ded04
make unpack_object_header() non fatal
by Nicolas Pitre
· 16 years ago
d8f3255
better validation on delta base object offsets
by Nicolas Pitre
· 16 years ago
0e8189e
close another possibility for propagating pack corruption
by Nicolas Pitre
· 16 years ago
581000a
Merge branch 'jc/maint-co-track' into maint
by Junio C Hamano
· 16 years ago
a157400
Merge branch 'jc/maint-co-track'
by Junio C Hamano
· 16 years ago
acd3b9e
Enhance hold_lock_file_for_{update,append}() API
by Junio C Hamano
· 16 years ago
58e0fa5
Merge branch 'maint'
by Junio C Hamano
· 16 years ago
1fb23e6
force_object_loose: Fix memory leak
by Björn Steinbrink
· 16 years ago
f285a2d
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
by Brandon Casey
· 16 years ago
749bc58
Cleanup in sha1_file.c::cache_or_unpack_entry()
by Miklos Vajna
· 16 years ago
9126f00
fix openssl headers conflicting with custom SHA1 implementations
by Nicolas Pitre
· 16 years ago
1ad6d46
Merge branch 'jc/alternate-push'
by Shawn O. Pearce
· 16 years ago
58245a5
Merge branch 'jc/safe-c-l-d'
by Shawn O. Pearce
· 16 years ago
3791f77
Merge branch 'maint'
by Junio C Hamano
· 16 years ago
e32c0a9
sha1_file: link() returns -1 on failure, not errno
by Thomas Rast
· 16 years ago
d79796b
push: receiver end advertises refs from alternate repositories
by Junio C Hamano
· 17 years ago
90b4a71
is_directory(): a generic helper function
by Junio C Hamano
· 17 years ago
5f0bdf5
safe_create_leading_directories(): make it about "leading" directories
by Junio C Hamano
· 17 years ago
5a1e870
Merge branch 'np/verify-pack'
by Junio C Hamano
· 17 years ago
4b480c6
discard revindex data when pack list changes
by Nicolas Pitre
· 17 years ago
d8eec50
Merge branch 'dp/hash-literally'
by Junio C Hamano
· 17 years ago
ddd63e6
Optimize sha1_object_info for loose objects, not concurrent repacks
by Steven Grimm
· 17 years ago
43df4f8
teach index_fd to work with pipes
by Dmitry Potapov
· 17 years ago
ac93910
restore legacy behavior for read_sha1_file()
by Nicolas Pitre
· 17 years ago
948e747
Merge branch 'sp/maint-pack-memuse'
by Junio C Hamano
· 17 years ago
eac12e2
Correct pack memory leak causing git gc to try to exceed ulimit
by Shawn O. Pearce
· 17 years ago
6e1c234
Fix some warnings (on cygwin) to allow -Werror
by Ramsay Jones
· 17 years ago
bb1ab2d
Merge branch 'j6t/mingw'
by Junio C Hamano
· 17 years ago
abf7e0d
Merge branch 'lt/config-fsync'
by Junio C Hamano
· 17 years ago
2beebd2
clone: create intermediate directories of destination repo
by Jeff King
· 17 years ago
9909323
optimize verify-pack a bit
by Nicolas Pitre
· 17 years ago
8e21d63
clone: create intermediate directories of destination repo
by Jeff King
· 17 years ago
27d69a4
refactor pack structure allocation
by Nicolas Pitre
· 17 years ago
8eca0b4
implement some resilience against pack corruptions
by Nicolas Pitre
· 17 years ago
6ff6af6
Workaround for AIX mkstemp()
by Patrick Higgins
· 17 years ago
8385abf
Windows: Handle absolute paths in safe_create_leading_directories().
by Johannes Sixt
· 17 years ago
80ba074
Windows: Use the Windows style PATH separator ';'.
by Johannes Sixt
· 17 years ago
aafe9fb
Add config option to enable 'fsync()' of object files
by Linus Torvalds
· 17 years ago
79c6dca
sha1_file.c: simplify parse_pack_index()
by Junio C Hamano
· 17 years ago
3bfaf01
create_tempfile: make sure that leading directories can be accessible by peers
by Junio C Hamano
· 17 years ago
Next »