Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-01 | The remove paths on send fail thing in Peer.cpp was not well thought out, ↵ | Adam Ierymenko | |
and there is no point in mallocing the TCP write buffer. | |||
2014-03-31 | Oops... turns out we need to differentiate incoming from outgoing TCP and ↵ | Adam Ierymenko | |
indeed learn incoming TCP paths. Otherwise the recipient of a TCP connection does not know to reply via TCP! Heh. | |||
2014-03-28 | Windows uses exceptfds to report failed async connect() in select(). TCP now ↵ | Adam Ierymenko | |
done on Windows (I think). | |||
2014-03-18 | TCP socket. | Adam Ierymenko | |
2014-03-17 | Compile fixes. | Adam Ierymenko | |
2014-03-17 | Bunch of work in progress on new socket multiplexer and plumbing for TCP ↵ | Adam Ierymenko | |
jailbreaking... Don't try to build, won't yet. |