src/Pure/PIDE/session.scala
Mon, 28 Apr 2014 16:17:07 +0200 wenzelm improved syslog performance -- avoid denial-of-service e.g. with threads_trace = 5 and active Syslog dockable;
Mon, 28 Apr 2014 15:20:59 +0200 wenzelm tuned comments;
Mon, 28 Apr 2014 15:18:37 +0200 wenzelm more systematic delay_first discipline for change_buffer and prune_history;
Sat, 26 Apr 2014 00:20:26 +0200 wenzelm tuned -- potentially more robust;
Fri, 25 Apr 2014 23:42:25 +0200 wenzelm manager is direct receiver of prover output -- discontinued old performance tuning (329320fc88df, 1baa5d19ac44);
Fri, 25 Apr 2014 13:55:50 +0200 wenzelm simplified change_buffer (again, see 937826d702d5): no thread, just timer, rely on asynchronous commands_changed.post;
Fri, 25 Apr 2014 12:51:08 +0200 wenzelm clarified Session.Consumer, with Session.Outlet managed by dispatcher thread;
Fri, 25 Apr 2014 11:09:59 +0200 wenzelm more robust prover termination;
Fri, 25 Apr 2014 10:51:57 +0200 wenzelm more explicit checks;
Thu, 24 Apr 2014 23:21:00 +0200 wenzelm tuned signature;
Thu, 24 Apr 2014 23:13:17 +0200 wenzelm more uniform warning/error handling, potentially with propagation to send_wait caller;
Thu, 24 Apr 2014 23:02:10 +0200 wenzelm more careful shutdown (amending f2f53f7046f4);
Thu, 24 Apr 2014 22:10:00 +0200 wenzelm converted main session manager to Consumer_Thread: messages need to be consumed immediately, postponed_changes replaces implicit actor mailbox scanning;
Thu, 24 Apr 2014 18:04:18 +0200 wenzelm simplified commands_changed_buffer (in contrast to a8331fb5c959): rely on better performance of Consumer_Thread/Mailbox and more direct Timer (like session_actor.receiver);
Thu, 24 Apr 2014 16:52:17 +0200 wenzelm simplified -- prefer Consumer_Thread over Actor;
Thu, 24 Apr 2014 11:01:14 +0200 wenzelm tuned signature, in accordance to ML version;
Thu, 24 Apr 2014 10:38:14 +0200 wenzelm eliminated redundant Volatile;
Thu, 24 Apr 2014 10:24:44 +0200 wenzelm tuned signature in accordance to ML version;
Wed, 23 Apr 2014 13:28:32 +0200 wenzelm explicit Exn.error_message in accordance to Output.error_message in ML;
Fri, 04 Apr 2014 22:21:46 +0200 wenzelm more permissive Session.update_options: this is wired to jEdit PropertiesChanged, which may occur before the prover is started;
Thu, 03 Apr 2014 21:08:00 +0200 wenzelm clarified Version.syntax -- avoid guessing initial situation;
Thu, 03 Apr 2014 20:53:35 +0200 wenzelm more abstract Prover.Syntax, as proposed by Carst Tankink;
Thu, 03 Apr 2014 14:54:17 +0200 wenzelm more general prover operations;
Thu, 03 Apr 2014 13:46:18 +0200 wenzelm more general prover operations;
Mon, 31 Mar 2014 15:05:24 +0200 wenzelm store blob content within document node: aux. files that were once open are made persistent;
Sat, 29 Mar 2014 10:49:32 +0100 wenzelm propagate deps_changed, to resolve missing files without requiring jEdit events (e.g. buffer load/save);
Sat, 29 Mar 2014 10:17:09 +0100 wenzelm tuned signature;
Tue, 18 Mar 2014 18:09:31 +0100 wenzelm clarified module arrangement;
less more (0) tip