aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Forward declarate timespec structVlad Zahorodnii2025-02-061-1/+2
* Also use [[deprecated]] when compiling with at least C++14David Redondo2025-02-051-1/+1
* Make wayland-util.h -Wundef safe when compiled by a C++ compilerDavid Redondo2025-02-051-2/+2
* build: Add -lm to pkg-config dependenciesDaniel Stone2025-02-051-0/+2
* client: Add wl_display_dispatch_timeoutSebastian Wick2025-02-042-0/+13
* client: Add wl_display_dispatch_queue_timeoutSebastian Wick2025-02-042-34/+127
* event-loop: Use timespec utils instead of hand-rolling our ownSebastian Wick2025-02-041-54/+7
* timespec: Implement saturating timespec substractionSebastian Wick2025-02-041-0/+18
* timespec: Pull in timespec_after and timespec_add from mesaSebastian Wick2025-02-041-0/+34
* timespec: Pull in timespec.h from westonSebastian Wick2025-02-041-0/+259
* server: add const qualifier to function arguments where possibleSebastian Wick2025-01-223-18/+19
* util: reduce error of wl_fixed_from_double()Haihua Hu2025-01-091-1/+1
* connection: Fix wrong format stringDemi Marie Obenour2024-11-301-1/+1
* connection: Avoid undefined pointer arithmeticDemi Marie Obenour2024-11-291-4/+4
* connection: Reject strings containing NUL bytesDemi Marie Obenour2024-08-181-1/+9
* client: Log the object and methods when marshalling or sending failsFangzhou Ge2024-08-121-2/+6
* src: Finish assert() clean-upDerek Foreman2024-08-095-6/+2
* server: expose wl_resource_post_error_vargs()Kirill Primak2024-08-092-2/+14
* server: add wl_resource_post_error() docsKirill Primak2024-08-092-1/+9
* Put WL_DEPRECATED in front of the function declarationsKirill Primak2024-08-093-11/+22
* client: Handle proxies with no queueSebastian Wick2024-07-261-1/+5
* src: switch asserts to wl_abortmeltq2024-07-115-16/+36
* scanner: fix validator for bitfieldsSimon Ser2024-07-091-12/+25
* scanner: extract validator function emission to helper functionSimon Ser2024-07-091-26/+33
* server: document wl_display_add_socket_fd() ownershipSimon Ser2024-05-221-0/+3
* server: Clarify fd ownership in wl_client_create()Vlad Zahorodnii2024-05-161-0/+5
* client: print debug events that have no listenerDerek Foreman2024-04-241-11/+9
* client: fix invalid doc command for WL_MARSHAL_FLAG_DESTROYSimon Ser2024-04-241-1/+1
* Add support for the deprecated-since XML attributeSimon Ser2024-04-241-7/+47
* scanner: add validators for enumsSimon Ser2024-04-231-4/+32
* connection: Dynamically resize connection buffersManuel Stoeckl2024-04-086-74/+379
* util: convert macros to inline functionsSimon Ser2024-03-281-3/+17
* scanner: add new enum-header modeSimon Ser2024-03-281-1/+36
* util: fix undefined behavior in wl_array_for_eachDavid Benjamin2024-03-241-0/+1
* connection: use enum wl_arg_type in wl_message_count_arrays()Simon Ser2024-03-061-1/+1
* client: simplify create_proxies() loopSimon Ser2024-03-061-15/+12
* client: simplify create_outgoing_proxy() loopSimon Ser2024-03-061-10/+6
* connection: simplify wl_closure_lookup_objects() loopSimon Ser2024-03-061-29/+26
* Introduce enum wl_arg_typeSimon Ser2024-03-064-92/+111
* Mitigate UAF crashes due to wl_client_destroy reentrancyThomas Lukaszewicz2024-02-231-1/+12
* build: fix build and provide compat for OpenBSDSébastien Marie2024-02-211-0/+4
* server: add wl_client_get_user_data/wl_client_set_user_dataSebastian Wick2024-02-152-0/+56
* event-loop: use wl_priv_signal for the destroy signalKirill Primak2024-02-081-5/+6
* Mitigate UAF crashes due to iteration over freed wl_resourcesThomas Lukaszewicz2024-02-071-19/+28
* client: Allow setting names for queuesDerek Foreman2024-01-225-16/+106
* connection: Spruce up logging for client errors.Erik Chen2024-01-191-6/+25
* connection: Small simplification to wl_connection_write()John Lindgren2024-01-191-8/+1
* Consider pkgconfig sysroot for pkgdatadirAndreas Cord-Landwehr2024-01-191-3/+3
* shm: implement version 2Simon Ser2024-01-191-2/+9
* shm: fix resource versionsSimon Ser2024-01-191-2/+5