summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-14Add initial request parsing + request objectHEADmasterYorhel5-28/+264
2016-09-08Add IoStream abstraction + max read buf size + revamp IO & timer registrationYorhel5-137/+252
2016-09-08eventloop: Signal Machine removal through return valuesYorhel3-54/+61
2016-09-07eventloop: Make spawn() accept a closure that creates a MachineYorhel3-36/+29
2016-09-07Add max-connections (global+interface) and io-timeout (interface) config optionsYorhel4-29/+134
2016-09-06Add accept() backoff timer + tcp idle timer + minor eventloop API improvementsYorhel3-44/+176
2016-09-05Add some buffer handling + improve error handling a bitYorhel6-12/+163
2016-09-04Add generic event loop + bind+listen handling codeYorhel6-6/+321
2016-09-02Config parsing progressYorhel2-58/+108
2016-09-02Initial commit. Mostly learning RustYorhel5-0/+340