wlroots-hyprland/util
Simon Ser 769cabbadf util/time: use int64_t return value for get_current_time_msec()
0xFFFFFFFF milliseconds is 4,294,967,295 ms so about 50 days.
A little bit too close for comfort.

Use int64_t instead of uint64_t to avoid C's implicit conversion
footguns in computations.
2022-11-25 16:15:29 +00:00
..
addon.c util/addon: avoid calling finish() twice 2022-05-23 11:11:38 +00:00
array.c util/array: unclutter 2022-08-29 13:48:42 +00:00
box.c util/box: Introduce wlr_fbox_equal 2022-08-15 06:14:59 -04:00
env.c util: Introduce env helpers 2022-08-22 10:18:00 -04:00
global.c util/global: fix memory leak on display destroy in wlr_global_destroy_safe 2022-06-07 18:18:11 +02:00
log.c util/time: move `timespec_sub` to time utilities 2020-06-06 00:09:19 +02:00
meson.build util/array: unclutter 2022-08-29 13:48:42 +00:00
region.c util/region: constify 2022-11-11 23:11:17 +00:00
set.c util/set: overhaul 2022-08-29 13:48:42 +00:00
shm.c util/shm: clear mode permission bits in allocate_shm_file_pair 2022-05-12 19:58:50 +02:00
time.c util/time: use int64_t return value for get_current_time_msec() 2022-11-25 16:15:29 +00:00
token.c util/token: don't leak /dev/urandom fd to children 2021-11-14 12:30:03 +01:00