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 |
Peter Griess
|
a9d8cac4b0
|
Document setuid/setgid sync resolution capability.
|
14 years ago |
Jan Kassens
|
c7e0c64506
|
querystring doc fix
|
15 years ago |
Ryan Dahl
|
0174ceb6b2
|
bump version
|
15 years ago |
Matt Ranney
|
4e50197e53
|
Datagram socket refactor. Add tests and documentation.
Support setTTL() and setBroadcast() socket options.
|
15 years ago |
Brian
|
554b02a14c
|
Improve docs
Added default values for many parameters, missing properties and methods,
and slight reorganization of the Child Process section.
|
15 years ago |
Adam Wiggins
|
c8dba94ff6
|
docs for dgram module (UDP and unix sockets)
|
15 years ago |
Jérémy Lal
|
a7763d55e4
|
Fix spelling error
|
15 years ago |
Jérémy Lal
|
2b8a9a8358
|
Use ronnjs 0.2 to generate docs. Small cosmetic change.
|
15 years ago |
Brian
|
1191ca052f
|
Fix docs
Added consistency to the representation of optional parameters and separated
out multiple functions that were in a single heading.
|
15 years ago |
Ryan Dahl
|
0bceaaa3d4
|
Fix addon example in docs
|
15 years ago |
Ryan Dahl
|
0315251d01
|
Use 'on' in the docs
|
15 years ago |
Ryan Dahl
|
a6b8586e94
|
bump version
|
15 years ago |
Peter Griess
|
94cd83ef34
|
Doc fixes for FD related features, upgrade.
- Add docs for 'fd' events, Server.listenFD(), Stream.write(...[, fd])
and http.Client 'upgrade' event.
|
15 years ago |
Blake Mizerany
|
898afbaf34
|
Buffer.prototype.write: Indifferent order preference of encoding and offset
|
15 years ago |
Ryan Dahl
|
5e86d01385
|
Revert "Buffer.copy should copy through sourceEnd, as specified."
This reverts commit a2f70da4c9 .
Keep tests modifies a few edge checks on Copy()
|
15 years ago |
Ryan Dahl
|
0172cb39f0
|
Fix incorrect output on docs
|
15 years ago |
Ryan Dahl
|
bbdd61dc3f
|
Fix supported archs on website
|
15 years ago |
Matt Ranney
|
a2f70da4c9
|
Buffer.copy should copy through sourceEnd, as specified.
Improve test-buffer.js to cover all copy error cases.
Fix off by one error in string_decoder.
|
15 years ago |
Ryan Dahl
|
0499618c2b
|
Edit binary encoding docs
|
15 years ago |
Ryan Dahl
|
ba792ea202
|
:%s/sys.puts/console.log/g
and there was much rejoicing
|
15 years ago |
Mikeal Rogers
|
f62979da6b
|
Add sys.pump
|
15 years ago |
Ryan Dahl
|
7105aeb22f
|
Doc process.execPath
|
15 years ago |
Ryan Dahl
|
a8e9923b44
|
Add Contributor License Agreement.
|
15 years ago |
Ryan Dahl
|
9bb890271b
|
Add other OSes to website
|
15 years ago |
Ryan Dahl
|
a620b7298f
|
bump version
|
15 years ago |
Ryan Dahl
|
cb79614f73
|
Don't encourage strange ideas about req race conditions
|
15 years ago |
Ryan Dahl
|
964ed9739b
|
Fix text about threads on homepage
|
15 years ago |
Ryan Dahl
|
14414f81f3
|
Soft deprecation of 'listening' event.
Add callback param to listen() instead
|
15 years ago |
Ryan Dahl
|
10d8adb089
|
bump version
|
15 years ago |
Matt Ranney
|
cbd1f1481c
|
Remove setTimeout from initial example and description.
|
15 years ago |
Jérémy Lal
|
ce347124e6
|
The underscores are not meant to emphasize. Escape them.
|
15 years ago |
Matt Ranney
|
cec775a0de
|
Web site example fixes.
|
15 years ago |
Ryan Dahl
|
adc06dd705
|
Add NODE_NO_READLINE check for REPL
Setting this environmental variable to a non-zero integer will start all
REPL interfaces without readline. For use with rlwrap.
|
15 years ago |
Ryan Dahl
|
3104662bab
|
Use a less common port in docs
|
15 years ago |
rentzsch
|
55d7352189
|
DOC note stats.isSymbolicLink() is only valid with fs.lstat().
ref: <http://github.com/ry/node/issues#issue/153>
|
15 years ago |
Ryan Dahl
|
0c1aa36835
|
bump version
|
15 years ago |
Ryan Dahl
|
16818ff250
|
Remove throttling bug notes
|
15 years ago |
Ryan Dahl
|
1a5acd9850
|
API: readFileSync without encoding argument now returns a Buffer
Correctly load utf8 data; add a test test-fs-read-file-sync.js
|
15 years ago |
Aapo Laitinen
|
c4876d01a1
|
Change the behavior of path.extname
Make path.extname return an empty string also if:
- The last dot is not in the last path component
- The last dot starts the last path component
|
15 years ago |