| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This way we can introduce locking to allow safe traversals from
the main thread while we're updating.
|
|
|
|
|
|
| |
Duplicated tokens in close proximity takes too long for my head
to parse; and "dir" is an easy and common abbreviation for
"directory".
|
|
Remove clutter from directory.c. Everything which saves or loads
to/from the hard disk goes to directory_save.c, and code which sends
directory information to the client is moved into directory_print.c.
|