Namespace EVERYTHING under process; introduce GLOBAL
authorRyan Dahl <ry@tinyclouds.org>
Thu, 29 Oct 2009 22:34:10 +0000 (23:34 +0100)
committerRyan Dahl <ry@tinyclouds.org>
Thu, 29 Oct 2009 22:36:41 +0000 (23:36 +0100)
commitad0a4cefb8b4bf469bb1caa6e671a1009e40a81f
tree62bc5a8fe4319a9eddc872305a87ad68059d930c
parent6959a1d6d16164f40bbeb5f65faaf17028932054
Namespace EVERYTHING under process; introduce GLOBAL

http://groups.google.com/group/nodejs/browse_thread/thread/1034fd2ad2cd93e8
55 files changed:
benchmark/http_simple.js
benchmark/process_loop.js
benchmark/run.js
benchmark/static_http_server.js
doc/api.txt
lib/file.js
lib/http.js
lib/multipart.js
lib/posix.js
lib/repl.js
lib/sys.js
lib/tcp.js
src/events.js
src/file.js
src/node.cc
src/node.js
src/util.js
test/mjsunit/common.js
test/mjsunit/test-buffered-file.js
test/mjsunit/test-delayed-require.js
test/mjsunit/test-event-emitter-add-listeners.js
test/mjsunit/test-exec.js
test/mjsunit/test-file-cat-noexist.js
test/mjsunit/test-fs-sendfile.js
test/mjsunit/test-fs-stat.js
test/mjsunit/test-fs-write.js
test/mjsunit/test-http-cat.js
test/mjsunit/test-http-client-race.js
test/mjsunit/test-http-client-upload.js
test/mjsunit/test-http-malformed-request.js
test/mjsunit/test-http-proxy.js
test/mjsunit/test-http-server.js
test/mjsunit/test-http.js
test/mjsunit/test-mkdir-rmdir.js
test/mjsunit/test-module-loading.js
test/mjsunit/test-multipart.js
test/mjsunit/test-process-buffering.js
test/mjsunit/test-process-kill.js
test/mjsunit/test-process-simple.js
test/mjsunit/test-process-spawn-loop.js
test/mjsunit/test-promise-timeout.js
test/mjsunit/test-promise-wait.js
test/mjsunit/test-readdir.js
test/mjsunit/test-signal-handler.js
test/mjsunit/test-tcp-binary.js
test/mjsunit/test-tcp-many-clients.js
test/mjsunit/test-tcp-pingpong-delay.js
test/mjsunit/test-tcp-pingpong.js
test/mjsunit/test-tcp-reconnect.js
test/mjsunit/test-tcp-throttle-kernel-buffer.js
test/mjsunit/test-tcp-throttle.js
test/mjsunit/test-tcp-timeout.js
test/mjsunit/test-timers.js
test/mjsunit/test-utf8-scripts.js
test/mjsunit/test-wait-ordering.js