Micheil Smith
c032350f64
Adding build tools & templates/assets
14 years ago
Micheil Smith
e190c9616e
Splitting documentation
14 years ago
Ryan Dahl
2470d2ee92
allowHalfOpen disabled by default
Users too often would forget to add
socket.on('end', function () {
socket.end();
});
Which is a mistake. Therefore we default to this behavior and
only optionally let people handle the 'end' case themselves.
14 years ago
Ryan Dahl
1582cfebd6
bump version to 0.3.0
14 years ago
Ryan Dahl
9bf2975f78
Make sure Error object on exec() gets killed member
Also default to SIGTERM for destruction when exceeding timeout or buffer on
exec()
14 years ago
Ryan Dahl
92c5634cbd
Remove a confusing sentence in the docs
14 years ago
isaacs
5e14c8bec0
Add ~/.node_modules as well as ~/.node_libraries
14 years ago
isaacs
b0adaff67e
require looks in node_modules folders
for modules starting with the __dirname and moving up.
This makes it much easier to localize dependencies to a particular program.
14 years ago
isaacs
b0aadbea6b
Docs for require.resolve
14 years ago
Ryan Dahl
3407dab07f
Remove old references to old 'stream' event
14 years ago
Nikhil Marathe
179a7f6ffa
Added documentation of EventEmitter.once
14 years ago
Micheil Smith
e38eb0c5a4
Soft migration of sys -> util, Removal of deprecated utils module.
14 years ago
Ryan Dahl
54e844cf08
add require.cache
14 years ago
Mark Nottingham
d59512f6f4
Add support for handling Expect: 100-continue
HTTP/1.1 requests, either with an event (check_continue) or automatically, if no event handler is present.
Add client-side expect/continue support, tests.
Expound upon client requirements for expect/continue.
14 years ago
Mark Nottingham
1b24fc6678
Consume HTTP trailing headers
14 years ago
Ryan Dahl
6da0593162
Remove old versions of fs.read and fs.write from docs
14 years ago
Paul Querna
c8f9728de7
Move dns.isIP to net.isIP
Add tests and docs.
14 years ago
Ryan Dahl
77fc61d539
Default value for second arg of Buffer#slice
14 years ago
Mark Nottingham
4fe3007a1a
Support for outgoing HTTP trailing headers
14 years ago
Peter Griess
422d3c93bc
Get rid of PHP/Rails style parameter munging.
- Handle only the most basic of query string parsing and construction.
Leave the rest (e.g. Rails/PHP behaviors) to modules higher up the
stack, like Express.
14 years ago
Russell Haering
37b6e10684
Pass an error to the sys.pump callback if one occurs
- Add test case for pumping from unreadable stream.
- Document the sys.pump error handling behavior
14 years ago
Felix Geisendörfer
c209e57e50
Document WriteStream 'open' event
14 years ago
isaacs
072750e662
Add testing items, and make npm lowercase
14 years ago
Aria Stewart
8ec21059dd
Fix doc.js so that it doesn't misnest menu items in the TOC
14 years ago
Aria Stewart
a834d93d2c
s/HTTPS/SSL/ where appropriate
14 years ago
Ryan Dahl
488aff085b
Improve appendix markdown
14 years ago
Ryan Dahl
33e919ae6f
Add appendix to docs
14 years ago
Ryan Dahl
7fc794a8ec
Fix default encoding in docs
14 years ago
Ryan Dahl
9283e134e5
bump version
14 years ago
Ryan Dahl
0c20c588af
Remove YAWS vs Apache benchmark
http://twitter.com/bascule/status/21626934378
14 years ago
Ryan Dahl
4593c04959
Implement net.Server.maxConnections
Simplify EMFILE behavior.
14 years ago
Ryan Dahl
b14dd49222
bump version
14 years ago
Ryan Dahl
5185c15ef7
Stub out process.title
15 years ago
Rasmus Andersson
fd3cd755d1
[dgram] only look up hostname for the requested address family
- [lib/dns.js] dns.lookup takes a new optional argument "family" which
should be the integer 4, 6, dns.AF_INET or dns.AF_INET6. Passing a
non-false "family" argument makes c-ares explicitly look up addresses for
the specified family.
- [test/simple/test-c-ares.js] test explicit address family lookups
14 years ago
Brian
3aa5cfde10
Misc. corrections and consistency changes to documentation.
14 years ago
Trent Mick
e8c2453f6d
spelling correction
14 years ago
Bert Belder
aaa1f451e6
Expose cwd option to child_process.exec()
14 years ago
Bert Belder
94914135df
New api for child_process.spawn; ability to set cwd for spawn()ed process
Tests for child_process.spawn() use new API
Test for deprecated child_process.spawn() API
14 years ago
Ryan Dahl
0b925d075d
bump version
14 years ago
Mikeal Rogers
3214116be6
Implement keep-alive for http.Client
Send the 'Connection: keep-alive' header in your request to enable.
14 years ago
Ryan Dahl
8052dd0022
Clarify string encoding docs
14 years ago
Ryan Dahl
5459e5c606
Globalize the Buffer object
14 years ago
Matt Ranney
f7c5334195
Check for socket on Unix domain connect.
Change scope to context in REPL docs.
14 years ago
Ryan Dahl
6fdb874e2e
Fix DNS example in docs
14 years ago
Ryan Dahl
2a4568c85f
bump version
14 years ago
Ryan Dahl
402bcb83bc
Add reference to base64 encoding
14 years ago
Ryan Dahl
138593b156
Fix case in docs
14 years ago
Chandra Sekar S
f5f7cb9264
Support for reading byte ranges from files using fs.createReadStream.
14 years ago
Ryan Dahl
7067a7155f
Specify env differently in execFile
Callbacks should always be the last argument.
14 years ago
Brian
352b8c3ad5
Consistency changes in api docs
14 years ago