summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cosmetic: add an space after ifSergi Granell2016-02-041-1/+1
* cosmetic: use tabs instead of spacesSergi Granell2016-02-041-1/+1
* scanner: Fix oddities in copyright printingDerek Foreman2016-02-041-6/+10
* scanner: Print filename on DTD validation errorJonas Ådahl2016-02-011-5/+10
* server: Fail to bind object when requested version is 0Derek Foreman2016-02-011-0/+5
* cosmetic: return NULL instead of 0Marek Chalupa2016-02-011-1/+1
* 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-194-0/+47
* Track protocol object versions inside wl_proxy.Jason Ekstrand2016-01-193-15/+173
* client: Fully flush during blocking dispatchJonas Ådahl2016-01-161-10/+29
* client: Use read preparation API in wl_display_dispatch_queue()Jonas Ådahl2016-01-161-35/+10
* client: Don't make EPIPE fatal if triggered when flushingJonas Ådahl2016-01-161-5/+9
* client: Remove misplaced documentation about main loop intergrationJonas Ådahl2016-01-161-22/+0
* client: Correct documentation regarding thread safenessJonas Ådahl2016-01-161-101/+60
* 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
* client: Add missing arg in a wl_log invocationVictor Berger2016-01-131-1/+1
* server: Calculate remaining data size after a closure is processedJaeyoon Jung2016-01-123-2/+12
* doc: Fix incorrect parameter nameJonas Ådahl2016-01-121-1/+1
* doc: Fix function membershipJonas Ådahl2016-01-122-7/+7
* Use zalloc instead of malloc + memsetJonas Ådahl2016-01-125-18/+15
* scanner: Fail if 'since' is higher than the interface versionJonas Ådahl2016-01-121-1/+5
* scanner: Add missing bracketsJonas Ådahl2016-01-121-1/+2
* server: Add a socket with an existing fdBryce Harrington2015-12-182-0/+46
* server: remove redundant includeMarek Chalupa2015-11-271-1/+0
* scanner: drop altmacro from dtddata.SPekka Paalanen2015-11-191-9/+8
* Validate the protocol xml during scanningPeter Hutterer2015-11-172-0/+111
* add wl_abort private functionMarek Chalupa2015-11-164-23/+24
* event-loop: remove extra headerMarek Chalupa2015-11-161-1/+0
* shm: wl_shm_buffer_get_data() requires a valid pool.Derek Foreman2015-11-061-4/+6
* shm: Move deprecated function to the bottom of the fileDerek Foreman2015-11-061-8/+17
* shm: Deprecate wl_shm_buffer_create()Derek Foreman2015-11-062-29/+2
* scanner: enforce correct argument type for enumsAuke Booij2015-11-041-0/+69
* cosmetic: fix incorrect whitespace.Jon Cruz2015-10-291-1/+1
* scanner: stop adding trailing whitespace to copyrightJon Cruz2015-10-261-1/+2
* cosmetic: fix inconsistent code style with header prototypes.Jon Cruz2015-10-264-140/+328
* shm: Add shm_buffer ref and shm_pool unref functionsDerek Foreman2015-10-212-0/+49
* scanner: Generate 'since' macros for requests as wellJonas Ådahl2015-10-091-0/+1
* client: Move prepare read documentation to .._prepare_read_queue()Jonas Ådahl2015-10-081-69/+61
* client: Improve wl_display_roundtrip(_queue)() documentationJonas Ådahl2015-10-051-4/+12
* client: Be more clear about when one must call wl_display_flushJonas Ådahl2015-10-051-4/+4
* client: Reword and add documentation about the marshal functionsJonas Ådahl2015-10-051-5/+7
* client: Fix minor grammar issueJonas Ådahl2015-10-051-1/+1
* scanner: Close input resource when done to prevent leakBryce Harrington2015-10-051-0/+5
* Revert "client: require WAYLAND_DISPLAY to be set"Pekka Paalanen2015-08-241-6/+4
* client: require WAYLAND_DISPLAY to be setDima Ryazanov2015-08-141-4/+6
* wayland-client : Fix queue_release not to call proxy_destroyElvis Lee2015-08-061-4/+6
* scanner: check sanity of versionMarek Chalupa2015-07-301-9/+30
* scanner: use zxallocMarek Chalupa2015-07-301-43/+40