aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* util: use C23 deprecated attributeSimon Ser2024-01-191-1/+3
* util: use C23 typeof if availableSimon Ser2024-01-191-2/+8
* util: simplify wl_fixed_from_double()Simon Ser2023-11-211-8/+1
* connection: avoid calling memcpy on NULL, 0David Benjamin2023-11-081-1/+8
* client: Add method to get display for a given proxyDavid Edmundson2023-08-072-0/+17
* debug: Replace "@<id>" with "#<id>" in logsAlex Yang2023-06-273-10/+10
* tests: manually wrap libc functionsSimon Ser2023-06-271-9/+15
* server: use bool in struct fieldsSimon Ser2023-05-301-8/+8
* build: override wayland-scanner depSimon Ser2023-05-091-0/+3
* server: stop wl_display_run() on dispatch errorSimon Ser2023-05-091-1/+3
* util: simplify wl_fixed_to_double()Simon Ser2023-05-091-8/+1
* event-loop: optimize timer check logicYang Wang2023-05-031-1/+3
* event-loop: Handle EINTR and EAGAIN in wl_event_loop_dispatchJoshua Ashton2023-05-021-1/+76
* client: fix wl_display_disconnect() documentationSimon Ser2023-03-071-2/+3
* client: Do not warn about attached proxies on default queue destruction.Alexandros Frantzis2023-03-011-5/+9
* client: Abort when trying to add an event to a destroyed queueAlexandros Frantzis2023-02-281-0/+5
* client: Warn when a queue is destroyed with attached proxiesAlexandros Frantzis2023-02-281-0/+16
* client: Track the proxies attached to a queueAlexandros Frantzis2023-02-281-0/+22
* shm: fix segfault when accessing destroyed pool resourceSimon Ser2023-02-271-4/+6
* wayland-server: Add method to get global nameAndri Yngvason2023-02-112-0/+21
* server: rename wl_display.id to next_global_nameSimon Ser2023-01-251-4/+4
* server: fail on global name overflowSimon Ser2023-01-251-0/+5
* scanner: Fix undefined behavior around qsortFergus Dall2023-01-031-2/+7
* wayland-server: Add wl_client_add_destroy_late_listenerDaniel Stone2022-10-202-0/+50