summaryrefslogtreecommitdiffstats
path: root/server/glz_encoder_dictionary.c
Commit message (Collapse)AuthorAgeFilesLines
* fix spelling mistakes in comments (reseting to resetting & dummym to dummy)snir sheriber2015-10-191-1/+1
| | | | Acked-by: Frediano Ziglio <fziglio@redhat.com>
* Remove use of INLINEAlon Levy2015-08-201-8/+8
| | | | It's #define'd to 'inline', and only used in the GLZ encoder.
* server: s/max_encdoers/max_encoders/Alon Levy2012-08-301-6/+6
|
* Remove trailing blank linesDaniel P. Berrange2012-01-131-1/+0
| | | | Remove any blank lines at the end of all source files
* add #include <config.h> to all source filesChristophe Fergeau2011-05-031-0/+3
| | | | | | | | 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 Larsson2010-05-211-3/+3
|
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-131-9/+9
|
* server: fix race condition in lz global dictionary, in its image segments listYonit Halperin2010-04-091-21/+34
|
* fresh startYaniv Kamay2009-10-141-0/+618