Ryan Dahl
d9b0eb3922
Remove references to wait() in docs
15 years ago
Ryan Dahl
df94c763ae
documentation clean up
15 years ago
Ryan Dahl
f57b0e993b
Add asciidoc-xhtml11.js for use with asciidoc 8.5.1
15 years ago
Ryan Dahl
5013bf1781
API: OutgoingMessage.prototype.finish() renamed to close()
15 years ago
Tim Caswell
6115df6338
File API tweaks
- Rename fs.cat to fs.readFile
- Move file.write to fs.writeFile
- Allow strings for the flag argument to fs.open
("r", "r+", "w", "w+", "a", "a+")
- Remove the unused 'File' module / class
15 years ago
Ryan Dahl
ae85d9af97
API: Make request/response object closer to stream interface
- sendBody() renamed to write()
- 'body' event renamed to 'data'
- 'complete' event renamed to 'end'
15 years ago
isaacs
46a47d2799
Add some puts() to test-multipart.js to show what it's doing.
15 years ago
Ryan Dahl
5468173ce9
[debug] Give debug_watcher maximum priority
15 years ago
Ryan Dahl
4322523fcf
[debug] Use ProcessDebugMessage() instead of executing empty script
And don't use --debugger_auto_break v8 flag, it seems unnecessary.
15 years ago
Jérémy Lal
5a08a5653c
Calculate page size with getpagesize for armel
15 years ago
Ryan Dahl
ecd61742a1
Throw from connection.connect if resolving.
Bug reported by James Golick.
15 years ago
Ryan Dahl
23cf502db7
API: connection.send() renamed to connection.write()
15 years ago
Ryan Dahl
1bf46d1536
Revert "Add process.startTime"
Unnecessary
This reverts commit 896cef23c4
.
15 years ago
Zoka
fbef11b679
Use InstanceTemplate() instead of PrototypeTemplate() for accessor methods
This fixes crash that used to happen when Eclipse debugging session hits the
breakpoint that is set either in timer or connection callback.
15 years ago
Felix Geisendörfer
490cac0d7e
Fix Promise.wait() for fired promises
Failure introduced in 80ace36e4c
15 years ago
Jonas Pfenniger
80ace36e4c
Added failing test: promise.wait() after promise.emitXXX()
15 years ago
Ryan Dahl
95fd370096
Remove unused variable
15 years ago
Yuichiro MASUI
1793ee1c80
Fixed: promise late chain
15 years ago
Mark Hansen
98e61db216
sys.inspect(Date) now shows the date value
15 years ago
visionmedia
9c6263bff8
Added multiple arg support for sys.puts(), print(), etc.
15 years ago
Ryan Dahl
b82ef28d9d
Rename 'posix' module to 'fs'
15 years ago
Ryan Dahl
896cef23c4
Add process.startTime
15 years ago
Ryan Dahl
bc17d94a0a
API: tcp events 'receive' to 'data', 'eof' to 'end'
No deprecation messages. Not sure how...
15 years ago
Ryan Dahl
7d428a7741
s/tinyclouds.org/nodejs.org/
15 years ago
Ryan Dahl
b20c343a7a
Fix whitespace and warnings in node.cc
15 years ago
Felix Geisendörfer
211e82e8d9
Simple test case for require.async()
This is to make sure this doesn't break after implementing the new
truly sync require() function.
15 years ago
Felix Geisendörfer
6c94b8e4e4
Implemented posix.catSync()
15 years ago
Ryan Dahl
1b42276851
Small clean up to test-timers.js
15 years ago
Ryan Dahl
cd41e30bcc
Return chunk & bytes read for posix.readSync()
15 years ago
Felix Geisendörfer
b02b54e003
Fix: Module cache did not propagate
This patch makes sure nested modules are available in their parents
cache. The module simplification broke this behavior.
See:
http://groups.google.com/group/nodejs/browse_thread/thread/e875132469547d2
b73f61a137
15 years ago
Ryan Dahl
dc01587c6c
Merge branch 'master' into net2
15 years ago
masuidrive
3337e9da1a
Build system: support spaces in directory names
15 years ago
Michael Stillwell
9f6f19df1b
Add test: modifying event listeners during callback.
15 years ago
Ryan Dahl
3eaaaffadb
Ignore EAGAIN in stderr dumps.
(Going out of the way to be sync)
15 years ago
Ryan Dahl
88b9359284
Fix stderr flushing problem
15 years ago
Ryan Dahl
49de41ef46
bump version
15 years ago
Tim Caswell
3aca908db3
Document the changes to sys.inspect's API.
It now takes an optional showHidden argument that shows hidden/non-enumerable properties of objects.
Also cleanup the lib/sys.js file a bit.
15 years ago
Tim Caswell
e33c66654a
Rewrite sys.inspect to be more reliable and handle crazy edge cases.
15 years ago
isaacs
3adcdfc2e1
A rewrite of multipart library.
1. Support streaming in the simple case. Put huge warnings around the
buffering API.
2. Support nested multipart messages.
3. Support various kinds of multipart messages, including all the various
absurdities of multipart email messages.
4. Error out on various invalid types of data that might come through.
5. Gracefully several edge cases that occur when the chunk size is smaller
than the boundary length, or cuts into the \r\n, etc.
6. Provide both positive and negative tests.
15 years ago
Ryan Dahl
4234ac53e2
Use Google's jsmin.py so that Node can be used for evil
15 years ago
Ryan Dahl
b6edae5671
Expose errno exception creation
15 years ago
Michael Carter
a38607605c
Add process.setuid(), getuid()
15 years ago
Ryan Dahl
6f92d8f3b0
Add handlescope and flush to process.reallyExit()
15 years ago
Ryan Dahl
ae1fc497bb
Fix stdout flush issue
http://github.com/ry/node/issues#issue/53
15 years ago
Ryan Dahl
a695065305
Add failing test for stdout flush on exit
15 years ago
Ryan Dahl
76c1805c67
Add posix.truncate()
15 years ago
Ryan Dahl
77145ba229
Throw errors from server.listen()
15 years ago
Ryan Dahl
979f5889d5
Optimize: Use callbacks instead of events in net2
15 years ago
Ryan Dahl
d979a7993e
Wrap syscalls with try-catch
15 years ago
Ryan Dahl
263813ae3e
Whitespace for node_net2.cc
15 years ago