summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* client: Don't inappropriatly close fds for zombie objectsDerek Foreman2018-03-071-1/+1
* scanner: Fix broken private-code generationDerek Foreman2018-02-231-1/+1
* scanner: make use of __has_attribute()Emil Velikov2018-02-221-1/+5
* scanner: introduce "public-code" and "private-code"Emil Velikov2018-02-221-6/+44
* build: remove white space in -uninstalled.pc.in filesEmil Velikov2018-02-163-3/+3
* connection: Fix broken log message when demarshalling short closureDerek Foreman2018-02-151-1/+2
* wayland-egl: move the wayland-egl{, -core}.h headers to egl/Emil Velikov2018-02-092-92/+0
* shm: provide actual error on mmap failedOlivier Fourdan2018-02-091-1/+1
* server: add wl_display_destroy_clients()Simon Ser2018-02-092-0/+41
* doc: Document behavior of non-nullable object arguments in clientsPhilipp Kerling2018-02-091-2/+13
* connection: Clear correct args when clearing fds to -1Derek Foreman2018-01-221-2/+5
* server: add log message when client connection is destroyed due to an errorFiedler, Mathias2018-01-191-5/+21
* client: Consume file descriptors destined for zombie proxiesDerek Foreman2018-01-093-0/+17
* client: Replace the singleton zombie with bespoke zombiesDerek Foreman2018-01-091-4/+78
* client: Plug a race in proxy destruction vs. dispatchDaniel Stone2018-01-091-16/+41
* client: Add wl_proxy_unref helperDaniel Stone2018-01-091-20/+17
* client: Use refcount exclusively for destructionDaniel Stone2018-01-091-7/+4
* client: Remove WL_ZOMBIE_OBJECT globalDerek Foreman2017-12-283-6/+1
* client: Restructure delete_id handler control flowDerek Foreman2017-12-281-5/+4
* client: Add WL_MAP_ENTRY_ZOMBIE flagDerek Foreman2017-12-283-9/+21
* client: Add wl_object_is_zombie() helper functionDerek Foreman2017-12-283-3/+14
* util: Pass flags to map iteratorsDerek Foreman2017-12-273-8/+8
* connection: Make wl_closure_destroy() close fds of undispatched closuresDerek Foreman2017-12-271-0/+21
* connection: Clear fds we shouldn't close to -1Derek Foreman2017-12-271-0/+24
* connection: Refactor out closure allocationDerek Foreman2017-12-271-29/+42
* server: Log closure before sending itDerek Foreman2017-12-271-2/+2
* connection: Don't declare a local variable just to takes its sizeDerek Foreman2017-12-271-2/+3
* client: Allow absolute paths in WAYLAND_DISPLAYMatt Hoosier2017-12-111-11/+36
* scanner: Add --strict flagJonas Ã…dahl2017-12-041-2/+13
* connection: Use wl_buffer_size() for all buffer size calculationsDerek Foreman2017-12-041-2/+2
* client: Simplify some logic in queue_eventDerek Foreman2017-12-041-4/+1
* connection: close_fds() should only remove fds it closed from the bufferDerek Foreman2017-12-041-0/+1
* eventloop: clarify post_dispatch_check()Christopher James Halse Rogers2017-12-041-10/+16
* wayland-server: document WL_HIDE_DEPRECATEDEmil Velikov2017-10-131-0/+10
* server: document wl_event_loop and wl_event_sourcePekka Paalanen2017-08-252-1/+320
* scanner: use tabs for indentation.Emil Velikov2017-08-181-3/+3
* scanner: remove unused scanner.mkEmil Velikov2017-08-181-8/+0
* scanner: Reword fallthrough comment to quiet GCCDaniel Stone2017-03-171-3/+1
* wayland-util: do not export the wl_map_* APIEmil Velikov2017-03-141-9/+9
* wayland-server: Remove unused members from struct wl_clientSergi Granell2017-02-281-2/+0
* wayland-server: hide wl_priv_signal from doxygenPekka Paalanen2017-01-271-0/+4
* dtddata: Use standard permission noticeYong Bakos2017-01-261-16/+19
* wayland-server: log an error for events with wrong client objectsDerek Foreman2017-01-251-0/+35
* server: Disallow sending events to clients after posting an errorDerek Foreman2017-01-251-3/+5
* server: Refactor array send functionsDerek Foreman2017-01-251-21/+13
* server: use the new wl_priv_signal for wl_resourceGiulio Camuffo2017-01-251-6/+46
* server: use the new wl_priv_signal in wl_clientGiulio Camuffo2017-01-251-9/+9
* server: add a safer signal type and port wl_display to itGiulio Camuffo2017-01-252-9/+118
* wayland-server: Add functions to wl_globalOlivier Fourdan2017-01-242-0/+18
* wayland-server: Add API to control globals visibilityOlivier Fourdan2017-01-242-5/+87