[PATCH] doc: Added API documentation for wl_display_destroy and wl_display_add_socket functions.

2014-10-24 Thread Srivardhan Hebbar
Signed-off-by: Srivardhan Hebbar sri.heb...@samsung.com --- src/wayland-server.c | 20 1 file changed, 20 insertions(+) diff --git a/src/wayland-server.c b/src/wayland-server.c index 674aeca..0f61e6e 100644 --- a/src/wayland-server.c +++ b/src/wayland-server.c @@ -862,6

[PATCH V3] doc: Added API documentation for wl_display_destroy and wl_display_add_socket functions.

2014-10-15 Thread Srivardhan Hebbar
Signed-off-by: Srivardhan Hebbar sri.heb...@samsung.com --- src/wayland-server.c | 33 + 1 file changed, 33 insertions(+) diff --git a/src/wayland-server.c b/src/wayland-server.c index 674aeca..469127f 100644 --- a/src/wayland-server.c +++ b/src/wayland-server.c

[PATCH V4] doc: Added API documentation for wl_display_destroy and wl_display_add_socket functions.

2014-10-15 Thread Srivardhan Hebbar
Signed-off-by: Srivardhan Hebbar sri.heb...@samsung.com --- src/wayland-server.c | 33 + 1 file changed, 33 insertions(+) diff --git a/src/wayland-server.c b/src/wayland-server.c index 674aeca..0fc2088 100644 --- a/src/wayland-server.c +++ b/src/wayland-server.c

[PATCH V2] doc: Added API documentation for wl_display_destroy and wl_display_add_socket functions.

2014-10-14 Thread Srivardhan Hebbar
Signed-off-by: Srivardhan Hebbar sri.heb...@samsung.com --- src/wayland-server.c | 33 + 1 file changed, 33 insertions(+) diff --git a/src/wayland-server.c b/src/wayland-server.c index 674aeca..4a577f0 100644 --- a/src/wayland-server.c +++ b/src/wayland-server.c

[PATCH] doc: Added API documentation for wl_display_destroy and wl_display_add_socket functions.

2014-10-13 Thread Srivardhan Hebbar
Signed-off-by: Srivardhan Hebbar sri.heb...@samsung.com --- src/wayland-server.c | 20 1 file changed, 20 insertions(+) diff --git a/src/wayland-server.c b/src/wayland-server.c index 674aeca..0f61e6e 100644 --- a/src/wayland-server.c +++ b/src/wayland-server.c @@ -862,6

[PATCH v2] weston-build: Fix aclocal error during autogen.sh

2014-06-21 Thread Srivardhan Hebbar
This is a fix to the following bug: https://bugs.freedesktop.org/show_bug.cgi?id=80214 Signed-off-by: Srivardhan Hebbar sri.heb...@samsung.com --- m4/.gitignore |5 + 1 file changed, 5 insertions(+) create mode 100644 m4/.gitignore diff --git a/m4/.gitignore b/m4/.gitignore new file

[PATCH] weston-build: Fix aclocal error during autogen.sh

2014-06-19 Thread Srivardhan Hebbar
This is a fix to the following bug: https://bugs.freedesktop.org/show_bug.cgi?id=80214 Signed-off-by: Srivardhan Hebbar sri.heb...@samsung.com --- m4/.gitignore |2 ++ 1 file changed, 2 insertions(+) create mode 100644 m4/.gitignore diff --git a/m4/.gitignore b/m4/.gitignore new file mode

[PATCH] doc: Added API documentation for wl_display_create function.

2014-06-09 Thread Srivardhan Hebbar sri.hebbar
From: Srivardhan Hebbar sri.heb...@samsung.com Signed-off-by: Srivardhan Hebbar sri.heb...@samsung.com --- src/wayland-server.c |9 + 1 file changed, 9 insertions(+) diff --git a/src/wayland-server.c b/src/wayland-server.c index f2b1b42..7b32848 100644 --- a/src/wayland-server.c

[PATCH] doc: Added API documentation for wl_display_create function.

