summaryrefslogtreecommitdiffstats
path: root/common/lz_decompress_tmpl.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for A8 images to the LZ routinesSøren Sandmann Pedersen2012-08-241-1/+18
| | | | | This format is needed to add Render support to the X driver, so we need the ability to compress and decompress it.
* Use a log handler to modify abort() behaviourMarc-André Lureau2012-03-201-9/+9
| | | | | | | | | | | | | | | Be more library friendly, by not aborting in library errors. spice_common now includes a proper log handler that will abort by default when reaching a warning. SPICE_ABORT_LEVEL can be changed to modify run-time abort level. SPICE_DEBUG_LEVEL can be changed to be more verbose. By default, only log level more importants than WARNING. Only memory-related functions are allowed to abort(), since they are not recoverable errors in the library.
* Remove trailing whitespace from end of linesDaniel P. Berrange2012-03-201-1/+1
|
* Remove trailing blank linesDaniel P. Berrange2012-03-201-1/+0
| | | | Remove any blank lines at the end of all source files
* Fix up copyright decl to always use 'Copyright (C) Red Hat, Inc.'Daniel P. Berrange2012-03-201-1/+1
| | | | A couple of files were missing '(C)' in the copyright header
* add #include <config.h> to all source filesChristophe Fergeau2012-03-201-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
* Fix spelling errors in comments and stringsAlexander Larsson2012-03-201-1/+1
|
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2012-03-201-7/+12
|
* Add emacs settings for indent according to spice styleguideAlexander Larsson2012-03-201-0/+1
|
* fresh startYaniv Kamay2012-03-201-0/+317