Ryan
|
77d407df28
|
bump version
|
15 years ago |
Ryan
|
0fb0af3a6c
|
Rename evnet to evcom.
|
15 years ago |
Ryan
|
eb10553634
|
Move node.inherit, node.path, node.cat to new file: util.js
|
16 years ago |
Ryan
|
c5ab0d5a80
|
Upgrade liboi, which is now called evnet.
|
16 years ago |
Ryan
|
813b53938b
|
bump version
|
16 years ago |
Ryan
|
a623d763c1
|
Add -m32 flags for compiling on 64bit machines.
These can be removed after v8 supports x64.
|
16 years ago |
Ryan
|
2ecd7ffe54
|
in the middle putting in event code. broken.
|
16 years ago |
Ryan
|
fbe0be19eb
|
bump version
|
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
|
83cb156b6f
|
skelton of node.Process
|
16 years ago |
Ryan
|
ec5f3dbae1
|
bump version
|
16 years ago |
Ryan
|
7bad9dea51
|
Add electric fence option to configure process
|
16 years ago |
Ryan
|
f76c3dc3ca
|
bump version
|
16 years ago |
Ryan
|
4cfc982c77
|
bump version
|
16 years ago |
Ryan
|
452d3f1418
|
comment out gnutls check in wscript until it's used
|
16 years ago |
Ryan
|
4fbe15f065
|
bump version to v0.0.2
|
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
|
b260a9108b
|
Add errno constants. Move all constants to `node.constants` namespace.
|
16 years ago |
Ryan
|
dfde465483
|
Don't need librt.
|
16 years ago |
Ryan
|
427e3f5dcb
|
Introduce NODE_SET_PROTOTYPE_METHOD which properly sets the signature.
|
16 years ago |
Ryan
|
3212b31ea1
|
Rename main.js to node.js.
|
16 years ago |
Ryan
|
94a182a2c8
|
liboi should include libev
|
16 years ago |
Ryan
|
0bb12be660
|
link to google profiler
|
16 years ago |
Ryan
|
30450388d6
|
update oi_socket - modify node code to match
|
16 years ago |
Ryan
|
be6b3acf0e
|
extract headers, status_code, path, http version from http messages.
still a work in progress.
|
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
|
0f5170339c
|
remove process.{cc,h} process.exit() now exit()
the process object might return in the future but for now it is going away.
|
16 years ago |
Ryan
|
f213a27657
|
Refactor setTimeout to be a Timer object.
Timer now uses ObjectWrap. setTimeout, setInterval are now implemented in
javascript.
|
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
|
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
|
707f244291
|
begin clean up of Socket
|
16 years ago |
Ryan
|
ec9697b1ba
|
add 'make test'
|
16 years ago |
Ryan
|
67af958f81
|
rename a few files to remove node_ prefix
|
16 years ago |
Ryan
|
12d31dd0b7
|
file operations are queued.
|
16 years ago |
Ryan
|
7e1350f6e4
|
add file.write()
|
16 years ago |
Ryan
|
63a9cd3897
|
everything is changed. i've waited much too long to commit.
this is awful. i'm sorry for being so messy.
|
16 years ago |
Ryan
|
0e9e927fcb
|
enable support for the thread pool
|
16 years ago |
Ryan
|
1a126ed11c
|
use the WAF build system
|
16 years ago |