Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
node
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hamidreza Anbaraki
node
Commits
10d8adb0
Commit
10d8adb0
authored
14 years ago
by
Ryan Dahl
Browse files
Options
Downloads
Patches
Plain Diff
bump version
parent
9c853578
Loading
Loading
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
AUTHORS
+2
-0
2 additions, 0 deletions
AUTHORS
ChangeLog
+16
-1
16 additions, 1 deletion
ChangeLog
doc/api_header.html
+1
-1
1 addition, 1 deletion
doc/api_header.html
doc/index.html
+2
-2
2 additions, 2 deletions
doc/index.html
wscript
+1
-1
1 addition, 1 deletion
wscript
with
22 additions
and
5 deletions
AUTHORS
+
2
−
0
View file @
10d8adb0
...
...
@@ -83,3 +83,5 @@ Andrew Johnston <apjohnsto@gmail.com>
Brian White <mscdex@mscdex.net>
Aapo Laitinen <aapo.laitinen@iki.fi>
Sam Hughes <sam@samuelhughes.com>
Orlando Vazquez <ovazquez@gmail.com>
Raffaele Sena <raff367@gmail.com>
This diff is collapsed.
Click to expand it.
ChangeLog
+
16
−
1
View file @
10d8adb0
2010.05.29, Version 0.1.97
2010.06.11, Version 0.1.98
* Port to Windows/Cygwin (Raffaele Sena)
* File descriptor passing on unix sockets. (Peter Griess)
* Simple, builtin readline library. REPL is now entered by
executing "node" without arguments.
* Add a parameter to spawn() that sets the child's stdio file
descriptors.
* Upgrade V8 to 2.2.16, http-parser fixes, upgrade c-ares to 1.7.3.
2010.05.29, Version 0.1.97, 0c1aa36835fa6a3557843dcbc6ed6714d353a783
* HTTP throttling: outgoing messages emit 'drain' and write() returns false
when send buffer is full.
...
...
This diff is collapsed.
Click to expand it.
doc/api_header.html
+
1
−
1
View file @
10d8adb0
...
...
@@ -295,7 +295,7 @@
<body>
<div
id=
"toc"
>
<div
id=
"toctitle"
>
Node v0.1.9
7
</div>
<div
id=
"toctitle"
>
Node v0.1.9
8
</div>
<noscript>
JavaScript must be enabled in your browser to display the table of contents.
</noscript>
</div>
<div
id=
'man'
>
...
...
This diff is collapsed.
Click to expand it.
doc/index.html
+
2
−
2
View file @
10d8adb0
...
...
@@ -92,8 +92,8 @@ net.createServer(function (socket) {
<a
href=
"http://github.com/ry/node/tree/master"
>
git repo
</a>
</p>
<p>
2010.0
5.29
<a
href=
"http://nodejs.org/dist/node-v0.1.9
7
.tar.gz"
>
node-v0.1.9
7
.tar.gz
</a>
2010.0
6.11
<a
href=
"http://nodejs.org/dist/node-v0.1.9
8
.tar.gz"
>
node-v0.1.9
8
.tar.gz
</a>
</p>
<p>
Historical:
<a
href=
"http://nodejs.org/dist"
>
versions
</a>
,
<a
href=
"http://nodejs.org/docs"
>
docs
</a></p>
...
...
This diff is collapsed.
Click to expand it.
wscript
+
1
−
1
View file @
10d8adb0
...
...
@@ -7,7 +7,7 @@ from os.path import join, dirname, abspath
from
logging
import
fatal
cwd
=
os
.
getcwd
()
VERSION
=
"
0.1.9
7
"
VERSION
=
"
0.1.9
8
"
APPNAME
=
"
node.js
"
import
js2c
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment