Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-01Merge remote-tracking branch 'ry/v0.6' into masterisaacs
2012-01-27build: compile release build too if BUILDTYPE=DebugBen Noordhuis
2012-01-24doc: Add images to makefileisaacs
2012-01-18build: respect --debug configure switchBen Noordhuis
2012-01-17Makefile: Don't force user to run ./configure firstRyan Dahl
2012-01-17Add make dist-uploadRyan Dahl
2012-01-17Fix 'make dist'Ryan Dahl
2012-01-12Merge branch 'v0.6'Fedor Indutny
2012-01-11makefile: ignore `lib/punycode.js` while lintingMaciej MaƂecki
2012-01-09Merge remote branch 'origin/v0.6'Ryan Dahl
2012-01-09build: honour the PYTHON environment variableBen Noordhuis
2012-01-07Remove snapshot from Mac binary buildisaacs
2011-12-24GYP: rename options.gypi to config.gypiRyan Dahl
2011-12-22Merge remote branch 'origin/v0.6'Ryan Dahl
2011-12-19Fix make targets so they detect changesRyan Dahl
2011-12-17saner targetsRyan Dahl
2011-12-17add 'make test-npm'isaacs
2011-12-17Merge remote branch 'origin/v0.6'Ryan Dahl
2011-12-17Remove UVTEST from makefileRyan Dahl
2011-12-16use rsync instead of scp to upload websiteRyan Dahl
2011-12-15Fix doc generation for new websiteRyan Dahl
2011-12-15Implement make installFedor Indutny
2011-12-14build: update 'make install' warning messageBen Noordhuis
2011-11-29build: regenerate out/Makefile from within the main Makefileeddy_me08@yahoo.com
2011-11-23build: print "not yet implemented" warning on `make install`Ben Noordhuis
2011-11-23build: fix circular dependency in doc targetBen Noordhuis
2011-11-21Fixes #2084. Makeify tools/osx-dist.shRyan Dahl
2011-11-19Add missing rmRyan Dahl
2011-11-18Force makefile generation in gypRyan Dahl
2011-11-15Remove SCONS deprecate WAFRyan Dahl
2011-11-12Add 'make dist-upload'Ryan Dahl
2011-11-11Improve OSX installerRyan Dahl
2011-11-03Remove separation of libuv testsRyan Dahl
2011-09-29Don't ls node_g after make - it confuses peopleRyan Dahl
2011-08-26prepare for release - website under new userRyan Dahl
2011-08-25test: add dgram tests to test-uv listBen Noordhuis
2011-08-24tools/test.py to support marking files a libuv-brokenRyan Dahl
2011-08-24waf: Don't build out/Debug/node_g - just out/Debug/nodeRyan Dahl
2011-08-24WAF builds in out/ instead of build/Ryan Dahl
2011-08-24Have WAF variants match GYP configuration namesRyan Dahl
2011-08-23net_uv: Don't error on ECONNRESETRyan Dahl
2011-08-12test: enable simple/test-http-dns-error for `make test-uv`Ben Noordhuis
2011-08-11win: fix test-process-envRyan Dahl
2011-08-11Add test-pipe-file-to-http to test-uvRyan Dahl
2011-08-10Fix test-net-server-on-fd-0 for windows by removing assertRyan Dahl
2011-08-10Add fixed tests to test-uvRyan Dahl
2011-08-07build: don't try to `ls -lh` executables that don't existBen Noordhuis
2011-08-03http: make http2 the default, legacy backend is available with --use-http1Ben Noordhuis
2011-08-02test: add targets `test-http2` and `test-all-http2`Ben Noordhuis
2011-08-02child_process_uv: don't attempt to pass test-child-process-deprecated-apiRyan Dahl