611 Commits (6a80412a01c131a83cfe0eb3dfee2b9c6c740053)

Author SHA1 Message Date
  Zach Ramsay 68e7983c70 linting errors: afew more 7 years ago
  Zach Ramsay 8f0237610e linting errors: clean it all up 7 years ago
  Zach Ramsay b75d4f73e7 errcheck: PR comment fixes 7 years ago
  Zach Ramsay 331857c9e6 linting: apply errcheck part2 7 years ago
  Zach Ramsay 57ea4987f7 linting: apply errcheck part1 7 years ago
  Zach Ramsay 1721543e5c linting: apply misspell 7 years ago
  Zach Ramsay 46ccbcbff6 linting: apply 'gofmt -s -w' throughout 7 years ago
  Petabyte Storage 59b3dcb5cf normalize priority and id and remove pointers in ChannelDescriptor 7 years ago
  caffix 887cb6d0cd added public methods to handle locking within the trust metric 7 years ago
  Ethan Buchman e845987503 p2p: disable trustmetric test while being fixed 7 years ago
  Ethan Buchman c4b695f78d minor fixes from review 7 years ago
  caffix 9c8100043e made changes to address suggestions from the PR comments 7 years ago
  Emmanuel Odeke 031e10133c
p2p: make Switch.DialSeeds use a new PRNG per call 7 years ago
  caffix 4087326f45 fixed race condition reported in issue #881 7 years ago
  Ethan Buchman f9bc22ec6a p2p: fix comment on addPeer (thanks @odeke-em) 7 years ago
  Ethan Buchman 26cd99c66e p2p: fix non-routable addr in test 7 years ago
  Emmanuel Odeke 5c34d087d9
p2p: use bytes.Equal for key comparison 7 years ago
  Ethan Buchman 53f15fde07 update changelog 7 years ago
  Ethan Buchman af0db599b0 minor fixes 7 years ago
  Ethan Buchman feb3230160 some comments 7 years ago
  Ethan Buchman be1a16a601 p2p/pex: simplify ensurePeers 7 years ago
  Ethan Buchman 8e044b0e6d p2p/addrbook: some comments 7 years ago
  Ethan Buchman 40e93a5f9e p2p/addrbook: fix addToOldBucket 7 years ago
  Ethan Buchman 435eb6e2b3 p2p/addrbook: add non-terminating test 7 years ago
  Ethan Buchman 8c88cc017a p2p/addrbook: addAddress returns error. more defensive PickAddress 7 years ago
  Ethan Buchman ed95cc160a p2p/addrbook: simplify PickAddress 7 years ago
  Ethan Buchman 2f067a3f65 p2p/addrbook: addrNew/Old -> bucketsNew/Old 7 years ago
  Ethan Buchman 498a82784d p2p/addrbook: comments 7 years ago
  Guanghua Guo b5708825a7
Failed to compile comment code 7 years ago
  caffix a724ffab25 added changes based on PR comments to the proposal 7 years ago
  Emmanuel Odeke 3f9dff9aac
p2p: netPipe for <Go1.10 in own file with own build tag 7 years ago
  Emmanuel Odeke 283544c7f3
p2p: use fake net.Pipe since only >=Go1.10 implements SetDeadline 7 years ago
  Emmanuel Odeke 7b0fa6c889
p2p: peer should respect errors from SetDeadline 7 years ago
  caffix 8b7649b90c enhancements made in response to PR full review comments 7 years ago
  caffix 687834c99e added initial trust metric test routines 7 years ago
  caffix 54c25ccbf5 integrated trust metric store as per PR comments 7 years ago
  caffix e160a6198c added initial trust metric design doc and code 7 years ago
  Ethan Buchman e69d36d54f some more robust sleeps 7 years ago
  Emmanuel Odeke 62c1bc0a20
p2p: comment on the wg.Add before go saveRoutine() 7 years ago
  Petabyte Storage 3863885c71 WIP: begin parallel refactoring with go-wire Write methods and MConnection 7 years ago
  Anton Kaliaev a1cdc2b68a
set logger for peer's MConnection 7 years ago
  Ethan Buchman c931279960 p2p: some fixes re @odeke-em issues #813,#816,#817 7 years ago
  Petabyte Storage 51c9211cf4 add test for MConnection TrySend and Send 7 years ago
  Anton Kaliaev 7869e541f6
change MakeConnectedSwitches to not connect to itself 7 years ago
  Anton Kaliaev e0daca5693
fixes from Bucky's review 7 years ago
  Ethan Buchman 37ce171061 p2p/connetion: remove panics, test error cases 7 years ago
  Ethan Buchman e01986e2b3 p2p: update readme, some minor things 7 years ago
  Anton Kaliaev 2d4ad02356
prefer tickers to time.Sleep (Refs #790) 7 years ago
  Anton Kaliaev e785697a64
connect first switch to others (Refs #808) 7 years ago
  Petabyte Storage fe9ff62297 fix comment typos 7 years ago