Download List

Projeto Descrição

libzip is a C library for reading, creating, and modifying zip archives. Files can be added from data buffers, files, or compressed data copied directly from other zip archives. Changes made without closing the archive can be reverted. The API is documented by man pages.

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.

2011-03-19 05:34
0.10

Suporte para criptografia PKWARE tradicional foi adicionado, Windows e CMake suporte e documentação foram melhorados. CVE-2011-0421, abrindo archvies com mais de 65.535 entradas, e vários outros bugs e falhas de memória foram corrigidos. zip_get_num_files () foi substituído com o zip_get_num_files nova função ().
Support for traditional PKWARE encryption was added, Windows and CMake support and documentation were improved. CVE-2011-0421, opening archvies with more than 65535 entries, and various other bugs and memory leaks were fixed. zip_get_num_files() has been deprecated with the new function zip_get_num_files().

2008-07-26 02:28
0.9

Esta versão adiciona suporte para a criação de arquivos torrentzipped. Ele corrige vários bugs e problemas de portabilidade (especialmente no Windows). zip_source_file agora só mantém o arquivo aberto enquanto na verdade ele é lido, o que permite adicionar mais arquivos que podem ser abertos simultaneamente.
Tags: Minor feature enhancements
This release adds support for creating torrentzipped archives. It fixes various bugs and portability issues (especially on Windows). zip_source_file now only keeps the file open while actually reading from it, which allows adding more files than can be opened simultaneously.

2007-06-06 23:42
0.8

Novas funções foram adicionadas para adicionar os diretórios para um arquivo e para limpar o estado de erro interno. Zip arquivos maiores que 2 GB e fluídas arquivos zip agora são suportados.
Tags: Minor feature enhancements
New functions were added for adding directories to an archive and to clear the internal error state. Zip archives larger than 2 GB and streamed zip archives are now supported.

2006-05-18 14:47
0.7.1

A double-livre em um caso de erro no zip_close foi corrigido.
Tags: Minor bugfixes
A double-free in an error case in zip_close has
been fixed.

2006-05-18 14:47
0.7

Suporte para leitura e escrita de arquivos e comentários de arquivo foi adicionado. Um novo membro foi adicionado à estrutura de suporte à criptografia zip_stat futuro, e zip_add agora retorna o índice do arquivo adicionado. Por causa das duas últimas alterações, a biblioteca shard versão principal foi colidido.
Tags: Minor feature enhancements
Support for reading and writing file and archive
comments has been added. A new member has been
added to struct zip_stat for future encryption
support, and zip_add now returns the index of the
added file. Because of the last two changes, the
shard library major version has been bumped.

Project Resources