Not Invented Here

Projects

NeoPop-SDL portable NeoGeo Pocket emulator, SDL version
cftp Comfortable FTP, a full screen text mode ftp client
cg semi-automatic newsgroup binary downloader
ckmame check ROM sets for MAME
dccserver functionality of MIRC's /dccserver command
img2eps raster image to EPSF converter
libzip C library for reading, creating, and modifying zip archives
malint MPEG audio stream validator
ttftot42 TrueType to Type42 font converter

News

2013-04-27: Released libzip 0.11.1

  • Fix bugs in zip_set_file_compression().

  • Include Xcode build infrastructure.

2013-03-23: Released libzip 0.11

  • Added Zip64 support (large file support)

  • Added UTF-8 support for file names, file comments, and archive comments

  • Changed API for name and comment related functions for UTF-8 support

  • Added zip_discard()

  • Added ZIP_TRUNCATE for zip_open()

  • Added zip_set_file_compression()

  • Added API for accessing and modifying extra fields

  • Improved API type consistency

  • Use gcc4's visibility __attribute__

  • More changes for Windows support

  • Additional test cases

2012-03-20: Released libzip 0.10.1

  • Fixed CVE-2012-1162

  • Fixed CVE-2012-1163

2012-01-20: Released dccserver 0.5

  • cmake support (autoconf still supported)

  • portability fixes

2011-03-18: Released libzip 0.10

  • Added zip_get_num_entries(), deprecated zip_get_num_files().

  • Better windows support.

  • Support for traditional PKWARE encryption added.

  • Fix opening archives with more than 65535 entries.

  • Fix some memory leaks.

  • Fix cmake build and installation

  • Fix memory leak in error case in zip_open()

  • Fixed CVE-2011-0421 (no security implications though)

  • More documentation.