Files
gtk/gdk
Carlos Garnacho 69d9746708 wayland: write wl_data_offer data asynchronously
Currently writing wl_data_offer data into the fd is 1) synchronous, which
is noticeable when transferring large amounts of data, and 2) buggy, write()
error checking is done on the accumulator, breaking both the written data
accounting and error checking itself.

Fix both by making writes asynchonous through GOutputStream, the operation
is spun off and either finished, or cancelled if new data is stored in the
selection while the transfer is active.
2014-10-10 20:58:55 +02:00
..
2014-10-06 02:38:40 +02:00
2014-10-06 02:38:40 +02:00
2014-10-06 22:48:08 +00:00
2014-10-06 02:38:40 +02:00
2014-05-22 09:09:55 -04:00
2014-05-22 09:09:55 -04:00
2014-06-11 21:55:15 -04:00
2014-09-01 19:17:53 +02:00
2014-09-01 19:17:53 +02:00
2014-06-11 21:55:15 -04:00
2014-06-11 21:55:15 -04:00
2014-01-20 18:27:28 -05:00
2014-02-07 13:06:10 -05:00
2014-10-06 02:38:40 +02:00
2014-06-11 21:55:15 -04:00
2014-02-19 18:56:05 -05:00
2014-06-11 21:55:15 -04:00
2014-06-11 21:55:15 -04:00
2014-05-22 09:31:15 -04:00
2014-08-30 00:53:21 -04:00
2014-02-07 13:06:10 -05:00
2014-09-24 20:34:16 -04:00
2014-06-11 21:55:15 -04:00
2014-03-28 23:51:52 -04:00
2014-09-07 17:14:37 -04:00
2014-06-11 21:55:15 -04:00
2014-10-06 13:36:59 -07:00
2014-10-06 02:38:40 +02:00