Ryan Dahl
f6657c3c9d
Move http library to /http.js
15 years ago
Ryan Dahl
45ea62a0f6
Changes to compile on Andrew Miller's very old machine
15 years ago
Ryan Dahl
2f56ccb45e
bump version
15 years ago
Ryan Dahl
2db7d6755e
Move node-repl to bin/node-repl
15 years ago
Ryan Dahl
4b8f503fac
Move mjsunit.js to system module directory.
15 years ago
Ryan Dahl
5ddc4f5d0c
bump version
15 years ago
Jeff Smick
bc6f381c98
Use "platform.architecture()" to find the proper architecture.
In Snow Leopard "platform.machine()" returns "i386" while
"platform.architecture()" returns ('64bit',''). Using information from both
we can determine the proper architecture
This reverts commit ea29e137b5
re-enabling the
64bit build on Macintosh.
15 years ago
Ryan
12bb0d46ce
bump version
15 years ago
Ryan
8c41adb628
Add node-repl
15 years ago
Ryan
68dda0a7d8
Man page generation.
15 years ago
Ryan
ba6c5e38d5
bump version
15 years ago
Ryan
ea29e137b5
Hack for compiling on Snow Leopard.
I don't have access to this OS to fix the issue properly, so for the moment
I'm reverting back to 32bit build on Darwin. We changed to native 64bit in
8ddf930901
.
Thanks to Johan Dahlberg and Tim Caswell for reporting and debugging this.
15 years ago
Ryan
734e86b9e5
bump version
15 years ago
Ryan
1df6d61208
Upgrade libeio, increase xthread stacksize to 64kb.
64kb seems to be the magic number for getaddrinfo() to work on Macintosh.
15 years ago
Ryan
8ddf930901
Build natively on x64.
Had to add some waf hackery to override V8's architecture choice. They
probably have a reason for defaulting still to IA32, but all tests are
passing for me, and it makes it easier on users-and I think chrome is using
x64 builds too. So let's go for it!
15 years ago
Ryan
8152f9cff2
Revert static library build.
Not necessary to build dll modules after all.
15 years ago
Ryan
a97dce7523
Build static executable.
- Fix a few errors with node.dlopen()
- Report errors to stderr (this should probably be a separate commit, but
whatever)
15 years ago
Ryan
b73264d9b3
Add command line arguments for accessing build flags.
node --cflags
node --libs
At the expense of some WAF nastiness.
15 years ago
Ryan
4d92199d18
Add pkgconfig files to help with dll builds.
15 years ago
Ryan
2b6d72431b
First attempt at node.dlopen
Compiled first working 'hello world' module with this config
16 years ago
Ryan
ad9d683f9f
API: rename node.Process to node.ChildProcess
This is to avoid confusion with the global "process" object, especially for
the instances of node.Process.
15 years ago
Ryan
17c6a67f15
Introduce node.stdio
Remove old stdout, stderr, stdin objects.
15 years ago
Ryan
1bf9be6b37
Add node.version
15 years ago
Ryan
e10fbab00f
bump version
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
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