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
/
wayland-client.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
client: Add wl_display_dispatch_timeout
Sebastian Wick
2025-02-04
1
-0
/
+9
*
client: Add wl_display_dispatch_queue_timeout
Sebastian Wick
2025-02-04
1
-34
/
+121
*
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
1
-1
/
+0
*
client: Handle proxies with no queue
Sebastian Wick
2024-07-26
1
-1
/
+5
*
src: switch asserts to wl_abort
meltq
2024-07-11
1
-5
/
+12
*
client: print debug events that have no listener
Derek Foreman
2024-04-24
1
-11
/
+9
*
connection: Dynamically resize connection buffers
Manuel Stoeckl
2024-04-08
1
-1
/
+27
*
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
*
Introduce enum wl_arg_type
Simon Ser
2024-03-06
1
-9
/
+11
*
client: Allow setting names for queues
Derek Foreman
2024-01-22
1
-11
/
+85
*
client: Add method to get display for a given proxy
David Edmundson
2023-08-07
1
-0
/
+14
*
debug: Replace "@<id>" with "#<id>" in logs
Alex Yang
2023-06-27
1
-3
/
+3
*
client: fix wl_display_disconnect() documentation
Simon Ser
2023-03-07
1
-2
/
+3
*
client: Do not warn about attached proxies on default queue destruction.
Alexandros Frantzis
2023-03-01
1
-5
/
+9
*
client: Abort when trying to add an event to a destroyed queue
Alexandros Frantzis
2023-02-28
1
-0
/
+5
*
client: Warn when a queue is destroyed with attached proxies
Alexandros Frantzis
2023-02-28
1
-0
/
+16
*
client: Track the proxies attached to a queue
Alexandros Frantzis
2023-02-28
1
-0
/
+22
*
client: Lock display when setting a proxy event queue
Alexandros Frantzis
2022-06-09
1
-0
/
+4
*
client: Document best practices for event queue changes
Alexandros Frantzis
2022-06-09
1
-0
/
+13
*
Check that XDG base directories paths are absolute
Antonin Décimo
2022-06-09
1
-2
/
+2
*
client, server: handle wl_map_insert_new() failures
Aleksandr Mezin
2022-03-25
1
-2
/
+11
*
util: set errno in wl_map_insert_at()
Aleksandr Mezin
2022-03-25
1
-1
/
+4
*
Use zalloc for structs
Simon Ser
2022-02-05
1
-1
/
+1
*
debug: Fix printing of new ids
Derek Foreman
2021-11-02
1
-4
/
+17
*
client: handle fcntl error on bad fd in wl_display_connect
Manuel Stoeckl
2021-10-28
1
-1
/
+3
*
client: Add new proxy marshalling functions with flags
Derek Foreman
2021-08-07
1
-2
/
+87
*
client: Refactor wl_proxy_destroy critical section
Derek Foreman
2021-08-07
1
-4
/
+17
*
connection, client: Avoid locale-dependent float printing
Manuel Stoeckl
2021-07-31
1
-2
/
+2
*
client: print discarded events in debug log
Manuel Stoeckl
2021-07-20
1
-5
/
+23
*
client: assert queue display matches proxy
Simon Ser
2021-02-25
1
-2
/
+4
*
client: improve wl_display_connect docs
Simon Ser
2020-04-16
1
-0
/
+7
*
client: Don't abort when sending a request fails
Manuel Stoeckl
2019-09-10
1
-4
/
+9
*
client: Ignore new requests if display has a fatal error
Manuel Stoeckl
2019-09-10
1
-0
/
+4
*
client: check event opcode in queue_event
Simon Ser
2019-09-05
1
-0
/
+6
*
proxy: Add API to tag proxy objects
Jonas Ådahl
2019-07-29
1
-0
/
+65
*
Use wl_container_of internally
Michael Forney
2019-06-05
1
-4
/
+3
*
proto, server: Add internal server error message. (v2)
Christopher James Halse Rogers
2019-01-29
1
-0
/
+3
*
client: remove definition of wl_global
Pekka Paalanen
2018-06-28
1
-7
/
+0
*
walyand-client: Fix trivial build break from previous commit
Derek Foreman
2018-03-07
1
-1
/
+1
*
client: Don't inappropriatly close fds for zombie objects
Derek Foreman
2018-03-07
1
-1
/
+1
*
client: Consume file descriptors destined for zombie proxies
Derek Foreman
2018-01-09
1
-0
/
+8
*
client: Replace the singleton zombie with bespoke zombies
Derek Foreman
2018-01-09
1
-4
/
+78
*
client: Plug a race in proxy destruction vs. dispatch
Daniel Stone
2018-01-09
1
-16
/
+41
*
client: Add wl_proxy_unref helper
Daniel Stone
2018-01-09
1
-20
/
+17
*
client: Use refcount exclusively for destruction
Daniel Stone
2018-01-09
1
-7
/
+4
*
client: Remove WL_ZOMBIE_OBJECT global
Derek Foreman
2017-12-28
1
-1
/
+1
*
client: Restructure delete_id handler control flow
Derek Foreman
2017-12-28
1
-5
/
+4
*
client: Add WL_MAP_ENTRY_ZOMBIE flag
Derek Foreman
2017-12-28
1
-6
/
+8
[next]