2014-06-09 Thread Srivardhan Hebbar sri.hebbar
From: Srivardhan Hebbar sri.heb...@samsung.com Signed-off-by: Srivardhan Hebbar sri.heb...@samsung.com --- src/wayland-server.c |9 + 1 file changed, 9 insertions(+) diff --git a/src/wayland-server.c b/src/wayland-server.c index f2b1b42..7b32848 100644 --- a/src/wayland-server.c

[PATCH] weston: Fix memleak issue in compositor.c

2014-05-27 Thread Srivardhan Hebbar
This fix is upon Hardening rdp.eff...@gmail.com patch. [PATCH 2/2] Handle OOM with signal events. Signed-off-by: Srivardhan Hebbar sri.heb...@samsung.com --- src/compositor.c | 23 +-- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/src/compositor.c b/src

[PATCH v4] configure.ac: Change in build system to use the path from pkg-config for wayland-scanner.

2014-05-19 Thread Srivardhan Hebbar
This is a fix to the bug https://bugs.freedesktop.org/show_bug.cgi?id=78688. Signed-off-by: Srivardhan Hebbar sri.heb...@samsung.com --- Makefile.am |6 +++--- configure.ac | 13 - 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/Makefile.am b/Makefile.am index

[PATCH v3] configure.ac: Change in build system to use the path from pkg-config for wayland-scanner.

2014-05-16 Thread Srivardhan Hebbar
This is a fix to the bug https://bugs.freedesktop.org/show_bug.cgi?id=78688. Signed-off-by: Srivardhan Hebbar sri.heb...@samsung.com --- configure.ac | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 031a26f..47a38cd 100644

[PATCH v2] configure.ac: Change in build system to use the path from pkg-config for wayland-scanner.

2014-05-15 Thread Srivardhan Hebbar
This is a fix to the bug https://bugs.freedesktop.org/show_bug.cgi?id=78688. Signed-off-by: Srivardhan Hebbar sri.heb...@samsung.com --- configure.ac |9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 031a26f..2a0cf2b 100644

[PATCH] configure.ac: Change in build system to use the path from pkg-config for wayland-scanner.

2014-05-14 Thread Srivardhan Hebbar
This is a fix to the bug https://bugs.freedesktop.org/show_bug.cgi?id=78688. Signed-off-by: Srivardhan Hebbar sri.heb...@samsung.com --- configure.ac |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 031a26f..89965e2 100644

[PATCH V2] event: assert wl_event_source pointer is NULL.

2014-05-11 Thread Srivardhan Hebbar
Signed-off-by: Srivardhan Hebbar sri.heb...@samsung.com --- src/event-loop.c |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/event-loop.c b/src/event-loop.c index 9790cde..57e3fed 100644 --- a/src/event-loop.c +++ b/src/event-loop.c @@ -312,7 +312,11

[PATCH] event: Cheking for NULL before dereferencing the pointer.

2014-05-09 Thread Srivardhan Hebbar
Checking for NULL before dereferencing the wl_event_source pointer so as to avoid crash. Signed-off-by: Srivardhan Hebbar sri.heb...@samsung.com --- src/event-loop.c |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/event-loop.c b/src/event-loop.c index 9790cde

[PATCH] doc: Added API documentation for wl_display_create function.

2014-05-06 Thread Srivardhan Hebbar
Signed-off-by: Srivardhan Hebbar sri.heb...@samsung.com --- src/wayland-server.c |9 + 1 file changed, 9 insertions(+) diff --git a/src/wayland-server.c b/src/wayland-server.c index f2b1b42..7b32848 100644 --- a/src/wayland-server.c +++ b/src/wayland-server.c @@ -788,6 +788,15

[PATCH v2] doc: Added API documentation for wl_display_create function.

2014-05-06 Thread Srivardhan Hebbar
Signed-off-by: Srivardhan Hebbar sri.heb...@samsung.com --- src/wayland-server.c |9 + 1 file changed, 9 insertions(+) diff --git a/src/wayland-server.c b/src/wayland-server.c index f2b1b42..57b65ce 100644 --- a/src/wayland-server.c +++ b/src/wayland-server.c @@ -788,6 +788,15