Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pwcache: Fill the user/group caches lazily | Tavian Barnes | 2022-11-09 | 1 | -35/+15 |
| | | | | | | | Iterating all the users/groups can be expensive, especially with NSS. Android has so many that it doesn't even return them all from get{pw,gr}ent() for performance reasons, leading to incorrect behaviour of -user/-group/etc. | ||||
* | trie: Make leaves into a linked list | Tavian Barnes | 2022-10-29 | 1 | -3/+1 |
| | |||||
* | Source / Include Folder (#88) | トトも | 2022-04-16 | 1 | -0/+311 |
Moved Source Files Into `src` Folder |