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
*
wayland-client: Fix indentation
1.5
Jasper St. Pierre
2014-08-18
1
-3
/
+3
*
doc: Fix link to wl_list_remove()
Bryce W. Harrington
2014-08-18
1
-2
/
+2
*
connection: remove unreached code
Boyan Ding
2014-08-18
1
-2
/
+0
*
scanner: Downgrade non-increasing version error to warning
1.4.93
Kristian Høgsberg
2014-05-12
1
-1
/
+1
*
scanner: Generate macros for getting the 'since' version of an event
Jonas Ådahl
2014-05-09
1
-0
/
+13
*
scanner: Also fail when an implicitly versioned message is out of order
Jonas Ådahl
2014-05-09
1
-4
/
+6
*
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
*
scanner: check wl_array_add result
U. Artie Eoff
2014-05-06
1
-1
/
+1
*
Avoid printing to stderr
Kristian Høgsberg
2014-04-30
2
-15
/
+9
*
Use non-blocking timerfd to prevent blocking when updating timer event sources
Andrew Wedgbury
2014-04-25
1
-2
/
+3
*
connection: fix a format string typo in error message
Giulio Camuffo
2014-04-25
1
-1
/
+1
*
connection: Don't write past the end of the connection buffer
Ander Conselvan de Oliveira
2014-04-21
1
-8
/
+17
*
shm: Disallow shrinking shm pools
Kristian Høgsberg
2014-04-07
1
-2
/
+8
*
scanner: Only output each forward declaration once
Kristian Høgsberg
2014-04-03
1
-8
/
+28
*
Add WL_PRINTF attribute and annotate wl_log_func_t
Kristian Høgsberg
2014-04-03
1
-1
/
+8
*
client: Delay EPIPE handling so we get a chance to handle error events
Kristian Høgsberg
2014-03-26
1
-2
/
+5
*
server: Kill some unnecessary logs
Jasper St. Pierre
2014-03-25
1
-4
/
+0
*
build: Move src/Makefile.am into toplevel Makefile.am
Kristian Høgsberg
2014-03-07
1
-72
/
+0
*
connection: Use wl_log to report errors
Jasper St. Pierre
2014-02-18
1
-18
/
+18
*
scanner: Add GCC pragmas to disable -Wredundant-decls
Jasper St. Pierre
2014-02-18
1
-1
/
+3
*
wayland-client: Set a proper errno
Jasper St. Pierre
2014-02-18
1
-3
/
+3
*
client: Queue display events on private queue and always dispatch
Kristian Høgsberg
2014-02-07
1
-4
/
+21
*
client: Rename display->queue to default_queue
Kristian Høgsberg
2014-02-07
1
-8
/
+9
*
Make default log handler print to stderr
Kristian Høgsberg
2014-02-07
1
-2
/
+4
*
Rename wl_debug to debug_server/client
Jason Ekstrand
2014-02-05
2
-10
/
+10
*
Don't deref the sample pointer in the wl_container_of macro
Neil Roberts
2014-02-05
3
-19
/
+15
*
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
[next]