Dan Winship 53beca955e Add GCancellables to GSocket ops
Currently, to implement cancellability correctly, all synchronous
calls to GSocket must be preceded by a g_socket_condition_wait() call,
(even though GSocket does this internally as well) and all
asynchronous calls must do occasional manual
g_cancellable_is_cancelled() checks. Since it's trivial to do these
checks inside GSocket instead, and we don't particularly want to
encourage people to use the APIs non-cancellably, move the
cancellation support into GSocket and simplify the existing callers.

http://bugzilla.gnome.org/show_bug.cgi?id=586797
2009-06-30 11:42:17 -04:00
..
2009-05-18 13:07:39 +02:00
2009-06-14 22:29:17 -04:00
2009-06-30 11:42:17 -04:00
2009-05-30 15:29:23 +02:00
2009-05-01 10:37:45 -04:00
2007-11-28 18:45:08 +00:00
2009-03-31 19:39:16 -04:00
2009-01-19 07:05:07 +00:00
2009-03-01 17:12:58 +00:00
2009-06-15 00:45:55 -04:00
2009-06-18 15:27:42 +02:00
2009-05-13 14:42:46 +02:00
2008-12-12 20:59:54 +00:00
2009-05-28 00:30:21 -04:00
2009-05-30 15:24:06 +02:00
2007-12-01 23:49:34 +00:00
2009-05-13 14:42:38 +02:00
2009-02-27 21:02:19 +00:00
2009-06-01 14:21:05 -04:00
2009-05-28 00:30:21 -04:00
2009-06-01 14:21:05 -04:00
2009-06-30 11:42:17 -04:00
2009-06-30 11:42:17 -04:00
2009-05-28 00:30:21 -04:00
2009-06-08 15:30:28 +02:00
2009-05-05 14:45:18 -04:00
2009-06-01 14:21:05 -04:00
2008-07-21 02:19:56 +00:00
2008-09-04 20:41:50 +00:00
2009-05-30 15:29:23 +02:00
2009-06-15 12:57:21 -04:00