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
/
connection.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
connection: Add a thread ID to WAYLAND_DEBUG output.
Kyle Brenneman
2025-09-15
1
-0
/
+17
*
connection: Add a function to parse WAYLAND_DEBUG tokens
Kyle Brenneman
2025-09-15
1
-0
/
+42
*
debug: Colorize output for easier reading
Caitlyn
2025-06-01
1
-9
/
+20
*
connection: fix segfault in wl_closure_invoke()
Caitlyn Stewart
2025-05-27
1
-0
/
+5
*
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
*
src: Finish assert() clean-up
Derek Foreman
2024-08-09
1
-1
/
+0
*
src: switch asserts to wl_abort
meltq
2024-07-11
1
-1
/
+2
*
connection: Dynamically resize connection buffers
Manuel Stoeckl
2024-04-08
1
-71
/
+270
*
connection: use enum wl_arg_type in wl_message_count_arrays()
Simon Ser
2024-03-06
1
-1
/
+1
*
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
1
-80
/
+81
*
client: Allow setting names for queues
Derek Foreman
2024-01-22
1
-3
/
+8
*
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
*
connection: avoid calling memcpy on NULL, 0
David Benjamin
2023-11-08
1
-1
/
+8
*
debug: Replace "@<id>" with "#<id>" in logs
Alex Yang
2023-06-27
1
-3
/
+3
*
Do not allow nullable `new_id`
Ian Douglas Scott
2022-07-14
1
-2
/
+2
*
Do not allow nullable arrays, which were not correctly implemented
Ian Douglas Scott
2022-07-14
1
-1
/
+1
*
connection: change clen type in build_cmsg to size_t
Sigrid Solveig Haflínudóttir
2022-04-03
1
-2
/
+3
*
connection: fix asan report on sendmsg call
Sigrid Solveig Haflínudóttir
2022-04-03
1
-4
/
+1
*
util: set errno in wl_map_reserve_new()
Aleksandr Mezin
2022-03-25
1
-4
/
+6
*
connection: Make wl_closure_print output atomic
Alexander Irion
2022-03-08
1
-16
/
+28
*
Use zalloc for structs
Simon Ser
2022-02-05
1
-2
/
+2
*
debug: Fix printing of new ids
Derek Foreman
2021-11-02
1
-3
/
+9
*
connection: Rename wl_buffer
Derek Foreman
2021-08-09
1
-27
/
+27
*
connection: print array size
Simon Ser
2021-07-31
1
-1
/
+1
*
connection, client: Avoid locale-dependent float printing
Manuel Stoeckl
2021-07-31
1
-4
/
+13
*
client: print discarded events in debug log
Manuel Stoeckl
2021-07-20
1
-2
/
+4
*
connection: Handle non-nullable strings in wl_connection_demarshal
Fergus Dall
2021-06-22
1
-0
/
+7
*
src: Add missing new lines to log messages
Marius Vlad
2021-05-07
1
-1
/
+1
*
connection: do not abort when dup(fd) fails
Manuel Stoeckl
2019-07-09
1
-2
/
+6
*
connection: fix demarshal of invalid header
Pekka Paalanen
2019-03-13
1
-0
/
+8
*
Print NULL strings as "nil" in wl_closure_print
Simon Ser
2019-01-30
1
-1
/
+4
*
connection: Prevent pointer overflow from large lengths.
Michal Srb
2018-08-17
1
-5
/
+7
*
connection: Prevent integer overflow in DIV_ROUNDUP.
Michal Srb
2018-08-17
1
-9
/
+17
*
connection: Fix broken log message when demarshalling short closure
Derek Foreman
2018-02-15
1
-1
/
+2
*
connection: Clear correct args when clearing fds to -1
Derek Foreman
2018-01-22
1
-2
/
+5
*
client: Consume file descriptors destined for zombie proxies
Derek Foreman
2018-01-09
1
-0
/
+6
*
client: Add WL_MAP_ENTRY_ZOMBIE flag
Derek Foreman
2017-12-28
1
-2
/
+11
*
client: Add wl_object_is_zombie() helper function
Derek Foreman
2017-12-28
1
-1
/
+9
*
connection: Make wl_closure_destroy() close fds of undispatched closures
Derek Foreman
2017-12-27
1
-0
/
+21
*
connection: Clear fds we shouldn't close to -1
Derek Foreman
2017-12-27
1
-0
/
+24
*
connection: Refactor out closure allocation
Derek Foreman
2017-12-27
1
-29
/
+42
*
connection: Don't declare a local variable just to takes its size
Derek Foreman
2017-12-27
1
-2
/
+3
*
connection: Use wl_buffer_size() for all buffer size calculations
Derek Foreman
2017-12-04
1
-2
/
+2
*
connection: close_fds() should only remove fds it closed from the buffer
Derek Foreman
2017-12-04
1
-0
/
+1
*
tests: Test wl_message_count_arrays
Yong Bakos
2016-11-10
1
-1
/
+1
*
connection: Move wl_interface_equal to util
Yong Bakos
2016-05-11
1
-13
/
+0
[next]