1184 Commits (c7f0341d887eb23552778a193748c64660a03a3b)

Author SHA1 Message Date
Ryan Dahl ececd92f62 Fix base64 write for buffers 14 years ago
Ryan Dahl 1f947f7b41 remove unnecessary casts 14 years ago
Ryan Dahl 7b772f3f68 More fast buffer work 14 years ago
Ryan Dahl d5bdda74c1 fast buffer bounds checking in copy() 14 years ago
Ryan Dahl 1cf538a60a Work to get C++ fast buffers. incomplete 14 years ago
Ryan Dahl 565d862f3c Fix buffer binding 14 years ago
Tim-Smart 746d487da8 FastBuffer implementation. API needs migration 14 years ago
Felix Geisendörfer ef54777fa5 Fix: uncaughtException was broken for main module 14 years ago
Ryan Dahl 17f3ffa633 Call Tick() after coming out of select() 14 years ago
Herbert Vojčík 71651bf8b2 Make test-global work with NODE_MODULE_CONTEXTS. 14 years ago
Herbert Vojčík 8718fa54f6 Removed comment-out code. 14 years ago
Benjamin Thomas cda1a38426 Fix bug in process._tickCallback where callbacks can get abandoned. 14 years ago
Ryan Dahl 7347fb3e2c Make sure setInterval(cb, 0) loops infinitely 14 years ago
Ryan Dahl 5be6ab6cdb Fix style 14 years ago
Fedor Indutny db23af05b0 Constants should be readOnly and DontDelete 14 years ago
Benjamin Thomas 57642e2349 Fix process.nextTick so thrown errors don't confuse it. 14 years ago
Ryan Dahl f86ad1693f Safe Constructor: Buffer 14 years ago
Ryan Dahl 488aff085b Improve appendix markdown 14 years ago
Ryan Dahl 9283e134e5 bump version 14 years ago
Tim Caswell 81a53e83ab Make process.nextTick worlds faster for large queues. 14 years ago
Herbert Vojčík c5eb1b55d9 Making "root" available in both context and non-context mode. 14 years ago
Ryan Dahl 5bce8ed118 Fix process.platform 14 years ago
Herbert Vojčík 9253333850 Fix registerExtension for NODE_MODULE_CONTEXTS 14 years ago
Ryan Dahl 39b432e42a Add process.versions 14 years ago
Herbert Vojčík 1872719b8c Typo in comment. 14 years ago
Ryan Dahl 03dda31b75 Simplify loading events.js 14 years ago
Herbert Vojčík 4db608dbba Get away uint/int comparision warning. 14 years ago
Herbert Vojčík ff953dccf1 Refactor of resolveModulePath to make it clearer. 14 years ago
Herbert Vojčík 13a3bf5b7d Clean up findModulePath 14 years ago
Herbert Vojčík 361759d179 Using Array.isArray for Array testing in findModulePath. 14 years ago
Vanilla Hsu 49cd211dff Add freebsd's process.title support. 14 years ago
Ryan Dahl b14dd49222 bump version 14 years ago
Bert Belder d8642a8aa6 Implement process.title for cygwin 14 years ago
Rasmus Andersson 758f12f34c added read and write support for process.title Darwin 14 years ago
Rasmus Andersson 8d5e05668b Added support for multiple listeners to DNS multicast datagrams. 14 years ago
Ryan Dahl 06634f48eb Implement process.title for linux 14 years ago
Ryan Dahl 5185c15ef7 Stub out process.title 15 years ago
Fedor Indutny 49888a01c3 Cygwin: process.execPath fix 14 years ago
Ryan Dahl f4f05a8851 Unset CLOEXEC on spawn's customFds 14 years ago
Bert Belder 94914135df New api for child_process.spawn; ability to set cwd for spawn()ed process 14 years ago
Ryan Dahl d408de87fc Remove module.js - put code into src/node.js 14 years ago
Tj Holowaychuk e8795cea30 Added console.trace() 14 years ago
Tj Holowaychuk a8e1e8d057 Added console.{time,timeEnd}() 14 years ago
Tj Holowaychuk e15221a8de console formatter appends extra arguments 14 years ago
Felix Geisendörfer ffbbc465d3 Support inspecting objects with console.log 14 years ago
Ryan Dahl 0b925d075d bump version 14 years ago
Ryan Dahl 7db5c8a10d Fix toString('base64') bug 14 years ago
Ryan Dahl adec544fdd Revert "Expose the V8 debug object process.debug" 14 years ago
Ryan Dahl 31b59400f8 Allow null context in Script 14 years ago
isaacs 1a1214866f SetBlocking should set blocking, not toggle it 14 years ago