index
:
wayland
0.85
1.0
1.1
1.10
1.11
1.12
1.13
1.14
1.15
1.16
1.2
1.23
1.24
1.3
1.4
1.5
1.6
1.7
1.8
1.9
main
master
next
terminal
wayland-0.8
[no description]
git mirrorbot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
wayland-server.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
server: Don't expose wl_display as a global
Jasper St. Pierre
2014-08-21
1
-20
/
+8
*
server: fix conditions for fds in wl_socket_destroy
Pekka Paalanen
2014-08-07
1
-7
/
+20
*
server: fix error handling when adding socket
Marek Chalupa
2014-08-07
1
-7
/
+16
*
server: move memset after check
Marek Chalupa
2014-08-07
1
-1
/
+2
*
server: Add a simple API to find a good default display
Jasper St. Pierre
2014-08-05
1
-25
/
+73
*
server: Save the display name in the wl_socket
Jasper St. Pierre
2014-08-05
1
-0
/
+3
*
server: Make get_socket_lock operate directly on the socket's lock_fd
Jasper St. Pierre
2014-08-05
1
-11
/
+11
*
server: Split out code to initialize the socket address for a display name
Jasper St. Pierre
2014-08-05
1
-16
/
+27
*
server: Create the socket FD after taking the lock
Jasper St. Pierre
2014-08-05
1
-6
/
+6
*
server: Clean up socket destruction
Jasper St. Pierre
2014-08-05
1
-26
/
+25
*
doc: Added API documentation for wl_display_create function.
Srivardhan Hebbar
2014-05-09
1
-0
/
+9
*
server: fix potential memleak and NULL deref
U. Artie Eoff
2014-05-06
1
-1
/
+2
*
server: Kill some unnecessary logs
Jasper St. Pierre
2014-03-25
1
-4
/
+0
*
Rename wl_debug to debug_server/client
Jason Ekstrand
2014-02-05
1
-5
/
+5
*
Don't deref the sample pointer in the wl_container_of macro
Neil Roberts
2014-02-05
1
-1
/
+1
*
add_shm_format: check wl_array_add return value before deref
U. Artie Eoff
2014-01-15
1
-4
/
+10
*
doc: Remove incorrect docmentation
Jonas Ådahl
2013-12-09
1
-11
/
+0
*
wayland-server: Improve error messages for bad globals
Jasper St. Pierre
2013-11-19
1
-3
/
+7
*
server: Start documenting the server side API
Kristian Høgsberg
2013-11-13
1
-0
/
+130
*
wayland-server: Fix a uninitialized warning from clang
Aaron Faanes
2013-09-11
1
-1
/
+1
*
Add support for server-side language bindings
Jason Ekstrand
2013-08-19
1
-13
/
+59
*
server: Release additional_shm_formats array at display destruction
Tomeu Vizoso
2013-08-08
1
-0
/
+2
*
shm: Add API for renderers to register additional pixel formats
Tomeu Vizoso
2013-08-06
1
-0
/
+19
*
server: Set client->error when we fail to send a closure
Kristian Høgsberg
2013-08-06
1
-14
/
+4
*
server: Handle OOM properly when we fail to allocate a send closure
Kristian Høgsberg
2013-08-06
1
-2
/
+6
*
wayland-server: Add wl_global_create/destroy()
Kristian Høgsberg
2013-07-09
1
-9
/
+44
*
wayland-server: Free non-legacy wl_resource structs during wl_client_destroy
Kristian Høgsberg
2013-07-02
1
-3
/
+6
*
wayland-server: Remove left-over double free in unbind_resource() helper
Kristian Høgsberg
2013-07-02
1
-1
/
+0
*
wayland-server: Remove error event posting from wl_resource_create
Kristian Høgsberg
2013-07-02
1
-5
/
+33
*
wayland-server: Mark wl_client_add/new_object as deprecated
Kristian Høgsberg
2013-07-02
1
-46
/
+59
*
wayland-server: Dont free resource in user data destroy callback
Kristian Høgsberg
2013-07-02
1
-1
/
+0
*
wayland-server: Verify request versions before invoking handler
Jason Ekstrand
2013-07-02
1
-0
/
+15
*
Add wl_resource_create() and a version field to wl_resource
Jason Ekstrand
2013-07-02
1
-18
/
+51
*
server: Make wl_object and wl_resource opaque structs
Kristian Høgsberg
2013-07-02
1
-2
/
+21
*
Add a wl_resource_instance_of function
Jason Ekstrand
2013-06-21
1
-0
/
+9
*
Free non-legacy resources inside wl_resource_destroy
Jason Ekstrand
2013-06-20
1
-1
/
+4
*
server: Add aditional wl_resource accessors
Jason Ekstrand
2013-06-14
1
-0
/
+30
*
server: Add wl_resource_get_id()
Kristian Høgsberg
2013-06-07
1
-0
/
+6
*
Add accessor functions for wl_resource and deprecate wl_client_add_resource
Jason Ekstrand
2013-06-05
1
-2
/
+42
*
Add support for flags in the wl_map API and add a WL_MAP_ENTRY_LEGACY flag
Jason Ekstrand
2013-06-05
1
-6
/
+6
*
Add a "side" field and some sanity checks to wl_map.
Jason Ekstrand
2013-06-05
1
-4
/
+3
*
Remove input structs
Kristian Høgsberg
2013-05-07
1
-512
/
+0
*
wayland-server: Listen for pointer current surface destruction
Rob Bradford
2013-04-03
1
-0
/
+25
*
wayland-server: Avoid deferencing a NULL pointer in error case
Rob Bradford
2013-04-01
1
-5
/
+5
*
Add wl_resource_init and use it in libwayland implementations of data sharing...
Jason Ekstrand
2013-03-18
1
-5
/
+1
*
Change wl_closure_invoke to take an opcode instead of an actual function pointer
Jason Ekstrand
2013-03-18
1
-1
/
+1
*
client: Invoke new_id closure arguments as pointers instead of integers
Jonas Ådahl
2013-03-17
1
-1
/
+1
*
Clean up and refactor wl_closure and associated functions
Jason Ekstrand
2013-02-26
1
-19
/
+0
*
Added a destroy signal to the wl_display object.
Jason Ekstrand
2013-01-11
1
-0
/
+20
*
debug: Allow WAYLAND_DEBUG=server/client for server/client side only debug
Kristian Høgsberg
2012-11-21
1
-1
/
+1
[next]