index
:
wayland
0.85
1.0
1.1
1.10
1.11
1.12
1.13
1.14
1.15
1.16
1.2
1.23
1.24
1.3
1.4
1.5
1.6
1.7
1.8
1.9
main
master
next
terminal
wayland-0.8
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
wayland-util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: convert macros to inline functions
Simon Ser
2024-03-28
1
-3
/
+17
*
util: set errno when hitting WL_MAP_MAX_OBJECTS
Simon Ser
2022-06-28
1
-2
/
+7
*
util: Limit size of wl_map
Derek Foreman
2022-05-16
1
-2
/
+23
*
util: set errno in wl_map_insert_at()
Aleksandr Mezin
2022-03-25
1
-1
/
+3
*
util: set errno in wl_map_reserve_new()
Aleksandr Mezin
2022-03-25
1
-3
/
+11
*
util: always check result of wl_array_add()
Aleksandr Mezin
2022-03-25
1
-3
/
+7
*
util: Avoid undefined behaviour in for_each_helper
Fergus Dall
2021-07-21
1
-6
/
+9
*
wayland-util: avoid memcpy(NULL) in wl_array_copy()
Pekka Paalanen
2021-07-14
1
-1
/
+3
*
Avoid pointer arithmetic on `void *`
Michael Forney
2019-06-05
1
-1
/
+1
*
client: Remove WL_ZOMBIE_OBJECT global
Derek Foreman
2017-12-28
1
-2
/
+0
*
util: Pass flags to map iterators
Derek Foreman
2017-12-27
1
-1
/
+1
*
wayland-util: do not export the wl_map_* API
Emil Velikov
2017-03-14
1
-9
/
+9
*
wl_array: Set data to invalid address after free
Yong Bakos
2016-10-18
1
-0
/
+1
*
Add API to retrieve and iterate over the resources list of a client
Giulio Camuffo
2016-08-12
1
-5
/
+14
*
doc: Unpublish global_zombie_object and wl_interface_equal
Yong Bakos
2016-06-01
1
-15
/
+15
*
doc: Unpublish wl_log* and wl_abort
Yong Bakos
2016-06-01
1
-2
/
+2
*
connection: Move wl_interface_equal to util
Yong Bakos
2016-05-11
1
-0
/
+13
*
cosmetic: use tabs instead of spaces
Sergi Granell
2016-02-04
1
-1
/
+1
*
cosmetic: return NULL instead of 0
Marek Chalupa
2016-02-01
1
-1
/
+1
*
add wl_abort private function
Marek Chalupa
2015-11-16
1
-0
/
+12
*
src: Update boilerplate from MIT X11 license to MIT Expat license
Bryce Harrington
2015-06-12
1
-16
/
+19
*
doc: Remove wl_map from documentation
Bill Spitzak
2015-01-23
1
-0
/
+4
*
Make default log handler print to stderr
Kristian Høgsberg
2014-02-07
1
-2
/
+4
*
Remove incorrect sanity-check from wl_map_insert_at
Jason Ekstrand
2013-06-05
1
-6
/
+0
*
Change WL_ZOMBIE_OBJECT from 0x2 to an actual pointer
Jason Ekstrand
2013-06-05
1
-0
/
+2
*
Add support for flags in the wl_map API and add a WL_MAP_ENTRY_LEGACY flag
Jason Ekstrand
2013-06-05
1
-6
/
+35
*
Add a "side" field and some sanity checks to wl_map.
Jason Ekstrand
2013-06-05
1
-3
/
+22
*
utils: const-ify some function arguments
Giulio Camuffo
2013-04-03
1
-2
/
+2
*
wayland-util: return 0 on OOM in wl_map_insert_new()
David Herrmann
2012-10-15
1
-0
/
+2
*
wayland-util: return -1 if wl_array_copy() fails
David Herrmann
2012-10-15
1
-3
/
+9
*
wayland-util: add method for reserving new object id
Mathias Fiedler
2012-07-22
1
-0
/
+33
*
wayland-util: wl_list_insert_list() should accept empty lists
Jonas Ådahl
2012-06-12
1
-0
/
+3
*
Wayland: logging
Martin Minarik
2012-05-31
1
-0
/
+18
*
wayland-util: Fix wl_array signedness warnings
Kristian Høgsberg
2012-03-30
1
-2
/
+2
*
util: clear pointers on wl_list_remove()
Pekka Paalanen
2011-11-29
1
-0
/
+2
*
Add support for server allocated object IDs
Kristian Høgsberg
2011-11-22
1
-17
/
+57
*
Move private definitions and prototypes to new wayland-private.h
Kristian Høgsberg
2011-11-18
1
-0
/
+2
*
Fix unused variable warning
Kristian Høgsberg
2011-11-18
1
-4
/
+2
*
util: Add wl_list_insert_list()
Kristian Høgsberg
2011-11-15
1
-0
/
+9
*
Store objects in wl_map data structure
Kristian Høgsberg
2011-08-27
1
-0
/
+98
*
Rename source subdir from wayland to src
Kristian Høgsberg
2011-08-12
1
-0
/
+123