FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/utils - somebee/msgpack-javascript · GitHub
somebee
/
msgpack-javascript
Public
forked from
msgpack/msgpack-javascript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
msgpack-javascript
src
utils
on
master
User selector
Datepicker
Commit history
Commits on Sep 27, 2020
Simplify the use of Text Encoding features
gfx
committed
729f05a
View commit details
Copy full SHA for 729f05a
View code at this point
Browse repository at this point
Commits on Jul 5, 2020
migration to typescript-eslint 3.0
gfx
committed
8ba75f8
View commit details
Copy full SHA for 8ba75f8
View code at this point
Browse repository at this point
Commits on Mar 23, 2020
reformat with prettier v2
gfx
committed
a6a5ddc
View commit details
Copy full SHA for a6a5ddc
View code at this point
Browse repository at this point
Commits on Mar 10, 2020
update dependencies
gfx
committed
d38f48b
View commit details
Copy full SHA for d38f48b
View code at this point
Browse repository at this point
Commits on Feb 26, 2020
Fix use of process for browsers
gfx
committed
d355bbd
View commit details
Copy full SHA for d355bbd
View code at this point
Browse repository at this point
Commits on Nov 26, 2019
Upgrade typescript-eslint to 2.9 and enable some rules
gfx
committed
f41c3f1
View commit details
Copy full SHA for f41c3f1
View code at this point
Browse repository at this point
Commits on Nov 19, 2019
Merge pull request #92 from msgpack/upgrade_tsc_to_3_7
Show description for da89e9a
gfx
authored
da89e9a
View commit details
Copy full SHA for da89e9a
View code at this point
Browse repository at this point
upgrade depenedencies and run lint:fix
gfx
committed
18ce517
View commit details
Copy full SHA for 18ce517
View code at this point
Browse repository at this point
Commits on Nov 1, 2019
Merge pull request #90 from keybase/even-more-conservative-stack-size
Show description for 516cb45
gfx
authored
516cb45
View commit details
Copy full SHA for 516cb45
View code at this point
Browse repository at this point
Commits on Oct 31, 2019
protect stack size even further
chrisnojima
committed
3112703
View commit details
Copy full SHA for 3112703
View code at this point
Browse repository at this point
Commits on Oct 29, 2019
if you exceed CHUNK_SIZE safari will crash with a range error
chrisnojima
committed
37ff495
View commit details
Copy full SHA for 37ff495
View code at this point
Browse repository at this point
Commits on Jul 16, 2019
feature: decode ArrayBuffer as well as byte arrays
gfx
committed
a22691f
View commit details
Copy full SHA for a22691f
View code at this point
Browse repository at this point
Commits on Jun 16, 2019
use TextEncoder to encode string if available
gfx
committed
514a33f
View commit details
Copy full SHA for 514a33f
View code at this point
Browse repository at this point
Commits on Jun 13, 2019
allow stream ponyfill as ReadableStream
gfx
committed
87e13bc
View commit details
Copy full SHA for 87e13bc
View code at this point
Browse repository at this point
Commits on May 30, 2019
add ensureAsyncIterable()
gfx
committed
df769d0
View commit details
Copy full SHA for df769d0
View code at this point
Browse repository at this point
support whatwg streams in decodeAsync() and decodeArrayStream()
gfx
committed
3b7b4f2
View commit details
Copy full SHA for 3b7b4f2
View code at this point
Browse repository at this point
support whatwg-stream.ReadableStream
gfx
committed
ec1a37a
View commit details
Copy full SHA for ec1a37a
View code at this point
Browse repository at this point
Commits on May 29, 2019
more tests for TextDecoder
gfx
committed
a788f19
View commit details
Copy full SHA for a788f19
View code at this point
Browse repository at this point
improve: more smart selection of string decoding functions
gfx
committed
5d85f73
View commit details
Copy full SHA for 5d85f73
View code at this point
Browse repository at this point
Commits on May 28, 2019
Update TextDecoder string size threshold
sergeyzenchenko
committed
f0e20f9
View commit details
Copy full SHA for f0e20f9
View code at this point
Browse repository at this point
Optimize string decoding performance
sergeyzenchenko
committed
22e17a2
View commit details
Copy full SHA for 22e17a2
View code at this point
Browse repository at this point
Commits on May 27, 2019
wording
gfx
committed
55a3833
View commit details
Copy full SHA for 55a3833
View code at this point
Browse repository at this point
use utf8array to output utf8encode results
gfx
committed
efa75be
View commit details
Copy full SHA for efa75be
View code at this point
Browse repository at this point
fix parameter names
gfx
committed
44cf20e
View commit details
Copy full SHA for 44cf20e
View code at this point
Browse repository at this point
Commits on May 23, 2019
do not drop lone surrogate
gfx
committed
5e631cc
View commit details
Copy full SHA for 5e631cc
View code at this point
Browse repository at this point
fix large string decode issues
gfx
committed
9a3c7bf
View commit details
Copy full SHA for 9a3c7bf
View code at this point
Browse repository at this point
tiny optimization for utf8 encode/count
gfx
committed
a1dd4f4
View commit details
Copy full SHA for a1dd4f4
View code at this point
Browse repository at this point
Commits on May 22, 2019
implement the whole string encoder in wasm
gfx
committed
c107406
View commit details
Copy full SHA for c107406
View code at this point
Browse repository at this point
Commits on May 16, 2019
implement utf8CountWasm()
gfx
committed
e36f068
View commit details
Copy full SHA for e36f068
View code at this point
Browse repository at this point
use memory allocator in wasm functions
gfx
committed
8a663c4
View commit details
Copy full SHA for 8a663c4
View code at this point
Browse repository at this point
move use of utf8DecodeWasm to utf8.ts
gfx
committed
6066940
View commit details
Copy full SHA for 6066940
View code at this point
Browse repository at this point
implement utf8Encode in AssemblyScript (but slow)
gfx
committed
80a1bd4
View commit details
Copy full SHA for 80a1bd4
View code at this point
Browse repository at this point
Commits on May 9, 2019
cleanup comments
gfx
committed
7f2d982
View commit details
Copy full SHA for 7f2d982
View code at this point
Browse repository at this point
refine int64 handling
gfx
committed
64553cc
View commit details
Copy full SHA for 64553cc
View code at this point
Browse repository at this point
Commits on May 8, 2019
optimize encodeInt64 (2 times faster)
gfx
committed
c8c2f6e
View commit details
Copy full SHA for c8c2f6e
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL