Ryan Dahl
f5a7de1ea7
windows: fix simple/test-executable-path
14 years ago
Ryan Dahl
48f65b3d57
Use uv_exepath
14 years ago
Wojciech Wnętrzak
25c1a5e804
added information about relative paths in File System module
14 years ago
Shigeki Ohtsu
3c733c57b7
ev: define HAVE_SYNC_FILE_RANGE if kernel >= 2.6.17 *and* glibc version >= 2.6
14 years ago
Henry Rawas
e70702c620
connect-buffer play back queued write and end
14 years ago
Ryan Dahl
306af25325
Now working on v0.5.2
14 years ago
Ryan Dahl
f8bfa54d0f
Bump to v0.5.1
14 years ago
Ryan Dahl
041c983290
Merge branch 'v0.4'
Conflicts:
deps/libev/wscript
doc/api/modules.markdown
14 years ago
Ryan Dahl
ab0d88142e
Comment out wsa_get_proto_info(AF_INET6) - not needed - causes warning in Win2k3
14 years ago
Ryan Dahl
b5e7b7870a
Revert "net_uv: fix localhost resolution - was defaulting to ::1 on OSX"
Breaks test/internet/test-dns.js
This reverts commit 6d8b082eed
.
14 years ago
Brian White
612875765d
Addons should not -DEV_MULTIPLICITY=0
Fixes #1229
Fixes #1332
14 years ago
Henry Rawas
77ecc5a41a
add working http tests
14 years ago
Ryan Dahl
6d8b082eed
net_uv: fix localhost resolution - was defaulting to ::1 on OSX
14 years ago
Ryan Dahl
7a782164b9
Upgrade libuv to f5ff8694
14 years ago
Elijah Insua
b722aaa8c5
Close #1303 Stream.pipe returns the destination
Squashed:
* Simple change to make Stream.pipe(destination) return the destination Stream
* Test: ensure Stream.pipe(destination) returns the destination Stream
* updated Stream.pipe() documentation to reflect that it now returns the
destination stream
14 years ago
isaacs
9b5098f509
Close #1281 Make require a public member of module
Reviewed by @felixge
14 years ago
Henry Rawas
876712a074
test-tcp-wrap dont assume port 80 priveleged'
14 years ago
Henry Rawas
a13506b48f
net_uv: sockets should be writable during connection
14 years ago
Henry Rawas
8adc6b8921
net_uv: Add maxConnections support
14 years ago
koichik
8caf7fdb05
Add tests for #1085 and #1304
Fixes #1327 .
14 years ago
Stefan Rusu
5b02d564c3
Fixes #1085 . The agent end event may call detachSocket() after the socket is detached and destroyed by abort(). This patch avoids that behavior.
14 years ago
Stefan Rusu
901ebed8ff
Fixes #1304 . The Connection instance may be destroyed by abort() when process.nextTick is executed.
14 years ago
Kip Gebhardt
7097eca5a7
Adding documentation for 'agent' option in http.request().
Fixes #1243 .
14 years ago
koichik
a3e3ad40b1
Fix fs can't handle large file on 64bit platform
fs.read() and fs.write() can't handle more than 2GB files on 64bit platform.
Also fs.truncate() can't handle more than 4GB files.
Fixes #1199 .
Fixes #1094 .
14 years ago
koichik
5208abe723
Fix Buffer drops last null character in UTF-8
Reproduce:
$ node
> buf = new Buffer('\0')
<Buffer >
> buf.length
0
> buf = new Buffer(1)
<Buffer 28>
> buf.write('\0')
0
Fixes #394 .
Fixes #1210 .
14 years ago
koichik
5f97c9a005
Improvements AssertionError message
Fixes #217 .
14 years ago
koichik
128d1bab2a
The Node.JS website should link to whichever ChangeLog will be updated soonest.
Fixes #1316 .
14 years ago
koichik
701ae3c995
Document error in console.timeEnd
Fixes #1109 .
14 years ago
AJ ONeal
8cc9ac0df2
added explanation of `exports`
Fixes #1075 .
14 years ago
koichik
d05afa50e6
Doc improvements
Fixes #297 .
14 years ago
Henry Rawas
92057554d5
fix socket-timeout. Also fix makefile test list name net-stream
14 years ago
Henry Rawas
9057d3f17e
fix isip test
14 years ago
Henry Rawas
fad91d16ea
test-net-reconnect needs socket connect event
14 years ago
Ryan Dahl
6bcd96c253
Update favicon
14 years ago
Ryan Dahl
360f4b78dd
Fix wallpaper links
14 years ago
Ryan Dahl
b1c90a4e22
logo update
14 years ago
Ben Noordhuis
09130147cf
Tell BSD users to run `gmake` instead.
14 years ago
koichik
7e8735b3fe
Doc improvements. Explained the flags of fs.open().
Fixes #1268 .
14 years ago
koichik
87b6dc21c8
Doc improvements
moved 'continue' event from http.Agent to http.ClientRequest.
added 'close' event to http.ClientResponse.
added 'open' event to fs.ReadStream.
Fixes #1169 .
14 years ago
Ben Noordhuis
13a521e698
Fix off-by-one error in assertion.
Fixes test/simple/test-http-buffer-sanity.js
14 years ago
Henry Rawas
dcf6955c10
Fix V8 mingw32 build
Reported to V8
http://code.google.com/p/v8/issues/detail?id=1508
14 years ago
Igor Zinkovsky
a58b6439de
Statically link in dependencies for node.exe
14 years ago
koichik
d38fac2230
Fixes #1260
RegExp object is no longer Function.
http://code.google.com/p/v8/issues/detail?id=617
14 years ago
koichik
8faf941109
Fixes #1267 .
Error message of JSON.parse() was changed.
14 years ago
Ryan Dahl
91f1b250ec
mraleph emit hack
14 years ago
Ryan Dahl
e5564a3f29
Upgrade V8 to 3.4.10
14 years ago
Ryan Dahl
0df2f74d36
Add several asserts to tcp_wrap
OnAlloc and OnConnection should not be occurring after uv_close was
called on the handle.
14 years ago
Henry Rawas
19f248400f
test-uv: add more test cases
14 years ago
isaacs
fc80ee947a
docs for chown/chmod
14 years ago
Henry Rawas
ff49299b48
add tests to "make test-uv"
14 years ago