Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-14 | util/token: don't leak /dev/urandom fd to children | Raphael Robatsch | |
Closes #3324. | |||
2021-04-11 | util/uuid: replace with util/token, remove libuuid | Ryan Farley | |
Use 128-bit hexadecimal string tokens generated with /dev/urandom instead of UUIDs for xdg-foreign handles, removing the libuuid dependency. Update readme and CI. Closes #2830. build: remove xdg-foreign feature With no external dependencies required, there's no reason not to always build it. Remove WLR_HAS_XDG_FOREIGN as well. |