Ryan Dahl
|
3ce671284b
|
Remove node_child_process_win32.cc
|
2011-08-01 22:34:16 -07:00 |
|
Igor Zinkovsky
|
a6e0a91a70
|
windows: remove dependency on rpcrt4 and ole32
|
2011-08-01 20:44:27 -07:00 |
|
Ryan Dahl
|
f0f941a59e
|
link to rpcrt4 and ole32 on win32
|
2011-07-31 18:19:37 -07:00 |
|
Ryan Dahl
|
f01b241057
|
add wrapper for uv_spawn
process.binding('process_wrap')
|
2011-07-29 18:03:44 -07:00 |
|
Ryan Dahl
|
1ca5b6cd05
|
Remove pkg-conf file
|
2011-07-27 16:21:54 -07:00 |
|
Igor Zinkovsky
|
187fe27a6e
|
stdio binding + javascript to enable process.stdin.listen()
|
2011-07-27 03:59:33 +02:00 |
|
Jeroen Janssen
|
2fe780b36c
|
build: add wscript detection for node_version
|
2011-07-23 16:23:01 +02:00 |
|
Ryan Dahl
|
08ffce1a00
|
Bump version to v0.5.2
|
2011-07-22 03:55:26 -07:00 |
|
Ryan Dahl
|
4ef8f06fe6
|
Finally remove node::EventEmitter
|
2011-07-19 01:46:38 -07:00 |
|
Ryan Dahl
|
0c7bf8132e
|
Abstract out HandleWrap class
|
2011-07-18 04:22:16 -07:00 |
|
Ryan Dahl
|
cc0f608c7c
|
Add pipe_wrap
|
2011-07-18 03:08:54 -07:00 |
|
Ryan Dahl
|
1ae148909a
|
Abstract StreamWrap from TCPWrap
|
2011-07-18 03:08:54 -07:00 |
|
Igor Zinkovsky
|
d798866917
|
Apply PTW32_STATIC_LIB define to debug build of eio
|
2011-07-15 18:26:09 -07:00 |
|
Ryan Dahl
|
f8bfa54d0f
|
Bump to v0.5.1
|
2011-07-14 16:10:36 -07:00 |
|
Igor Zinkovsky
|
a58b6439de
|
Statically link in dependencies for node.exe
|
2011-07-08 17:44:58 -07: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
|
a2f2aa97ad
|
Upgrade libuv to 9518ab65949257384bf7e407d8502a6437fdda4b
|
2011-07-07 08:56:48 -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
|
858f23094e
|
Bindings for libuv-integrated c-ares
|
2011-07-05 00:17:20 +02:00 |
|
Ryan Dahl
|
412e413edc
|
Upgrade libuv
|
2011-07-01 09:30:44 -07:00 |
|
Ryan Dahl
|
263e33a738
|
Revert "Get rid of the old timer binding"
This reverts commit cc82724fdc .
Conflicts:
src/node.cc
wscript
|
2011-06-29 15:06:40 +02:00 |
|
Ryan Dahl
|
23b8931b62
|
Merge branch 'v0.4'
Conflicts:
src/node.js
src/node_version.h
|
2011-06-29 14:50:03 +02:00 |
|
Ryan Dahl
|
de44eafd78
|
Bump to v0.4.9
|
2011-06-29 13:24:02 +02:00 |
|
Ryan Dahl
|
09b8a5e2cf
|
Dont install ares_build.h or ares_rules.h
|
2011-06-29 02:44:26 +02:00 |
|
Sam Shull
|
b057770f8a
|
Fixes #1204. Add missing headers files to include
This commit fixes install of required dependencies for native
extensions.
|
2011-06-20 12:45:44 +02:00 |
|
Ryan Dahl
|
95b409c578
|
Upgrade libuv.
Also remove c-ares since it's included in libuv now.
libuv version b7b7df090ca285e53eb51bf518c4e5064876596
|
2011-06-17 19:53:19 +02:00 |
|
Ryan Dahl
|
062759194b
|
Initial binding to uv_tcp_t
|
2011-06-10 18:17:48 +02:00 |
|
Ryan Dahl
|
623f513071
|
Upgrade libuv
|
2011-06-10 18:17:44 +02:00 |
|
Bert Belder
|
406f44a86b
|
Build on windows again
|
2011-06-08 05:06:15 +02:00 |
|
Bert Belder
|
cc82724fdc
|
Get rid of the old timer binding
|
2011-06-08 05:06:14 +02:00 |
|
Ryan Dahl
|
b6a742d76f
|
Merge branch 'v0.4'
|
2011-06-03 16:37:56 +02:00 |
|
Jérémy Lal
|
f23c45f7f4
|
Option to disable SSL v2
Fixes #880
|
2011-06-03 08:37:28 +02:00 |
|
Ryan Dahl
|
9d1bad8960
|
Implement new wrap for uv timer
|
2011-05-25 10:17:02 -07:00 |
|
Ryan Dahl
|
8f06547548
|
Fixes #1102. Install ev.h into $PREFIX/include/node/ev/ev.h
|
2011-05-24 13:43:10 -07:00 |
|
Ryan Dahl
|
860cb906a6
|
Merge branch 'v0.4'
Conflicts:
src/node_version.h
|
2011-05-22 13:02:06 -07:00 |
|
Ryan Dahl
|
7dd22c26e4
|
Bump to v0.4.8
|
2011-05-20 19:40:06 -07:00 |
|
Robert Mustacchi
|
7ea19d02fd
|
Use same make as when originally invoked
|
2011-05-20 08:34:25 -07:00 |
|
Ryan Dahl
|
efca334be2
|
Integrate libuv into build system
|
2011-05-13 00:54:00 -07:00 |
|
isaacs
|
205b9beb6b
|
Merge branch 'v0.4'
Conflicts:
lib/tls.js
lib/url.js
src/node_version.h
test/simple/test-buffer.js
test/simple/test-url.js
|
2011-05-07 20:38:32 -07:00 |
|
Ryan Dahl
|
c409aab397
|
Assert, Debug output in normal default build
|
2011-05-04 21:41:01 -07:00 |
|
Ben Noordhuis
|
82bc25d5ad
|
Remove oprofile flags in wscript.
V8 3.1.5 (commit 550f73a) dropped oprofile support so don't pass
prof=oprofile to scons.
See http://codereview.chromium.org/6474037/
Fixes #998.
|
2011-05-01 08:00:34 -07:00 |
|
Nathan Rajlich
|
b1be5409bd
|
Implement process.arch to get a String of the current processor architecture, with docs.
|
2011-04-26 19:56:10 -07:00 |
|
Ryan Dahl
|
c85455a954
|
bump version to v0.4.7
|
2011-04-22 17:06:25 -07:00 |
|
Ryan Dahl
|
9e6498d5fa
|
Merge branch 'v0.4'
Conflicts:
src/node_version.h
|
2011-04-18 18:58:16 -07:00 |
|
Ryan Dahl
|
58002d56bc
|
Bump to v0.4.6
|
2011-04-13 21:20:05 -07:00 |
|
Ryan Dahl
|
598792ba91
|
Merge branch 'v0.4'
Conflicts:
src/platform_sunos.cc
test/simple/test-os.js
|
2011-04-14 01:11:21 +00:00 |
|
Scott McWhirter
|
90348a616d
|
Add os.cpus() and os.uptime() support for sunos
|
2011-04-13 17:42:54 -07:00 |
|