src/Pure/General/socket_io.ML
Sun, 10 Feb 2019 22:24:22 +0100 wenzelm more robust: avoid duplicate Socket.close;
Wed, 19 Dec 2018 21:38:57 +0100 wenzelm more robust open/close bracket, but with potential danger of blocking indefinitely in uninterruptible state;
Thu, 04 Oct 2018 16:40:03 +0200 wenzelm avoid TCP_NODELAY (in contrast to 18c621069bf8): might cause problems with some versions of Ubuntu 18.04;
Sun, 10 Apr 2016 22:27:05 +0200 wenzelm tuned comments;
Wed, 17 Feb 2016 23:06:24 +0100 wenzelm SML/NJ is no longer supported;
Wed, 16 Oct 2013 12:14:35 +0200 wenzelm avoid non-portable int constant -- make SML/NJ happy;
Wed, 16 Oct 2013 11:48:42 +0200 wenzelm prefer TCP_NODELAY -- avoid extra buffering due to Nagle's algorithm;
Wed, 16 Oct 2013 11:35:04 +0200 wenzelm basic IO buffer size like for fifo -- imitate implicit flushing behaviour more closely;
Thu, 10 Jan 2013 12:41:53 +0100 wenzelm recovered buffered sockets from 11f622794ad6 -- requires Poly/ML 5.5.x;
Wed, 21 Sep 2011 22:18:17 +0200 wenzelm alternative Socket_Channel;
Wed, 21 Sep 2011 17:50:25 +0200 wenzelm slightly more general Socket_IO as part of Pure;
less more (0) tip