summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: bump to version 1.15.0 for the official release1.15.01.15Derek Foreman2018-04-091-2/+2
* configure.ac: bump to version 1.14.93 for the RC1 release1.14.93Derek Foreman2018-04-021-1/+1
* .gitignore: add wayland-egl-abi-checkEmil Velikov2018-04-021-0/+1
* wayland-egl: Ignore underscored symbols in ABI checkDaniel Stone2018-03-201-9/+1
* configure.ac: bump to version 1.14.92 for the beta release1.14.92Derek Foreman2018-03-191-1/+1
* wayland-egl: Make symbol test fail on failureDaniel Stone2018-03-191-6/+21
* wayland-egl: Pass nm path to check scriptDaniel Stone2018-03-191-0/+1
* wayland-egl: bump the version number to 18.1.0Emil Velikov2018-03-191-1/+1
* wayland-egl: enhance the symbol testEmil Velikov2018-03-191-8/+28
* wayland-egl: fail the symbol check if lib is missingEmil Velikov2018-03-191-1/+9
* wayland-egl: set the correct path to libwayland-egl.soEmil Velikov2018-03-191-1/+1
* configure.ac: don't install the static librariesEmil Velikov2018-03-161-1/+1
* tests: disable coredumps on sanity-testPekka Paalanen2018-03-154-1/+53
* 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
* configure.ac: bump to version 1.14.91 for the alpha release1.14.91Derek Foreman2018-02-261-1/+1
* tests: fix scanner private-code test reference dataPekka Paalanen2018-02-261-1/+1
* scanner: Fix broken private-code generationDerek Foreman2018-02-231-1/+1
* wayland-egl: use correct `nm` path when cross-compilingEmil Velikov2018-02-232-1/+2
* tests: add code, public-code and private-code testsEmil Velikov2018-02-223-1/+77
* scanner: make use of __has_attribute()Emil Velikov2018-02-221-1/+5
* build: use public-code when using the local wayland-scannerEmil Velikov2018-02-221-0/+4
* 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: rename wl_egl_window::private to driver_privateEmil Velikov2018-02-093-6/+6
* wayland-egl: move the wayland-egl{, -core}.h headers to egl/Emil Velikov2018-02-093-2/+3
* wayland-egl-symbols-check: pass the DSO name via the build systemEmil Velikov2018-02-092-1/+2
* build: wire-up wayland-eglEmil Velikov2018-02-092-2/+22
* wayland-egl: add a note about keeping the backend version in syncEmil Velikov2018-02-091-0/+4
* wayland-egl: introduce wayland-egl-backend.pcEmil Velikov2018-02-091-0/+9
* wayland-egl: correct wayland-egl.pc description/versionEmil Velikov2018-02-091-2/+2
* wayland-egl: reuse the existing WL_EXPORT macroEmil Velikov2018-02-091-10/+5
* wayland-egl: import libwayland-egl.so frontend library from MesaEmil Velikov2018-02-095-0/+434
* 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
* tests: Add missing file to distributionDerek Foreman2018-01-191-0/+1
* server: add log message when client connection is destroyed due to an errorFiedler, Mathias2018-01-191-5/+21
* tests: Check for wrong fd delivery with zombie objectsDerek Foreman2018-01-092-4/+160
* tests: Add a test for fd leaks on zombie objectsDerek Foreman2018-01-093-1/+151
* 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