683 Commits (8985bb8bfd0c4b9fa8dcf001306f1cf7e6c886b4)

Author SHA1 Message Date
Ben Noordhuis 110a9cd8db lib, src: upgrade after v8 api change 12 years ago
Ben Noordhuis 806e300878 src: fix memory leak in UsingDomains() 12 years ago
Trevor Norris fa10b757f5 smalloc: use malloc instead of new 12 years ago
Miroslav Bajtos c16963b977 src: break on uncaught exception 12 years ago
Linus Mårtensson 5e4e8ec429 build: add android support 12 years ago
Fedor Indutny 6978e998ee process: abstract out HandleToStream 12 years ago
Ben Noordhuis a7820a15e7 src: replace ngx-queue.h with queue.h 12 years ago
Trevor Norris b846842aff process: remove spinner 12 years ago
Trevor Norris 9a6c0853bc process: remove max tick check for domains 12 years ago
Trevor Norris 0761c90204 process: remove maxTickDepth from _tickCallback 12 years ago
Ben Noordhuis 4d68daea0f src: replace c-style casts with c++-style casts 12 years ago
Timothy J Fontaine 23509eb9e8 dtrace: unify dtrace and systemtap interfaces 12 years ago
Trevor Norris 2868bf94b6 src: upgrade to new v8 api 12 years ago
Trevor Norris 999ee45d36 src: add node_isolates 12 years ago
isaacs 4e8cddddcb src: use StringBytes for DecodeWrite/DecodeBytes/Encode 12 years ago
Miroslav Bajtoš fbf4641462 src: initialize debug-related uv_async_t handles 12 years ago
Miroslav Bajtoš 43ec1b1c2e debugger, cluster: each worker has new debug port 12 years ago
Trevor Norris f83afd3c74 src: get rid of compiler warning 12 years ago
Trevor Norris deda899d77 src: add using_domains to node_internals 12 years ago
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