koichik
128d1bab2a
The Node.JS website should link to whichever ChangeLog will be updated soonest.
...
Fixes #1316 .
2011-07-14 02:00:57 +09:00
koichik
701ae3c995
Document error in console.timeEnd
...
Fixes #1109 .
2011-07-14 00:10:17 +09:00
AJ ONeal
8cc9ac0df2
added explanation of `exports`
...
Fixes #1075 .
2011-07-14 00:08:31 +09:00
koichik
d05afa50e6
Doc improvements
...
Fixes #297 .
2011-07-14 00:06:12 +09:00
Henry Rawas
92057554d5
fix socket-timeout. Also fix makefile test list name net-stream
2011-07-13 00:29:26 +02:00
Henry Rawas
9057d3f17e
fix isip test
2011-07-12 22:42:09 +02:00
Henry Rawas
fad91d16ea
test-net-reconnect needs socket connect event
2011-07-12 09:54:40 -07:00
Ryan Dahl
6bcd96c253
Update favicon
2011-07-11 12:24:49 -07:00
Ryan Dahl
360f4b78dd
Fix wallpaper links
2011-07-11 08:48:02 -07:00
Ryan Dahl
b1c90a4e22
logo update
2011-07-11 08:30:37 -07:00
Ben Noordhuis
09130147cf
Tell BSD users to run `gmake` instead.
2011-07-11 14:17:23 +02:00
koichik
7e8735b3fe
Doc improvements. Explained the flags of fs.open().
...
Fixes #1268 .
2011-07-09 17:09:26 +09:00
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 .
2011-07-09 13:23:28 +09:00
Ben Noordhuis
13a521e698
Fix off-by-one error in assertion.
...
Fixes test/simple/test-http-buffer-sanity.js
2011-07-09 03:24:51 +02:00
Henry Rawas
dcf6955c10
Fix V8 mingw32 build
...
Reported to V8
http://code.google.com/p/v8/issues/detail?id=1508
2011-07-08 18:21:29 -07:00
Igor Zinkovsky
a58b6439de
Statically link in dependencies for node.exe
2011-07-08 17:44:58 -07:00
koichik
d38fac2230
Fixes #1260
...
RegExp object is no longer Function.
http://code.google.com/p/v8/issues/detail?id=617
2011-07-08 17:18:42 -07:00
koichik
8faf941109
Fixes #1267 .
...
Error message of JSON.parse() was changed.
2011-07-08 17:18:31 -07:00
Ryan Dahl
91f1b250ec
mraleph emit hack
2011-07-08 17:08:52 -07:00
Ryan Dahl
e5564a3f29
Upgrade V8 to 3.4.10
2011-07-08 16:40:11 -07:00
Ryan Dahl
0df2f74d36
Add several asserts to tcp_wrap
...
OnAlloc and OnConnection should not be occurring after uv_close was
called on the handle.
2011-07-08 15:22:40 -07:00
Henry Rawas
19f248400f
test-uv: add more test cases
2011-07-08 14:30:12 -07:00
isaacs
fc80ee947a
docs for chown/chmod
2011-07-08 22:41:30 +02:00
Henry Rawas
ff49299b48
add tests to "make test-uv"
2011-07-08 13:06:36 -07:00
Ryan Dahl
15286c8361
Start 'make test-uv' command
2011-07-08 10:40:53 -07:00
Henry Rawas
1018e7d23f
isIP test
2011-07-08 10:36:16 -07:00
Henry Rawas
e81a89b116
fix eaddrinuse bug
2011-07-07 16:31:41 -07:00
Henry Rawas
3c52fd006e
net_uv: fix test-net-eaddrinuse.js
2011-07-07 15:55:12 -07:00
Henry Rawas
b6f6a1ca11
ipv6 node
2011-07-07 15:51:55 -07:00
Ben Noordhuis
b62ecdc5bb
Revert 3e2a2a7
. Always send a HTTP/1.1 status line to the client.
2011-07-07 23:54:13 +02:00
Ben Noordhuis
3e8667d829
Revert 8dc8773
. Always send a HTTP/1.1 status line to the client.
2011-07-07 23:49:31 +02:00
Ryan Dahl
395b670e58
Add deps/uv/src/ares to include path
2011-07-07 14:39:25 -07:00
Ryan Dahl
132ae752fa
Escape $CC and $CXX when passed to uv and V8
2011-07-07 14:17:39 -07:00
Ryan Dahl
6b78b6bf72
Export $CC and $CXX to uv and V8's build systems
...
Now you can compile with clang by doing
make distclean
CC=clang CXX=clang++ ./configure
make
2011-07-07 11:53:59 -07:00
Ryan Dahl
8a9fdedc9e
complete libuv upgrade. sorry
2011-07-07 11:32:12 -07:00
Ryan Dahl
a2f2aa97ad
Upgrade libuv to 9518ab65949257384bf7e407d8502a6437fdda4b
2011-07-07 08:56:48 -07:00
avz
cc83455534
sysctl(CTL_HW, HW_PHYSMEM) always returns unsigned long. Will work fine for 32 and 64 bit systems. Closes #1233 .
2011-07-06 21:52:21 -07:00
Joe Shaw
3dbb3cdb6a
SendTo and SendMsg expect a buffer only, not a string; fix the error message. Closes #1239 .
2011-07-06 21:31:13 -07:00
Ryan Dahl
073fbea0f5
Bring back execScript
...
Undoing
http://codereview.chromium.org/7060008
https://groups.google.com/forum/#!topic/v8-dev/JTRHrPHFBts
2011-07-06 16:55:50 -07:00
isaacs
87900b14da
url: Don't swallow punycode errors
2011-07-06 13:17:50 -07:00
isaacs
8475e1527d
punycode: Test for integer overflow
2011-07-06 13:17:50 -07:00
Jeremy Selier
2a848fa727
Close #1149 IDNA and Punycode support in url.parse
...
Using @bnoordhuis's punycode lib.
Close #1174 also
2011-07-06 13:17:50 -07:00
Ryan Dahl
08a334fa45
Upgrade libuv to 0bf38570e8c7837bd830388f7b57f138aebb3395
2011-07-06 12:13:45 -07:00
Ryan Dahl
2dfed9f69a
Now working on version v0.5.1
2011-07-05 22:13:55 -07:00
Ryan Dahl
ae7ed8482e
Bump to v0.5.0
2011-07-05 18:45:03 -07:00
Ryan Dahl
111305c1bd
Support SunOS 121. Check for ifaddrs in wscript for SunOS build.
2011-07-05 18:31:59 -07:00
Bert Belder
a845bf74ae
Libuv: add cygwin support
...
Fails a few tests
2011-07-06 02:50:50 +02:00
Yoshihiro Kikuchi
82cfdb88fa
fix an broken question.
...
Fixes #1274 .
2011-07-06 09:24:37 +09:00
Ryan Dahl
d1eba2b18b
Revert "Fixes #1260"
...
Due to downgrade of V8.
This reverts commit 3e2abd12d3
.
2011-07-05 16:49:13 -07:00
Ryan Dahl
8b2f5af2a0
Revert "Fixes #1267."
...
Revert due to V8 downgrade.
This reverts commit 04c9169892
.
2011-07-05 16:40:13 -07:00