Commit Graph

  • 7fc8829334 6.0.0 master Chris Dickinson 2020-09-28 10:09:09 -0700
  • 323cb66c38 Revert "Revert "fix: ensure MAX_SAFE_INTEGER exists"" Chris Dickinson 2020-09-28 10:08:39 -0700
  • 4234244a96 Revert "Revert "add bounds checking to encode and decode"" Chris Dickinson 2020-09-28 10:08:32 -0700
  • fbcfa76d76 5.0.2 Chris Dickinson 2020-09-28 10:06:58 -0700
  • 614645bb03 Revert "add bounds checking to encode and decode" Chris Dickinson 2020-09-28 10:06:51 -0700
  • 79d2daa0cc Revert "fix: ensure MAX_SAFE_INTEGER exists" Chris Dickinson 2020-09-28 10:05:51 -0700
  • 1198bb8223 5.0.1 Chris Dickinson 2020-09-27 17:30:21 -0700
  • da118c9a22 fix: ensure MAX_SAFE_INTEGER exists Chris Dickinson 2020-09-27 17:29:56 -0700
  • 572ae582e7
    Merge pull request #20 from ChainSafe/bounds-checking Chris Dickinson 2020-09-27 17:27:50 -0700
  • fcebf3acdc
    add bounds checking to encode and decode Cayman 2020-07-29 13:50:59 -0500
  • 30e24d424c 5.0.0 Chris Dickinson 2016-11-04 12:15:10 -0700
  • 15598cb409 BREAKING: throw RangeError when decoding bad buf Chris Dickinson 2016-11-04 12:15:07 -0700
  • f78634a6c3 Merge pull request #15 from mafintosh/patch-2 Chris Dickinson 2016-11-04 11:39:24 -0700
  • 2dbd6efe61 throw instead of returning undefined Mathias Buus 2016-11-03 22:34:57 +0100
  • a260948535 4.0.1 Chris Dickinson 2016-06-18 12:16:57 -0700
  • f04024540c Merge pull request #13 from justmoon/fix/bytesRead-to-bytes Chris Dickinson 2016-06-18 12:16:25 -0700
  • 204feb930d update tests and maintain old behavior for backwards compatibility Stefan Thomas 2016-02-15 16:24:21 -0800
  • 8d15a90f10 fix typo bytesRead -> bytes Stefan Thomas 2016-02-15 16:21:52 -0800
  • 455eca54c6 4.0.0 Chris Dickinson 2015-01-06 13:06:36 -0800
  • f072407cb6 support higher numbers Mathias Buus 2015-01-04 22:48:44 +0100
  • 32abc1e765 3.0.1 Chris Dickinson 2014-08-08 13:22:06 -0700
  • f6eddb4be6 Merge pull request #11 from dominictarr/master Chris Dickinson 2014-08-08 13:21:46 -0700
  • 4ea6dfce7a clarify varint.encode documentation Dominic Tarr 2014-08-05 23:13:49 -0400
  • 8840b12da6 3.0.0 Chris Dickinson 2014-06-21 12:20:29 -0700
  • f48d840c95 Merge pull request #10 from mafintosh/bytes Chris Dickinson 2014-06-21 12:20:13 -0700
  • 11bf118d96 fix docs Mathias Buus 2014-05-29 23:20:32 +0200
  • 8a1a81de3a 2.0.0 Chris Dickinson 2014-05-29 14:50:14 -0700
  • 770ae8d530 Merge pull request #9 from dominictarr/incomplete Chris Dickinson 2014-05-29 14:48:18 -0700
  • d2f7af4ff9 fixed tests Mathias Buus 2014-05-29 23:18:02 +0200
  • 5759d8a705 bytesRead,bytesWritten -> bytes Mathias Buus 2014-05-29 23:16:20 +0200
  • 490e48499d do not read outside the bounds of the buffer Dominic Tarr 2014-05-29 17:23:33 +0200
  • 76ce046de9 make a quick benchmark script Dominic Tarr 2014-05-29 17:22:51 +0200
  • 9af95d37bc correct usage notes Dominic Tarr 2014-05-26 18:15:10 +0200
  • 5a00978b1b instead of throwing, return undefined in invalid (too short) buffers Dominic Tarr 2014-05-26 18:11:56 +0200
  • 6639d2d256 test invalid buffers, set bytesRead = 0, and return undefined Dominic Tarr 2014-05-26 18:10:47 +0200
  • d1288330fc 1.2.0 Chris Dickinson 2014-05-12 10:25:16 -0700
  • c6a6a844c5 Merge pull request #7 from dominictarr/encoding-length Chris Dickinson 2014-05-09 15:57:30 -0700
  • a9742853ae Merge pull request #6 from dominictarr/master Chris Dickinson 2014-05-09 15:57:02 -0700
  • d51a128ab2 remove console.log Dominic Tarr 2014-05-09 10:34:43 +0200
  • 76bbd6ee4b document encodingLength Dominic Tarr 2014-05-09 00:36:54 +0200
  • bb93a5a51b export encodingLength Dominic Tarr 2014-05-09 00:35:55 +0200
  • 03189c9ca9 test for encoding length Dominic Tarr 2014-05-09 00:35:28 +0200
  • 10da3a6d33 test the largest numbers Dominic Tarr 2014-05-08 23:58:25 +0200
  • 51da5f39f6 use bitwise check instead of >= when number is small Dominic Tarr 2014-05-08 23:49:49 +0200
  • 5855143da8 use divide when number is too large for bitwise operations Dominic Tarr 2014-05-08 23:47:29 +0200
  • e55b25d840 add tests for large numbers - up to 2^51, max integer that a js number can represent Dominic Tarr 2014-05-08 23:46:11 +0200
  • a8b188fbb2 update tape Dominic Tarr 2014-05-08 23:24:07 +0200
  • 566d0f030f 1.1.0 Chris Dickinson 2014-05-03 01:38:36 -0700
  • f0e5547f69 Merge pull request #4 from mafintosh/patch-1 Chris Dickinson 2014-05-03 01:38:22 -0700
  • f5fc9ab1d7 docs for bytesWritten Mathias Buus 2014-05-03 10:34:03 +0200
  • 73450c2c6b tests for bytesWritten Mathias Buus 2014-05-03 10:30:30 +0200
  • 430379c346 add encode.bytesWritten Mathias Buus 2014-04-30 21:12:13 +0200
  • 88398d6985 1.0.0 Chris Dickinson 2013-10-10 14:47:27 -0700
  • 369325f253 Merge pull request #2 from maxogden/buffer-read Chris Dickinson 2013-10-10 14:47:16 -0700
  • a058f9360f add .bytesRead property to varint.decode Max Ogden 2013-10-10 13:36:02 -0700
  • 50ae23c9e9 also return length from decode Max Ogden 2013-10-10 08:46:46 -0700
  • 8c42c841d6 switch out the accumulator reader for a faster buffer reader Max Ogden 2013-10-09 23:11:37 -0700
  • f75a1659aa 0.0.3 Chris Dickinson 2013-05-27 15:57:01 -0700
  • bf42927908 Merge pull request #1 from creationix/master Chris Dickinson 2013-05-27 15:22:54 -0700
  • 4284621de5 Change decode to use prototype instead of closure Tim Caswell 2013-05-27 16:17:27 -0500
  • 20acc39be4 Make encode and decode accessable standalone Tim Caswell 2013-05-27 16:02:57 -0500
  • 93dc5abad0 0.0.2 Chris Dickinson 2013-02-13 18:49:06 -0800
  • 694921aae7 add README Chris Dickinson 2013-02-13 18:49:02 -0800
  • 4aef3242dd add more tests Chris Dickinson 2013-02-13 18:48:54 -0800
  • 1ca3972acf 0.0.1 Chris Dickinson 2013-02-13 17:08:26 -0800
  • 7cd6c24150 initial code commit Chris Dickinson 2013-02-13 17:08:15 -0800
  • 01ae0560bc initial commit Chris Dickinson 2013-02-13 17:08:01 -0800