wenzelm [Sat, 10 Mar 2018 15:52:47 +0100] rev 67814
workaround for occasional deadlock seen in HOL-Proofs with threads=2;
wenzelm [Sat, 10 Mar 2018 14:43:15 +0100] rev 67813
adapted to 3869b2400e22;
wenzelm [Sat, 10 Mar 2018 14:20:27 +0100] rev 67812
tuned output;
wenzelm [Sat, 10 Mar 2018 14:11:58 +0100] rev 67811
more options: client without implicit server startup;
wenzelm [Sat, 10 Mar 2018 13:54:55 +0100] rev 67810
console interaction with line-editor;
wenzelm [Sat, 10 Mar 2018 13:37:22 +0100] rev 67809
more flexible message formats;
wenzelm [Sat, 10 Mar 2018 13:03:01 +0100] rev 67808
clarified interrupt handling;
wenzelm [Sat, 10 Mar 2018 12:51:04 +0100] rev 67807
clarified signature;
wenzelm [Sat, 10 Mar 2018 12:34:07 +0100] rev 67806
option for console interaction;
wenzelm [Sat, 10 Mar 2018 11:55:54 +0100] rev 67805
more uniform Bytes.read_line/read_block operations;
wenzelm [Sat, 10 Mar 2018 11:40:25 +0100] rev 67804
auto update;
wenzelm [Sat, 10 Mar 2018 11:08:20 +0100] rev 67803
more comments;
wenzelm [Fri, 09 Mar 2018 17:03:10 +0100] rev 67802
more general TTY loop;
wenzelm [Fri, 09 Mar 2018 15:43:54 +0100] rev 67801
added Reply.NOTE for asynchronous notifications;
wenzelm [Fri, 09 Mar 2018 15:36:27 +0100] rev 67800
more operations;
wenzelm [Fri, 09 Mar 2018 15:24:19 +0100] rev 67799
more thorough init: purge inactive entries;
wenzelm [Fri, 09 Mar 2018 15:09:08 +0100] rev 67798
more generous timeout;
wenzelm [Fri, 09 Mar 2018 15:06:35 +0100] rev 67797
Entry.connection: proview password here;
more robust checks;
wenzelm [Fri, 09 Mar 2018 14:35:18 +0100] rev 67796
clarified initial protocol;
wenzelm [Fri, 09 Mar 2018 14:30:13 +0100] rev 67795
ignore empty lines;
wenzelm [Fri, 09 Mar 2018 14:26:08 +0100] rev 67794
tuned;
wenzelm [Fri, 09 Mar 2018 13:36:52 +0100] rev 67793
more robust read_line after shutdown;
wenzelm [Fri, 09 Mar 2018 13:11:47 +0100] rev 67792
more implicit wire protocol;
wenzelm [Fri, 09 Mar 2018 13:07:00 +0100] rev 67791
tuned signature;
wenzelm [Fri, 09 Mar 2018 13:03:55 +0100] rev 67790
clarified server start, notably for invocation within regular Isabelle/Scala process;
wenzelm [Fri, 09 Mar 2018 12:45:53 +0100] rev 67789
tuned signature;
wenzelm [Fri, 09 Mar 2018 12:42:34 +0100] rev 67788
tuned signature;
wenzelm [Fri, 09 Mar 2018 12:38:46 +0100] rev 67787
clarified toString operations;
wenzelm [Fri, 09 Mar 2018 12:29:56 +0100] rev 67786
clarified socket connection;
wenzelm [Fri, 09 Mar 2018 12:07:47 +0100] rev 67785
server commands may access Server;
Server.stop: proper shutdown;
clarified signature;
wenzelm [Thu, 08 Mar 2018 21:09:22 +0100] rev 67784
tuned -- avoid regex matching on potentially large string;
clarified message: command name could be malformed;
wenzelm [Thu, 08 Mar 2018 14:12:25 +0100] rev 67783
more robust build: prevent problems seen with Poly/ML eb94e2820013 on Mac OS X;