FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for lib/string_decoder.js - nodejs/node · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
nodejs
/
node
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
36.6k
Star
120k
Code
Issues
634
Pull requests
557
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
node
lib
string_decoder.js
on
v17.9.1
User selector
Datepicker
Commit history
Commits on Mar 20, 2022
string_decoder: fix crash when calling __proto__.write()
Show description for 3492a0e
RaisinTen
authored and
bengl
committed
3492a0e
View commit details
Copy full SHA for 3492a0e
View code at this point
Browse repository at this point
Commits on Jan 14, 2022
typings: add JSDoc for `string_decoder`
Show description for d733b56
Ayase-252
authored and
targos
committed
d733b56
View commit details
Copy full SHA for d733b56
View code at this point
Browse repository at this point
Commits on Dec 7, 2020
string_decoder: refactor to use more primordials
Show description for 4027e36
aduh95
authored and
jasnell
committed
4027e36
View commit details
Copy full SHA for 4027e36
View code at this point
Browse repository at this point
Commits on Dec 8, 2019
lib: replace Symbol global by the primordials Symbol
Show description for eac3f0a
Sebastien-Ahkrin
authored and
targos
committed
eac3f0a
View commit details
Copy full SHA for eac3f0a
View code at this point
Browse repository at this point
Commits on Nov 30, 2019
lib: replace ArrayBuffer.isView by primordial ArrayBuffer
Show description for 744c734
Kawacrepe
authored and
addaleax
committed
744c734
View commit details
Copy full SHA for 744c734
View code at this point
Browse repository at this point
Commits on Nov 25, 2019
lib: flatten access to primordials
Show description for 0646eda
targos
committed
0646eda
View commit details
Copy full SHA for 0646eda
View code at this point
Browse repository at this point
Commits on Nov 16, 2019
lib: change var to let in string_decoder
Show description for f61882b
mkdorff
authored and
gireeshpunathil
committed
f61882b
View commit details
Copy full SHA for f61882b
View code at this point
Browse repository at this point
Commits on Apr 12, 2019
lib: enforce the use of Object from primordials
Show description for 908292c
targos
authored and
danbev
committed
908292c
View commit details
Copy full SHA for 908292c
View code at this point
Browse repository at this point
Commits on Oct 4, 2018
bootstrapper: move internalBinding to NativeModule
Show description for e7f710c
devsnek
authored and
danbev
committed
e7f710c
View commit details
Copy full SHA for e7f710c
View code at this point
Browse repository at this point
Commits on Sep 17, 2018
string_decoder: support typed array or data view
Show description for e2325bc
BeniCheni
authored and
addaleax
committed
e2325bc
View commit details
Copy full SHA for e2325bc
View code at this point
Browse repository at this point
Commits on Mar 25, 2018
lib: always show ERR_INVALID_ARG_TYPE received part
Show description for c6b6c92
BridgeAR
committed
c6b6c92
View commit details
Copy full SHA for c6b6c92
View code at this point
Browse repository at this point
Commits on Mar 15, 2018
src: put bootstrappers in lib/internal/bootstrap/
Show description for 8484b40
joyeecheung
committed
8484b40
View commit details
Copy full SHA for 8484b40
View code at this point
Browse repository at this point
Commits on Mar 6, 2018
src: move internal loaders out of bootstrap_node.js
Show description for 2a9eb31
joyeecheung
committed
2a9eb31
View commit details
Copy full SHA for 2a9eb31
View code at this point
Browse repository at this point
Commits on Mar 5, 2018
lib: port errors to new system
Show description for 1e8d110
targos
committed
1e8d110
View commit details
Copy full SHA for 1e8d110
View code at this point
Browse repository at this point
Commits on Mar 2, 2018
lib: improve normalize encoding performance
Show description for 341770f
BridgeAR
committed
341770f
View commit details
Copy full SHA for 341770f
View code at this point
Browse repository at this point
Commits on Feb 13, 2018
string_decoder: fix regressions
Show description for e782715
apapirovski
committed
e782715
View commit details
Copy full SHA for e782715
View code at this point
Browse repository at this point
Commits on Feb 10, 2018
string_decoder: reimplement in C++
Show description for 180af17
addaleax
authored and
BridgeAR
committed
180af17
View commit details
Copy full SHA for 180af17
View code at this point
Browse repository at this point
Commits on Feb 2, 2018
string_decoder: reset decoder on end
Show description for d2a6110
jridgewell
authored and
addaleax
committed
d2a6110
View commit details
Copy full SHA for d2a6110
View code at this point
Browse repository at this point
Commits on Oct 16, 2017
lib: use destructuring for some constants
Show description for 212de3c
starkwang
authored and
tniessen
committed
212de3c
View commit details
Copy full SHA for 212de3c
View code at this point
Browse repository at this point
Commits on Sep 13, 2017
string_decoder: Migrate to use internal/errors
Show description for eb4940e
starkwang
authored and
BridgeAR
committed
eb4940e
View commit details
Copy full SHA for eb4940e
View code at this point
Browse repository at this point
Commits on Mar 10, 2017
meta: restore original copyright header
Show description for 98e54b0
jasnell
committed
98e54b0
View commit details
Copy full SHA for 98e54b0
View code at this point
Browse repository at this point
Commits on Jan 26, 2017
string_decoder: align UTF-8 handling with V8
Show description for 24ef1e6
mscdex
authored and
targos
committed
24ef1e6
View commit details
Copy full SHA for 24ef1e6
View code at this point
Browse repository at this point
Commits on Jun 24, 2016
string_decoder: fix bad utf8 character handling
Show description for 79ef3b6
mscdex
committed
79ef3b6
View commit details
Copy full SHA for 79ef3b6
View code at this point
Browse repository at this point
Commits on Jun 21, 2016
buffer,string_decoder: consolidate encoding validation logic
Show description for 6dd093d
jasnell
committed
6dd093d
View commit details
Copy full SHA for 6dd093d
View code at this point
Browse repository at this point
Commits on Jun 7, 2016
buffer: introduce latin1 encoding term
Show description for 54cc721
trevnorris
committed
54cc721
View commit details
Copy full SHA for 54cc721
View code at this point
Browse repository at this point
Commits on May 29, 2016
string_decoder: rewrite implementation
Show description for d23b7d2
mscdex
committed
d23b7d2
View commit details
Copy full SHA for d23b7d2
View code at this point
Browse repository at this point
Commits on Apr 27, 2016
doc: use Buffer.from() instead of new Buffer()
Show description for e556dd3
JacksonTian
committed
e556dd3
View commit details
Copy full SHA for e556dd3
View code at this point
Browse repository at this point
Commits on Mar 16, 2016
buffer: add .from(), .alloc() and .allocUnsafe()
Show description for 85ab4a5
jasnell
committed
85ab4a5
View commit details
Copy full SHA for 85ab4a5
View code at this point
Browse repository at this point
Commits on Feb 11, 2016
string_decoder: fix performance regression
Show description for ae244a2
mscdex
committed
ae244a2
View commit details
Copy full SHA for ae244a2
View code at this point
Browse repository at this point
Commits on Feb 1, 2016
lib: remove string_decoder.js var redeclarations
Show description for 68a6abc
Trott
authored and
jasnell
committed
68a6abc
View commit details
Copy full SHA for 68a6abc
View code at this point
Browse repository at this point
Commits on Jun 11, 2015
lib: don't use global Buffer
Show description for b5b8ff1
silverwind
committed
b5b8ff1
View commit details
Copy full SHA for b5b8ff1
View code at this point
Browse repository at this point
Commits on Apr 28, 2015
string_decoder: don't cache Buffer.isEncoding
Show description for 0fa6c4a
mscdex
committed
0fa6c4a
View commit details
Copy full SHA for 0fa6c4a
View code at this point
Browse repository at this point
Commits on Mar 25, 2015
string_decoder: optimize write()
Show description for 8a94581
mscdex
committed
8a94581
View commit details
Copy full SHA for 8a94581
View code at this point
Browse repository at this point
Commits on Jan 21, 2015
lib: use const to define constants
Show description for 804e7aa
cjihrig
committed
804e7aa
View commit details
Copy full SHA for 804e7aa
View code at this point
Browse repository at this point
Commits on Jan 12, 2015
Remove excessive copyright/license boilerplate
Show description for 3e1b1dd
isaacs
committed
3e1b1dd
View commit details
Copy full SHA for 3e1b1dd
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL