Download List

Projeto Descrição

The gzip Recovery Toolkit attempts to automate the recovery of data from corrupted gzip files (including tarballs) through a program called gzrecover. This package is still very experimental at this point.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-08-29 19:15
0.5

Actualizações de documentação, incluindo uma página de homem, além de limpeza de código para permitir melhor inclusão no GNU / Linux e eliminar os avisos de compilação.
Tags: Code cleanup
Documentation updates, including a man page, plus code cleanup to better enable inclusion in GNU/Linux packages and eliminate compilation warnings.

2005-11-13 08:49
0.4

Esta versão descontinua os patches para o tar da GNU para permitir extração de arquivos tar corrompido em favor do uso GNU cpio fora da caixa, que faz o mesmo trabalho melhor. O programa de recuperação gzip é idêntica à de versões anteriores.
Tags: Major feature enhancements
This release discontinues the patches to GNU tar to enable extracting from corrupt tar files in favor of using GNU cpio out of the box which does the same job better. The gzip recovery program is identical with previous releases.

2005-03-13 16:47
0.3

Este comunicado contém duas alterações principais. Primeiro, foi feita uma mudança na estratégia de lida em gzrecover. Anteriormente, os corrompidos gzip programa extrator de dados invocados mmap (2) para ler arquivos. Este foi alterado para uma estratégia de leitura tampão que deve permitir suporte para qualquer tamanho de arquivo, bem como as plataformas que não permitem que os arquivos para a memória ser mapeado. Arquivos de tamanhos de até 168GB foram testados. Em segundo lugar, a licença em gzrecover foi mudado a partir da licença de zlib (uma variante do BSD) para o GPL.
Tags: Major bugfixes
This release contains two principal updates.
First, a change was made in the read strategy in
gzrecover. Previously, the corrupted gzip data
extractor program relied on mmap(2) to read files.
This has been changed to a buffered read strategy
which should allow support for any sized file as
well as platforms that don't allow files to be
memory mapped. Files sizes up to 168GB have been
tested. Second, the license on gzrecover has been
switched from the zlib license (a BSD variant) to
the GPL.

2003-07-19 21:39
0.2

Este novo lançamento corrige core dump problemas com arquivos truncados. Ele também permite a divisão de arquivo "função", onde cada segmento de dados recuperados são salvos em seu próprio arquivo de saída.
Tags: Minor bugfixes
This new release fixes core dump problems with
truncated files. It also enables the "file
splitting" function where each segment of
recovered data is saved to its own output file.

2003-02-07 22:32
0.1

Tags: Initial freshmeat announcement

Project Resources