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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
configure.ac: Bump version to 1.3.91 for the alpha release
1.3.91
Kristian Høgsberg
2013-12-16
1
-1
/
+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
*
cursor: handle running out of buffer space
Pekka Paalanen
2013-12-02
1
-16
/
+51
*
os: use posix_fallocate in creating sharable buffers
Pekka Paalanen
2013-12-02
2
-2
/
+19
*
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
*
Update .gitignore for protocol/
Jasper St. Pierre
2013-11-19
1
-0
/
+1
*
client: Introduce functions to allocate and marshal proxies atomically
Kristian Høgsberg
2013-11-15
4
-75
/
+189
*
protocol: add sub-surfaces to the core
Pekka Paalanen
2013-11-15
1
-0
/
+217
*
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
2
-1
/
+66
*
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
*
protocol: validate the protocol against a dtd
Peter Hutterer
2013-10-25
4
-2
/
+47
*
configure.ac: Bump version to 1.3.90 for the master branch
Kristian Høgsberg
2013-10-23
1
-1
/
+1
*
wayland: Be consistent about #include-guard names
Kristian Høgsberg
2013-10-21
4
-8
/
+8
*
protocol: Fix typo in documentation
1.3
José Bollo
2013-10-11
1
-1
/
+1
*
configure.ac: Bump version to 1.3
1.3.0
Kristian Høgsberg
2013-10-09
1
-2
/
+2
*
scanner: Handle unrecognized invocation mode
Kristian Høgsberg
2013-10-07
1
-1
/
+3
*
configure.ac: Bump version to 1.2.92
1.2.92
Kristian Høgsberg
2013-10-02
1
-1
/
+1
*
client: Fix handling display->reader_count if poll fails
Neil Roberts
2013-09-25
1
-1
/
+3
*
configure.ac: Bump version to 1.2.91
1.2.91
Kristian Høgsberg
2013-09-22
1
-1
/
+1
*
Export the Wayland protocol XML file
Jason Ekstrand
2013-09-21
3
-1
/
+5
*
tests: add wl_resource tests
Marek Ch
2013-09-21
2
-1
/
+170
*
tests: add unit tests for wl_signal
Marek Ch
2013-09-21
2
-1
/
+117
*
tests: extended message when leak in test is detected
Marek Ch
2013-09-21
1
-3
/
+14
*
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
*
doc: Create \comment alias for C-style comments
Aaron Faanes
2013-09-21
1
-1
/
+1
*
doc: Include wayland-util.* for doxygen output
Aaron Faanes
2013-09-16
1
-0
/
+6
*
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
*
gitignore: add ./compile
Chang Liu
2013-09-11
1
-0
/
+1
*
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
[next]