summaryrefslogtreecommitdiff
path: root/src/channel-main.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-01channel-main: demote log level from warning to debugVictor Toso1-2/+2
2016-11-14file-xfer: do not send unnecessary 0 bytes messagesVictor Toso1-0/+8
2016-09-09Remove trailing semicolonPavel Grunt1-1/+1
2016-09-01Translate file transfer error messagesJonathon Jongsma1-4/+5
2016-08-31Add ability to get sizes from SpiceFileTransferTaskJonathon Jongsma1-2/+2
2016-08-12Improve file transfer error messagesJonathon Jongsma1-2/+2
2016-08-10file-transfer: improve GHashTable with value_destroy_funcVictor Toso1-4/+0
2016-08-10channel-main: make debug helpful in case of failuresVictor Toso1-2/+2
2016-08-10channel-main: improve code to use FileTransferOperationVictor Toso1-18/+22
2016-08-03channel-main: avoid race around file-transfer flushVictor Toso1-6/+11
2016-08-03file-transfer: Fix GTask leaksChristophe Fergeau1-0/+2
2016-07-07file-xfer: move to spice-file-transfer-task.cVictor Toso1-704/+2
2016-07-07main: use xfer_task instead of task or selfVictor Toso1-4/+4
2016-07-07file-xfer: move debug to SpiceFileTransferTaskVictor Toso1-13/+13
2016-07-07file-xfer: Keep namespace of private functionVictor Toso1-5/+5
2016-07-07file-xfer: call user callback once per operationVictor Toso1-40/+61
2016-07-07file-xfer: call progress_callback per FileTransferOperationVictor Toso1-45/+62
2016-07-07file-xfer: inform agent of errors only when task finishedVictor Toso1-10/+0
2016-07-07file-xfer: a FileTransferOperation per transfer callVictor Toso1-42/+128
2016-07-07file-xfer: create helper function to send progressVictor Toso1-20/+30
2016-07-07file-xfer: improve helper function to queue agent messageVictor Toso1-6/+7
2016-07-07main: do not check for xfer-task errorsVictor Toso1-1/+1
2016-07-07main: let channel-main handle file-xfer messagesVictor Toso1-17/+12
2016-07-07main: to let SpiceFileTransferTask handle errorsVictor Toso1-9/+8
2016-07-07file-xfer: introduce functions to read file asyncVictor Toso1-43/+122
2016-07-07file-xfer: introduce functions to init task asyncVictor Toso1-54/+130
2016-07-07file-xfer: introduce _create_tasks()Victor Toso1-56/+91
2016-07-07file-xfer: get functions for SpiceFileTransferTaskVictor Toso1-3/+29
2016-07-07file-xfer: task-id to start with 1Victor Toso1-1/+1
2016-06-21main: channel-main to increase file-transfer referenceVictor Toso1-2/+2
2016-06-21main: assign variable after check for nullVictor Toso1-1/+2
2016-06-17channel-main: Fix spice_main_file_copy_async annotationAlexandru Visarion1-1/+1
2016-06-15main: Don't delay update_display_timer(0) for up to 1 secondChristophe Fergeau1-1/+10
2016-06-01Fix many -Werror=format warningsMarc-André Lureau1-10/+10
2016-05-28main: remove unneeded gtk-doc commentsMarc-André Lureau1-11/+0
2016-05-28main: remove SpiceFileTransferTaskPrivateMarc-André Lureau1-120/+107
2016-05-27file-xfer: make handle_status agnostic of channel-mainVictor Toso1-11/+14
2016-05-25file-transfer-task: Hide internals of SpiceFileTransferTaskPavel Grunt1-0/+24
2016-05-16file-xfer: fix segfault on agent disconnectionVictor Toso1-2/+2
2016-05-13file-xfer: fix file path leakVictor Toso1-1/+3
2016-05-10main: do not always request client mouse modeMarc-André Lureau1-12/+9
2016-05-10gtk: add spice_main_request_mouse_mode()Marc-André Lureau1-0/+29
2016-04-27channel-main: Use CHANNEL_DEBUG for migration eventsPavel Grunt1-1/+1
2016-04-15channel-main: Move variable to block where is neededPavel Grunt1-4/+1
2016-04-15channel-main: Add helper function for getting audioPavel Grunt1-8/+9
2016-04-08Ensure that file transfers get cancelledJonathon Jongsma1-7/+10
2016-04-07Use g_clear_pointer if possiblePavel Grunt1-4/+2
2016-03-24main: don't update display timer for unchanged configMarc-André Lureau1-11/+18
2016-03-24channel-main: fix leak on volume-syncVictor Toso1-0/+2
2016-03-18Adjust to GLib 2.36Pavel Grunt1-1/+0