aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
Commit message (Collapse)AuthorAge
* Append newline character before sending to socketHEAD0.3.3masterkballou2017-11-26
|
* Trim newline characters before reversing0.3.2kballou2017-11-26
|
* Reverse msg lines in echo server0.3.1kballou2017-11-24
|
* Level up the Echo Server0.3.0kballou2017-11-24
| | | | | | | | | This should enable the upgrade process to retain connections - Replace our simple task supervisor with a custom `simple_one_for_one` supervisor - Upgrade the echo server to use a `GenServer` behaviour
* Add better error handling in echo server0.2.1kballou2017-11-24
|
* Add echo server0.2.0kballou2017-11-24
| | | | Modify `acceptor` to pass over the connection to a task echo server.
* Add initial OTP app and supervisorkballou2017-11-24
|
* octonetcat: initial commitkballou2017-11-24