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 }}
feidianbo
/
node
Public
forked from
nodejs/node-v0.x-archive
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
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
master
User selector
All users
All time
Commit history
Commits on Mar 8, 2012
Merge branch 'v0.6'
piscisaureus
committed
31ad1d2
View commit details
Copy full SHA for 31ad1d2
View code at this point
Browse repository at this point
Windows: include syscall in fs errors
piscisaureus
committed
3733a85
View commit details
Copy full SHA for 3733a85
View code at this point
Browse repository at this point
Commits on Mar 3, 2012
First arg to fs.fchown is an int, not a string
Show description for 4053c01
isaacs
committed
4053c01
View commit details
Copy full SHA for 4053c01
View code at this point
Browse repository at this point
Commits on Feb 6, 2012
Revert support for isolates.
Show description for 74a8215
bnoordhuis
committed
74a8215
View commit details
Copy full SHA for 74a8215
View code at this point
Browse repository at this point
Commits on Jan 31, 2012
more specific fs error messages
tj
authored and
isaacs
committed
26bfb6b
View commit details
Copy full SHA for 26bfb6b
View code at this point
Browse repository at this point
Commits on Jan 20, 2012
fs, handle_wrap: use Loop(), not uv_default_loop()
Show description for 4e52477
bnoordhuis
committed
4e52477
View commit details
Copy full SHA for 4e52477
View code at this point
Browse repository at this point
fs: don't assert on uv_fs_*() errors
Show description for 2156e5e
Shigeki Ohtsu
authored and
bnoordhuis
committed
2156e5e
View commit details
Copy full SHA for 2156e5e
View code at this point
Browse repository at this point
Commits on Dec 29, 2011
Add node::Loop() and don't inc node_isolate.h in *.cc
Show description for 20ba454
ry
authored and
bnoordhuis
committed
20ba454
View commit details
Copy full SHA for 20ba454
View code at this point
Browse repository at this point
Remove node_isolate.h from node.h
ry
authored and
bnoordhuis
committed
f168f7d
View commit details
Copy full SHA for f168f7d
View code at this point
Browse repository at this point
node_file.cc should use NODE_LOOP()
ry
authored and
bnoordhuis
committed
a0f3eb0
View commit details
Copy full SHA for a0f3eb0
View code at this point
Browse repository at this point
Commits on Dec 16, 2011
Merge remote branch 'origin/v0.6'
Show description for 1865b11
ry
committed
1865b11
View commit details
Copy full SHA for 1865b11
View code at this point
Browse repository at this point
Remove platform files, and use uv platform api
Igor Zinkovsky
committed
500c8f4
View commit details
Copy full SHA for 500c8f4
View code at this point
Browse repository at this point
Commits on Dec 13, 2011
fs: fix typo in error message
bnoordhuis
committed
e90db17
View commit details
Copy full SHA for e90db17
View code at this point
Browse repository at this point
Commits on Dec 7, 2011
move global vars for node_file.cc, node_zlib.cc, and node_crypto.cc
ry
committed
e53e9c7
View commit details
Copy full SHA for e53e9c7
View code at this point
Browse repository at this point
Commits on Dec 2, 2011
Rename FSError to UVException and move to node.cc
piscisaureus
authored and
Bert Belder
committed
823a443
View commit details
Copy full SHA for 823a443
View code at this point
Browse repository at this point
Commits on Dec 1, 2011
fs: fix typo in function names
Show description for 9b4e8e0
bnoordhuis
committed
9b4e8e0
View commit details
Copy full SHA for 9b4e8e0
View code at this point
Browse repository at this point
Commits on Nov 25, 2011
Fs: use strncmp instead of memcmp for comparing strings
piscisaureus
committed
5b014e0
View commit details
Copy full SHA for 5b014e0
View code at this point
Browse repository at this point
Enable long paths on windows
Author: Igor Zinkovsky
authored and
piscisaureus
committed
1f16a7b
View commit details
Copy full SHA for 1f16a7b
View code at this point
Browse repository at this point
Commits on Nov 9, 2011
Remove stray NODE_MODULE() semi-colons.
bnoordhuis
committed
cdcb111
View commit details
Copy full SHA for cdcb111
View code at this point
Browse repository at this point
Commits on Sep 14, 2011
remove SetCloseOnExec
Igor Zinkovsky
authored and
ry
committed
6cb1540
View commit details
Copy full SHA for 6cb1540
View code at this point
Browse repository at this point
Upgrade libuv to 4197fc7
Show description for a6ef3eb
ry
committed
a6ef3eb
View commit details
Copy full SHA for a6ef3eb
View code at this point
Browse repository at this point
Commits on Sep 8, 2011
Enable link, symlink, and readlink on windows
Igor Zinkovsky
authored and
ry
committed
65e6ba9
View commit details
Copy full SHA for 65e6ba9
View code at this point
Browse repository at this point
Commits on Sep 6, 2011
file: translate libuv error codes to errno names
Show description for 56efe9c
bnoordhuis
committed
56efe9c
View commit details
Copy full SHA for 56efe9c
View code at this point
Browse repository at this point
file: fix errno propagation in sync fs calls
Show description for 2d9ab49
bnoordhuis
committed
2d9ab49
View commit details
Copy full SHA for 2d9ab49
View code at this point
Browse repository at this point
Commits on Sep 5, 2011
fix test-fs-realpath
isaacs
authored and
ry
committed
ef523e5
View commit details
Copy full SHA for ef523e5
View code at this point
Browse repository at this point
internal fs functions called with this == ReqWrap
ry
committed
fcfec07
View commit details
Copy full SHA for fcfec07
View code at this point
Browse repository at this point
Return ReqWrap from internal fs functions
ry
committed
39ea274
View commit details
Copy full SHA for 39ea274
View code at this point
Browse repository at this point
Fix test-fs-error-messages.js
ry
committed
f5e486e
View commit details
Copy full SHA for f5e486e
View code at this point
Browse repository at this point
Commits on Sep 4, 2011
Upgrade libuv to 142a702
ry
committed
17021ea
View commit details
Copy full SHA for 17021ea
View code at this point
Browse repository at this point
fix windows build break
Igor Zinkovsky
authored and
piscisaureus
committed
29e929d
View commit details
Copy full SHA for 29e929d
View code at this point
Browse repository at this point
enable missing fs functions on windows
Igor Zinkovsky
authored and
ry
committed
a3d7782
View commit details
Copy full SHA for a3d7782
View code at this point
Browse repository at this point
fix async readdir
Igor Zinkovsky
authored and
ry
committed
ee048aa
View commit details
Copy full SHA for ee048aa
View code at this point
Browse repository at this point
Commits on Aug 31, 2011
Upgrade libuv to ea4271f
Show description for 21cc4c4
ry
committed
21cc4c4
View commit details
Copy full SHA for 21cc4c4
View code at this point
Browse repository at this point
Commits on Aug 30, 2011
Use new uv_fs_ apis
Show description for bce41fa
Igor Zinkovsky
authored and
ry
committed
bce41fa
View commit details
Copy full SHA for bce41fa
View code at this point
Browse repository at this point
upgrade libuv to a6ed175
ry
committed
1088638
View commit details
Copy full SHA for 1088638
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.