isaacs
ffcdcc7ff0
Use new doc generation tool
Conflicts:
Makefile
13 years ago
isaacs
4051c2843b
docs: Move images out of the dist tarball
This puts all images in doc/images/ and references them via
http://nodejs.org/images/ .
Any complaints about copyright usage etc. can thus be node/joyent's
problem, rather than the problem of a downstream distribution channel.
Conflicts:
Makefile
13 years ago
isaacs
4f8d7328a4
Fix #2822 Only remove logo images, not logo html
13 years ago
isaacs
e004721b48
Make a fat binary for the OS X pkg
13 years ago
isaacs
4672872ddd
Fix #2770 Compile the OS X pkg as ia32
13 years ago
isaacs
5c0d11b12a
doc: Add images to makefile
13 years ago
Maciej Małecki
b073989e17
makefile: ignore `lib/punycode.js` while linting
`punycode` is a third party code which generates a lot of lint errors.
Upstream was contacted in order to fix it in bestiejs/punycode.js#6, but
request was denied.
Therefore, it's reasonable to exclude this file from linting process.
Ref #2456 .
13 years ago
Ben Noordhuis
472a72d27f
build: honour the PYTHON environment variable
Overrides the path to the python binary. Defaults to `python`.
13 years ago
isaacs
d84a6ba3d1
Remove snapshot from Mac binary build
13 years ago
isaacs
d75de86e6d
add 'make test-npm'
13 years ago
Ryan Dahl
ee7313266a
use rsync instead of scp to upload website
13 years ago
Ryan Dahl
ae17e2d90a
Fix doc generation for new website
13 years ago
Ben Noordhuis
ce3ccc8d5a
build: fix circular dependency in doc target
13 years ago
Ryan Dahl
9d1bdbcf05
Fixes #2084 . Makeify tools/osx-dist.sh
13 years ago
Ryan Dahl
5bc1809b43
Add 'make dist-upload'
13 years ago
Ryan Dahl
dc39ab3bbf
Improve OSX installer
13 years ago
Ryan Dahl
850609ea2d
Remove separation of libuv tests
13 years ago
Ryan Dahl
005448bdeb
Don't ls node_g after make - it confuses people
13 years ago
Ryan Dahl
b31d5ac639
Update website address in Makefile
13 years ago
Ryan Dahl
8af0abde3f
prepare for release - website under new user
14 years ago
Ben Noordhuis
2513538109
test: add dgram tests to test-uv list
14 years ago
Ryan Dahl
06428d853c
tools/test.py to support marking files a libuv-broken
Use
export NODE_USE_UV=1
python tools/test.py --libuv simple pummel
To run the equivalent of "make test-uv".
14 years ago
Ryan Dahl
42529ddfb5
waf: Don't build out/Debug/node_g - just out/Debug/node
This is to match how GYP does it.
14 years ago
Ryan Dahl
a7300c8297
WAF builds in out/ instead of build/
14 years ago
Ryan Dahl
879eb16280
Have WAF variants match GYP configuration names
14 years ago
Ryan Dahl
c4454d2efc
net_uv: Don't error on ECONNRESET
Fixes #1571 .
14 years ago
Ben Noordhuis
a002f4f453
test: enable simple/test-http-dns-error for `make test-uv`
14 years ago
Ryan Dahl
e6b06bc6c5
win: fix test-process-env
Remove support for setting process.env.TZ as it doesn't seem we can do it
x-platform without fixing V8.
14 years ago
Ryan Dahl
c171a0851a
Add test-pipe-file-to-http to test-uv
14 years ago
Ryan Dahl
b3bc009a89
Fix test-net-server-on-fd-0 for windows by removing assert
Rename to regression test for GH-746 as the fd 0 behavior was not what the
bug report was about.
14 years ago
Ryan Dahl
501b0b91be
Add fixed tests to test-uv
14 years ago
Ryan Dahl
03b5831f90
Bring back old Makefile and configure script
GYP and WAF need to live in parallel for some time.
14 years ago
Ryan Dahl
db1bf679d8
Move GYP file to the project root
14 years ago
Ryan Dahl
13d685bdab
symlink in ./node and ./node_g for make users
14 years ago
Ryan Dahl
cafe446f42
Add 'make test' and friends
14 years ago
Peter Bright
71333b3f5b
Modify GYP scripts for VC build
14 years ago
Ben Noordhuis
ad31e5af56
build: don't try to `ls -lh` executables that don't exist
Avoids `ls: cannot access build/debug/node_g: No such file or directory`.
Not an actual error but it confuses people.
14 years ago
Ryan Dahl
bef9f56cac
Bring gyp into the tools directory; handwritten makefile
14 years ago
Ryan Dahl
4f3c8b3972
WIP
14 years ago
Ben Noordhuis
38f948a373
http: make http2 the default, legacy backend is available with --use-http1
Fixes #1441 .
14 years ago
Ben Noordhuis
e1bb241b51
test: add targets `test-http2` and `test-all-http2`
Passes `--use-http2` to node. Fixes #1430 .
14 years ago
Ryan Dahl
99c15e5661
child_process_uv: don't attempt to pass test-child-process-deprecated-api
14 years ago
Ryan Dahl
ced0b14185
Add test-tls-securepair-server to test-uv
14 years ago
Ryan Dahl
e3ac47771c
child_process_uv: fix test-child-process-stdin and -ipc
14 years ago
Ryan Dahl
624dd38d89
child_process_uv: fix test/simple/test-child-process-env
14 years ago
Ryan Dahl
ef767a152b
child_process_uv: fix simple/test-child-process-cwd
14 years ago
Ryan Dahl
19a62589b2
child_process_uv: add exec, fix simple/test-child-process-exec-cwd
14 years ago
Ryan Dahl
7772f21b60
initial pass at lib/child_process_uv.js
14 years ago
Ryan Dahl
799c7bdcb6
Fix test-module-load-list for use-uv
14 years ago
Ben Noordhuis
345df289eb
test: test pipe API with raw net.Stream() object
Test case for #1379 .
14 years ago