FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/node_buffer.h - jfcast/node · GitHub
jfcast
/
node
Public
forked from
nodejs/node
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
node
src
node_buffer.h
on
master
User selector
Datepicker
Commit history
Commits on Jan 21, 2020
lib,src: switch Buffer::kMaxLength to size_t
Show description for 5005c3c
bnoordhuis
authored and
Trott
committed
5005c3c
View commit details
Copy full SHA for 5005c3c
View code at this point
Browse repository at this point
Commits on Nov 19, 2019
src: expose ArrayBuffer version of Buffer::New()
Show description for e5d3c81
addaleax
committed
e5d3c81
View commit details
Copy full SHA for e5d3c81
View code at this point
Browse repository at this point
Commits on Oct 3, 2018
src: remove public API for option variables
Show description for cc31d8b
addaleax
committed
cc31d8b
View commit details
Copy full SHA for cc31d8b
View code at this point
Browse repository at this point
Commits on Sep 2, 2018
src: deprecate option variables in public API
Show description for f911e09
addaleax
committed
f911e09
View commit details
Copy full SHA for f911e09
View code at this point
Browse repository at this point
Commits on Aug 22, 2018
src: refactor options parsing
Show description for 29a71ba
addaleax
committed
29a71ba
View commit details
Copy full SHA for 29a71ba
View code at this point
Browse repository at this point
Commits on Apr 4, 2018
buffer: use v8::TypedArray::kMaxLength as buffer::kMaxLength
Show description for 30fe55e
joyeecheung
committed
30fe55e
View commit details
Copy full SHA for 30fe55e
View code at this point
Browse repository at this point
Commits on Sep 22, 2017
src: do not include internals from node_buffer.h
Show description for 84063a7
addaleax
committed
84063a7
View commit details
Copy full SHA for 84063a7
View code at this point
Browse repository at this point
Commits on Sep 14, 2017
src: refactor `#include` handling
Show description for 290315a
addaleax
committed
290315a
View commit details
Copy full SHA for 290315a
View code at this point
Browse repository at this point
Commits on Jul 29, 2017
buffer: remove a wrongly added attribute specifier
Show description for 5796e44
hujiajie
authored and
refack
committed
5796e44
View commit details
Copy full SHA for 5796e44
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 Mar 19, 2016
buffer: fix buffer alignment restriction
Show description for 73fc440
ofrobots
committed
73fc440
View commit details
Copy full SHA for 73fc440
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 Mar 4, 2016
buffer: replace deprecated SetWeak usage
Show description for ebbbc5a
ofrobots
authored and
Ali Sheikh
committed
ebbbc5a
View commit details
Copy full SHA for ebbbc5a
View code at this point
Browse repository at this point
Commits on Sep 6, 2015
src: replace usage of v8::Handle with v8::Local
Show description for 4abc896
targos
authored and
rvagg
committed
4abc896
View commit details
Copy full SHA for 4abc896
View code at this point
Browse repository at this point
Commits on Aug 13, 2015
src: move internal functions out of node_buffer.h
Show description for b86211a
bnoordhuis
committed
b86211a
View commit details
Copy full SHA for b86211a
View code at this point
Browse repository at this point
src: plug memory leaks
Show description for 6457746
bnoordhuis
committed
6457746
View commit details
Copy full SHA for 6457746
View code at this point
Browse repository at this point
Commits on Aug 4, 2015
deps: update v8 to 4.4.63.9
Show description for 70d1f32
bnoordhuis
authored and
rvagg
committed
70d1f32
View commit details
Copy full SHA for 70d1f32
View code at this point
Browse repository at this point
buffer: make additional changes to native API
Show description for 8664084
trevnorris
authored and
rvagg
committed
8664084
View commit details
Copy full SHA for 8664084
View code at this point
Browse repository at this point
buffer: switch API to return MaybeLocal<T>
Show description for 36f78f4
trevnorris
authored and
rvagg
committed
36f78f4
View commit details
Copy full SHA for 36f78f4
View code at this point
Browse repository at this point
buffer: finish implementing FreeCallback
Show description for d75f5c8
trevnorris
authored and
rvagg
committed
d75f5c8
View commit details
Copy full SHA for d75f5c8
View code at this point
Browse repository at this point
buffer: implement Uint8Array backed Buffer
Show description for 63da0df
trevnorris
authored and
rvagg
committed
63da0df
View commit details
Copy full SHA for 63da0df
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
Commits on Feb 21, 2014
src: remove `node_isolate` from source
Show description for 75adde0
indutny
committed
75adde0
View commit details
Copy full SHA for 75adde0
View code at this point
Browse repository at this point
Commits on Feb 9, 2014
Merge remote-tracking branch 'upstream/v0.10'
Show description for eadb4f5
tjfontaine
committed
eadb4f5
View commit details
Copy full SHA for eadb4f5
View code at this point
Browse repository at this point
Commits on Feb 8, 2014
src: refactor buffer bounds checking
Show description for 5c832e4
tjfontaine
committed
5c832e4
View commit details
Copy full SHA for 5c832e4
View code at this point
Browse repository at this point
Commits on Sep 6, 2013
src: add multi-context support
Show description for 756b622
bnoordhuis
committed
756b622
View commit details
Copy full SHA for 756b622
View code at this point
Browse repository at this point
Commits on Aug 19, 2013
src: move includes inside include guard
Show description for 3e25ed9
bnoordhuis
committed
3e25ed9
View commit details
Copy full SHA for 3e25ed9
View code at this point
Browse repository at this point
Commits on Jul 31, 2013
src: lint c++ code
indutny
committed
8e29ce9
View commit details
Copy full SHA for 8e29ce9
View code at this point
Browse repository at this point
Commits on Jun 19, 2013
buffer: write strings directly from call
Show description for f5e13ae
trevnorris
committed
f5e13ae
View commit details
Copy full SHA for f5e13ae
View code at this point
Browse repository at this point
Commits on Jun 18, 2013
buffer: proper API export for Windows
Show description for 7373c4d
trevnorris
committed
7373c4d
View commit details
Copy full SHA for 7373c4d
View code at this point
Browse repository at this point
buffer: use smalloc as backing data store
Show description for 3a2f273
trevnorris
committed
3a2f273
View commit details
Copy full SHA for 3a2f273
View code at this point
Browse repository at this point
Commits on May 14, 2013
buffer: DRY string encoding using StringBytes
Show description for 119354f
isaacs
committed
119354f
View commit details
Copy full SHA for 119354f
View code at this point
Browse repository at this point
Commits on Feb 2, 2013
buffer: optimize Buffer.prototype.write(s, 'hex')
Show description for cd42f56
bnoordhuis
committed
cd42f56
View commit details
Copy full SHA for cd42f56
View code at this point
Browse repository at this point
Commits on Feb 1, 2013
buffer: optimize Buffer.prototype.toString('hex')
Show description for 3f65916
bnoordhuis
committed
3f65916
View commit details
Copy full SHA for 3f65916
View code at this point
Browse repository at this point
Commits on Jan 16, 2013
buffer: floating point read/write improvements
Show description for 22b84e6
trevnorris
authored and
isaacs
committed
22b84e6
View commit details
Copy full SHA for 22b84e6
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL