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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Forward declarate timespec struct
Vlad Zahorodnii
2025-02-06
1
-1
/
+2
*
Also use [[deprecated]] when compiling with at least C++14
David Redondo
2025-02-05
1
-1
/
+1
*
Make wayland-util.h -Wundef safe when compiled by a C++ compiler
David Redondo
2025-02-05
1
-2
/
+2
*
build: Add -lm to pkg-config dependencies
Daniel Stone
2025-02-05
1
-0
/
+2
*
client: Add wl_display_dispatch_timeout
Sebastian Wick
2025-02-04
2
-0
/
+13
*
client: Add wl_display_dispatch_queue_timeout
Sebastian Wick
2025-02-04
2
-34
/
+127
*
event-loop: Use timespec utils instead of hand-rolling our own
Sebastian Wick
2025-02-04
1
-54
/
+7
*
timespec: Implement saturating timespec substraction
Sebastian Wick
2025-02-04
1
-0
/
+18
*
timespec: Pull in timespec_after and timespec_add from mesa
Sebastian Wick
2025-02-04
1
-0
/
+34
*
timespec: Pull in timespec.h from weston
Sebastian Wick
2025-02-04
1
-0
/
+259
*
server: add const qualifier to function arguments where possible
Sebastian Wick
2025-01-22
3
-18
/
+19
*
util: reduce error of wl_fixed_from_double()
Haihua Hu
2025-01-09
1
-1
/
+1
*
connection: Fix wrong format string
Demi Marie Obenour
2024-11-30
1
-1
/
+1
*
connection: Avoid undefined pointer arithmetic
Demi Marie Obenour
2024-11-29
1
-4
/
+4
*
connection: Reject strings containing NUL bytes
Demi Marie Obenour
2024-08-18
1
-1
/
+9
*
client: Log the object and methods when marshalling or sending fails
Fangzhou Ge
2024-08-12
1
-2
/
+6
*
src: Finish assert() clean-up
Derek Foreman
2024-08-09
5
-6
/
+2
*
server: expose wl_resource_post_error_vargs()
Kirill Primak
2024-08-09
2
-2
/
+14
*
server: add wl_resource_post_error() docs
Kirill Primak
2024-08-09
2
-1
/
+9
*
Put WL_DEPRECATED in front of the function declarations
Kirill Primak
2024-08-09
3
-11
/
+22
*
client: Handle proxies with no queue
Sebastian Wick
2024-07-26
1
-1
/
+5
*
src: switch asserts to wl_abort
meltq
2024-07-11
5
-16
/
+36
*
scanner: fix validator for bitfields
Simon Ser
2024-07-09
1
-12
/
+25
*
scanner: extract validator function emission to helper function
Simon Ser
2024-07-09
1
-26
/
+33
*
server: document wl_display_add_socket_fd() ownership
Simon Ser
2024-05-22
1
-0
/
+3
*
server: Clarify fd ownership in wl_client_create()
Vlad Zahorodnii
2024-05-16
1
-0
/
+5
*
client: print debug events that have no listener
Derek Foreman
2024-04-24
1
-11
/
+9
*
client: fix invalid doc command for WL_MARSHAL_FLAG_DESTROY
Simon Ser
2024-04-24
1
-1
/
+1
*
Add support for the deprecated-since XML attribute
Simon Ser
2024-04-24
1
-7
/
+47
*
scanner: add validators for enums
Simon Ser
2024-04-23
1
-4
/
+32
*
connection: Dynamically resize connection buffers
Manuel Stoeckl
2024-04-08
6
-74
/
+379
*
util: convert macros to inline functions
Simon Ser
2024-03-28
1
-3
/
+17
*
scanner: add new enum-header mode
Simon Ser
2024-03-28
1
-1
/
+36
*
util: fix undefined behavior in wl_array_for_each
David Benjamin
2024-03-24
1
-0
/
+1
*
connection: use enum wl_arg_type in wl_message_count_arrays()
Simon Ser
2024-03-06
1
-1
/
+1
*
client: simplify create_proxies() loop
Simon Ser
2024-03-06
1
-15
/
+12
*
client: simplify create_outgoing_proxy() loop
Simon Ser
2024-03-06
1
-10
/
+6
*
connection: simplify wl_closure_lookup_objects() loop
Simon Ser
2024-03-06
1
-29
/
+26
*
Introduce enum wl_arg_type
Simon Ser
2024-03-06
4
-92
/
+111
*
Mitigate UAF crashes due to wl_client_destroy reentrancy
Thomas Lukaszewicz
2024-02-23
1
-1
/
+12
*
build: fix build and provide compat for OpenBSD
Sébastien Marie
2024-02-21
1
-0
/
+4
*
server: add wl_client_get_user_data/wl_client_set_user_data
Sebastian Wick
2024-02-15
2
-0
/
+56
*
event-loop: use wl_priv_signal for the destroy signal
Kirill Primak
2024-02-08
1
-5
/
+6
*
Mitigate UAF crashes due to iteration over freed wl_resources
Thomas Lukaszewicz
2024-02-07
1
-19
/
+28
*
client: Allow setting names for queues
Derek Foreman
2024-01-22
5
-16
/
+106
*
connection: Spruce up logging for client errors.
Erik Chen
2024-01-19
1
-6
/
+25
*
connection: Small simplification to wl_connection_write()
John Lindgren
2024-01-19
1
-8
/
+1
*
Consider pkgconfig sysroot for pkgdatadir
Andreas Cord-Landwehr
2024-01-19
1
-3
/
+3
*
shm: implement version 2
Simon Ser
2024-01-19
1
-2
/
+9
*
shm: fix resource versions
Simon Ser
2024-01-19
1
-2
/
+5
[next]