summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wayland-client: Fix indentation1.5Jasper St. Pierre2014-08-181-3/+3
* doc: Fix link to wl_list_remove()Bryce W. Harrington2014-08-181-2/+2
* connection: remove unreached codeBoyan Ding2014-08-181-2/+0
* scanner: Downgrade non-increasing version error to warning1.4.93Kristian Høgsberg2014-05-121-1/+1
* scanner: Generate macros for getting the 'since' version of an eventJonas Ådahl2014-05-091-0/+13
* scanner: Also fail when an implicitly versioned message is out of orderJonas Ådahl2014-05-091-4/+6
* doc: Added API documentation for wl_display_create function.Srivardhan Hebbar2014-05-091-0/+9
* server: fix potential memleak and NULL derefU. Artie Eoff2014-05-061-1/+2
* scanner: check wl_array_add resultU. Artie Eoff2014-05-061-1/+1
* Avoid printing to stderrKristian Høgsberg2014-04-302-15/+9
* Use non-blocking timerfd to prevent blocking when updating timer event sourcesAndrew Wedgbury2014-04-251-2/+3
* connection: fix a format string typo in error messageGiulio Camuffo2014-04-251-1/+1
* connection: Don't write past the end of the connection bufferAnder Conselvan de Oliveira2014-04-211-8/+17
* shm: Disallow shrinking shm poolsKristian Høgsberg2014-04-071-2/+8
* scanner: Only output each forward declaration onceKristian Høgsberg2014-04-031-8/+28
* Add WL_PRINTF attribute and annotate wl_log_func_tKristian Høgsberg2014-04-031-1/+8
* client: Delay EPIPE handling so we get a chance to handle error eventsKristian Høgsberg2014-03-261-2/+5
* server: Kill some unnecessary logsJasper St. Pierre2014-03-251-4/+0
* build: Move src/Makefile.am into toplevel Makefile.amKristian Høgsberg2014-03-071-72/+0
* connection: Use wl_log to report errorsJasper St. Pierre2014-02-181-18/+18
* scanner: Add GCC pragmas to disable -Wredundant-declsJasper St. Pierre2014-02-181-1/+3
* wayland-client: Set a proper errnoJasper St. Pierre2014-02-181-3/+3
* client: Queue display events on private queue and always dispatchKristian Høgsberg2014-02-071-4/+21
* client: Rename display->queue to default_queueKristian Høgsberg2014-02-071-8/+9
* Make default log handler print to stderrKristian Høgsberg2014-02-071-2/+4
* Rename wl_debug to debug_server/clientJason Ekstrand2014-02-052-10/+10
* Don't deref the sample pointer in the wl_container_of macroNeil Roberts2014-02-053-19/+15
* client: Include poll.h instead of sys/poll.hJonas 'Sortie' Termansen2014-01-171-1/+1
* add_shm_format: check wl_array_add return value before derefU. Artie Eoff2014-01-152-5/+11
* shm: assert sigbus_data is not NULL before member accessU. Artie Eoff2014-01-151-1/+1
* Fix buffer overflow when serializing a closure object1.3.92chi ding2014-01-091-8/+83
* scanner: set errno=0 before strtolAdrian Negreanu2013-12-171-0/+1
* client: Handle EINTR in wl_display_dispatch_queue()Kristian Høgsberg2013-12-091-1/+5
* doc: Fix spelling of parametersJonas Ådahl2013-12-091-2/+2
* doc: Remove incorrect docmentationJonas Ådahl2013-12-091-11/+0
* client: Make wl_proxy_set_queue() with NULL revert to default queueNeil Roberts2013-12-041-1/+4
* Add -pthread to AM_CFLAGS to do the right thing when using threadsKristian Høgsberg2013-11-231-1/+1
* connection: Error out if file descriptor was not receivedLubomir Rintel2013-11-211-0/+9
* wayland-server: Improve error messages for bad globalsJasper St. Pierre2013-11-191-3/+7
* client: Introduce functions to allocate and marshal proxies atomicallyKristian Høgsberg2013-11-154-75/+189
* shm: Avoid file descriptor leak upon unsuccessful mmapLubomir Rintel2013-11-151-1/+1
* Add documentation for wl_shm_buffer_begin/end_accessNeil Roberts2013-11-151-0/+64
* scanner: Add location to elements so we can give better errors/warningsKristian Høgsberg2013-11-151-7/+25
* scanner: Make fail() function use va_list and elaborate a few errorsKristian Høgsberg2013-11-151-7/+14
* scanner: Introduce struct location for tracking source locationsKristian Høgsberg2013-11-151-20/+26
* scanner: Warn about requests with more than one new-id and don't generate stubsKristian Høgsberg2013-11-151-0/+14
* server: Start documenting the server side APIKristian Høgsberg2013-11-131-0/+130
* server: Add API to protect access to an SHM bufferNeil Roberts2013-11-132-0/+137
* wayland: Be consistent about #include-guard namesKristian Høgsberg2013-10-213-6/+6
* scanner: Handle unrecognized invocation modeKristian Høgsberg2013-10-071-1/+3