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 }}
mamacker
/
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_file.cc
on
pointer_bindings
User selector
All users
All time
Commit history
Commits on Jan 18, 2011
Misc. cleanups
Show description for c99962e
piscisaureus
committed
c99962e
View commit details
Copy full SHA for c99962e
View code at this point
Browse repository at this point
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
Re-enable stat watchers on windows
Show description for bea5e6e
piscisaureus
committed
bea5e6e
View commit details
Copy full SHA for bea5e6e
View code at this point
Browse repository at this point
Use unicode and bigfile aware stat/fstat
piscisaureus
committed
f48c36f
View commit details
Copy full SHA for f48c36f
View code at this point
Browse repository at this point
Don't break the linux build
piscisaureus
committed
03a74ef
View commit details
Copy full SHA for 03a74ef
View code at this point
Browse repository at this point
On windows, there's no support (yet) for chown and symlink functions
piscisaureus
committed
1937c5e
View commit details
Copy full SHA for 1937c5e
View code at this point
Browse repository at this point
On windows, stat() doesn't give you block (size) info
piscisaureus
committed
51c6867
View commit details
Copy full SHA for 51c6867
View code at this point
Browse repository at this point
On windows, mkdir() doesn't take a mode parameter
piscisaureus
committed
f9a74a2
View commit details
Copy full SHA for f9a74a2
View code at this point
Browse repository at this point
Fix fsync/fdatasync for windows
piscisaureus
committed
8fc3bac
View commit details
Copy full SHA for 8fc3bac
View code at this point
Browse repository at this point
On windows use eio__pread and eio__pwrite (hack)
piscisaureus
committed
fae7b81
View commit details
Copy full SHA for fae7b81
View code at this point
Browse repository at this point
Include windows.h in node_file.cc
piscisaureus
committed
c7f0341
View commit details
Copy full SHA for c7f0341
View code at this point
Browse repository at this point
Stat watchers don't work on windows yet
piscisaureus
committed
81b26dc
View commit details
Copy full SHA for 81b26dc
View code at this point
Browse repository at this point
Commits on Nov 17, 2010
Add ref to buffer during fs.write and fs.read
Show description for cea3a95
ry
committed
cea3a95
View commit details
Copy full SHA for cea3a95
View code at this point
Browse repository at this point
Commits on Oct 30, 2010
Fix argv[6] comment in node_file
ry
committed
016fdab
View commit details
Copy full SHA for 016fdab
View code at this point
Browse repository at this point
Rewrite libeio After callback to use req->result instead of req->errorno for error checking
miksago
authored and
ry
committed
98e7d35
View commit details
Copy full SHA for 98e7d35
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
Commits on Sep 9, 2010
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
Commits on Jul 14, 2010
Move the Stat structure functions to node_file.cc
Show description for ace2be8
pquerna
authored and
ry
committed
ace2be8
View commit details
Copy full SHA for ace2be8
View code at this point
Browse repository at this point
Commits on Jul 12, 2010
Coverity fixes: src/node_file
pgriess
authored and
ry
committed
760fb17
View commit details
Copy full SHA for 760fb17
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
Commits on Jun 28, 2010
Added new API to Script, and implemented it in the REPL
cha0s
authored and
ry
committed
242161b
View commit details
Copy full SHA for 242161b
View code at this point
Browse repository at this point
Commits on May 26, 2010
Adding experimental support for fs.chown and fs.chownSync.
Show description for d89de07
miksago
authored and
ry
committed
d89de07
View commit details
Copy full SHA for d89de07
View code at this point
Browse repository at this point
Commits on May 20, 2010
Deprecate string interface for fs.read()
Show description for c93e0aa
felixge
authored and
ry
committed
c93e0aa
View commit details
Copy full SHA for c93e0aa
View code at this point
Browse repository at this point
Revert "Deprecate string interface for fs.read()"
Show description for e84395f
ry
committed
e84395f
View commit details
Copy full SHA for e84395f
View code at this point
Browse repository at this point
Deprecate string interface for fs.read()
Show description for cbbf9e4
felixge
authored and
ry
committed
cbbf9e4
View commit details
Copy full SHA for cbbf9e4
View code at this point
Browse repository at this point
Commits on May 19, 2010
Minor style changes for fs.write code
ry
committed
d8af9d8
View commit details
Copy full SHA for d8af9d8
View code at this point
Browse repository at this point
Deprecate string interface for fs.write()
Show description for c46cbe0
felixge
authored and
ry
committed
c46cbe0
View commit details
Copy full SHA for c46cbe0
View code at this point
Browse repository at this point
Commits on May 15, 2010
Added better error messages for async and sync fs calls with paths
tj
authored and
ry
committed
45948e0
View commit details
Copy full SHA for 45948e0
View code at this point
Browse repository at this point
Added posix fsync and fdatasync to fs module
billywhizz
authored and
ry
committed
9599607
View commit details
Copy full SHA for 9599607
View code at this point
Browse repository at this point
Commits on May 12, 2010
Support for fstat(2) through fs.fstat() and fs.fstatSync(). Added test cases, updated documentation.
Ben Noordhuis
authored and
ry
committed
c6c77d5
View commit details
Copy full SHA for c6c77d5
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 3, 2010
Implement writeSync for buffers
Show description for ea37d98
ry
committed
ea37d98
View commit details
Copy full SHA for ea37d98
View code at this point
Browse repository at this point
Implement fs.readSync for buffers
ry
committed
3202bce
View commit details
Copy full SHA for 3202bce
View code at this point
Browse repository at this point
Implement fs.read() for Buffers (again)
ry
committed
d76091d
View commit details
Copy full SHA for d76091d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.