summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-13Update spice-common0.12Christophe Fergeau1-0/+0
2016-01-13Update NEWS for 0.12.7 releaseChristophe Fergeau1-0/+18
2016-01-13spicevmc: Drop unsent data on client disconnectionChristophe Fergeau1-0/+5
2016-01-13pass proper type to SPICE_CONTAINEROFFrediano Ziglio2-3/+3
2016-01-13channel: add option tcp keepalive timeout to channelsSunny Shin4-0/+29
2016-01-13server: Fix conversions between QXLPHYSICAL and pointersFrancois Gouget1-45/+48
2016-01-13server: Simplify the next chunk initialization in red_replay_data_chunks()Francois Gouget1-5/+6
2016-01-13server: Fix a pointer to uint64_t cast in spice_replay_next_cmd()Francois Gouget1-1/+1
2016-01-13server: Use '%zu' to print size_t variablesFrancois Gouget2-6/+6
2016-01-13server: Use PRI macros in printf for 32/64 bit compatibilityFrancois Gouget3-8/+9
2016-01-13spicevmc: set state of DeviceInstance to NULLVictor Toso1-0/+1
2016-01-13char-device: set to NULL freed pointers on destroyVictor Toso1-0/+2
2016-01-13char-device: free all memory pool when no clientsVictor Toso1-0/+6
2016-01-13char-device: Define a memory pool limitVictor Toso1-1/+8
2016-01-13char-device: fix usage of free/unref on WriteBufferVictor Toso1-12/+22
2016-01-13dcc: Don't disconnect channel, when compression is not supportedLukas Venhoda1-2/+2
2016-01-07spicevmc: Return early when instance has no device statePavel Grunt1-0/+5
2016-01-07reds: Do not abort due to wrong headerPavel Grunt1-1/+4
2016-01-07build-sys: disable static lib by defaultMarc-André Lureau1-1/+1
2016-01-07build: Remove unused SPICEC_STATIC_LINKAGE_BSTATICChristophe Fergeau1-2/+0
2016-01-07replay: better help for -s optionFrediano Ziglio1-1/+1
2015-12-14Flush display commands before validating the surface.Jeremy White1-1/+2
2015-12-11dcc: do not cause problem with multiple threads.Frediano Ziglio1-3/+2
2015-12-11smartcard: include libcacard.h if possibleMarc-André Lureau1-0/+6
2015-12-11Add travis CI fileMarc-André Lureau1-0/+31
2015-12-11Update spice-commonChristophe Fergeau1-0/+0
2015-12-11build-sys: Adjust to new spice-common spice-deps.m4Christophe Fergeau3-6/+5
2015-12-11remove small leak in MJPEG codeFrediano Ziglio1-0/+1
2015-12-11Add missing license headersChristophe Fergeau27-0/+460
2015-12-11syntax-check: Exclude png files from sc_prohibit_empty_lines_at_EOFChristophe Fergeau1-1/+1
2015-12-11syntax-check: Clean-up exception rulesChristophe Fergeau1-10/+3
2015-12-11syntax-check: Remove unused #include <strings.h>Christophe Fergeau1-1/+0
2015-12-11syntax-check: Add missing #include <config.h>Christophe Fergeau3-0/+10
2015-12-11syntax-check: Don't use tabs for indentationChristophe Fergeau4-12/+12
2015-12-11syntax-check: Exclude red_replay_qxl.c from sc_cast_of_argument_to_freeChristophe Fergeau1-0/+2
2015-12-11syntax-check: Ignore .png files in sc_trailing_blank testChristophe Fergeau1-1/+1
2015-12-11syntax-check: manual: Remove duplicate wordChristophe Fergeau1-1/+1
2015-12-11syntax-check: Add missing AUTHORSChristophe Fergeau2-7/+28
2015-12-11fix spelling mistakes in comments (reseting to resetting & dummym to dummy)snir sheriber4-5/+5
2015-12-11Update the .gitignore files for the new manual,Jeremy White3-0/+7
2015-10-12Simplify pointer computationFrediano Ziglio1-1/+1
2015-10-07build-sys: Remove client check from configure.acChristophe Fergeau1-10/+0
2015-10-06build-sys: bump libtool version informationFrediano Ziglio1-2/+2
2015-10-06Mention the 2 recently fixed CVEs in NEWSChristophe Fergeau1-1/+1
2015-10-06Prevent leak if size from red_get_data_chunks don't match in red_get_imageFrediano Ziglio1-0/+2
2015-10-06Prevent data_size to be set independently from dataFrediano Ziglio1-0/+1
2015-10-06Avoid race condition copying segments in red_get_pathFrediano Ziglio1-1/+1
2015-10-06Make sure we can read QXLPathSeg structuresFrediano Ziglio1-2/+2
2015-10-06Fix some possible overflows in red_get_string for 32 bitFrediano Ziglio1-1/+7
2015-10-06Prevent DoS from guest trying to allocate too much data on host for chunksFrediano Ziglio1-8/+41