Henry Rawas
8adc6b8921
net_uv: Add maxConnections support
13 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
Ryan Dahl
15594eaf87
Replace WAF with make/autoconf
14 years ago
Ryan Dahl
3cf4827ae0
Add idle connection test
14 years ago
Ryan Dahl
ff456b3886
Add 'make bench' script
14 years ago
Ryan Dahl
4fcbc1b64a
Update make website-upload
14 years ago
Jérémy Lal
abd3f8a02a
make node.1 depend on make all
15 years ago
Jérémy Lal
2b8a9a8358
Use ronnjs 0.2 to generate docs. Small cosmetic change.
15 years ago
Ryan Dahl
125b868e06
Add message tests
15 years ago
Ryan Dahl
ef9f4046c9
Better 'make' output
Removes 'make all-debug' since it is unnecessary now.
15 years ago
Ryan Dahl
501136b999
Revert "More dynmaic linking options"
Broke the build. Will fix and reapply soon.
This reverts commit 75f0cf471a
.
15 years ago