702 Commits (1449739de00859d44a2eff9a676172fdabbfcd60)

Author SHA1 Message Date
Ben Noordhuis f674b09f40 src: use v8::String::NewFrom*() functions 12 years ago
Trevor Norris c80f8fa8f1 process: set key properties as ReadOnly 12 years ago
Ben Noordhuis 78d90945d6 src: remove non-isolate PersistentToLocal() 12 years ago
Ben Noordhuis 1ef1be376c src: don't include <string.h> twice in src/node.cc 12 years ago
Bert Belder 168ca527be build: un-break the windows build 12 years ago
Ben Noordhuis 02cab97490 src: more lint after cpplint tightening 12 years ago
Fedor Indutny 8e29ce9f13 src: lint c++ code 12 years ago
Trevor Norris 6a5a7b089e node: add inTick and lastThrew to infoBox 12 years ago
Ben Noordhuis 511af4dd5f string_bytes: don't use named imports in header 12 years ago
Ben Noordhuis 34b0a36120 src: don't use NewExternal() with unaligned strings 12 years ago
Ben Noordhuis 8f571b52a7 src: remove unused tick_spinner 12 years ago
Ben Noordhuis 015ec05272 src: fix process.getuid() return value 12 years ago
Ben Noordhuis ca9eb718fb src, lib: update after internal api change 12 years ago
Ben Noordhuis db13983e68 src: add IsFunction() assert to MakeCallback 12 years ago
Ben Noordhuis c679ac8f00 build: fix windows build 12 years ago
Trevor Norris 6d91bd3707 node: call MakeDomainCallback in all domain cases 12 years ago
Ben Noordhuis 636ca7c684 src: cast strong persistent handles to locals 12 years ago
Ben Noordhuis 0693d22f86 src: enable native v8 typed arrays 12 years ago
Ben Noordhuis c56a96c25c src: abort() on fatal error in debug mode 12 years ago
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