Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-09 | channel_base: exit handle_migrate when expecting MIGRATE_DATA and receiving ↵ | Yonit Halperin | 1 | -2/+4 | |
something else Previously, when an error occurred on the src server side, and we received other message than MIGRATE_DATA, this messages was forwarded to the dest server, and made it crash. | |||||
2012-09-12 | channel: Introduce CHANNEL_DEBUG for channel debug logs | Christophe Fergeau | 1 | -9/+8 | |
It automatically prepends the channel name to the log message for easier debugging. Fixes rhbz#822437 | |||||
2012-08-28 | seamless migration: transfer pending msgs to the destination, instead of ↵ | Yonit Halperin | 1 | -4/+8 | |
sending them to the src before FLUSH_MARK In order to save migration time, and probably also decrease migration data size, we push the flush mark to the src server before any other message. All the other pending msgs will be sent later to the destination server (see next patch). | |||||
2012-08-28 | channel-base: remove bad check of SpiceMsgWaitForChannels validity | Yonit Halperin | 1 | -3/+0 | |
SpiceMsgWaitForChannels is not packed. Comparing the original msg size to SpiceMsgWaitForChannels is wrong. | |||||
2012-01-15 | Fix compilation on mingw/windows | Marc-André Lureau | 1 | -3/+3 | |
2012-01-12 | Log if condition wait got cancelled | Marc-André Lureau | 1 | -2/+4 | |
https://bugs.freedesktop.org/show_bug.cgi?id=44570 | |||||
2012-01-12 | Make g_coroutine_condition_wait() cancellable | Marc-André Lureau | 1 | -1/+2 | |
https://bugs.freedesktop.org/show_bug.cgi?id=44570 | |||||
2012-01-11 | Add support for SPICE_COMMON_CAP_MINI_HEADER | Yonit Halperin | 1 | -4/+8 | |
Don't send/receive serial and sub_list when the server supports the above cap. | |||||
2012-01-08 | Implement SPICE_MSG_WAIT_FOR_CHANNELS | Marc-André Lureau | 1 | -3/+36 | |
https://bugs.freedesktop.org/show_bug.cgi?id=44179 | |||||
2011-12-16 | spice_msg_out[_send_internal]: Take ownership of the passed SpiceMsgOut | Hans de Goede | 1 | -4/+0 | |
All callers of spice_msg_out[_send_internal] unref the message immediately after calling spice_msg_out[_send_internal]. This patch changes the semantics so that spice_msg_out[_send_internal] takes ownership and it is responsible for unref-ing the passed in SpiceMsgOut. This is a preparation patch for changing the buffered write code to use a queue of SpiceMsgOut-s, rather then memcpy the message contents into an intermediate buffer. Signed-off-by: Hans de Goede <hdegoede@redhat.com> | |||||
2011-07-18 | build: fix introspection warnings | Marc-André Lureau | 1 | -17/+17 | |
The only one left is related to GOptionGroup, which is not boxed. | |||||
2011-03-23 | gtk: don't attempt to dereference NULL pointer | Christophe Fergeau | 1 | -2/+4 | |
In spice_channel_handle_migrate there's an explicit check for data being NULL. However, we subsequently dereference it twice even when it can be NULL. Add explicit checks to avoid that. | |||||
2011-01-21 | gtk: handle seamless migrations | Marc-André Lureau | 1 | -2/+41 | |
2011-01-11 | gtk: add some DEBUG related to migration | Marc-André Lureau | 1 | -3/+3 | |
2010-12-06 | gtk: hide unwanted public symbols | Marc-André Lureau | 1 | -0/+6 | |
2010-12-05 | gtk: WIP spice-channel documentation | Marc-André Lureau | 1 | -2/+8 | |
2010-11-25 | build: re-enable -Wflags, and fix a few warnings | Marc-André Lureau | 1 | -5/+4 | |
2010-11-24 | gtk: add a couple of new TODO | Marc-André Lureau | 1 | -0/+16 | |
2010-11-24 | gtk: add SPICE_MSG_DISCONNECTING handler | Marc-André Lureau | 1 | -0/+9 | |
2010-11-24 | gtk: add missing copyright headers | Marc-André Lureau | 1 | -0/+17 | |
2010-11-24 | gtk: add a flag to turn debug off, SPICE_DEBUG=1 to override | Marc-André Lureau | 1 | -1/+1 | |
2010-11-24 | gtk: use g_log functions instead of fprintf and custom handler | Marc-André Lureau | 1 | -1/+1 | |
2010-11-23 | rename spice_msg get/put functions to ref/unref | Gerd Hoffmann | 1 | -2/+2 | |
2010-11-23 | Add glib objects + gtk widgets for spice. | Gerd Hoffmann | 1 | -0/+59 | |