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 }}
ming-codes
/
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
lib
buffer.js
on
pathfix
User selector
All users
All time
Commit history
Commits on Aug 12, 2011
Incorporate endianness into buffer.read* function names instead of passing in a boolean flag
mscdex
authored and
bnoordhuis
committed
b7c23ac
View commit details
Copy full SHA for b7c23ac
View code at this point
Browse repository at this point
Commits on Aug 9, 2011
Make buffer.INSPECT_MAX_BYTES public for mscdex
ry
committed
2689d26
View commit details
Copy full SHA for 2689d26
View code at this point
Browse repository at this point
Truncate Buffer.inspect at 50 bytes
ry
committed
7332c40
View commit details
Copy full SHA for 7332c40
View code at this point
Browse repository at this point
Endian argument should be a boolean. Signed integers shouldn't run through checks for unsigned integers. Clean up jslint. Provide unchecked uint entry points.
rmustacc
authored and
ry
committed
0df08c6
View commit details
Copy full SHA for 0df08c6
View code at this point
Browse repository at this point
Commits on Jul 28, 2011
Lazy load a few modules
ry
committed
8527f00
View commit details
Copy full SHA for 8527f00
View code at this point
Browse repository at this point
Commits on Jul 23, 2011
Add an optional length argument to Buffer.write()
Show description for 50e147b
koichik
committed
50e147b
View commit details
Copy full SHA for 50e147b
View code at this point
Browse repository at this point
Commits on Jul 16, 2011
More accurite error messages when writing beyond the length of a Buffer.
Show description for 562b469
devongovett
authored and
koichik
committed
562b469
View commit details
Copy full SHA for 562b469
View code at this point
Browse repository at this point
Commits on May 16, 2011
Add reading/writing of floats and doubles from/to buffers
Show description for e505a12
mscdex
authored and
ry
committed
e505a12
View commit details
Copy full SHA for e505a12
View code at this point
Browse repository at this point
Commits on May 8, 2011
Merge branch 'v0.4'
Show description for 205b9be
isaacs
committed
205b9be
View commit details
Copy full SHA for 205b9be
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 May 1, 2011
Add reading/writing of C integers to buffers
rmustacc
authored and
ry
committed
9812e31
View commit details
Copy full SHA for 9812e31
View code at this point
Browse repository at this point
Commits on Apr 28, 2011
Fix SlowBuffer.write() with 'ucs2' throws ReferenceError.
koichik
authored and
ry
committed
fcc04e6
View commit details
Copy full SHA for fcc04e6
View code at this point
Browse repository at this point
Commits on Apr 4, 2011
Merge branch 'v0.4'
Show description for bfa9db9
ry
committed
bfa9db9
View commit details
Copy full SHA for bfa9db9
View code at this point
Browse repository at this point
Commits on Mar 29, 2011
Closes GH-843. Fix SlowBuffer.prototype.slice
ry
committed
038306a
View commit details
Copy full SHA for 038306a
View code at this point
Browse repository at this point
Commits on Mar 15, 2011
correct hexSlice end
ry
committed
6111c17
View commit details
Copy full SHA for 6111c17
View code at this point
Browse repository at this point
Fix invalid end handling for SlowBuffer#hexSlice
isaacs
authored and
ry
committed
3c9fb3e
View commit details
Copy full SHA for 3c9fb3e
View code at this point
Browse repository at this point
Fix buffer.toString('hex')
ry
committed
ab190d3
View commit details
Copy full SHA for ab190d3
View code at this point
Browse repository at this point
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 7, 2011
Closes GH-609 Support array-ish args to Buffer ctor
Show description for 2e6a263
isaacs
authored and
ry
committed
2e6a263
View commit details
Copy full SHA for 2e6a263
View code at this point
Browse repository at this point
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 27, 2011
Typos
Show description for 97e1374
ry
committed
97e1374
View commit details
Copy full SHA for 97e1374
View code at this point
Browse repository at this point
Commits on Dec 2, 2010
lint
ry
committed
db78043
View commit details
Copy full SHA for db78043
View code at this point
Browse repository at this point
Commits on Nov 30, 2010
buffer.copy targetStart defaults to 0
ry
committed
aed0ba3
View commit details
Copy full SHA for aed0ba3
View code at this point
Browse repository at this point
Document defaults for buffer.copy()
ry
committed
6d7242b
View commit details
Copy full SHA for 6d7242b
View code at this point
Browse repository at this point
Commits on Nov 23, 2010
Fix buffer.slice(0, 0)
ry
committed
4f32a59
View commit details
Copy full SHA for 4f32a59
View code at this point
Browse repository at this point
Commits on Nov 18, 2010
Make SlowBuffer pass Buffer.isBuffer test.
Stéphan Kochen
authored and
ry
committed
57eb5cb
View commit details
Copy full SHA for 57eb5cb
View code at this point
Browse repository at this point
Commits on Nov 2, 2010
Add legacy methods to Buffer
ry
committed
515f006
View commit details
Copy full SHA for 515f006
View code at this point
Browse repository at this point
Commits on Oct 18, 2010
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 Sep 14, 2010
Default value for second arg of Buffer#slice
ry
committed
77fc61d
View commit details
Copy full SHA for 77fc61d
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
Simplify fast buffer constructor
ry
committed
ba2e4a2
View commit details
Copy full SHA for ba2e4a2
View code at this point
Browse repository at this point
Improve long buffer test
ry
committed
3e9f636
View commit details
Copy full SHA for 3e9f636
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.