summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-27release 0.5v0.5Marc-André Lureau2-2/+12
2011-01-27gtk: fix windows buildMarc-André Lureau3-3/+10
2011-01-27common: fix windows buildMarc-André Lureau2-2/+40
2011-01-27gtk: fix hitting wall / real screen bordersMarc-André Lureau2-27/+40
2011-01-26gtk: add "migration-state" enum to make it easier to track migrationsMarc-André Lureau7-8/+91
2011-01-26gtk: when input channel is not ready, silently drop input eventsMarc-André Lureau4-7/+11
2011-01-25common: sync with upstreamMarc-André Lureau6-14/+16
2011-01-25common: spice_memdup could accept NULLMarc-André Lureau1-0/+4
2011-01-25gtk: spicy: add --host-subject argumentMarc-André Lureau1-6/+15
2011-01-25gtk: move channel verification parameter to sessionMarc-André Lureau11-61/+82
2011-01-25gtk: rename s/spice-channel-enums/spice-glib-enumsMarc-André Lureau6-12/+26
2011-01-25gtk: add pubkey verification on migrationMarc-André Lureau2-4/+12
2011-01-25gtk: make use of common/ssl_verify.cMarc-André Lureau3-215/+61
2011-01-25common: add ssl_verify.c common codeMarc-André Lureau3-0/+514
2011-01-25common: ring.h should include stddef for NULL usageMarc-André Lureau1-0/+2
2011-01-25gtk: add 'pubkey' and 'cert-subject' propertiesMarc-André Lureau2-47/+76
2011-01-24gtk: add channel certificate 'verify' propertyMarc-André Lureau7-3/+60
2011-01-24gtk: spicy: display connection dialog on TLS errorMarc-André Lureau1-1/+1
2011-01-24TODO, README: updateMarc-André Lureau3-17/+10
2011-01-24gtk: implement MIGRATE_CANCELMarc-André Lureau4-23/+102
2011-01-24gtk: track switch host idle sourceMarc-André Lureau1-2/+28
2011-01-24gtk: add SpiceMainChannel::migration-startedMarc-André Lureau2-0/+44
2011-01-24Use g_free instead of free in fail codepath as well.Tiziano Mueller1-3/+6
2011-01-21gtk: handle seamless migrationsMarc-André Lureau4-5/+274
2011-01-21gtk: handle DISPLAY_RESETMarc-André Lureau1-1/+8
2011-01-21gtk: add spice_session_new_from_session()Marc-André Lureau2-2/+26
2011-01-21gtk: exit coroutine loop of a channel migratingMarc-André Lureau1-1/+12
2011-01-21gtk: add spice_channel_swap(), swap connection detailsMarc-André Lureau2-3/+31
2011-01-21gtk: use a callback to handle spice_channel_recv_msg()Marc-André Lureau2-7/+14
2011-01-21gtk: add channel_up() helper and SPICE_CHANNEL_STATE_MIGRATINGMarc-André Lureau2-1/+14
2011-01-21gtk: use a session state on disconnection, be reentrantMarc-André Lureau1-2/+7
2011-01-21gtk: add spice_session_set_port() private API, use itMarc-André Lureau3-8/+19
2011-01-21TODO: add todo about mouse reaching bordersMarc-André Lureau1-0/+1
2011-01-21gtk: order to clarify what is swapped on migrationMarc-André Lureau1-4/+7
2011-01-21gtk: add private get_channel_{id,type}Marc-André Lureau2-0/+21
2011-01-20gtk: cosmetic, make it look safer session_channel_destroy()Marc-André Lureau1-2/+3
2011-01-19gtk: fix small mem-leakMarc-André Lureau1-4/+6
2011-01-19gtk: default construction value in property parameterMarc-André Lureau1-3/+1
2011-01-18gtk: remove scheme parsing, and tidy up the functionMarc-André Lureau1-28/+24
2011-01-18Merge commit 'refs/merge-requests/2' of git://gitorious.org/spice-gtk/spice-gtkMarc-André Lureau2-3/+23
2011-01-18gtk: support reconnection during channel loop (coroutine regression)Marc-André Lureau1-2/+14
2011-01-17Add 'password' to recognized parameters in the uri.Tiziano Mueller1-1/+6
2011-01-17Use glib's URI parse functions to properly identify the scheme and unescapeTiziano Mueller1-3/+17
2011-01-17Fixed implicitly declared toupper.Tiziano Mueller1-0/+1
2011-01-16gtk: stay unconnected until the FD is provided by the clientMarc-André Lureau1-1/+1
2011-01-14build: fix distcheckMarc-André Lureau4-1/+4
2011-01-14Fix rendering with GTK3Daniel P. Berrange3-5/+44
2011-01-14Disallow python module and X11 rendering with GTK3Daniel P. Berrange1-1/+19
2011-01-14Make keyboard code support multiple GDK backendsDaniel P. Berrange1-83/+114
2011-01-14Fix use of GdkDrawable to be compat with GTK3Daniel P. Berrange1-20/+23