[PATCH] Increase closure buffer size and fail gracefully for too big closures.

2011-12-16 Thread Laszlo Agocs
>From 77da041b28c44a8ed19f69e35829722f444e493e Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Fri, 16 Dec 2011 10:29:36 +0200 Subject: [PATCH] Increase closure buffer size and fail gracefully for too big closures. Buffer size changed from 256 to 1024 bytes. Marshalling will now stop if

[PATCH] Increase closure buffer size and fail gracefully for too big closures.

2011-12-16 Thread Laszlo Agocs
>From c7f566225ac055a3fc30b1b9a97eef5481a516c0 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Fri, 16 Dec 2011 10:29:36 +0200 Subject: [PATCH] Increase closure buffer size and fail gracefully for too big closures. Buffer size changed from 256 to 1024 bytes. Marshalling will now calculate

[PATCH] Add touch events to protocol.

2011-06-29 Thread Laszlo Agocs
From f656362511e2622e3cde6062e156b59a83b50e03 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Wed, 29 Jun 2011 17:51:29 +0300 Subject: [PATCH] Add touch events to protocol. --- protocol/wayland.xml | 39 +++ 1 files changed, 39 insertions(+), 0

[PATCH] Do not leak globals and listeners.

2011-06-14 Thread Laszlo Agocs
From 3fa2ad7dec42f85795449f33b2a4c9461aa4924d Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Tue, 14 Jun 2011 11:35:28 +0200 Subject: [PATCH] Do not leak globals and listeners. --- wayland/wayland-client.c |8 wayland/wayland-server.c |4 2 files changed, 12

Re: [PATCH] Add wl_display_remove_global.

2011-06-14 Thread Laszlo Agocs
t the object is no longer available, so they can take it out of their global list. That is, the opposite of display_handle_global: http://cgit.freedesktop.org/wayland/wayland/tree/wayland/wayland-client.c#n234 Kristian On Fri, Jun 10, 2011 at 6:43 AM, Laszlo Agocs wrote:

[PATCH] Add wl_display_remove_global.

2011-06-10 Thread Laszlo Agocs
From 9306be3637fd36aca936cfd797298a8e22c88c56 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Fri, 10 Jun 2011 11:17:51 +0200 Subject: [PATCH] Add wl_display_remove_global. Change 4453ba084aae5a00318b9dfdeda95e8eaa17494c disallows using post_global with objects not on the global list