Commit Briefs




Alexander Barton

Make Zip_Flush() more graceful.





Alexander Barton

Removed some line feeds in debug statements.


Florian Westphal

use dynamically sized unzip/zip buffer


Florian Westphal

removed Conn_UnsetOption() function. It was not used anymore.

removed Conn_SetOption(). replaced its only call (in conn-zip.c) with Conn_OPTION_ADD() macro.


Florian Westphal

Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.

use stdbool.h / inttypes.h if available.




Alexander Barton

Fixed up some castings.