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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
repos-javascript
/
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
fast-buffer
User selector
All users
All time
Commit history
Commits on Sep 8, 2010
Rename SlowBuffer in binding
ry
committed
945a65a
View commit details
Copy full SHA for 945a65a
View code at this point
Browse repository at this point
Remove blobs, simplify SlowBuffer
Show description for 37bc151
ry
committed
37bc151
View commit details
Copy full SHA for 37bc151
View code at this point
Browse repository at this point
Remove dead code
ry
committed
fdd8830
View commit details
Copy full SHA for fdd8830
View code at this point
Browse repository at this point
Fix big string bug
ry
committed
18e0c8a
View commit details
Copy full SHA for 18e0c8a
View code at this point
Browse repository at this point
Remove fancy SlowBuffer constructor
ry
committed
32d564d
View commit details
Copy full SHA for 32d564d
View code at this point
Browse repository at this point
Fix ByteLength hangup
ry
committed
8a2b629
View commit details
Copy full SHA for 8a2b629
View code at this point
Browse repository at this point
Fix base64 write for buffers
ry
committed
ddeca00
View commit details
Copy full SHA for ddeca00
View code at this point
Browse repository at this point
remove unnecessary casts
ry
committed
dd677f2
View commit details
Copy full SHA for dd677f2
View code at this point
Browse repository at this point
More fast buffer work
ry
committed
13c6d30
View commit details
Copy full SHA for 13c6d30
View code at this point
Browse repository at this point
fast buffer bounds checking in copy()
ry
committed
965b4a1
View commit details
Copy full SHA for 965b4a1
View code at this point
Browse repository at this point
Work to get C++ fast buffers. incomplete
ry
committed
74d73e7
View commit details
Copy full SHA for 74d73e7
View code at this point
Browse repository at this point
Fix buffer binding
ry
committed
f6b8cb9
View commit details
Copy full SHA for f6b8cb9
View code at this point
Browse repository at this point
FastBuffer implementation. API needs migration
tim-smart
authored and
ry
committed
13316e1
View commit details
Copy full SHA for 13316e1
View code at this point
Browse repository at this point
Commits on Aug 27, 2010
Safe Constructor: Buffer
ry
committed
f86ad16
View commit details
Copy full SHA for f86ad16
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 Aug 4, 2010
Fix toString('base64') bug
Show description for 7db5c8a
ry
committed
7db5c8a
View commit details
Copy full SHA for 7db5c8a
View code at this point
Browse repository at this point
Commits on Jul 30, 2010
Fix style
ry
committed
c38dd24
View commit details
Copy full SHA for c38dd24
View code at this point
Browse repository at this point
Buffer: graciously handle padding in base64-encoded input.
bnoordhuis
authored and
ry
committed
f72ac17
View commit details
Copy full SHA for f72ac17
View code at this point
Browse repository at this point
Commits on Jul 29, 2010
Fix ending \0 in base64 decoding
ry
committed
f291fbc
View commit details
Copy full SHA for f291fbc
View code at this point
Browse repository at this point
Commits on Jul 28, 2010
Buffer: adjust buffer size so the base64-decoded input fits snugly.
Show description for 95638c9
bnoordhuis
authored and
ry
committed
95638c9
View commit details
Copy full SHA for 95638c9
View code at this point
Browse repository at this point
Commits on Jul 26, 2010
Constify read-only global data
Show description for eeaf1ef
d0k
committed
eeaf1ef
View commit details
Copy full SHA for eeaf1ef
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 Jul 15, 2010
Buffer.copy() should liberally allow empty copies.
pgriess
authored and
ry
committed
e7c4f8c
View commit details
Copy full SHA for e7c4f8c
View code at this point
Browse repository at this point
Buffer('') should create a 0-length buffer
pgriess
authored and
ry
committed
b64a521
View commit details
Copy full SHA for b64a521
View code at this point
Browse repository at this point
Commits on Jul 14, 2010
Move Buffer to extension model.
pquerna
authored and
ry
committed
82daa46
View commit details
Copy full SHA for 82daa46
View code at this point
Browse repository at this point
Commits on Jun 30, 2010
fix whitespace errors
bmizerany
authored and
ry
committed
8c85340
View commit details
Copy full SHA for 8c85340
View code at this point
Browse repository at this point
On overlapping buffers use memmove
mranney
authored and
ry
committed
02ed0ec
View commit details
Copy full SHA for 02ed0ec
View code at this point
Browse repository at this point
Revert "Buffer.copy should copy through sourceEnd, as specified."
Show description for 5e86d01
ry
committed
5e86d01
View commit details
Copy full SHA for 5e86d01
View code at this point
Browse repository at this point
Commits on Jun 25, 2010
Buffer.copy should copy through sourceEnd, as specified.
Show description for a2f70da
mranney
authored and
ry
committed
a2f70da
View commit details
Copy full SHA for a2f70da
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 17, 2010
Support arrays and strings in buffer constructor
Show description for 0a53986
felixge
authored and
ry
committed
0a53986
View commit details
Copy full SHA for 0a53986
View code at this point
Browse repository at this point
Commits on May 10, 2010
Revert "Check for strings.h"
Show description for 8e5b91c
ry
committed
8e5b91c
View commit details
Copy full SHA for 8e5b91c
View code at this point
Browse repository at this point
Check for strings.h
ry
committed
032f651
View commit details
Copy full SHA for 032f651
View code at this point
Browse repository at this point
Commits on May 1, 2010
Fixed/Completed buffer copy range checks.
kriskowal
authored and
ry
committed
8d1f118
View commit details
Copy full SHA for 8d1f118
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.