summaryrefslogtreecommitdiff
path: root/clientserver/src
Commit message (Expand)AuthorAgeFilesLines
* Port Mill client over to JavaLi Haoyi2018-02-268-337/+424
* `.toInt` -> `Integer.parseInt` to reduce the amount of classloading needed in...Li Haoyi2018-02-251-5/+7
* avoid blocking on stdin in the client because it seems to delay exitLi Haoyi2018-02-252-6/+11
* attempt to robustify ClientServerTestsLi Haoyi2018-02-251-13/+18
* Fix `-w` using the new client-server modeLi Haoyi2018-02-241-2/+2
* Properly propagate exit codes from server output to clientLi Haoyi2018-02-243-2/+14
* better error messages when you run interactive commands without -iLi Haoyi2018-02-242-8/+5
* Implement `-i` flag to allow interactive usageLi Haoyi2018-02-242-15/+1
* .Li Haoyi2018-02-243-22/+49
* Clean up the provisional client-server code with unit tests and proper file-s...Li Haoyi2018-02-244-0/+403