aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Set default release environment to mix environmentpre-release-distillerykballou2016-11-27
| | | | | | As per [1], set the default release environment to the mix environment. [1]: https://hexdocs.pm/distillery/common-issues.html#why-do-i-have-to-set-both-mix_env-and-env
* Append new line before sending the reversed linev0.3.3kballou2016-10-31
|
* Trim trailing new line before reversingv0.3.2kballou2016-10-31
|
* Reverse provided echo linesv0.3.1kballou2016-10-31
|
* Level up our echo serverv0.3.0kballou2016-10-31
| | | | | | | | | This should enable upgrade process to retain connections * Replace our simple task supervisor with a custom `simple_one_for_one` supervisor * Upgrade our echo server to use a `GenServer` behaviour
* Add better error handling to echo read_linev0.2.1kballou2016-10-31
|
* Add echo server and hook into acceptorv0.2.0kballou2016-10-30
|
* Add connection acceptorv0.1.0kballou2016-10-30
| | | | | This adds a basic connection acceptor that immediately closes accepted connections and beings to flesh out the supervision tree.
* Add OTP app and sup moduleskballou2016-10-30
|
* Add release configurationkballou2016-10-30
| | | | | | Additionally, update the `.gitignore` file: * Ignore artifacts under `rel/octochat`
* Octochat: Initial commitkballou2016-10-30