aboutsummaryrefslogtreecommitdiffstats
path: root/Drop Serve/Server.m
AgeCommit message (Expand)Author
2020-10-17Add license (GNU GPLv3+)Teddy Wing
2020-10-11Server: Ensure the process is terminated before starting a new oneTeddy Wing
2020-10-11Server(stop): Use `NSTask terminate` instead of `interrupt`Teddy Wing
2020-10-10Server(stop): Deallocate `_process`Teddy Wing
2020-10-10Open served URL in the default browserTeddy Wing
2020-10-10Start a Python SimpleHTTPServer in dropped file directoryTeddy Wing