aboutsummaryrefslogtreecommitdiffstats
path: root/src/wayland-server.c
Commit message (Expand)AuthorAgeFilesLines
* server: add log message when client connection is destroyed due to an errorFiedler, Mathias2018-01-191-5/+21
* util: Pass flags to map iteratorsDerek Foreman2017-12-271-6/+5
* server: Log closure before sending itDerek Foreman2017-12-271-2/+2
* 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
* 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-251-9/+100
* wayland-server: Add functions to wl_globalOlivier Fourdan2017-01-241-0/+12
* wayland-server: Add API to control globals visibilityOlivier Fourdan2017-01-241-5/+62
* server: Document display parameterYong Bakos2016-09-131-0/+1
* Add API to install protocol loggers on the server wl_displayGiulio Camuffo2016-08-121-6/+96
* Add API to retrieve and iterate over the resources list of a clientGiulio Camuffo2016-08-121-1/+49
* Add a resource creation signalGiulio Camuffo2016-08-121-0/+33
* Add API to get the list of connected clientsGiulio Camuffo2016-08-111-0/+54
* Add API to retrieve the interface name of a wl_resourceGiulio Camuffo2016-08-111-0/+12
* server: add listener API for new clientsSungjae Park2016-08-111-0/+25
* wayland-server: Clarify included header dependenciesYong Bakos2016-06-011-1/+1
* doc: Unpublish wl_display_get_additional_shm_formatsYong Bakos2016-06-011-0/+2
* server: fix typoEric Engestrom2016-05-021-1/+1
* Revert "server: validate resource versions at creation time"Derek Foreman2016-02-181-7/+0
* server: validate resource versions at creation timeDerek Foreman2016-02-161-0/+7
* server: Fail to bind object when requested version is 0Derek Foreman2016-02-011-0/+5
* server: Fix possible wl_display_add_socket_fd memleakSergi Granell2016-02-011-4/+5
* server: Add an API to get the file descriptor for a clientSung-Jin Park2016-01-191-0/+35
* server: Test for illegally low interface versions in wl_global_create()Derek Foreman2016-01-141-0/+7
* server: improve failure log message for wl_global_create()Derek Foreman2016-01-141-3/+4
* server: don't send an error to NULL display_resourceMarek Chalupa2016-01-131-1/+2
* server: Calculate remaining data size after a closure is processedJaeyoon Jung2016-01-121-1/+2
* Use zalloc instead of malloc + memsetJonas Ådahl2016-01-121-4/+2
* server: Add a socket with an existing fdBryce Harrington2015-12-181-0/+43
* server: remove redundant includeMarek Chalupa2015-11-271-1/+0
* wayland-server: Fix style on multi-line commentBryce Harrington2015-06-121-2/+3
* src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-121-16/+19
* server: give more precise error messageMarek Chalupa2015-03-191-5/+6
* cosmetic: Cleanup trailing whitespaceBryce Harrington2015-01-261-15/+15
* cosmetic: Move the deprecated functions back to the end of the fileDerek Foreman2015-01-261-50/+55
* doc: Remove deprecated functions from documentationBill Spitzak2015-01-231-1/+3
* server: Use existing id variable when inserting created objectJonas Ådahl2015-01-231-3/+2
* server: increase listen queue to 128Imran Zaman2014-11-241-1/+1
* Remove useless semicolon.Carlos Olmedo Escobar2014-11-121-1/+1
* doc: Added API documentation for wl_display_destroy and wl_display_add_socket...Srivardhan Hebbar2014-11-111-0/+38
* Don't document an absent parameter.Bryce Harrington2014-11-111-1/+0
* wayland-server: Abort if a read from a client gives 0 lengthPhilip Withnall2014-11-051-1/+1
* connection: Leave fd open in wl_connection_destroyBenjamin Herr2014-11-041-1/+1
* server: Don't expose wl_display as a globalJasper St. Pierre2014-08-211-20/+8
* server: fix conditions for fds in wl_socket_destroyPekka Paalanen2014-08-071-7/+20