Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-13 | ~ Use bounded chan to avoid space leaks. | Sam T | |
2013-06-13 | + Add defaultClient function. | Sam T | |
This exposes problems with keepalives: exsample: sendWakeup: resource exhausted (Resource temporarily unavailable ) | |||
2013-06-13 | ~ Bound count of concurrent sessions. | Sam T | |
2013-06-13 | ~ Fix wall suggestions. | Sam T | |
2013-06-12 | + Add session exception. | Sam T | |
2013-06-12 | + Rename to await and yield. | Sam T | |
2013-06-11 | ~ Minor changes. | Sam T | |
2013-06-11 | ~ Use exception in fromFile. | Sam T | |
Again, the problem is that one function returns errors in two different ways: Either and IO exceptions. It's better to just throw exception in either case. | |||
2013-06-11 | ~ Add exsamples. | Sam T | |