Bert Belder
3de406cc58
Add tests for process.nextTick bugs on windows
These are supposed to pass w/ libuv, so add them to the test-uv tests.
14 years ago
Ben Noordhuis
0c396c05fd
test: beef up checks in test-http-unix-socket.js, add to `make test-uv`
14 years ago
Ryan Dahl
404a4db611
Output size of binaries on 'make'
14 years ago
Henry Rawas
f3f3b12364
net_uv: getsockname binding
14 years ago
Ryan Dahl
f4154d2940
Add 'make test-uv-debug'
To run: ./configure --debug && make test-uv-debug
14 years ago
Henry Rawas
3a96469319
connect-timeout callbacks after close
14 years ago
Ryan Dahl
f5a7de1ea7
windows: fix simple/test-executable-path
14 years ago
Henry Rawas
e70702c620
connect-buffer play back queued write and end
14 years ago
Henry Rawas
77ecc5a41a
add working http tests
14 years ago
Henry Rawas
8adc6b8921
net_uv: Add maxConnections support
14 years ago
Henry Rawas
92057554d5
fix socket-timeout. Also fix makefile test list name net-stream
14 years ago
Henry Rawas
fad91d16ea
test-net-reconnect needs socket connect event
14 years ago
Henry Rawas
19f248400f
test-uv: add more test cases
14 years ago
Henry Rawas
ff49299b48
add tests to "make test-uv"
14 years ago
Ryan Dahl
15286c8361
Start 'make test-uv' command
14 years ago
Robert Mustacchi
7ea19d02fd
Use same make as when originally invoked
14 years ago
George Stagas
21e3b668cb
Added favicon.ico
14 years ago
Ryan Dahl
eb155ea6f6
Bump version to v0.4.0
14 years ago
Ryan Dahl
eb565e1ce2
Simplify website
14 years ago
Ryan Dahl
d02131d206
Add 'make test-valgrind'
14 years ago
Ryan Dahl
1dad95a3a9
Print 'make clean' commands
14 years ago
Ryan Dahl
558e5ba2b0
lint util.js and src/node.js
14 years ago
Micheil Smith
a1138c6f2a
Cleanup Makefile for JSLint, CPPLint
14 years ago
Ryan Dahl
ac58d3a665
Import cpplint.py
make cpplint
make jslint
make lint
14 years ago
Ryan Dahl
a128451004
Import Google's closure_linter
Run with 'make lint'
14 years ago
Micheil Smith
57de0b11db
Remove jQuery from project
14 years ago
Micheil Smith
8d27393aa2
Generate Table of Contents at compile time.
14 years ago
Ryan Dahl
a01e09502e
scp should copy the right dir
14 years ago
Ryan Dahl
90d1e47323
make doc improvements
14 years ago
Micheil Smith
ade8cf96e0
Build API page into build/doc; simplify doctool.
14 years ago
Ryan Dahl
d7e7161b27
Add small crappy manpage (please improve)
14 years ago
Ryan Dahl
320e0020a2
fix 'make doc'
14 years ago
Rasmus Andersson
e5a0fbe500
Added support for cross compilation and also fixed DEST_CPU to represent the canonical symbols dictated by v8
14 years ago
Ryan Dahl
97c9745063
Back to WAF
Too much instability right now. Hopefully we can revisit autoconf soon.
14 years ago
Ryan Dahl
fd725efa8f
Add execinfo to freebsd LINKFLAGS
14 years ago
Ben Noordhuis
7a7e88d44b
Fix 'undefined symbol' errors when loading native modules.
14 years ago
Oleg Efimov
6bf97808ee
Add node headers installation
14 years ago
Oleg Efimov
fac6db1b56
Add DESTDIR support to Makefile
14 years ago
Ryan Dahl
2fa260cef6
Clean up 'make clean'
14 years ago
Ryan Dahl
ae802e3867
Improper use of CFLAGS
14 years ago
Ryan Dahl
ef9e716fd1
Delete libv8 in 'make clean'
14 years ago
Ryan Dahl
ccdd979a69
Changes to compile on solaris
14 years ago
Ryan Dahl
fa7dcbec8b
Install node-waf
14 years ago
Micheil Smith
818e56d44b
Disable make manpage, this is broken and can prevent node from installing correctly.
14 years ago
Ryan Dahl
23927751eb
Fix make doc
14 years ago
Rasmus Andersson
899fffa395
Build system improvements: (cross compilation, libnode, etc)
- utilizing autoconf configure.guess to output canonical $target_{cpu,vendor,os}
- normalizing $target_cpu --> $arch according to v8 naming scheme
- normalizing $target_os --> $platform according to v8 naming scheme
- renamed c-ares platform-arch directories to represent v8 canonical names
- new targets in Makefile: libnode-{static,dynamic}[-debug]
- scons is symbolized as SCONS in Makefile for portability/flexibility.
- LINKFLAGS inherith from LDFLAGS ("magic" variable exported by autoconf and configure).
- When building on OS X, CFLAGS and LDFLAGS will contain appropriate -arch flag, set up by configure (instead of the Makefile).
- libv8.a make targets cleaned up with unison libv8_flags set of flags.
- the clean make target now cleans up libraries (libv8, libnode, etc).
- added config.guess, config.sub and install-sh (utilized by autoconf/configure)
14 years ago
Ryan Dahl
a7b4af0ae5
create directories during configure
14 years ago
Ryan Dahl
5cf4ceff59
add configure
14 years ago
isaacs
446d2ec19c
Add make install
14 years ago
Paul Querna
9977831078
Add HAVE_OPENSSL flag to makefile
14 years ago