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 }}
shadowbrain
/
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.h
on
master
User selector
All users
All time
Commit history
Commits on Jun 14, 2011
Remove confusing comment in node_buffer.h
ry
committed
5fd9adc
View commit details
Copy full SHA for 5fd9adc
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 Mar 15, 2011
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 Mar 10, 2011
Buffer::Length(Buffer*) should not invoke itself recursively.
Show description for 594642b
bnoordhuis
authored and
ry
committed
594642b
View commit details
Copy full SHA for 594642b
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 5, 2011
Add C++ Buffer migration tips
ry
committed
468042f
View commit details
Copy full SHA for 468042f
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 Nov 1, 2010
Remove old buffer api
ry
committed
41c1563
View commit details
Copy full SHA for 41c1563
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
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 11, 2010
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
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 9, 2010
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
Work to get C++ fast buffers. incomplete
ry
committed
1cf538a
View commit details
Copy full SHA for 1cf538a
View code at this point
Browse repository at this point
Fix buffer binding
ry
committed
565d862
View commit details
Copy full SHA for 565d862
View code at this point
Browse repository at this point
FastBuffer implementation. API needs migration
tim-smart
authored and
ry
committed
746d487
View commit details
Copy full SHA for 746d487
View code at this point
Browse repository at this point
Commits on Aug 21, 2010
Improve appendix markdown
ry
committed
488aff0
View commit details
Copy full SHA for 488aff0
View code at this point
Browse repository at this point
Commits on Jul 23, 2010
Implement buffer.write for base64
Show description for 2c1ca40
ry
committed
2c1ca40
View commit details
Copy full SHA for 2c1ca40
View code at this point
Browse repository at this point
Implement buffer.toString('base64')
ry
committed
528015e
View commit details
Copy full SHA for 528015e
View code at this point
Browse repository at this point
Commits on May 24, 2010
Create a public Buffer constructor for use in addons.
ry
committed
3768aaa
View commit details
Copy full SHA for 3768aaa
View code at this point
Browse repository at this point
Commits on May 20, 2010
Make buffer's c++ constructor public
ry
committed
44ad6a7
View commit details
Copy full SHA for 44ad6a7
View code at this point
Browse repository at this point
Commits on Apr 5, 2010
Blob struct should not contain actual data
Show description for 85487c8
ry
committed
85487c8
View commit details
Copy full SHA for 85487c8
View code at this point
Browse repository at this point
Add buffer.copy
ry
committed
b72ffc0
View commit details
Copy full SHA for b72ffc0
View code at this point
Browse repository at this point
Commits on Mar 20, 2010
Add legacy 'binary' encoding/decoding methods to Buffer
ry
committed
ac684f3
View commit details
Copy full SHA for ac684f3
View code at this point
Browse repository at this point
Commits on Mar 19, 2010
Buffer.utf8ByteLength -> Buffer.byteLength
ry
committed
3a993d8
View commit details
Copy full SHA for 3a993d8
View code at this point
Browse repository at this point
Commits on Feb 3, 2010
Inline Buffer::HasInstance
ry
committed
1660db6
View commit details
Copy full SHA for 1660db6
View code at this point
Browse repository at this point
Commits on Feb 1, 2010
Rename Buffer.utf8Length to Buffer.utf8ByteLength
ry
committed
4f56d8a
View commit details
Copy full SHA for 4f56d8a
View code at this point
Browse repository at this point
Commits on Jan 29, 2010
Add buffer.unpack
ry
committed
7855316
View commit details
Copy full SHA for 7855316
View code at this point
Browse repository at this point
Commits on Jan 27, 2010
Reimplment Buffers
ry
committed
bf803f4
View commit details
Copy full SHA for bf803f4
View code at this point
Browse repository at this point
Commits on Jan 26, 2010
HTTP works somewhat on net2 now
Show description for 741e3fa
ry
committed
741e3fa
View commit details
Copy full SHA for 741e3fa
View code at this point
Browse repository at this point
Commits on Jan 24, 2010
Expose buffer_root()
ry
committed
bffa18b
View commit details
Copy full SHA for bffa18b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.