wenzelm [Fri, 25 Apr 2014 11:09:59 +0200] rev 56713
more robust prover termination;
wenzelm [Fri, 25 Apr 2014 10:51:57 +0200] rev 56712
more explicit checks;
wenzelm [Thu, 24 Apr 2014 23:21:00 +0200] rev 56711
tuned signature;
wenzelm [Thu, 24 Apr 2014 23:13:17 +0200] rev 56710
more uniform warning/error handling, potentially with propagation to send_wait caller;
wenzelm [Thu, 24 Apr 2014 23:02:10 +0200] rev 56709
more careful shutdown (amending f2f53f7046f4);
wenzelm [Thu, 24 Apr 2014 22:41:03 +0200] rev 56708
misc tuning;
wenzelm [Thu, 24 Apr 2014 22:20:36 +0200] rev 56707
obsolete;
wenzelm [Thu, 24 Apr 2014 22:10:00 +0200] rev 56706
converted main session manager to Consumer_Thread: messages need to be consumed immediately, postponed_changes replaces implicit actor mailbox scanning;
wenzelm [Thu, 24 Apr 2014 18:04:18 +0200] rev 56705
simplified commands_changed_buffer (in contrast to a8331fb5c959): rely on better performance of Consumer_Thread/Mailbox and more direct Timer (like session_actor.receiver);
wenzelm [Thu, 24 Apr 2014 16:52:17 +0200] rev 56704
simplified -- prefer Consumer_Thread over Actor;
wenzelm [Thu, 24 Apr 2014 16:47:47 +0200] rev 56703
tuned imports;
wenzelm [Thu, 24 Apr 2014 16:19:11 +0200] rev 56702
support for requests with explicit acknowledgment (and exception propagation);
wenzelm [Thu, 24 Apr 2014 15:19:11 +0200] rev 56701
more robust thread: continue after failure;
wenzelm [Thu, 24 Apr 2014 15:02:13 +0200] rev 56700
clarified command_input: Consumer_Thread;
wenzelm [Thu, 24 Apr 2014 14:59:46 +0200] rev 56699
further robustification wrt. unclear ranges;
wenzelm [Thu, 24 Apr 2014 14:51:41 +0200] rev 56698
allow more control of main loop;
more robust is_active test, although thread could terminate at any time;
wenzelm [Thu, 24 Apr 2014 13:54:45 +0200] rev 56697
eliminated pointless output actors;
clarified command_input, which already includes thread.join;
wenzelm [Thu, 24 Apr 2014 13:40:29 +0200] rev 56696
more robust shutdown;
less ooddities;
wenzelm [Thu, 24 Apr 2014 13:13:48 +0200] rev 56695
consumer thread with unbounded queueing of requests (similar to Message_Channel in ML);
wenzelm [Thu, 24 Apr 2014 13:10:42 +0200] rev 56694
proper signaling after each state update (NB: ML version does this uniformly via timed_access);
wenzelm [Thu, 24 Apr 2014 12:10:26 +0200] rev 56693
added Mailbox, as in ML;
wenzelm [Thu, 24 Apr 2014 12:09:55 +0200] rev 56692
synchronized access, similar to ML version;
wenzelm [Thu, 24 Apr 2014 11:01:14 +0200] rev 56691
tuned signature, in accordance to ML version;
wenzelm [Thu, 24 Apr 2014 10:38:14 +0200] rev 56690
eliminated redundant Volatile;
wenzelm [Thu, 24 Apr 2014 10:33:06 +0200] rev 56689
retain canonical reverse order;
wenzelm [Thu, 24 Apr 2014 10:30:55 +0200] rev 56688
more canonical list operations;
wenzelm [Thu, 24 Apr 2014 10:24:44 +0200] rev 56687
tuned signature in accordance to ML version;
wenzelm [Thu, 24 Apr 2014 00:29:55 +0200] rev 56686
canonical list operations, as in ML;
avoid odd mutable data structures;
wenzelm [Thu, 24 Apr 2014 00:27:06 +0200] rev 56685
more uniform synchronized variables;
blanchet [Fri, 25 Apr 2014 12:09:15 +0200] rev 56684
more unfolding and more folding in size equations, to look more natural in the nested case