2013-09-11 | lookup_object: remove hashtable_index() and optimize... Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2010-10-22 | make pack-objects a bit more resilient to repo corruption Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2010-10-22 | diff: don't presume empty file when corresponding object... Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2010-09-07 | Documentation: move RelNotes into a directory of their own Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2010-08-22 | fix >4GiB source delta assertion failure Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2010-04-12 | index-pack: smarter memory usage when appending objects Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2010-04-12 | index-pack: rationalize unpack_entry_data() Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2010-04-12 | index-pack: smarter memory usage when resolving deltas Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2010-03-24 | Make xmalloc and xrealloc thread-safe Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2010-02-23 | move encode_in_pack_object_header() to a better place Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2010-02-22 | sha1_file: be paranoid when creating loose objects Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2010-02-21 | sha1_file: don't malloc the whole compressed result... Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2010-02-17 | fast-import: use the diff_delta() max_delta_size argument Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2010-02-17 | fast-import: honor pack.indexversion and pack.packsizelimit... Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2010-02-17 | fast-import: make default pack size unlimited Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2010-02-17 | fast-import: use write_idx_file() instead of custom... Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2010-02-17 | fast-import: use sha1write() for pack data Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2010-02-17 | fast-import: start using struct pack_idx_entry Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2010-02-08 | Revert "pack-objects: fix pack generation when using... Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2010-02-04 | update git-repack documentation wrt repack.UseDeltaBaseOffset Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2010-02-04 | make --max-pack-size argument to 'git pack-object'... Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2010-02-04 | pack-objects: fix pack generation when using pack_size_limit Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2010-02-04 | fix multiple issues with t5300 Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2010-01-22 | fix git-p4 editor invocation Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2009-11-24 | pack-objects: split implications of --all-progress... Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2009-11-13 | give priority to progress messages Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2009-11-06 | pack-objects: move thread autodetection closer to relevant... Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2009-10-14 | change throughput display units with fast links Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2009-09-26 | make 'git clone' ask the remote only for objects it... Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2009-09-14 | Nicolas Pitre has a new email address Nicolas Pitre has a new email address Signed-off-by: Nicolas Pitre <nico@fluxnic.net> |
diff | tree |
2009-09-06 | pack-objects: free preferred base memory after usage Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2009-09-06 | make shallow repository deepening more network efficient Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2009-08-24 | fix simple deepening of a repo Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2009-08-18 | remove ARM and Mozilla SHA1 implementations Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2009-08-18 | block-sha1: guard gcc extensions with __GNUC__ Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2009-08-18 | make sure byte swapping is optimal for git Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2009-08-18 | block-sha1: make the size member first in the context... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2009-08-13 | block-sha1: more good unaligned memory access candidates Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2009-08-12 | block-sha1: support for architectures with memory alignment... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2009-08-12 | block-sha1: split the different "hacks" to be individually... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2009-08-12 | block-sha1: move code around Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2009-08-06 | don't let the delta cache grow unbounded in 'git repack' Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2009-05-02 | honor repack.usedeltabaseoffset when fetching packs Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2009-05-02 | allow OFS_DELTA objects during a push Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2009-04-25 | progress bar: round to the nearest instead of truncating... |
diff | tree |
2009-03-24 | avoid possible overflow in delta size filtering computation Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2009-01-01 | objects to be pruned immediately don't have to be loosened Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-12-14 | pack-objects: don't use too many threads with few objects Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-12-13 | autodetect number of CPUs by default when using threads Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-12-11 | make sure packs to be replaced are closed beforehand Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-11-12 | Fix pack.packSizeLimit and --max-pack-size handling Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-11-02 | pack-objects: don't leak pack window reference when... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-11-02 | extend test coverage for latest pack corruption resilience... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-11-02 | pack-objects: allow "fixing" a corrupted pack without... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-11-02 | make find_pack_revindex() aware of the nasty world Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-11-02 | make check_object() resilient to pack corruptions Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-11-02 | make packed_object_info() resilient to pack corruptions Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-11-02 | make unpack_object_header() non fatal Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-11-02 | better validation on delta base object offsets Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-11-02 | close another possibility for propagating pack corruption Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-10-24 | index-pack: don't leak leaf delta result Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-10-23 | improve index-pack tests Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-10-21 | rehabilitate 'git index-pack' inside the object store Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-10-20 | fix multiple issues in index-pack Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-10-18 | index-pack: smarter memory usage during delta resolution Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-10-18 | index-pack: rationalize delta resolution code Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-10-10 | fix pread()'s short read in index-pack Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-10-03 | fix openssl headers conflicting with custom SHA1 implementations Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-09-03 | improve handling of sideband message display Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-09-03 | t5300: improve SHA1 collision test Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-09-03 | pack-objects: don't include missing preferred base... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-09-03 | sha1write: don't copy full sized buffers Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-08-30 | fixup_pack_header_footer(): use nicely aligned buffer... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-08-30 | index-pack: use fixup_pack_header_footer()'s validation... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-08-30 | pack-objects: use fixup_pack_header_footer()'s validation... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-08-30 | improve reliability of fixup_pack_header_footer() Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-08-30 | pack-objects: improve returned information from write_one() Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-08-23 | discard revindex data when pack list changes Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-07-15 | restore legacy behavior for read_sha1_file() Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-06-26 | pack.indexversion config option now defaults to 2 Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-06-25 | repack.usedeltabaseoffset config option now defaults... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-06-25 | verify-pack: test for detection of index v2 object... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-06-25 | verify-pack: check packed object CRC when using index... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-06-25 | move show_pack_info() where it belongs Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-06-25 | optimize verify-pack a bit Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-06-25 | refactor pack structure allocation Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-06-24 | test case for pack resilience against corruptions Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-06-24 | implement some resilience against pack corruptions Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-06-24 | call init_pack_revindex() lazily Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-06-02 | make verify-pack a bit more useful with bad packs Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-05-14 | let pack-objects do the writing of unreachable objects... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-05-14 | add a force_object_loose() function Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-05-04 | pack-objects: fix early eviction for max depth delta... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-05-04 | pack-objects: allow for early delta deflating Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-05-04 | pack-objects: move compression code in a separate function Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-05-04 | pack-objects: clean up write_object() a bit Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-05-04 | pack-objects: simplify the condition associated with... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-05-04 | pack-objects: remove some double negative logic Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-05-04 | pack-objects: small cleanup Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2008-03-20 | make it easier for people who just want to get rid... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |