aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* connection: Prevent integer overflow in DIV_ROUNDUP.Michal Srb2018-08-171-9/+17
* wayland-server: Finally remove deprecated struct wl_buffer definitionDerek Foreman2018-07-251-6/+0
* client: remove definition of wl_globalPekka Paalanen2018-06-281-7/+0
* scanner: allow referencing foreign enumsSimon Ser2018-06-071-6/+1
* server: Add special case destroy signal emitterDerek Foreman2018-04-202-3/+46
* wayland-server: Properly handle EAGAIN from wl_connection_read()Dipen Somani2018-04-201-1/+1
* walyand-client: Fix trivial build break from previous commitDerek Foreman2018-03-071-1/+1
* 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