FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/encoding_binding.cc - nodejs/node-auto-test · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
nodejs
/
node-auto-test
Public
Notifications
You must be signed in to change notification settings
Fork
18
Star
25
Code
Issues
1
Pull requests
14
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-auto-test
src
encoding_binding.cc
on
main
User selector
Datepicker
Commit history
Commits on Jun 22, 2026
src: avoid copying source string in TextEncoder.encode
Show description for db094de
anonrig
authored
db094de
View commit details
Copy full SHA for db094de
View code at this point
Browse repository at this point
Commits on May 30, 2026
src: remove TOCTOU race condition when encoding SAB-backed `Buffer`s
Show description for 17e4196
aduh95
authored
17e4196
View commit details
Copy full SHA for 17e4196
View code at this point
Browse repository at this point
Commits on May 27, 2026
src: skip duplicate UTF-8 validation in TextDecoder fatal path
Show description for 4639dcb
mertcanaltin
authored and
addaleax
committed
4639dcb
View commit details
Copy full SHA for 4639dcb
View code at this point
Browse repository at this point
Commits on Jan 30, 2026
src: improve textEncoder encode performance with simdutf
Show description for f200685
mertcanaltin
authored
f200685
View commit details
Copy full SHA for f200685
View code at this point
Browse repository at this point
Commits on Jan 25, 2026
src: throw RangeError on failed ArrayBuffer BackingStore allocation
Show description for 3fed9fb
legendecas
authored
3fed9fb
View commit details
Copy full SHA for 3fed9fb
View code at this point
Browse repository at this point
Commits on Jan 21, 2026
src: improve StringBytes::Encode perf on UTF8
Show description for 77e8d44
ChALkeR
and
gurgunday
authored
77e8d44
View commit details
Copy full SHA for 77e8d44
View code at this point
Browse repository at this point
Commits on Dec 30, 2025
lib: implement all 1-byte encodings in js
Show description for 0b02b92
ChALkeR
authored
0b02b92
View commit details
Copy full SHA for 0b02b92
View code at this point
Browse repository at this point
Commits on Dec 27, 2025
src: improve StringBytes::Encode perf on ASCII
Show description for 36ffbc5
ChALkeR
authored
36ffbc5
View commit details
Copy full SHA for 36ffbc5
View code at this point
Browse repository at this point
Commits on Dec 4, 2025
src: implement Windows-1252 encoding support and update related tests
Show description for f65b0bc
mertcanaltin
authored
f65b0bc
View commit details
Copy full SHA for f65b0bc
View code at this point
Browse repository at this point
Commits on Dec 1, 2025
util: improve textencoder encodeInto performance
Show description for b1e941e
authored
b1e941e
View commit details
Copy full SHA for b1e941e
View code at this point
Browse repository at this point
Commits on Oct 4, 2025
doc,src,test: replace use of deprecated `GetIsolate`
Show description for 5623194
targos
committed
5623194
View commit details
Copy full SHA for 5623194
View code at this point
Browse repository at this point
Commits on Sep 11, 2025
src: remove unnecessary `Environment::GetCurrent()` calls
Show description for 01bc728
iknoom
authored
01bc728
View commit details
Copy full SHA for 01bc728
View code at this point
Browse repository at this point
Commits on May 2, 2025
src: use non-deprecated WriteUtf8V2() method
Show description for 3ec86eb
anonrig
authored and
targos
committed
3ec86eb
View commit details
Copy full SHA for 3ec86eb
View code at this point
Browse repository at this point
src: use non-deprecated Utf8LengthV2() method
Show description for 0e68481
anonrig
authored and
targos
committed
0e68481
View commit details
Copy full SHA for 0e68481
View code at this point
Browse repository at this point
Commits on Apr 6, 2025
src: improve StringBytes error handling
Show description for 93644d5
jasnell
authored
93644d5
View commit details
Copy full SHA for 93644d5
View code at this point
Browse repository at this point
Commits on Mar 16, 2025
src: make minor cleanups in encoding_binding.cc
Show description for fb07807
jasnell
committed
fb07807
View commit details
Copy full SHA for fb07807
View code at this point
Browse repository at this point
Commits on Feb 6, 2025
src: improve error handling in encoding_binding.cc
Show description for 269496e
jasnell
authored
269496e
View commit details
Copy full SHA for 269496e
View code at this point
Browse repository at this point
Commits on Jan 23, 2025
src: replace NoArrayBufferZeroFillScope with v8 option
Show description for 869ea33
jasnell
committed
869ea33
View commit details
Copy full SHA for 869ea33
View code at this point
Browse repository at this point
Commits on Dec 14, 2024
util: fix Latin1 decoding to return string output
Show description for e7a397a
mertcanaltin
authored
e7a397a
View commit details
Copy full SHA for e7a397a
View code at this point
Browse repository at this point
Commits on Dec 3, 2024
util: add fast path for Latin1 decoding
Show description for 20bcaa0
mertcanaltin
authored
20bcaa0
View commit details
Copy full SHA for 20bcaa0
View code at this point
Browse repository at this point
Commits on Aug 16, 2023
src: use per-realm GetBindingData() wherever applicable
Show description for 6391b3b
joyeecheung
authored and
nodejs-github-bot
committed
6391b3b
View commit details
Copy full SHA for 6391b3b
View code at this point
Browse repository at this point
Commits on Aug 15, 2023
src: serialize both BaseObject slots
Show description for 89dd093
joyeecheung
authored
89dd093
View commit details
Copy full SHA for 89dd093
View code at this point
Browse repository at this point
Commits on Jul 26, 2023
src: remove ContextEmbedderIndex::kBindingDataStoreIndex
Show description for faefe56
joyeecheung
authored
faefe56
View commit details
Copy full SHA for faefe56
View code at this point
Browse repository at this point
Commits on May 24, 2023
src: avoid prototype access in binding templates
Show description for c0365fd
joyeecheung
committed
c0365fd
View commit details
Copy full SHA for c0365fd
View code at this point
Browse repository at this point
Commits on May 3, 2023
bootstrap: initialize per-isolate properties of bindings separately
Show description for 5466bec
joyeecheung
authored and
nodejs-github-bot
committed
5466bec
View commit details
Copy full SHA for 5466bec
View code at this point
Browse repository at this point
Commits on Apr 28, 2023
src: replace idna functions with ada::idna
Show description for 1123377
anonrig
and
lemire
authored
1123377
View commit details
Copy full SHA for 1123377
View code at this point
Browse repository at this point
Commits on Apr 20, 2023
src: make AliasedBuffers in the binding data weak
Show description for b68cedd
joyeecheung
authored
b68cedd
View commit details
Copy full SHA for b68cedd
View code at this point
Browse repository at this point
Commits on Mar 8, 2023
src: remove unused `v8::Uint32Array` from encoding
Show description for f94ef7c
anonrig
authored
f94ef7c
View commit details
Copy full SHA for f94ef7c
View code at this point
Browse repository at this point
Commits on Mar 7, 2023
src: use AliasedUint32Array for encodeInto results
Show description for e5933c8
joyeecheung
committed
e5933c8
View commit details
Copy full SHA for e5933c8
View code at this point
Browse repository at this point
src: move encoding bindings to a new binding
Show description for 25c2186
joyeecheung
committed
25c2186
View commit details
Copy full SHA for 25c2186
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL