Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
gpapilion
/
node
Public
forked from
nodejs/node-v0.x-archive
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
master
User selector
All users
All time
Commit history
Commits on Feb 20, 2011
Closes GH-695 Add 'hex' encoding to Buffer
isaacs
authored and
ry
committed
0aa1a8a
View commit details
Copy full SHA for 0aa1a8a
View code at this point
Browse repository at this point
Commits on Feb 15, 2011
Revert "buffer.toString() shouldn't include null values"
Show description for 0474ce6
ry
committed
0474ce6
View commit details
Copy full SHA for 0474ce6
View code at this point
Browse repository at this point
Commits on Feb 14, 2011
buffer.toString() shouldn't include null values
ry
committed
909a5b3
View commit details
Copy full SHA for 909a5b3
View code at this point
Browse repository at this point
Commits on Feb 7, 2011
UCS-2 support
Show description for 9e101f2
kkaefer
authored and
ry
committed
9e101f2
View commit details
Copy full SHA for 9e101f2
View code at this point
Browse repository at this point
Commits on Jan 18, 2011
Clean up the way windows headers are included
Show description for e0f47be
piscisaureus
committed
e0f47be
View commit details
Copy full SHA for e0f47be
View code at this point
Browse repository at this point
Commits on Dec 20, 2010
Fix whitespace errors introduced by porting efforts
piscisaureus
committed
4a2cb07
View commit details
Copy full SHA for 4a2cb07
View code at this point
Browse repository at this point
Fix header files for node_buffer.cc
piscisaureus
committed
6d1af51
View commit details
Copy full SHA for 6d1af51
View code at this point
Browse repository at this point
Commits on Dec 3, 2010
Check buffer length using string length
Show description for fcc3812
brapse
authored and
ry
committed
fcc3812
View commit details
Copy full SHA for fcc3812
View code at this point
Browse repository at this point
Commits on Nov 24, 2010
Allocations with new[] must be freed with delete[].
Show description for 6285fac
thughes
authored and
ry
committed
6285fac
View commit details
Copy full SHA for 6285fac
View code at this point
Browse repository at this point
Commits on Nov 21, 2010
Revert "Merge branch 'writev'"
Show description for 2320497
ry
committed
2320497
View commit details
Copy full SHA for 2320497
View code at this point
Browse repository at this point
Commits on Nov 20, 2010
Inline Buffer::Length and Buffer::Data
ry
committed
56074d1
View commit details
Copy full SHA for 56074d1
View code at this point
Browse repository at this point
Commits on Nov 19, 2010
Small clean ups
ry
committed
3884b41
View commit details
Copy full SHA for 3884b41
View code at this point
Browse repository at this point
Support encoding
ry
committed
d74c506
View commit details
Copy full SHA for d74c506
View code at this point
Browse repository at this point
Commits on Oct 26, 2010
Add C++ API for constructing fast buffer from string
ry
committed
dcc4fff
View commit details
Copy full SHA for dcc4fff
View code at this point
Browse repository at this point
Commits on Oct 22, 2010
Provide a C++ Buffer constructor for external storage.
Show description for dd52737
Stéphan Kochen
authored and
ry
committed
dd52737
View commit details
Copy full SHA for dd52737
View code at this point
Browse repository at this point
Generalize Buffer::Copy to work with all unsigned byte external data.
Stéphan Kochen
authored and
ry
committed
b3e60c7
View commit details
Copy full SHA for b3e60c7
View code at this point
Browse repository at this point
Simplify things by using `*ArrayData` everywhere.
Stéphan Kochen
authored and
ry
committed
d5e9661
View commit details
Copy full SHA for d5e9661
View code at this point
Browse repository at this point
Remove old interface remains from Buffer.
Show description for d9b08d6
Stéphan Kochen
authored and
ry
committed
d9b08d6
View commit details
Copy full SHA for d9b08d6
View code at this point
Browse repository at this point
Commits on Oct 18, 2010
unbase64 skips over *any* illegal chars
xk
authored and
ry
committed
c735b46
View commit details
Copy full SHA for c735b46
View code at this point
Browse repository at this point
base64 decode should handle whitespace
ry
committed
cf1db4f
View commit details
Copy full SHA for cf1db4f
View code at this point
Browse repository at this point
Commits on Oct 11, 2010
Fix return in Buffer::New
ry
committed
9d248f6
View commit details
Copy full SHA for 9d248f6
View code at this point
Browse repository at this point
Add char* constructor for Buffer
ry
committed
0cf03ab
View commit details
Copy full SHA for 0cf03ab
View code at this point
Browse repository at this point
Commits on Oct 9, 2010
Fix a few compiler warnings...
ry
committed
fe74283
View commit details
Copy full SHA for fe74283
View code at this point
Browse repository at this point
Warnings for new C++ buffer API
ry
committed
b5359e4
View commit details
Copy full SHA for b5359e4
View code at this point
Browse repository at this point
Commits on Sep 29, 2010
Safe constructor for ObjectWrapped classes
Show description for 55c65cc
bnoordhuis
authored and
ry
committed
55c65cc
View commit details
Copy full SHA for 55c65cc
View code at this point
Browse repository at this point
Commits on Sep 9, 2010
Rename SlowBuffer in binding
ry
committed
b8bfbda
View commit details
Copy full SHA for b8bfbda
View code at this point
Browse repository at this point
Remove blobs, simplify SlowBuffer
Show description for 5bc4efe
ry
committed
5bc4efe
View commit details
Copy full SHA for 5bc4efe
View code at this point
Browse repository at this point
Remove dead code
ry
committed
380d128
View commit details
Copy full SHA for 380d128
View code at this point
Browse repository at this point
Fix big string bug
ry
committed
efc7237
View commit details
Copy full SHA for efc7237
View code at this point
Browse repository at this point
Remove fancy SlowBuffer constructor
ry
committed
71d67db
View commit details
Copy full SHA for 71d67db
View code at this point
Browse repository at this point
Fix ByteLength hangup
ry
committed
6135941
View commit details
Copy full SHA for 6135941
View code at this point
Browse repository at this point
Fix base64 write for buffers
ry
committed
ececd92
View commit details
Copy full SHA for ececd92
View code at this point
Browse repository at this point
remove unnecessary casts
ry
committed
1f947f7
View commit details
Copy full SHA for 1f947f7
View code at this point
Browse repository at this point
More fast buffer work
ry
committed
7b772f3
View commit details
Copy full SHA for 7b772f3
View code at this point
Browse repository at this point
fast buffer bounds checking in copy()
ry
committed
d5bdda7
View commit details
Copy full SHA for d5bdda7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.