summaryrefslogtreecommitdiff
path: root/src/wayland-util.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-14wayland-util: do not export the wl_map_* APIEmil Velikov1-9/+9
2016-10-18wl_array: Set data to invalid address after freeYong Bakos1-0/+1
2016-08-12Add API to retrieve and iterate over the resources list of a clientGiulio Camuffo1-5/+14
2016-06-01doc: Unpublish global_zombie_object and wl_interface_equalYong Bakos1-15/+15
2016-06-01doc: Unpublish wl_log* and wl_abortYong Bakos1-2/+2
2016-05-11connection: Move wl_interface_equal to utilYong Bakos1-0/+13
2016-02-04cosmetic: use tabs instead of spacesSergi Granell1-1/+1
2016-02-01cosmetic: return NULL instead of 0Marek Chalupa1-1/+1
2015-11-16add wl_abort private functionMarek Chalupa1-0/+12
2015-06-12src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington1-16/+19
2015-01-23doc: Remove wl_map from documentationBill Spitzak1-0/+4
2014-02-07Make default log handler print to stderrKristian Høgsberg1-2/+4
2013-06-05Remove incorrect sanity-check from wl_map_insert_atJason Ekstrand1-6/+0
2013-06-05Change WL_ZOMBIE_OBJECT from 0x2 to an actual pointerJason Ekstrand1-0/+2
2013-06-05Add support for flags in the wl_map API and add a WL_MAP_ENTRY_LEGACY flagJason Ekstrand1-6/+35
2013-06-05Add a "side" field and some sanity checks to wl_map.Jason Ekstrand1-3/+22
2013-04-03utils: const-ify some function argumentsGiulio Camuffo1-2/+2
2012-10-15wayland-util: return 0 on OOM in wl_map_insert_new()David Herrmann1-0/+2
2012-10-15wayland-util: return -1 if wl_array_copy() failsDavid Herrmann1-3/+9
2012-07-22wayland-util: add method for reserving new object idMathias Fiedler1-0/+33
2012-06-12wayland-util: wl_list_insert_list() should accept empty listsJonas Ådahl1-0/+3
2012-05-31Wayland: loggingMartin Minarik1-0/+18
2012-03-30wayland-util: Fix wl_array signedness warningsKristian Høgsberg1-2/+2
2011-11-29util: clear pointers on wl_list_remove()Pekka Paalanen1-0/+2
2011-11-22Add support for server allocated object IDsKristian Høgsberg1-17/+57
2011-11-18Move private definitions and prototypes to new wayland-private.hKristian Høgsberg1-0/+2
2011-11-18Fix unused variable warningKristian Høgsberg1-4/+2
2011-11-15util: Add wl_list_insert_list()Kristian Høgsberg1-0/+9
2011-08-27Store objects in wl_map data structureKristian Høgsberg1-0/+98
2011-08-12Rename source subdir from wayland to srcKristian Høgsberg1-0/+123