summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2015-09-15Fix linearization of several marshallers with one itemJavier Celaya1-1/+1
2015-08-14common: Fix typo in commentFrediano Ziglio1-1/+1
2015-08-11Use installed spice-protocol for code generationChristophe Fergeau1-29/+23
2015-07-02ppc: Fix quic magic endianessLukas Venhoda1-1/+2
2015-07-02ppc: Fix lz magic endianessLukas Venhoda2-4/+3
2015-07-02ppc: Fix quic decode endianessLukas Venhoda1-3/+5
2015-06-22Proto: Add preferred compression message and constants.Javier Celaya2-0/+5
2015-04-10ppc: Fix lz magic endiannessErlon Cruz1-1/+3
2015-03-26ssl_verify: Move wincrypt.h related #ifdef closer to the includeChristophe Fergeau1-4/+4
2015-03-26Get rid of SW_CANVAS_IMAGE_CACHEChristophe Fergeau6-42/+14
2015-03-26Remove another redundant (SW_CANVAS_CACHE) || (SW_CANVAS_IMAGE_CACHE) #ifdefChristophe Fergeau1-2/+0
2015-02-25Fix typo in pixman_image_get_stride() functionFabiano Fidêncio1-1/+1
2015-02-03LZ4: Do not include arpa/inet.h in Windows buildsJavier Celaya1-0/+2
2015-02-03LZ4: Add support for 24bit pixman surfacesJavier Celaya2-0/+11
2015-02-03LZ4: Fix the row alignment when it is not on a 32bit boundaryJavier Celaya1-2/+20
2015-02-03LZ4: Decode the image format from the streamJavier Celaya1-1/+19
2015-02-03LZ4: Adjust reading the top_down flagJavier Celaya1-4/+4
2015-02-03LZ4: Fix output buffer sizeJavier Celaya1-2/+4
2015-01-23Remove redundant #if defined(SW_CANVAS_CACHE) || defined(SW_CANVAS_IMAGE_CACHE)Christophe Fergeau1-37/+1
2015-01-23Remove unused 'invers' arg from canvas_get_*Christophe Fergeau1-67/+11
2015-01-06common: fix build with mingwVictor Toso1-1/+1
2014-12-09build-sys: Move pixman check to m4 macroChristophe Fergeau1-1/+0
2014-12-09build-sys: Move opengl check to m4 macroChristophe Fergeau1-1/+0
2014-12-09build-sys: Move opus check to m4 macroChristophe Fergeau1-2/+1
2014-12-09build-sys: Move celt check to m4 macroChristophe Fergeau1-3/+1
2014-12-09build-sys: Move smartcard check to m4 macroChristophe Fergeau1-1/+2
2014-12-09build-sys: Small cleanup of AM_CPPFLAGSChristophe Fergeau1-3/+0
2014-12-04Remove unused header fileChristophe Fergeau3-44/+0
2014-12-02Add LZ4 image compression support.Javier Celaya2-1/+73
2014-11-24glc: Fix "warning: unused variable 'recreate'"Christophe Fergeau1-1/+1
2014-11-10gdi: fix path segments drawing天外银龙1-1/+1
2014-10-23common: Fix -Wunused-variableVictor Toso1-0/+6
2014-09-18common: Fix -Wmissing-field-initializersFabiano Fidêncio1-1/+1
2014-09-18common: Fix -Wsign-compareFabiano Fidêncio1-2/+2
2014-09-18common: Fix -Wunused-parameterFabiano Fidêncio8-22/+46
2014-09-18common: Remove dead codeFabiano Fidêncio1-9/+0
2014-07-23quic_family_tmpl: Fix "FORWARD_NULL" caught by coverityFabiano Fidêncio1-0/+2
2014-07-23quic: Fix "UNINIT" caught by coverityFabiano Fidêncio1-7/+5
2014-07-14quic: Fix melcstate "OVERRUN" caught by coverityFabiano Fidêncio1-4/+4
2014-05-07Mark sw_canvas.[ch] as automake source filesChristophe Fergeau1-2/+10
2014-04-16Use #include "common/..." in (de)marshallersChristophe Fergeau1-7/+8
2014-04-16Fix generation of marshallers in VPATH buildsChristophe Fergeau1-9/+9
2014-01-20quic: Fix test which is always trueChristophe Fergeau1-1/+1
2014-01-07ssl: Don't use uninitialized variable in verify_subject()Christophe Fergeau2-12/+9
2014-01-07mi: Fix shadow warningsChristophe Fergeau1-4/+0
2014-01-07mi: fix memory leak in miFillUniqueSpanGroupChristophe Fergeau1-0/+2
2014-01-07mi: Avoid stack smash when drawing dashed linesChristophe Fergeau1-3/+3
2014-01-07quic: Add missing break; in switch/caseChristophe Fergeau1-0/+2
2014-01-07backtrace: Don't attempt to call seteuid(0)Christophe Fergeau1-1/+0
2014-01-07Remove unused variableChristophe Fergeau1-2/+0