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
Commit message (
Expand
)
Author
Age
Files
Lines
*
client: Include poll.h instead of sys/poll.h
Jonas 'Sortie' Termansen
2014-01-17
1
-1
/
+1
*
add_shm_format: check wl_array_add return value before deref
U. Artie Eoff
2014-01-15
2
-5
/
+11
*
shm: assert sigbus_data is not NULL before member access
U. Artie Eoff
2014-01-15
1
-1
/
+1
*
Fix buffer overflow when serializing a closure object
1.3.92
chi ding
2014-01-09
1
-8
/
+83
*
scanner: set errno=0 before strtol
Adrian Negreanu
2013-12-17
1
-0
/
+1
*
client: Handle EINTR in wl_display_dispatch_queue()
Kristian Høgsberg
2013-12-09
1
-1
/
+5
*
doc: Fix spelling of parameters
Jonas Ådahl
2013-12-09
1
-2
/
+2
*
doc: Remove incorrect docmentation
Jonas Ådahl
2013-12-09
1
-11
/
+0
*
client: Make wl_proxy_set_queue() with NULL revert to default queue
Neil Roberts
2013-12-04
1
-1
/
+4
*
Add -pthread to AM_CFLAGS to do the right thing when using threads
Kristian Høgsberg
2013-11-23
1
-1
/
+1
*
connection: Error out if file descriptor was not received
Lubomir Rintel
2013-11-21
1
-0
/
+9
*
wayland-server: Improve error messages for bad globals
Jasper St. Pierre
2013-11-19
1
-3
/
+7
*
client: Introduce functions to allocate and marshal proxies atomically
Kristian Høgsberg
2013-11-15
4
-75
/
+189
*
shm: Avoid file descriptor leak upon unsuccessful mmap
Lubomir Rintel
2013-11-15
1
-1
/
+1
*
Add documentation for wl_shm_buffer_begin/end_access
Neil Roberts
2013-11-15
1
-0
/
+64
*
scanner: Add location to elements so we can give better errors/warnings
Kristian Høgsberg
2013-11-15
1
-7
/
+25
*
scanner: Make fail() function use va_list and elaborate a few errors
Kristian Høgsberg
2013-11-15
1
-7
/
+14
*
scanner: Introduce struct location for tracking source locations
Kristian Høgsberg
2013-11-15
1
-20
/
+26
*
scanner: Warn about requests with more than one new-id and don't generate stubs
Kristian Høgsberg
2013-11-15
1
-0
/
+14
*
server: Start documenting the server side API
Kristian Høgsberg
2013-11-13
1
-0
/
+130
*
server: Add API to protect access to an SHM buffer
Neil Roberts
2013-11-13
2
-0
/
+137
*
wayland: Be consistent about #include-guard names
Kristian Høgsberg
2013-10-21
3
-6
/
+6
*
scanner: Handle unrecognized invocation mode
Kristian Høgsberg
2013-10-07
1
-1
/
+3
*
client: Fix handling display->reader_count if poll fails
Neil Roberts
2013-09-25
1
-1
/
+3
*
Export the Wayland protocol XML file
Jason Ekstrand
2013-09-21
2
-0
/
+4
*
client: fix an inconsistency in documentation
Chang Liu
2013-09-21
1
-1
/
+1
*
doc: Slight tweaks to wl_listener
Aaron Faanes
2013-09-21
1
-4
/
+6
*
utils: Document wl_container_of
Aaron Faanes
2013-09-21
1
-0
/
+35
*
wayland-server: Improve wording for wl_signal_get's doc
Aaron Faanes
2013-09-16
1
-1
/
+1
*
utils: Add doxygen for wayland-util.h
Aaron Faanes
2013-09-16
1
-0
/
+5
*
utils: Reference some useful methods in wl_signal's doxygen
Aaron Faanes
2013-09-16
1
-1
/
+6
*
wayland-server: Document wl_listener
Aaron Faanes
2013-09-16
1
-0
/
+45
*
wayland-server: Add a wl_resource_for_each_safe macro
Rob Bradford
2013-09-11
1
-0
/
+8
*
utils: tweak wl_list for better doxygen output
Aaron Faanes
2013-09-11
1
-2
/
+3
*
wayland-server: Document wl_signal
Aaron Faanes
2013-09-11
1
-0
/
+37
*
wayland-server: Fix a uninitialized warning from clang
Aaron Faanes
2013-09-11
1
-1
/
+1
*
scanner: Emit wl_*_destroy stub even if interface has a destructor
Kristian Høgsberg
2013-08-30
1
-1
/
+1
*
Add support for client-side language bindings
Jason Ekstrand
2013-08-19
2
-9
/
+86
*
Add support for server-side language bindings
Jason Ekstrand
2013-08-19
5
-25
/
+120
*
wayland-client: Add wl_proxy_get_listener
Rob Bradford
2013-08-12
2
-0
/
+20
*
wayland-server: Add a wl_resource_for_each macro
Rob Bradford
2013-08-12
1
-0
/
+5
*
client: Improve spelling and grammar in comments
Bryce W. Harrington
2013-08-08
1
-6
/
+6
*
server: Release additional_shm_formats array at display destruction
Tomeu Vizoso
2013-08-08
1
-0
/
+2
*
scanner: expand help string
Peter Hutterer
2013-08-07
1
-0
/
+4
*
scanner: support help and --help
Peter Hutterer
2013-08-07
1
-6
/
+23
*
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
4
-13
/
+58
*
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
*
client: Simply wl_display_dispatch_queue_pending() and fix return value
Jiergir Ogoerg
2013-07-29
1
-7
/
+4
[next]