Felix Geisendörfer
203561208e
Remove coupling dep
15 years ago
Ryan Dahl
24931f8405
Upgrade V8 to 2.2.5
15 years ago
Jérémy Lal
14d1ab5a3e
Apply unreleased upstream patch to support parse_mx_reply.
15 years ago
Ryan Dahl
c72967d335
Remove http_old tcp_old
15 years ago
Ryan Dahl
e72b7b8002
Upgrade V8 to 2.2.4.2
15 years ago
Ryan Dahl
41ef1717e0
Upgrade V8 to 2.2.3.1
15 years ago
Ryan Dahl
af49187e57
Upgrade http-parser
15 years ago
Ryan Dahl
d923c94a0c
Remove udns
15 years ago
Ryan Dahl
f56ff0de92
Add darwin-x86, linux-x86_64 c-ares headers
15 years ago
Ryan Dahl
9ea8c9f2b0
Clean up c-ares platform includes, add support for a few more
15 years ago
Vanilla Hsu
067f4086b6
add c-ares' freebsd support.
15 years ago
Ryan Dahl
e9a116fe02
Include c-ares in deps/
15 years ago
Ryan Dahl
38041fcaa0
Try out Flatten API
Speeds up WriteUtf8 significantly when dealing with strings made by the
concatenation of many others.
15 years ago
Ryan Dahl
cd577d503d
Upgrade V8 to 2.2.0.3
15 years ago
Ryan Dahl
4279725d79
Fix thread flags on Solaris
Also on other platforms use -pthread for compiling commands not just
linking because I noticed in the gcc(1) man page
-pthread
Adds support for multithreading with the pthreads library. This
option sets flags for both the preprocessor and linker.
Removing the errno check in deps/coupling because it was a hack
(e165859c2e
) added to fix stdio problems.
Without adding -threads, errno is not thread local, and coupling was not
correctly checking the errno. It appears -mt does nothing to gcc/solaris.
15 years ago
Ryan Dahl
d52f63d9b2
fix whitespcae in deps/coupling
15 years ago
Ryan Dahl
52b295400d
Revert "Upgrade V8 to 2.2.0"
Experiencing strange errors on all platforms due to this commit. EG
http://buildbot.nodejs.org:8010/builders/Linux%20AMD64/builds/107/steps/shell_2/logs/stdio
This reverts commit 40ea061c30
.
15 years ago
Ryan Dahl
40ea061c30
Upgrade V8 to 2.2.0
15 years ago
Ryan Dahl
6ecdeada49
Remove -Werror on V8 -_-
15 years ago
Ryan Dahl
6192b8659a
Upgrade V8 to 2.1.10
15 years ago
Ryan Dahl
a49bf8622f
Finish V8 update
15 years ago
Ryan Dahl
48f5f77713
Update to V8 2.1.9.1
15 years ago
Ryan Dahl
b35d72df76
Upgrade V8 to 2.1.7
15 years ago
Ryan Dahl
54d4efd44b
Upgrade http-parser
Now at version 6f72c780f0a237a775150a9963bcdf5299685cde
15 years ago
Ryan Dahl
2d7e86ef58
Upgrade V8 to 2.1.5
15 years ago
Ryan Dahl
d96c52694a
Upgrade V8 to 2.1.4
15 years ago
Vanilla Hsu
116dfb8740
1: sync wscript with libeio.m4 2: try to enable macosx's sendfile.
15 years ago
Ryan Dahl
ff2457754c
Upgrade libeio
15 years ago
Ryan Dahl
70b2a44579
Remove -Werror from V8
15 years ago
Ryan Dahl
073947c150
Upgrade V8 to 2.1.3
15 years ago
Ryan Dahl
04999ef969
Remove -Werror from deps/v8/SConstruct
-_-
15 years ago
Ryan Dahl
74614c1bf1
Change libev/wscript for waf 1.5.14
15 years ago
Ryan Dahl
c98b0799bf
Upgrade V8 to 2.1.2.6
15 years ago
Ryan Dahl
0e844d3bcb
tcp.Connection.prototype.write should return boolean
15 years ago
Ryan Dahl
e165859c2e
Fix coupling error on Solaris
Was getting a lot of
push_pump read(): Resource temporarily unavailable
Apparently Solaris can return read() < 0 but errno == 0 to indicate a
EAGAIN?
15 years ago
Ryan Dahl
e0ecf4f8f5
Remove -Werror on V8
Are they ever going to fix this?
15 years ago
Ryan Dahl
b80bdda14e
Upgrade V8 to 2.1.2
15 years ago
Ryan Dahl
c5b149ab1e
Add hack to get error event on socket timeout
See
http://groups.google.com/group/nodejs/browse_thread/thread/4898a1ed3b99dcf0
15 years ago
Ryan Dahl
bcf163da27
Upgrade V8 to 2.1.1
15 years ago
Ryan Dahl
fe85062046
Bugfix: blocked pumping in stdio coupling
This should fix the test in c05b5d8
by Mikeal Rogers.
15 years ago
Ryan Dahl
c7cb4daa25
Upgrade V8 to 2.1.0
15 years ago
Ryan Dahl
ce4204a069
Upgrade http-parser
Fixes, among other things, a header overflow attack.
15 years ago
Ryan Dahl
152d956deb
Remove -Werror from V8
15 years ago
Ryan Dahl
0c1255453e
Initial Solaris support
15 years ago
Ryan Dahl
e60d653a58
Upgrade V8 to 2.0.6.1
15 years ago
Vanilla Hsu
6c5c808569
use SUN_LEN to calculate length of unix address @ FreeBSD.
15 years ago
Ryan Dahl
c9e21435c0
Upgrade http-parser
15 years ago
Ryan Dahl
75e6c39733
Upgrade http-parser
Fixes \n problem that psanford <pms.mail@gmail.com> reported.
15 years ago
Ryan Dahl
3f39772834
libeio bugfix part 2
Reverts the change to deps/libeio/eio.c added in
04dd2d51be
It wasn't a bug, I was just using eio incorrectly.
See http://lists.schmorp.de/pipermail/libev/2010q1/000855.html
15 years ago
Ryan Dahl
04dd2d51be
libeio bugfix: want_poll should be called if breaking on maxreq
Reported by shansen and hassox
http://github.com/ry/node/issues#issue/38
Will send upstream.
15 years ago