80 Commits (35bb398b1f6ab74461db72dd1287e3b90c92b707)

Author SHA1 Message Date
  Emmanuel Odeke 763dc21393
common/BitArray: reduce fragility with methods 7 years ago
  Emmanuel Odeke 951333ecb0
common: IsHex should be able to handle 0X prefixed strings 7 years ago
  Jae Kwon ff230682d1
Fix logical time (#122) 7 years ago
  Emmanuel Odeke 85be26c675
common: BitArray: feedback from @adrianbrink to simplify tests 7 years ago
  Emmanuel Odeke 84afef20f5
common: fix BitArray.Update to avoid nil dereference 7 years ago
  Ethan Buchman 2bb538b150 cmn: fix HexBytes.MarshalJSON 7 years ago
  Ethan Buchman 92c17f3f25 give test more time 7 years ago
  Jae Kwon a171d90611 Fix possibly incorrect usage of conversion 7 years ago
  Ethan Buchman 558f8e7769 fix recursion 7 years ago
  Ethan Buchman 76433d9040 little things 7 years ago
  Jae Kwon 6b5d08f7da RepeatTimer fix 7 years ago
  Jae Kwon 93c05aa8c0 Add back on HexBytes 7 years ago
  Jae Kwon b25df389db Remove Bytes, just use []byte; Use protobuf for KVPair/KI64Pair 7 years ago
  Jae Kwon bf644b0984 Do not shadow assert 7 years ago
  Jae Kwon 797bcdd9e0 Remove common/http 7 years ago
  Jae Kwon f2a8e95248 Add KI64Pair(s) 7 years ago
  Ethan Buchman e2d7f1aa41 cmn: fix race 7 years ago
  Ethan Buchman b0b740210c cmn: fix repeate timer test with manual ticker 7 years ago
  Ethan Buchman a25ed5ba1b cmn: fix race condition in prng 7 years ago
  Anton Kaliaev e17e8e425f
Revert "Refactor throttle timer" 7 years ago
  Anton Kaliaev 70e30f74e6
Revert "Refactor repeat timer" 7 years ago
  Jae Kwon aab2d70dd3
Sdk2 kvpair (#102) 7 years ago
  Emmanuel Odeke 8638961f02
common: Rand* warnings about cryptographic unsafety 7 years ago
  Emmanuel Odeke cdc7988823
common: use genius simplification of tests from @ebuchman 7 years ago
  Ethan Buchman b5f465b4ec common: use names prng and mrand 7 years ago
  Emmanuel Odeke 29471d75cb
common: no more relying on math/rand.DefaultSource 7 years ago
  Jae Kwon a0b692c86d Add PushBytes to Heap 7 years ago
  Jae Kwon 03dfb724c7 Change heap.Push to mean int priority 7 years ago
  Jae Kwon 988e190ef7 Deprecated Panic* 7 years ago
  Anton Kaliaev ff2fd63bf7
rename trySend to send 7 years ago
  Ethan Frey ec4adf21e0 Cleanup from PR comments 7 years ago
  Ethan Frey cc7a87e27c Use Ticker in Repeat again to avoid drift 7 years ago
  Ethan Frey 8797197cdf No more blocking on multiple Stop() 7 years ago
  Ethan Frey 887d766c86 Refactored RepeatTimer, tests hang 7 years ago
  Anton Kaliaev 3779310c72
return back output internal channel (way go does with Timer) 7 years ago
  Ethan Frey 8b518fadb2 Don't close throttle channel, explain why 7 years ago
  Ethan Frey e430d3f844 One more attempt with a read-only channel 7 years ago
  Ethan Frey 1ac4c5dd6d Made throttle output non-blocking 7 years ago
  Ethan Frey 0a8721113a First pass of PR updates 7 years ago
  Ethan Frey 4ec7883891 Cleanup 7 years ago
  Ethan Frey dcb4395604 Refactor throttle timer 7 years ago
  Ethan Frey 3d9113c16e Add a bit more padding to tests so they pass on osx with -race 7 years ago
  Ethan Frey 26abd65e34 Add tests for repeat timer 7 years ago
  Ethan Frey 53cdb6cf82 Demo throttle timer is broken 7 years ago
  Anton Kaliaev 33abe87c5b
IntInSlice and StringInSlice functions 7 years ago
  Ethan Buchman 4d991acae0 common: comments for Service 7 years ago
  Anton Kaliaev c2fcc093b2
remove bool from Service#Reset 7 years ago
  Anton Kaliaev e6164d4052
change service#Stop to be similar to Start 7 years ago
  Anton Kaliaev 4123d54bf6
change service#Start to return just error (Refs #45) 7 years ago
  Anton Kaliaev 49d75e223e
use os.Process#Kill (Fixes #73) 7 years ago