summaryrefslogtreecommitdiffstats
path: root/server/zlib_encoder.c
Commit message (Collapse)AuthorAgeFilesLines
* Use the spice-common logging functionsMarc-André Lureau2012-03-251-8/+8
| | | | | It will abort by default for critical level messages. That behaviour can be tuned at runtime.
* add #include <config.h> to all source filesChristophe Fergeau2011-05-031-0/+4
| | | | | | | | When using config.h, it must be the very first include in all source files since it contains #define that may change the compilation process (eg libc structure layout changes when it's used to enable large file support on 32 bit x86 archs). This commit adds it at the beginning of all .c and .cpp files
* add missing "LGPLv2.1 or later" header to source filesChristophe Fergeau2011-05-021-0/+17
|
* applying zlib compression over glz on WAN connectionYonit Halperin2010-06-211-0/+104