Menu

Tree [2321a5] master /
 History

HTTPS access


File Date Author Commit
 SDL 2017-04-23 Guido Draheim Guido Draheim [a8ed54] turn testsuite from makefile into python unitte...
 bins 2017-06-12 Guido Draheim Guido Draheim [5edc83] use existing zzip/__fnmatch.h in bins/*.c
 docs 2017-04-23 Guido Draheim Guido Draheim [a8ed54] turn testsuite from makefile into python unitte...
 m4 2010-03-29 Guido Draheim Guido Draheim [37c185] ax_pax_tar and autoconf 2.61 update
 msvc 2006-08-18 Guido Draheim Guido Draheim [5107db] win32 zlib support (for msvc8)
 msvc6 2003-08-07 Guido Draheim Guido Draheim [83183f] This commit was generated by cvs2svn to compens...
 msvc7 2005-12-11 Guido Draheim Guido Draheim [aec51d] msvc8
 msvc8 2010-12-28 Guido Draheim Guido Draheim [6afc45] debug-PATH added.
 ports 2009-08-23 Guido Draheim Guido Draheim [15216c] add symbian-S60 project files
 test 2017-06-12 Guido Draheim Guido Draheim [f0f4fa] zipextract for zzip - 18 expected
 uses 2009-05-22 Guido Draheim Guido Draheim [ae4c0a] rebuild with ax_pax_tar.m4 (that still defaults...
 zzip 2018-02-01 Guido Draheim Guido Draheim [2321a5] merge CVE-2018-6381.patch from @jmoellers #12
 zzipwrap 2017-04-23 Guido Draheim Guido Draheim [a8ed54] turn testsuite from makefile into python unitte...
 .cdtproject 2008-12-24 Guido Draheim Guido Draheim [8a8a6e] required python
 .gitignore 2017-04-23 Guido Draheim Guido Draheim [fcdfbe] ignore builddir
 .pydevproject 2010-03-25 Guido Draheim Guido Draheim [44ac15] introduce compat32 functions and re-autotool
 COPYING.LIB 2003-08-18 Guido Draheim Guido Draheim [b7d373] This commit was generated by cvs2svn to compens...
 ChangeLog 2017-06-12 Guido Draheim Guido Draheim [3fc02e] introduce zzip/__errno.h to help with missing E...
 Makefile.am 2017-04-23 Guido Draheim Guido Draheim [a8ed54] turn testsuite from makefile into python unitte...
 Makefile.in 2017-04-23 Guido Draheim Guido Draheim [a8ed54] turn testsuite from makefile into python unitte...
 Makefile.mk 2010-03-25 Guido Draheim Guido Draheim [44ac15] introduce compat32 functions and re-autotool
 README 2003-08-18 Guido Draheim Guido Draheim [df0b6b] This commit was generated by cvs2svn to compens...
 TODO 2010-12-28 Guido Draheim Guido Draheim [03eb05] simplify spec
 aclocal.m4 2017-04-23 Guido Draheim Guido Draheim [a8ed54] turn testsuite from makefile into python unitte...
 config.h.in 2017-04-21 Guido Draheim Guido Draheim [8dcff1] update autotools (autoreconf)
 configure 2017-04-23 Guido Draheim Guido Draheim [97a6c0] switch to host-builddir
 configure.ac 2017-04-23 Guido Draheim Guido Draheim [97a6c0] switch to host-builddir
 zzipback.sed 2002-12-22 Guido Draheim Guido Draheim [a0e01b] This commit was generated by cvs2svn to compens...
 zziplib.spec 2017-04-23 Guido Draheim Guido Draheim [7df0c8] 0.13.65

Read Me

PROJECT
  The zziplib provides read access to zipped files in a zip-archive,
  using compression based solely on free algorithms provided by zlib.
  It also provides a functionality to overlay the archive filesystem
  with the filesystem of the operating system environment.

AUTHOR
  The project was originally written by Tomi Ollila, later largely
  rewritten by Guido Draheim, and extended with contributions in
  the years to follow. Guido Draheim <guidod@gmx.de> holds the full
  copyright to the zziplib sources.

COPYING
  The zziplib may be used freely under the restrictions of the
  GNU Lesser General Public License version 2 or later. Alternativly
  the Mozilla Public license can be chosen. The sources are under
  a dual license, as long as the MPL hint is not removed, the modified
  files will be again under a dual license for the final recipient.

LICENSING
  If you can not use a dynalinked library according to LGPL rules,
  then look at docs/copying.htm for a few hints. Generally the LGPL 
  has a way for staticlinking as well as the MPL has a way. Anyway,
  special (paid) licenses can be negotiated with the copyright holder.

HOMEPAGE
  The zziplib project is hosted at SourceForge, the complete
  documentation can be found at http://zziplib.sf.net - the
  SourceForge servers are also used to distribute the sources
  of the zziplib project. Releases are announced via the
  freshmeat services on http://freshmeat.net/projects/zziplib

INSTALLATION
  The zziplib sources are built with gnu autotools and they should
  be easy to install on unixish systems via the usual sequence of
  `configure && make && make check && make install`. Many distributors
  ship prebuilt packages e.g. in rpm format. Additionally there are
  MSVC project files shipped along for usage with the Microsoft
  VisualC series of compilers. There should be no problem either
  when crosscompiling the zziplib for a third host platform.

MAINTAINANCE
  The zziplib library is intentionally a lightweight interface to
  zip files. The author take patches but please consider to put 
  complex extensions into separate modules rather than implanting them
  right into the core of the library engine. All Patches and Bug Reports
  should be sent to Guido Draheim <guidod@gmx.de>.