summaryrefslogtreecommitdiff
path: root/src/itf_http.rs
AgeCommit message (Expand)AuthorFilesLines
2016-09-08Add IoStream abstraction + max read buf size + revamp IO & timer registrationYorhel1-91/+24
2016-09-08eventloop: Signal Machine removal through return valuesYorhel1-30/+36
2016-09-07eventloop: Make spawn() accept a closure that creates a MachineYorhel1-9/+5
2016-09-07Add max-connections (global+interface) and io-timeout (interface) config optionsYorhel1-7/+9
2016-09-06Add accept() backoff timer + tcp idle timer + minor eventloop API improvementsYorhel1-8/+18
2016-09-05Add some buffer handling + improve error handling a bitYorhel1-0/+118