| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  | Just in case. Was getting a runtime exception occasionally and am still
not entirely sure why. It happened in the `[Server stop]` call.
Also check if the process is running before terminating it. Didn't read
about whether we're required to do this, but it seemed logical. | 
|  | Noticed that sometimes the server wasn't stopped when it should have
been. Thought maybe I should use `terminate` instead of `interrupt` to
be sure that the process exits. | 
|  | Forgot to free the process after interrupting it. | 
|  |  | 
|  | When a file or directory is dropped on the drop zone, start a Python
SimpleHTTPServer from that directory.
Ensure the server is terminated when the Drop Serve application quits. |