FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/node_buffer.cc - chjj/node · GitHub
chjj
/
node
Public
forked from
nodejs/node
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
node
src
node_buffer.cc
on
fix-atob
User selector
Datepicker
Commit history
Commits on Dec 19, 2023
src: implement FastByteLengthUtf8 with simdutf::utf8_length_from_latin1
Show description for 891bd5b
lemire
authored
891bd5b
View commit details
Copy full SHA for 891bd5b
View code at this point
Browse repository at this point
Commits on Mar 15, 2023
src: bootstrap Web [Exposed=*] APIs in the shadow realm
Show description for e6b4d30
legendecas
committed
e6b4d30
View commit details
Copy full SHA for e6b4d30
View code at this point
Browse repository at this point
Commits on Mar 7, 2023
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
Commits on Feb 26, 2023
buffer: use v8 fast API calls for `Buffer.byteLength` implementation
Show description for ee1ce18
joyeecheung
authored and
aduh95
committed
ee1ce18
View commit details
Copy full SHA for ee1ce18
View code at this point
Browse repository at this point
Commits on Jan 20, 2023
buffer: add isAscii method
Show description for babe6d7
anonrig
authored
babe6d7
View commit details
Copy full SHA for babe6d7
View code at this point
Browse repository at this point
Commits on Dec 25, 2022
buffer: add buffer.isUtf8 for utf8 validation
Show description for d5a08c7
anonrig
authored
d5a08c7
View commit details
Copy full SHA for d5a08c7
View code at this point
Browse repository at this point
Commits on Dec 22, 2022
util: add fast path for text-decoder fatal flag
Show description for 2ef13b8
anonrig
authored and
nodejs-github-bot
committed
2ef13b8
View commit details
Copy full SHA for 2ef13b8
View code at this point
Browse repository at this point
Commits on Nov 28, 2022
src: rename internal module declaration as internal bindings
Show description for 71ff89f
legendecas
committed
71ff89f
View commit details
Copy full SHA for 71ff89f
View code at this point
Browse repository at this point
Commits on Nov 27, 2022
src: fix ArrayBuffer::Detach deprecation
Show description for a624277
targos
authored and
nodejs-github-bot
committed
a624277
View commit details
Copy full SHA for a624277
View code at this point
Browse repository at this point
buffer: make decodeUTF8 params loose
Show description for 60810f0
anonrig
authored
60810f0
View commit details
Copy full SHA for 60810f0
View code at this point
Browse repository at this point
Commits on Nov 12, 2022
util: add fast path for utf8 encoding
Show description for 4ac830e
anonrig
and
addaleax
authored
4ac830e
View commit details
Copy full SHA for 4ac830e
View code at this point
Browse repository at this point
Commits on Aug 4, 2022
src,buffer: remove unused chars_written parameter
Show description for 6e418ff
kvakil
authored
6e418ff
View commit details
Copy full SHA for 6e418ff
View code at this point
Browse repository at this point
Commits on Aug 3, 2022
src: remove unowned usages of GetBackingStore
Show description for 8c35a4e
kvakil
authored
8c35a4e
View commit details
Copy full SHA for 8c35a4e
View code at this point
Browse repository at this point
Commits on Aug 1, 2022
src: split property helpers from node::Environment
Show description for a7e5b41
legendecas
committed
a7e5b41
View commit details
Copy full SHA for a7e5b41
View code at this point
Browse repository at this point
Commits on Jul 24, 2022
buffer: do not leak memory if buffer is too big
Show description for e8e92ec
kvakil
authored
e8e92ec
View commit details
Copy full SHA for e8e92ec
View code at this point
Browse repository at this point
Commits on May 13, 2022
src: delete AllocatedBuffer
Show description for f91dcc2
RaisinTen
authored
f91dcc2
View commit details
Copy full SHA for f91dcc2
View code at this point
Browse repository at this point
Commits on May 2, 2022
src: fix memory leak for v8.serialize
Show description for ce29d28
liuxingbaoyu
authored
ce29d28
View commit details
Copy full SHA for ce29d28
View code at this point
Browse repository at this point
Commits on Mar 14, 2022
src: simplify bound check in ParseArrayIndex
Show description for afcfaa0
tniessen
authored
afcfaa0
View commit details
Copy full SHA for afcfaa0
View code at this point
Browse repository at this point
Commits on Feb 17, 2022
src,buffer: evaluate THROW_AND_RETURN_IF_OOB() expression only once
Show description for 5edad38
RaisinTen
authored
5edad38
View commit details
Copy full SHA for 5edad38
View code at this point
Browse repository at this point
Commits on Oct 23, 2021
src: throw error instead of assertion
Show description for 7b49e29
rayw000
authored and
targos
committed
7b49e29
View commit details
Copy full SHA for 7b49e29
View code at this point
Browse repository at this point
Commits on Sep 3, 2021
src: remove usage of AllocatedBuffer from src/node_buffer.cc
Show description for 7cc96b2
RaisinTen
authored and
jasnell
committed
7cc96b2
View commit details
Copy full SHA for 7cc96b2
View code at this point
Browse repository at this point
Commits on Aug 12, 2021
url,buffer: implement URL.createObjectURL
Show description for 31d1d0c
jasnell
committed
31d1d0c
View commit details
Copy full SHA for 31d1d0c
View code at this point
Browse repository at this point
Commits on Jun 30, 2021
stream: implement WHATWG streams
Show description for fa0c688
jasnell
committed
fa0c688
View commit details
Copy full SHA for fa0c688
View code at this point
Browse repository at this point
Commits on May 24, 2021
src: fix compiler warnings in node_buffer.cc
Show description for 7766b38
RaisinTen
authored and
jasnell
committed
7766b38
View commit details
Copy full SHA for 7766b38
View code at this point
Browse repository at this point
Commits on Apr 24, 2021
src: avoid deferred gc/cleanup for Buffer.from
Show description for 720fdf2
jasnell
authored and
targos
committed
720fdf2
View commit details
Copy full SHA for 720fdf2
View code at this point
Browse repository at this point
Commits on Jan 18, 2021
buffer: introduce Blob
Show description for d4bea09
jasnell
committed
d4bea09
View commit details
Copy full SHA for d4bea09
View code at this point
Browse repository at this point
buffer: add base64url encoding option
Show description for f8ab632
panva
authored and
aduh95
committed
f8ab632
View commit details
Copy full SHA for f8ab632
View code at this point
Browse repository at this point
Commits on Dec 17, 2020
src: remove unnecessary ToLocalChecked call
Show description for eb14b10
danbev
committed
eb14b10
View commit details
Copy full SHA for eb14b10
View code at this point
Browse repository at this point
Commits on Nov 23, 2020
src: fix label indentation
Show description for 1d6bed9
Trott
committed
1d6bed9
View commit details
Copy full SHA for 1d6bed9
View code at this point
Browse repository at this point
Commits on Oct 26, 2020
src: use MaybeLocal.ToLocal instead of IsEmpty
Show description for ba465c5
danbev
committed
ba465c5
View commit details
Copy full SHA for ba465c5
View code at this point
Browse repository at this point
Commits on Jul 18, 2020
src: snapshot node
Show description for 7a447bc
joyeecheung
committed
7a447bc
View commit details
Copy full SHA for 7a447bc
View code at this point
Browse repository at this point
src: reset zero fill toggle at pre-execution
Show description for c943cb4
joyeecheung
committed
c943cb4
View commit details
Copy full SHA for c943cb4
View code at this point
Browse repository at this point
Commits on Jun 25, 2020
worker: add public method for marking objects as untransferable
Show description for 88fb5a5
addaleax
authored and
jasnell
committed
88fb5a5
View commit details
Copy full SHA for 88fb5a5
View code at this point
Browse repository at this point
Commits on May 30, 2020
src: turn AllocatedBuffer into thin wrapper around v8::BackingStore
Show description for e2cd715
jasnell
committed
e2cd715
View commit details
Copy full SHA for e2cd715
View code at this point
Browse repository at this point
src: extract AllocatedBuffer from env.h
Show description for 56ff1ee
jasnell
committed
56ff1ee
View commit details
Copy full SHA for 56ff1ee
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL