Sun, 08 Jan 2012 13:04:09 -0700 | Chris Jones | Correct my misunderstanding of Go's break, and fix how we close channels and Writers so we can shut down our goroutines gracefully. | changeset | files |
Sun, 08 Jan 2012 13:01:38 -0700 | Chris Jones | Restore this example program to its normal operation. | changeset | files |
Sun, 08 Jan 2012 12:56:48 -0700 | Chris Jones | Mark this bug as fixed. | changeset | files |
Sun, 08 Jan 2012 12:54:06 -0700 | Chris Jones | Restore this bit of code that got lost in the shuffle. | changeset | files |
Sun, 08 Jan 2012 12:53:45 -0700 | Chris Jones | Remove this unnecessary struct field. | changeset | files |
Sun, 08 Jan 2012 12:43:50 -0700 | Chris Jones | Properly close all the channels and writers if Client.Out is close. | changeset | files |
Sun, 08 Jan 2012 12:20:21 -0700 | Chris Jones | Intermediate commit. Fixing how we close our channels and sockets and shut down our goroutines. | changeset | files |
Sun, 08 Jan 2012 09:11:14 -0700 | Chris Jones | Added global variables for logging. | changeset | files |