714 Commits (cb53cfd8b58907074af464b0a94a550d0969b6b7)

Author SHA1 Message Date
Trevor Norris 33fae69779 domain: change name for domain setup 12 years ago
Trevor Norris 591cfe6b7b src: add node_isolate to remaining scopes 12 years ago
Rod Vagg ccabd4a6fa process: expose NODE_MODULE_VERSION in process.versions 12 years ago
Brian White 38106da7cd src: remove unused variables 12 years ago
Trevor Norris 2093e7d91a lint: add isolate, remove semicolon 12 years ago
Ben Noordhuis 3f091c7293 src: fix Persistent<> deprecation warning 12 years ago
Ben Noordhuis 902d6cb6d7 src: tie process.versions.uv to uv_version_string() 12 years ago
Trevor Norris f0b68892d4 domain: fix domain callback from MakeCallback 12 years ago
Trevor Norris f150d56915 src: write ascii strings using WriteOneByte 12 years ago
Trevor Norris f65e14ed1d src: pass Isolate to all applicable api 12 years ago
Trevor Norris 0bba590283 bindings: update api 12 years ago
Trevor Norris a0867e1c93 node: revert removal of MakeCallback 12 years ago
isaacs 6076a25e80 core: Append filename properly in dlopen on windows 12 years ago
isaacs 5038f40185 node: Add --throw-deprecation 12 years ago
Ben Noordhuis 3d20905b70 handle_wrap: replace unref_ field with flags_ field 12 years ago
isaacs 74784b63d6 cares: Set process._errno, not global.errno 12 years ago
Trevor Norris 4f7f8bbdf8 events: _events to object and undefined not null 12 years ago
Ben Noordhuis 12d0f0bd3a lib, src: remove errno global 12 years ago
isaacs 95862b2380 core: Mark exit() calls with status codes 12 years ago
isaacs 30e5366b29 core: Use a uv_signal for debug listener 12 years ago
Ben Noordhuis 51f6e6a9b3 src, test: downgrade to v8 3.14 api 12 years ago
Ben Noordhuis 57ef65916b node: code cleanup, make tick_infobox static 12 years ago
Trevor Norris ec4200068c process: allow ticker to cross communicate better 12 years ago
Trevor Norris 86c0745a5e process: streamlining tick callback logic 12 years ago
isaacs 95ac576bf9 Revert "Move MakeCallback to JS" 12 years ago
Shigeki Ohtsu cd372510bb timer: move setImmediate from timer to uv_check 12 years ago
Ben Noordhuis aff8d9e716 node: don't malloc in FromConstructorTemplate 12 years ago
isaacs 016810913d node: Do not use fn.apply() in process._makeCallback 12 years ago
isaacs 15508589a1 addon: Pass module object to NODE_MODULE init function 12 years ago
Ben Noordhuis 952e42de72 deps: upgrade libuv to 4ba03dd 12 years ago
Ben Noordhuis 7788a6bf85 src: pass node_isolate to Undefined() 12 years ago
Ben Noordhuis 109f73b2c0 src: pass node_isolate to True() and False() 12 years ago
Ben Noordhuis 01c3d0aa88 src: pass node_isolate to Local<>::New 12 years ago
Ben Noordhuis 6573fc3502 src: pass node_isolate to Integer::New 12 years ago
Ben Noordhuis 412b3cee05 src: pass node_isolate to String::Empty 12 years ago
Ben Noordhuis 5d0816bf3e src: make node_isolate global 12 years ago
Dean McNamee 8adebb92bc node: move symbol caching to Load() 12 years ago
isaacs 4401bb47bf domain: Do not use uncaughtException handler 12 years ago
Ben Noordhuis d607d856af node: remove idle gc 12 years ago
Ben Noordhuis 8ccfed2edc node: s/-/_/ in add-on symbol name 12 years ago
Ben Noordhuis 3ece130ea2 process: add getgroups(), setgroups(), initgroups() 12 years ago
Scott Blomquist f657ce685d windows: add tracing with performance counters 12 years ago
Bert Belder b3bfb6fbb6 domains: don't crash if domain is set to null 12 years ago
Jan Wynholds 06810b29fa tracing: add systemtap support 12 years ago
Ben Noordhuis cb6d084d35 node: update description of --print 12 years ago
Andrew Paprocki 8c5f269f90 Fix -Wsizeof-array-argument compiler warning. 12 years ago
koichik fbb0ee6f24 buffer: fix byteLength with UTF-16LE 12 years ago
Fedor Indutny 63ff449d87 crypto: bring module into modern age 13 years ago
Ben Noordhuis 96ca59fbf3 process: fix setuid() and setgid() error reporting 12 years ago
Ben Noordhuis 83b1dda12f cli: make argument to -p optional 13 years ago