Commits


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.


Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. use stdbool.h / inttypes.h if available.


Better logging of decompression errors returned by zlib.


Removed "USE_" prefixes of configuration #defines.


Fixed up some castings.


- Reorganized code for new modules "conn-func.c" and "conn-func.h".


- New source files "conn-zip.c" and "conn-zip.h".