1002 Commits (c8f9728de7510a539b4460b5280f90934b2fa9a5)

Author SHA1 Message Date
Paul Querna c8f9728de7 Move dns.isIP to net.isIP 14 years ago
Herbert Vojčík 4e6b9b0992 No need to do if (internalModuleCache...), it's in requireNative. 14 years ago
Herbert Vojčík d429033fd7 Module system moved to the bottom, where only is it needed. 14 years ago
Herbert Vojčík 6abbfa09ff m.id unneccessary, id is enough. 14 years ago
Herbert Vojčík bcad5403d6 Natives having their own self-contained minimalistic module system. 14 years ago
Ryan Dahl f47ad10db7 Remove a few old deprecation warnings 14 years ago
Ryan Dahl feea1330cc Make a list of known globals 14 years ago
Ryan Dahl efdd73c8e4 Fix style in node_object_wrap.h 14 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
Ryan Dahl f86ad1693f Safe Constructor: Buffer 15 years ago
Ryan Dahl 488aff085b Improve appendix markdown 15 years ago
Ryan Dahl 9283e134e5 bump version 15 years ago
Tim Caswell 81a53e83ab Make process.nextTick worlds faster for large queues. 15 years ago
Herbert Vojčík c5eb1b55d9 Making "root" available in both context and non-context mode. 15 years ago
Ryan Dahl 5bce8ed118 Fix process.platform 15 years ago
Herbert Vojčík 9253333850 Fix registerExtension for NODE_MODULE_CONTEXTS 15 years ago
Ryan Dahl 39b432e42a Add process.versions 15 years ago
Herbert Vojčík 1872719b8c Typo in comment. 15 years ago
Ryan Dahl 03dda31b75 Simplify loading events.js 15 years ago
Herbert Vojčík 4db608dbba Get away uint/int comparision warning. 15 years ago
Herbert Vojčík ff953dccf1 Refactor of resolveModulePath to make it clearer. 15 years ago
Herbert Vojčík 13a3bf5b7d Clean up findModulePath 15 years ago
Herbert Vojčík 361759d179 Using Array.isArray for Array testing in findModulePath. 15 years ago
Vanilla Hsu 49cd211dff Add freebsd's process.title support. 15 years ago
Ryan Dahl b14dd49222 bump version 15 years ago