summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change wl_os_dupfd_cloexec minfd to be intAlex Richardson2021-04-152-2/+2
* meson: Only require expat when building wayland-scannerMichael Weiss2021-04-021-1/+9
* Use MAP_FAILED instead of (void *) -1Alex Richardson2021-03-221-4/+2
* build: drop autotoolsSimon Ser2021-03-056-57/+0
* server: add wl_display getter for wl_globalVlad Zahorodnii2021-03-052-0/+17
* client: assert queue display matches proxySimon Ser2021-02-251-2/+4
* server: remove duplicate includesheepwall2021-02-221-1/+0
* server: Allow absolute paths in WAYLAND_DISPLAYLoïc Yhuel2021-01-131-18/+25
* meson: link with -lrt if needed for clock_gettimeLoïc Yhuel2020-12-231-2/+3
* server: fix typosMaxime Roussin-Bélanger2020-12-172-9/+9
* scanner: Guard interface declarationsGuido Günther2020-04-231-0/+3
* client: improve wl_display_connect docsSimon Ser2020-04-161-0/+7
* meson: Deduplicate generation of wayland-version.hMatt Turner2020-03-181-17/+8
* meson: Add option to control building wayland-scannerMatt Turner2020-03-131-35/+50
* meson: Require wayland-scanner of a matching versionMatt Turner2020-03-091-1/+1
* util: fix compiler warningTomek Bury2020-02-241-1/+1
* event-loop: Track timer event sources in userspaceManuel Stoeckl2020-01-211-29/+415
* build: check wayland-scanner versionSimon Ser2020-01-161-1/+1
* meson: use strict wayland-scanner modeSimon Ser2020-01-151-2/+2
* Revert "build: check wayland-scanner version"Simon Ser2020-01-131-1/+1
* build: check wayland-scanner versionSimon Ser2020-01-131-1/+1
* Add Meson buildEmmanuele Bassi2020-01-101-0/+228
* scanner: include config.h from command linePekka Paalanen2020-01-101-1/+0
* Move wl_priv_signal to wayland-server-private.hJoshua Watt2019-11-063-21/+55
* scanner: Add configure check for strndupJoshua Watt2019-11-051-0/+11
* adding O_RDWR flag in the open()Jiayuan Ren2019-10-241-1/+1
* server: add wl_global_removeSimon Ser2019-10-162-2/+43
* wayland-shm: Don’t set SIGBUS handlers on unshrinkable fdEmmanuel Gil Peyrot2019-10-141-2/+23
* server: add wl_global_set_user_dataSimon Ser2019-09-272-0/+16
* scanner: prepend protocol name to types symbolMarty E. Plummer2019-09-111-5/+5
* client: Don't abort when sending a request failsManuel Stoeckl2019-09-101-4/+9
* client: Ignore new requests if display has a fatal errorManuel Stoeckl2019-09-101-0/+4
* server: check global interface on bindSimon Ser2019-09-061-0/+6
* client: check event opcode in queue_eventSimon Ser2019-09-051-0/+6
* server: Fix fake "Address already in use" errorLiu Wenlong2019-08-271-1/+1
* proxy: Add API to tag proxy objectsJonas Ådahl2019-07-292-0/+72
* connection: do not abort when dup(fd) failsManuel Stoeckl2019-07-091-2/+6
* Avoid pointer arithmetic on `void *`Michael Forney2019-06-051-1/+1
* Use wl_container_of internallyMichael Forney2019-06-054-11/+8
* log: remove "%m" from format strings by using strerror(errno)Antonio Borneo2019-05-024-7/+9
* scanner: error when element names will not compileManuel Stoeckl2019-05-021-1/+60
* connection: fix demarshal of invalid headerPekka Paalanen2019-03-131-0/+8
* wayland-util.h: add forward declaration for wl_objectChris Billington2019-03-071-0/+14
* Print NULL strings as "nil" in wl_closure_printSimon Ser2019-01-301-1/+4
* proto, server: Add internal server error message. (v2)Christopher James Halse Rogers2019-01-293-0/+31
* server: Split out varargs version of wl_resource_post_error.Christopher James Halse Rogers2019-01-291-7/+16
* scanner: Reverse expat/libxml include orderDaniel Stone2018-08-291-1/+4
* scanner: Mark fail() as noreturnDaniel Stone2018-08-291-1/+1
* scanner: Plug two memory leaksDaniel Stone2018-08-291-0/+2
* connection: Prevent pointer overflow from large lengths.Michal Srb2018-08-171-5/+7