aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Do not allow nullable `new_id`Ian Douglas Scott2022-07-142-3/+2
* Do not allow nullable arrays, which were not correctly implementedIan Douglas Scott2022-07-142-3/+2
* util: set errno when hitting WL_MAP_MAX_OBJECTSSimon Ser2022-06-281-2/+7
* server: warn about global filtering consistencySimon Ser2022-06-151-0/+4
* server: add PID race condition disclaimer to wl_client_get_credentialsSimon Ser2022-06-151-0/+3
* server: check visibility before sending global/global_removeSimon Ser2022-06-151-7/+9
* client: Lock display when setting a proxy event queueAlexandros Frantzis2022-06-091-0/+4
* client: Document best practices for event queue changesAlexandros Frantzis2022-06-091-0/+13
* Check that XDG base directories paths are absoluteAntonin Décimo2022-06-092-5/+6
* Meson: Override wayland-scanner if it can be runXavier Claessens2022-05-241-0/+4
* util: fix code block language in docsSimon Ser2022-05-231-1/+1
* server: add wl_global_get_versionSimon Ser2022-05-232-0/+17
* util: Limit size of wl_mapDerek Foreman2022-05-162-2/+24
* build: sanity check optionsSimon Ser2022-05-101-0/+4
* os: drop unnecessary memcpy in wl_os_mremap_maymoveSimon Ser2022-04-111-12/+13
* shm: Close file descriptors not neededOlivier Fourdan2022-04-051-0/+8
* connection: change clen type in build_cmsg to size_tSigrid Solveig Haflínudóttir2022-04-031-2/+3
* connection: fix asan report on sendmsg callSigrid Solveig Haflínudóttir2022-04-031-4/+1
* server: introduce wl_signal_emit_mutableSimon Ser2022-03-282-0/+66
* client, server: handle wl_map_insert_new() failuresAleksandr Mezin2022-03-252-3/+19
* util: set errno in wl_map_insert_at()Aleksandr Mezin2022-03-253-9/+18
* util: set errno in wl_map_reserve_new()Aleksandr Mezin2022-03-252-7/+17
* util: always check result of wl_array_add()Aleksandr Mezin2022-03-251-3/+7
* build: use get_variable(pkgconfig) instead of get_pkgconfig_variable()Simon Ser2022-03-251-1/+1
* connection: Make wl_closure_print output atomicAlexander Irion2022-03-081-16/+28
* Use zalloc for structsSimon Ser2022-02-055-14/+14
* meson: override dependencies to ease use as subprojectSimon Ser2021-12-081-0/+8
* wayland-shm: Check the size of sealed memory if ignoring SIGBUS handlersDuncan McIntosh2021-11-041-1/+7
* debug: Fix printing of new idsDerek Foreman2021-11-024-9/+29
* build: Include the Wayland minor version in libraries' ABI versionsSimon McVittie2021-10-281-3/+15
* client: handle fcntl error on bad fd in wl_display_connectManuel Stoeckl2021-10-281-1/+3
* server: stop wl_display event loop from any contextDamian Hobson-Garcia2021-10-091-0/+44
* shm: Relax shm_pool_create_buffer() validity checkOlivier Fourdan2021-09-161-1/+1
* Detect FreeBSD versions with broken MSG_CMSG_CLOEXECAlex Richardson2021-09-101-1/+10
* shm: Add mmap+memmove fallback if mremap() does not existAlex Richardson2021-09-103-9/+73
* Support reading ucred from the socket on FreeBSDAlex Richardson2021-09-103-10/+61
* Use epoll-shim to emulate epoll(7) on FreeBSDAlex Richardson2021-09-101-2/+4
* connection: Rename wl_bufferDerek Foreman2021-08-091-27/+27
* scanner: Use the new atomic marshal/destroy functionDerek Foreman2021-08-071-33/+30
* client: Add new proxy marshalling functions with flagsDerek Foreman2021-08-072-2/+105
* client: Refactor wl_proxy_destroy critical sectionDerek Foreman2021-08-071-4/+17
* connection: print array sizeSimon Ser2021-07-311-1/+1
* connection, client: Avoid locale-dependent float printingManuel Stoeckl2021-07-312-6/+15
* server: Fix undefined behavior in wl_socket_init_for_display_nameFergus Dall2021-07-211-2/+2
* util: Avoid undefined behaviour in for_each_helperFergus Dall2021-07-211-6/+9
* client: print discarded events in debug logManuel Stoeckl2021-07-204-9/+29
* wayland-util: avoid memcpy(NULL) in wl_array_copy()Pekka Paalanen2021-07-141-1/+3
* shm: document wl_shm_bufferSimon Ser2021-07-131-0/+9
* scanner: Use descriptions in entriesJames Legg2021-07-071-1/+16
* shm: add safety assertionsSimon Ser2021-06-291-1/+3