Chris Jones <chris@cjones.org> [Thu, 12 Jan 2012 23:14:25 -0700] rev 71
Added a quick test of XML escaping.
Chris Jones <chris@cjones.org> [Sun, 08 Jan 2012 13:04:50 -0700] rev 70
Closing this branch.
Chris Jones <chris@cjones.org> [Sun, 08 Jan 2012 13:04:09 -0700] rev 69
Correct my misunderstanding of Go's break, and fix how we close channels and Writers so we can shut down our goroutines gracefully.
Chris Jones <chris@cjones.org> [Sun, 08 Jan 2012 13:01:38 -0700] rev 68
Restore this example program to its normal operation.
Chris Jones <chris@cjones.org> [Sun, 08 Jan 2012 12:56:48 -0700] rev 67
Mark this bug as fixed.
Chris Jones <chris@cjones.org> [Sun, 08 Jan 2012 12:54:06 -0700] rev 66
Restore this bit of code that got lost in the shuffle.
Chris Jones <chris@cjones.org> [Sun, 08 Jan 2012 12:53:45 -0700] rev 65
Remove this unnecessary struct field.
Chris Jones <chris@cjones.org> [Sun, 08 Jan 2012 12:43:50 -0700] rev 64
Properly close all the channels and writers if Client.Out is close.
Chris Jones <chris@cjones.org> [Sun, 08 Jan 2012 12:20:21 -0700] rev 63
Intermediate commit. Fixing how we close our channels and sockets and shut down our goroutines.
Chris Jones <chris@cjones.org> [Sun, 08 Jan 2012 09:11:14 -0700] rev 62
Added global variables for logging.