bus1 / dbus-broker

Linux D-Bus Message Broker
https://github.com/bus1/dbus-broker/wiki
Apache License 2.0
677 stars 79 forks source link

Enumerate directories in ordered fashion #327

Closed dvdhrm closed 9 months ago

dvdhrm commented 11 months ago

This introduces util/fs.c with initial helpers to enumerate directories into a collection, and then sorting them based on lexicographic order. It then switches our two only users of readdir() over to use it, thus getting predictable directory enumeration behavior.