Commit: 7012684e7ad909c38d0cb4cdf48852717217aa46
http://github.com/nominolo/scion/commit/7012684e7ad909c38d0cb4cdf48852717217aa46
Author: Thomas ten Cate <tho...@s5591928c.adsl.wanadoo.nl>
Date: 2009-06-01 (Mon, 01 Jun 2009)
Changed paths:
M README.markdown
Log Message:
-----------
updated the readme to match the new build system
Commit: af8738e1adc9eccb5714cea372d95127ac1ce998
http://github.com/nominolo/scion/commit/af8738e1adc9eccb5714cea372d95127ac1ce998
Author: Thomas ten Cate <tten...@gmail.com>
Date: 2009-06-04 (Thu, 04 Jun 2009)
Changed paths:
M lib/.gitignore
M server/.gitignore
Log Message:
-----------
ignored dist directories
Commit: e8483535ca520d320d7a31bf4024c0754e9d1f38
http://github.com/nominolo/scion/commit/e8483535ca520d320d7a31bf4024c0754e9d1f38
Author: Thomas ten Cate <tten...@gmail.com>
Date: 2009-06-12 (Fri, 12 Jun 2009)
Changed paths:
M server/Main.hs
M server/Scion/Server/Emacs.hs
M server/Scion/Server/Options.hs
M server/scion-server.cabal
Log Message:
-----------
added handling of command line options;
added an option to set the TCP port to listen on;
in absence of this option, made the server automatically determine a free port (using linear search)
Commit: ea218ccecbb25d65ac97d32fcdc260edbe493282
http://github.com/nominolo/scion/commit/ea218ccecbb25d65ac97d32fcdc260edbe493282
Author: Thomas ten Cate <tten...@gmail.com>
Date: 2009-06-12 (Fri, 12 Jun 2009)
Changed paths:
M server/Scion/Server/Emacs.hs
Log Message:
-----------
Changed free port detector from catch-all to catch IOError.
Commit: 3d2d972f2715c01a161b4b05b1e9e6d5ab41e46d
http://github.com/nominolo/scion/commit/3d2d972f2715c01a161b4b05b1e9e6d5ab41e46d
Author: Thomas ten Cate <tten...@gmail.com>
Date: 2009-06-23 (Tue, 23 Jun 2009)
Changed paths:
M README.markdown
M lib/.gitignore
M server/.gitignore
M server/Main.hs
Log Message:
-----------
Merge branch 'master' into multi_proto_server
Merged the TCP port scanning from my master branch into the Main module.
Also merged the somewhat updated README.markdown file.
Conflicts:
server/Main.hs
server/scion-server.cabal
Commit: 646ad45f3bf869d363fc9bbf9a10dfbb9086aad9
http://github.com/nominolo/scion/commit/646ad45f3bf869d363fc9bbf9a10dfbb9086aad9
Author: Thomas ten Cate <tten...@gmail.com>
Date: 2009-06-23 (Tue, 23 Jun 2009)
Changed paths:
M server/Main.hs
Log Message:
-----------
Flush stdout before starting to listen on a port.
Not flushing caused the client never to receive the port number.