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-private.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move wl_priv_signal to wayland-server-private.h
Joshua Watt
2019-11-06
1
-21
/
+1
*
Use wl_container_of internally
Michael Forney
2019-06-05
1
-4
/
+0
*
server: Add special case destroy signal emitter
Derek Foreman
2018-04-20
1
-0
/
+3
*
client: Consume file descriptors destined for zombie proxies
Derek Foreman
2018-01-09
1
-0
/
+3
*
client: Remove WL_ZOMBIE_OBJECT global
Derek Foreman
2017-12-28
1
-3
/
+0
*
client: Add WL_MAP_ENTRY_ZOMBIE flag
Derek Foreman
2017-12-28
1
-1
/
+2
*
client: Add wl_object_is_zombie() helper function
Derek Foreman
2017-12-28
1
-0
/
+3
*
util: Pass flags to map iterators
Derek Foreman
2017-12-27
1
-1
/
+2
*
server: add a safer signal type and port wl_display to it
Giulio Camuffo
2017-01-25
1
-0
/
+18
*
tests: Test wl_message_count_arrays
Yong Bakos
2016-11-10
1
-0
/
+3
*
wl_array: Set data to invalid address after free
Yong Bakos
2016-10-18
1
-0
/
+3
*
Add API to retrieve and iterate over the resources list of a client
Giulio Camuffo
2016-08-12
1
-1
/
+2
*
(multiple): Include stdint.h
Yong Bakos
2016-07-25
1
-0
/
+1
*
private: Remove unnecessary forward declarations
Yong Bakos
2016-05-11
1
-4
/
+0
*
connection: Move wl_interface_equal to util
Yong Bakos
2016-05-11
1
-4
/
+4
*
server: Add an API to get the file descriptor for a client
Sung-Jin Park
2016-01-19
1
-0
/
+3
*
server: Calculate remaining data size after a closure is processed
Jaeyoon Jung
2016-01-12
1
-0
/
+3
*
Use zalloc instead of malloc + memset
Jonas Ådahl
2016-01-12
1
-0
/
+7
*
add wl_abort private function
Marek Chalupa
2015-11-16
1
-0
/
+1
*
cosmetic: fix inconsistent code style with header prototypes.
Jon Cruz
2015-10-26
1
-21
/
+60
*
src: Update boilerplate from MIT X11 license to MIT Expat license
Bryce Harrington
2015-06-12
1
-16
/
+19
*
connection: Leave fd open in wl_connection_destroy
Benjamin Herr
2014-11-04
1
-1
/
+1
*
Add support for server-side language bindings
Jason Ekstrand
2013-08-19
1
-11
/
+3
*
Don't include wayland-server.h in wayland-private.h
Kristian Høgsberg
2013-08-07
1
-1
/
+2
*
shm: Add API for renderers to register additional pixel formats
Tomeu Vizoso
2013-08-06
1
-0
/
+4
*
Add version information to wl_message signatures.
Jason Ekstrand
2013-07-02
1
-0
/
+3
*
server: Make wl_object and wl_resource opaque structs
Kristian Høgsberg
2013-07-02
1
-0
/
+9
*
Add a wl_resource_instance_of function
Jason Ekstrand
2013-06-21
1
-0
/
+3
*
Change WL_ZOMBIE_OBJECT from 0x2 to an actual pointer
Jason Ekstrand
2013-06-05
1
-2
/
+3
*
Add support for flags in the wl_map API and add a WL_MAP_ENTRY_LEGACY flag
Jason Ekstrand
2013-06-05
1
-2
/
+11
*
Add a "side" field and some sanity checks to wl_map.
Jason Ekstrand
2013-06-05
1
-2
/
+3
*
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
/
+6
*
Clean up and refactor wl_closure and associated functions
Jason Ekstrand
2013-02-26
1
-6
/
+25
*
client: Keep track of proxy validity and number of reference holders
Jonas Ådahl
2012-11-05
1
-0
/
+2
*
Move un-namespaced container_of into private header
Kristian Høgsberg
2012-10-19
1
-0
/
+4
*
Move ARRAY_LENGTH out of public headers
Kristian Høgsberg
2012-10-19
1
-0
/
+2
*
connection: Move object lookup out of wl_connection_demarshal()
Kristian Høgsberg
2012-10-10
1
-0
/
+3
*
client: Split event handling into demarshal and dispatch steps
Kristian Høgsberg
2012-10-10
1
-0
/
+1
*
Change filedescriptor API to be thread safe
Kristian Høgsberg
2012-10-10
1
-10
/
+5
*
Unstatic arg_count_for_signature and get_next_argument
Daniel Stone
2012-07-23
1
-0
/
+11
*
wayland-util: add method for reserving new object id
Mathias Fiedler
2012-07-22
1
-0
/
+1
*
connection: Always malloc closure
Kristian Høgsberg
2012-06-13
1
-6
/
+4
*
Wayland: logging
Martin Minarik
2012-05-31
1
-0
/
+4
*
connection: Move closure object out of wl_connection
Kristian Høgsberg
2012-04-22
1
-6
/
+19
*
connection: Export wl_connection_queue() so we can test it
Kristian Høgsberg
2012-03-02
1
-0
/
+2
*
Don't block when flushing a full protocol buffer
Kristian Høgsberg
2012-02-29
1
-3
/
+3
*
Drop unused hash table
Kristian Høgsberg
2011-12-27
1
-0
/
+2
*
Add support for server allocated object IDs
Kristian Høgsberg
2011-11-22
1
-2
/
+7
*
Move private definitions and prototypes to new wayland-private.h
Kristian Høgsberg
2011-11-18
1
-0
/
+86