index
:
~jonny/wayland
master
repeat-info
wl-global-extras
le wayland
jonny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-07
build: Move src/Makefile.am into toplevel Makefile.am
Kristian Høgsberg
1
-72
/
+0
2014-02-18
connection: Use wl_log to report errors
Jasper St. Pierre
1
-18
/
+18
2014-02-18
scanner: Add GCC pragmas to disable -Wredundant-decls
Jasper St. Pierre
1
-1
/
+3
2014-02-18
wayland-client: Set a proper errno
Jasper St. Pierre
1
-3
/
+3
2014-02-07
client: Queue display events on private queue and always dispatch
Kristian Høgsberg
1
-4
/
+21
2014-02-07
client: Rename display->queue to default_queue
Kristian Høgsberg
1
-8
/
+9
2014-02-07
Make default log handler print to stderr
Kristian Høgsberg
1
-2
/
+4
2014-02-05
Rename wl_debug to debug_server/client
Jason Ekstrand
2
-10
/
+10
2014-02-05
Don't deref the sample pointer in the wl_container_of macro
Neil Roberts
3
-19
/
+15
2014-01-17
client: Include poll.h instead of sys/poll.h
Jonas 'Sortie' Termansen
1
-1
/
+1
2014-01-15
add_shm_format: check wl_array_add return value before deref
U. Artie Eoff
2
-5
/
+11
2014-01-15
shm: assert sigbus_data is not NULL before member access
U. Artie Eoff
1
-1
/
+1
2014-01-09
Fix buffer overflow when serializing a closure object
chi ding
1
-8
/
+83
2013-12-17
scanner: set errno=0 before strtol
Adrian Negreanu
1
-0
/
+1
2013-12-09
client: Handle EINTR in wl_display_dispatch_queue()
Kristian Høgsberg
1
-1
/
+5
2013-12-09
doc: Fix spelling of parameters
Jonas Ådahl
1
-2
/
+2
2013-12-09
doc: Remove incorrect docmentation
Jonas Ådahl
1
-11
/
+0
2013-12-04
client: Make wl_proxy_set_queue() with NULL revert to default queue
Neil Roberts
1
-1
/
+4
2013-11-23
Add -pthread to AM_CFLAGS to do the right thing when using threads
Kristian Høgsberg
1
-1
/
+1
2013-11-21
connection: Error out if file descriptor was not received
Lubomir Rintel
1
-0
/
+9
2013-11-19
wayland-server: Improve error messages for bad globals
Jasper St. Pierre
1
-3
/
+7
2013-11-15
client: Introduce functions to allocate and marshal proxies atomically
Kristian Høgsberg
4
-75
/
+189
2013-11-15
shm: Avoid file descriptor leak upon unsuccessful mmap
Lubomir Rintel
1
-1
/
+1
2013-11-15
Add documentation for wl_shm_buffer_begin/end_access
Neil Roberts
1
-0
/
+64
2013-11-15
scanner: Add location to elements so we can give better errors/warnings
Kristian Høgsberg
1
-7
/
+25
2013-11-15
scanner: Make fail() function use va_list and elaborate a few errors
Kristian Høgsberg
1
-7
/
+14
2013-11-15
scanner: Introduce struct location for tracking source locations
Kristian Høgsberg
1
-20
/
+26
2013-11-15
scanner: Warn about requests with more than one new-id and don't generate stubs
Kristian Høgsberg
1
-0
/
+14
2013-11-13
server: Start documenting the server side API
Kristian Høgsberg
1
-0
/
+130
2013-11-13
server: Add API to protect access to an SHM buffer
Neil Roberts
2
-0
/
+137
2013-10-21
wayland: Be consistent about #include-guard names
Kristian Høgsberg
3
-6
/
+6
2013-10-07
scanner: Handle unrecognized invocation mode
Kristian Høgsberg
1
-1
/
+3
2013-09-25
client: Fix handling display->reader_count if poll fails
Neil Roberts
1
-1
/
+3
2013-09-21
Export the Wayland protocol XML file
Jason Ekstrand
2
-0
/
+4
2013-09-21
client: fix an inconsistency in documentation
Chang Liu
1
-1
/
+1
2013-09-21
doc: Slight tweaks to wl_listener
Aaron Faanes
1
-4
/
+6
2013-09-21
utils: Document wl_container_of
Aaron Faanes
1
-0
/
+35
2013-09-16
wayland-server: Improve wording for wl_signal_get's doc
Aaron Faanes
1
-1
/
+1
2013-09-16
utils: Add doxygen for wayland-util.h
Aaron Faanes
1
-0
/
+5
2013-09-16
utils: Reference some useful methods in wl_signal's doxygen
Aaron Faanes
1
-1
/
+6
2013-09-16
wayland-server: Document wl_listener
Aaron Faanes
1
-0
/
+45
2013-09-11
wayland-server: Add a wl_resource_for_each_safe macro
Rob Bradford
1
-0
/
+8
2013-09-11
utils: tweak wl_list for better doxygen output
Aaron Faanes
1
-2
/
+3
2013-09-11
wayland-server: Document wl_signal
Aaron Faanes
1
-0
/
+37
2013-09-11
wayland-server: Fix a uninitialized warning from clang
Aaron Faanes
1
-1
/
+1
2013-08-30
scanner: Emit wl_*_destroy stub even if interface has a destructor
Kristian Høgsberg
1
-1
/
+1
2013-08-19
Add support for client-side language bindings
Jason Ekstrand
2
-9
/
+86
2013-08-19
Add support for server-side language bindings
Jason Ekstrand
5
-25
/
+120
2013-08-12
wayland-client: Add wl_proxy_get_listener
Rob Bradford
2
-0
/
+20
2013-08-12
wayland-server: Add a wl_resource_for_each macro
Rob Bradford
1
-0
/
+5
[next]