summaryrefslogtreecommitdiff
path: root/Connection/Tcp.hs
AgeCommit message (Collapse)Author
2020-01-01Factor out some new librariesJames Crayne
word64-map: Data.Word64Map network-addr: Network.Address tox-crypto: Crypto.Tox lifted-concurrent: Control.Concurrent.Lifted.Instrument Control.Concurrent.Async.Lifted.Instrument psq-wrap: Data.Wrapper.PSQInt Data.Wrapper.PSQ minmax-psq: Data.MinMaxPSQ tasks: Control.Concurrent.Tasks kad: Network.Kademlia Network.Kademlia.Bootstrap Network.Kademlia.Routing Network.Kademlia.CommonAPI Network.Kademlia.Persistence Network.Kademlia.Search
2018-12-16StreamServer: Support for fall-back bind-addresses.Joe Crayne
2018-11-04Preparation to move DPut to a separate project.James Crayne
2018-11-02Avoid deprecated Conduit interface in library modules.Joe Crayne
2018-10-03Moved resolving duty to Connection manager.Joe Crayne
2018-09-07More flexible Connection interface.Joe Crayne
2018-06-22Removed redundant imports and other clean up.joe
2018-06-20More DPut stuffjim@bo
* verbose/quiet without args shows report * verbose all - sets all tags verbose * quiet all - sets all tags quiet * XMisc defaults to verbose, everything else quiet * new XMan tag for ToxManager related stuff * s/hputStrLn stderr/dput XMisc/ in daemon code
2018-05-22Configurable bind-addresses for xmpp.joe
2017-11-21update forkPingMachine call sites with thread label paramJames Crayne
2017-11-20Rename: Server -> Connection.TcpJames Crayne