| Commit message (Collapse) | Author |
|
I know it's already published under a permissive license in what is
probably its final form, but I want to license it AGPL anyway on
principle following some conversations I had about open source,
corporations and copyleft.
|
|
This reverts commit 9a6c9c91c8092603b914cc0b3085d059e162ca29.
|
|
If an error occurs on a client socket during a broadcast, that client
will show up in the kqueue loop with EV_EOF and get removed that way.
Tested by sending SIGKILL to a client and watching its cursor disappear.
|
|
|
|
Choose the version with the most recent access if the modify times are
the same.
|
|
This way newer access counts and times will be preserved.
|
|
Hopefully I won't have to use it ever again.
|
|
|
|
|
|
|
|
Why was it down there?
|
|
|
|
|