]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/conn-zip.c
Streamline DEBUG_ARRAY, DEBUG_BUFFER, DEBUG_IO, DEBUG_ZIP
[ngircd-alex.git] / src / ngircd / conn-zip.c
2014-03-17 Alexander BartonStreamline DEBUG_ARRAY, DEBUG_BUFFER, DEBUG_IO, DEBUG_ZIP
2014-03-17 Alexander BartonUpdate copyright notices of recently changed files
2014-03-16 Alexander BartonRemove imp.h and exp.h header files
2011-04-29 Florian Westphalconn: avoid needlesly scary 'buffer overflow' messages
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2009-04-21 Florian Westphalconn-zip: fix error handling
2009-04-21 Florian Westphalremove or translate old comments
2009-04-21 Florian Westphaladd const qualifier to pointers where possible
2007-05-17 Alexander BartonReworked read and write buffer handling, introduced...
2007-05-17 Alexander BartonZip_Flush(): close the connection in all error cases.
2007-05-17 Florian Westphalarray_start() cannot legally return NULL if array_lengt...
2007-05-17 Alexander BartonMake Zip_Flush() more graceful.
2007-05-09 Florian Westphalremove ZBUFFER constants and increase max buffer size...
2006-07-23 Alexander BartonOutput some debug messages only if DEBUG_ZIP is #define'd.
2006-05-10 Alexander BartonUse some more specific data types (e. g. pid_t vs....
2005-08-02 Alexander BartonRemoved some line feeds in debug statements.
2005-07-07 Florian Westphaluse dynamically sized unzip/zip buffer
2005-04-25 Florian Westphalremoved Conn_UnsetOption() function. It was not used...
2005-03-19 Florian WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2004-04-25 Alexander BartonBetter logging of decompression errors returned by...
2003-12-26 Alexander BartonRemoved "USE_" prefixes of configuration #defines.
2003-04-21 Alexander BartonFixed up some castings.
2002-12-30 Alexander Barton- Reorganized code for new modules "conn-func.c" and...
2002-12-30 Alexander Barton- New source files "conn-zip.c" and "conn-zip.h".