Ryan
0486c091e1
(evcom) Increase recv buffer from 4 bytes (!!!) to 8192
15 years ago
Ryan
7946e98c1f
Delete v8 file that was removed in 1.3.2
15 years ago
Ryan
8bb8b4b570
Upgrade v8 to 1.3.2
15 years ago
Ryan
fb7dd02929
Add ranlib to udns Makefile
Thanks to Urban Hafner.
http://groups.google.com/group/nodejs/browse_thread/thread/25867dba9db11d8
15 years ago
Ryan
396ed96b2d
Upgrade evcom - fix accepting too many connections issue
15 years ago
Ryan
2312ff4b23
Apply patch for V8 bug 414
http://groups.google.com/group/nodejs/browse_thread/thread/25867dba9db11d8
http://code.google.com/p/v8/issues/detail?id=414
http://codereview.chromium.org/159659
15 years ago
Ryan
2ebd692151
Upgrade V8 to 1.3.1
15 years ago
Ryan
41d89f611f
Add DNS API.
Missing functional tests. I'm not sure how to do tests because I don't want
to rely on the fact that users have an internet connection.
15 years ago
Ryan
0fb0af3a6c
Rename evnet to evcom.
15 years ago
Ryan
88e9a5f122
Upgrade V8 to 1.2.14
16 years ago
Ryan
f4dfbe37a3
Upgrade libev to 3.7
16 years ago
Ryan
8b819d8546
Upgrade evnet.
16 years ago
Ryan
5e2a6f8c46
Upgrade evnet to fix close() bug. Add test for bug.
evnet wasn't properly closing sockets if they didn't have data to write.
16 years ago
Ryan
116069fab3
upgrade http_parser
16 years ago
Ryan
c5ab0d5a80
Upgrade liboi, which is now called evnet.
16 years ago
Ryan
e763efdadf
Upgrade v8 to 1.2.10 and libev to 3.6
16 years ago
Ryan
cc67d8efc7
Fix bug waf problem with HAVE_CLOCK_SYSCALL
16 years ago
Ryan
115c4942db
Create tools directory
Users will need to "make distclean" to recompile from scratch since I've
moved a lot of the core build tools around.
16 years ago
Ryan
84f9178e66
upgrade v8 to 1.2.8
16 years ago
Ryan
fd83e1d7d8
Upgrade http parser
16 years ago
Ryan
4624906e2a
upgrade http_parser
16 years ago
Ryan
00868b9565
upgrade liboi
16 years ago
Ryan
4bd63d35fb
Upgrade http_parser - protects against buffer overflows now
16 years ago
Ryan
696f024557
Upgrade to v8 1.2.7
16 years ago
Ryan
a3627c06f8
Change to build on FreeBSD
The v8/SConstruct change has been give to the v8 people.
http://codereview.chromium.org/113897
16 years ago
Ryan
562db19d32
Add includes for freebsd compatibility
16 years ago
Ryan
69ab87ca53
Fix crash in oi_socket; add ready state reader to Connection objects.
16 years ago
Ryan
3a41367c40
Upgrade v8 to version 1.2.3.
16 years ago
Ryan
43531093a3
don't die on EPIPE
16 years ago
Ryan
ae7c6314ca
Various fixes to make the web server not give off so many errors.
16 years ago
Ryan
cfd61622ae
Reference counting. Network bugs.
Connections were being garbage collected while they were still in progress
since the object would leave scope. This commit adds ObjectWrap::Attach()
and ObjectWrap::Detach() to tell v8 that an object is currently on the event
loop and will be needed in the future.
Other changes to oi_socket.c and net.cc are to fix bugs encountered while
running the HTTP server.
16 years ago
Ryan
30450388d6
update oi_socket - modify node code to match
16 years ago
Ryan
5a071ad72f
Begin refactor of http.cc. Remove libebb add http_parser.
And most of http.cc was deleted.
16 years ago
Ryan
90fc8d3622
Update liboi. Use EV_MULTIPLICITY=0.
This might need to be changed in the future if ev is needed in thread pools
or extension libraries. However for now it makes sense to just use a single
loop.
16 years ago
Ryan
8e7bbf26e2
get 'make install' working
16 years ago
Ryan
29b528c980
fix the waf configure --debug options. seems to work now.
16 years ago
Ryan
a4593e3ebd
WAF: fix the debug variant.
problem is they both build by default. need a way to disable the debug variant.
16 years ago
Ryan
c62b124082
add scons local for v8. check for librt in wscript
16 years ago
Ryan
40c0f755c9
import full versions of dependency libraries!
16 years ago
Ryan
a93cf50307
BROKEN COMMIT: removing git submodules
16 years ago
Ryan
7703ad5153
update eio. add EIO_STACKSIZE define for getaddrinfo problem
16 years ago
Ryan
822d7fa27e
add framework for tcp server. change eio stacksize to 16kb.
16 years ago
Ryan
1542fc6a0b
add async dns for Socket
16 years ago
Ryan
1a126ed11c
use the WAF build system
16 years ago
Ryan
c518373838
add dependencies: libeio, libev, v8
16 years ago
Ryan
cc1a61c1e7
request.respond works
16 years ago
Ryan
9d7895c567
add dependencies
16 years ago