summaryrefslogtreecommitdiffhomepage
path: root/src/net.rs
AgeCommit message (Expand)AuthorFilesLines
2017-04-07Move talpid_core from root to memberLinus Färnstrand1-253/+0
2017-03-16Make use of bail! macro in error_chainLinus Färnstrand1-1/+1
2017-02-09Convert all net tests to use assert_matchesLinus Färnstrand1-5/+10
2017-02-08Create Errors with into() instead of Error::fromLinus Färnstrand1-1/+1
2017-02-08Try out new pattern matching test formatLinus Färnstrand1-1/+2
2017-02-08Stop using foreign_link in an invalid(?) wayLinus Färnstrand1-8/+11
2017-02-08Convert net module to use error-chainLinus Färnstrand1-32/+19
2017-01-24Run rustfmt 0.7.1Linus Färnstrand1-2/+2
2016-12-21Fix code smells that clippy detectedLinus Färnstrand1-2/+2
2016-12-13Simplify error handlingLinus Färnstrand1-4/+11
2016-12-12Rename split_at_colonLinus Färnstrand1-2/+2
2016-12-12Add tests for the Display implementationLinus Färnstrand1-1/+2
2016-12-12Represent RemoteAddr as an enum with domain or IPLinus Färnstrand1-33/+48
2016-12-12Ignore failing test. Will be fixed in next PRLinus Färnstrand1-0/+1
2016-12-12Rename tests and improve ToRemoteAddrs implLinus Färnstrand1-33/+47
2016-12-12Add ToRemoteAddrs trait and implementationsLinus Färnstrand1-0/+60
2016-12-07Change RemoteAddr::from_str to support IPv6Linus Färnstrand1-36/+22
2016-12-07Change AddrParseError into struct without variantsLinus Färnstrand1-21/+9
2016-12-07Properly show that RemoteAddr does not handle IPv6Linus Färnstrand1-11/+27
2016-12-06Implement Display for RemoteAddrLinus Färnstrand1-0/+13
2016-12-06Add RemoteAddr conversion impls and testsLinus Färnstrand1-0/+116
2016-12-05Add net module with initial RemoteAddrLinus Färnstrand1-0/+40