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 }}
ymd6
/
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 Jul 14, 2011
Merge branch 'v0.4'
Show description for 041c983
ry
committed
041c983
View commit details
Copy full SHA for 041c983
View code at this point
Browse repository at this point
Commits on Jul 13, 2011
Fix Buffer drops last null character in UTF-8
Show description for 5208abe
koichik
committed
5208abe
View commit details
Copy full SHA for 5208abe
View code at this point
Browse repository at this point
Commits on May 20, 2011
Merge branch 'v0.4'
Show description for 59274e8
ry
committed
59274e8
View commit details
Copy full SHA for 59274e8
View code at this point
Browse repository at this point
Commits on May 19, 2011
makeFastBuffer should not segfault but rather throw on non-buffer
ry
committed
5e409c2
View commit details
Copy full SHA for 5e409c2
View code at this point
Browse repository at this point
Commits on May 6, 2011
Add Buffer::fill method to do memset
Show description for 5e1b7ca
kkaefer
authored and
ry
committed
5e1b7ca
View commit details
Copy full SHA for 5e1b7ca
View code at this point
Browse repository at this point
Commits on Apr 14, 2011
Merge branch 'v0.4'
Show description for 598792b
ry
committed
598792b
View commit details
Copy full SHA for 598792b
View code at this point
Browse repository at this point
Commits on Apr 13, 2011
Fix Buffer.write() with UCS-2 should not be write partial char
Show description for 9533e87
koichik
authored and
ry
committed
9533e87
View commit details
Copy full SHA for 9533e87
View code at this point
Browse repository at this point
Commits on Mar 22, 2011
Merge branch 'v0.4'
Show description for 7a8c729
ry
committed
7a8c729
View commit details
Copy full SHA for 7a8c729
View code at this point
Browse repository at this point
Guard failed buffer constructions.
Show description for 8b33a1d
ry
committed
8b33a1d
View commit details
Copy full SHA for 8b33a1d
View code at this point
Browse repository at this point
Commits on Mar 15, 2011
Merge branch 'v0.4'
Show description for 247d880
ry
committed
247d880
View commit details
Copy full SHA for 247d880
View code at this point
Browse repository at this point
Update copyright headers
ry
committed
55048cd
View commit details
Copy full SHA for 55048cd
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.