1018 Commits (4df999f85f2cb7ac687d3281af012d9df9699657)

Author SHA1 Message Date
isaacs dff1b5ad10 Don't try to run extension loaders unless they're actually functions 15 years ago
Tim-Smart 0f16af7ee4 Remove registerExtension, add .extensions. Tests. 15 years ago
Ryan Dahl 354150f4e1 Tag release versions in 'process.version' 15 years ago
isaacs bb08f0c219 Remove require.async 15 years ago
Ryan Dahl 27af64ef46 Forgot to include node_main.cc 15 years ago
Ryan Dahl 124fbedc2f Add node::Start() 15 years ago
Ryan Dahl 4962702e4a Revert requireNative changes: 4e6b9b0, d429033, 6abbfa0, bcad540 15 years ago
Ryan Dahl 776754c33f Remove process._byteLength 15 years ago
Ryan Dahl 9628e28aec Remove process.evalcx 15 years ago
Ryan Dahl 01b3418e2e Move IOWatcher and Timer to process.binding 15 years ago
Ryan Dahl 5a801d63d1 Finally remove process.unloop 15 years ago
Ryan Dahl f8ce848d9b Remove process.global 15 years ago
Ryan Dahl 31f8fa222e Add require('constants') 15 years ago
Ryan Dahl 6eca948ca2 Move constants out of process object 15 years ago
Ryan Dahl 42eb5a6898 Simplify REPL 15 years ago
Paul Querna 5a00d9d50f Use the Apple recommended way of detecting OSX Versions 15 years ago
Paul Querna c8f9728de7 Move dns.isIP to net.isIP 15 years ago
Herbert Vojčík 4e6b9b0992 No need to do if (internalModuleCache...), it's in requireNative. 15 years ago
Herbert Vojčík d429033fd7 Module system moved to the bottom, where only is it needed. 15 years ago
Herbert Vojčík 6abbfa09ff m.id unneccessary, id is enough. 15 years ago
Herbert Vojčík bcad5403d6 Natives having their own self-contained minimalistic module system. 15 years ago
Ryan Dahl f47ad10db7 Remove a few old deprecation warnings 15 years ago
Ryan Dahl feea1330cc Make a list of known globals 15 years ago
Ryan Dahl efdd73c8e4 Fix style in node_object_wrap.h 15 years ago
Paul Querna 9a701b0a70 Expose fingerproint from getPeerCertificate 15 years ago
Ryan Dahl 5d42cc3a44 Use SetPointerInInternalField 15 years ago
Ryan Dahl b8bfbdab48 Rename SlowBuffer in binding 15 years ago
Ryan Dahl 5bc4efe820 Remove blobs, simplify SlowBuffer 15 years ago
Ryan Dahl 380d12832c Remove dead code 15 years ago
Ryan Dahl efc723787a Fix big string bug 15 years ago
Ryan Dahl 71d67dbf48 Remove fancy SlowBuffer constructor 15 years ago
Ryan Dahl 6135941eea Fix ByteLength hangup 15 years ago
Ryan Dahl 5da4faf8c7 fast buffers for crypto 15 years ago
Ryan Dahl 5f935f6c14 Fast buffers for http-parser 15 years ago
Ryan Dahl ececd92f62 Fix base64 write for buffers 15 years ago
Ryan Dahl 1f947f7b41 remove unnecessary casts 15 years ago
Ryan Dahl 7b772f3f68 More fast buffer work 15 years ago
Ryan Dahl d5bdda74c1 fast buffer bounds checking in copy() 15 years ago
Ryan Dahl 1cf538a60a Work to get C++ fast buffers. incomplete 15 years ago
Ryan Dahl 565d862f3c Fix buffer binding 15 years ago
Tim-Smart 746d487da8 FastBuffer implementation. API needs migration 15 years ago
Felix Geisendörfer ef54777fa5 Fix: uncaughtException was broken for main module 15 years ago
Ryan Dahl 17f3ffa633 Call Tick() after coming out of select() 15 years ago
Herbert Vojčík 71651bf8b2 Make test-global work with NODE_MODULE_CONTEXTS. 15 years ago
Herbert Vojčík 8718fa54f6 Removed comment-out code. 15 years ago
Benjamin Thomas cda1a38426 Fix bug in process._tickCallback where callbacks can get abandoned. 15 years ago
Ryan Dahl 7347fb3e2c Make sure setInterval(cb, 0) loops infinitely 15 years ago
Ryan Dahl 5be6ab6cdb Fix style 15 years ago
Fedor Indutny db23af05b0 Constants should be readOnly and DontDelete 15 years ago
Benjamin Thomas 57642e2349 Fix process.nextTick so thrown errors don't confuse it. 15 years ago