119 Commits (47557f868a5b18f21aa82230c2b55c08d88783a8)

Author SHA1 Message Date
  Thomas Corbière ab00bf7c8b standardize PRNG access (#1411) 6 years ago
  Jae Kwon fb64314d1c Review from Anton 6 years ago
  Jae Kwon 3ca5292dc9 Fix rpc tests 6 years ago
  Jae Kwon c541d58d2f WIP: fix rpc/core 6 years ago
  Jae Kwon 3037b5b7ca Fix rpc/lib/... 6 years ago
  Anton Kaliaev 491c8ab4c1 [rpc/lib] log cert and key files in StartHTTPAndTLSServer 6 years ago
  Anton Kaliaev 5ef8a6e887 deprecate not fully formed addresses 6 years ago
  Anton Kaliaev d694d47d22 [rpc/lib] rename vars according to Go conventions 6 years ago
  Zaki Manian ecdc1b9bb0 Add a method for creating an https server (#1403) 6 years ago
  Thomas Corbière 2644a529f0 Fix lint errors (#1390) 6 years ago
  Anton Kaliaev 0f41570c80
fixes from bucky's review 6 years ago
  Alexander Simmerl ee51ad8e29 Make RPC handler protocol agnostic (#1276) 6 years ago
  Ethan Buchman ca3655a409 types: p2pID -> P2PID 6 years ago
  Zach 2cc63069c6 rename dummy to kvstore (#1223) 6 years ago
  Anton Kaliaev 2a24ae90c1
fixes from Jae's review 6 years ago
  Ethan Buchman d34286c421 minor fixes - tests pass 7 years ago
  Ethan Buchman 7a5060dc52 replace data.Bytes with cmn.HexBytes 7 years ago
  Zach 12c5a57415
determinisitic linter (#902) 7 years ago
  Anton Kaliaev 950a64f756
bring back transparent websocket (Refs #945) 7 years ago
  Anton Kaliaev c6b2334fa3
check for error when stopping WSClient 7 years ago
  Anton Kaliaev 69b5da766c
service#Start, service#Stop signatures were changed 7 years ago
  Ethan Buchman 2e76b23c9a rpc: fix tests 7 years ago
  Ethan Buchman 9529f12c28 more linting 7 years ago
  Zach Ramsay 6f3c05545d fix new linting errors 7 years ago
  Zach Ramsay c84c7250ba linting: few more fixes 7 years ago
  Zach Ramsay 478a10aa41 Write doesn't need error checked 7 years ago
  Zach Ramsay d033470817 lil fixes 7 years ago
  Zach Ramsay a15c7f221d linting: moar fixes 7 years ago
  Zach Ramsay d7cb291fb2 errcheck; sort some stuff out 7 years ago
  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 57ea4987f7 linting: apply errcheck part1 7 years ago
  Zach Ramsay 1721543e5c linting: apply misspell 7 years ago
  Ethan Buchman af0db599b0 minor fixes 7 years ago
  Ethan Buchman a969e24177 crank context timeouts 7 years ago
  Ethan Buchman 593c127257 rpc/lib/types: RPCResponse.Result is not a pointer 7 years ago
  Anton Kaliaev a01c226dc4
wsConnection: call onDisconnect 7 years ago
  Anton Kaliaev 4ffe9304ba
unsubscribe from all subscriptions on WS disconnect 7 years ago
  Ethan Buchman f7f4ba5e90 rpc/lib/server: minor changes to test 7 years ago
  Anton Kaliaev 61d76a273f
fixes from Bucky's and Emmanuel's reviews 7 years ago
  Anton Kaliaev f6539737de
new pubsub package 7 years ago
  Emmanuel Odeke a8b77359df
rpc/lib/server: separate out Notifications test 7 years ago
  Emmanuel Odeke e7fab7d4bf rpc/lib/server: update with @melekes and @ebuchman feedback 7 years ago
  Emmanuel Odeke 59556ab030 rpc/lib/server: add handlers tests 7 years ago
  Emmanuel Odeke 6e5cd10399
rpc/lib/client: jitter test updates and only to-be run on releases 7 years ago
  Silas Davis 4cb02d0bf2
Exploit the fact the BaseService's closed Quit channel will keep emitting quit signals to close both readRoutine and writeRoutine 7 years ago
  Silas Davis f6adddb4a8
Replace ResultsCh with ResponsesCh 7 years ago
  Silas Davis 01be6fa309
Fix WSClient blocking in the readRoutine after Stop() as it tries to write to ResultsCh 7 years ago
  Emmanuel Odeke 5504920ba3
rpc/lib/client: add jitter for exponential backoff of WSClient 7 years ago