632 Commits (7bdd05bd66607886d633332e1397550d9b8d9b39)

Author SHA1 Message Date
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
Ben Noordhuis 109f73b2c0 src: pass node_isolate to True() and False() 12 years ago
Ben Noordhuis 01c3d0aa88 src: pass node_isolate to Local<>::New 12 years ago
Ben Noordhuis 6573fc3502 src: pass node_isolate to Integer::New 12 years ago
Ben Noordhuis 412b3cee05 src: pass node_isolate to String::Empty 12 years ago
Ben Noordhuis 5d0816bf3e src: make node_isolate global 12 years ago
Dean McNamee 8adebb92bc node: move symbol caching to Load() 12 years ago
isaacs 4401bb47bf domain: Do not use uncaughtException handler 12 years ago
Ben Noordhuis d607d856af node: remove idle gc 12 years ago
Ben Noordhuis 8ccfed2edc node: s/-/_/ in add-on symbol name 12 years ago
Ben Noordhuis 3ece130ea2 process: add getgroups(), setgroups(), initgroups() 12 years ago
Scott Blomquist f657ce685d windows: add tracing with performance counters 12 years ago
Bert Belder b3bfb6fbb6 domains: don't crash if domain is set to null 12 years ago
Jan Wynholds 06810b29fa tracing: add systemtap support 12 years ago
Ben Noordhuis cb6d084d35 node: update description of --print 12 years ago
Andrew Paprocki 8c5f269f90 Fix -Wsizeof-array-argument compiler warning. 12 years ago
koichik fbb0ee6f24 buffer: fix byteLength with UTF-16LE 12 years ago
Fedor Indutny 63ff449d87 crypto: bring module into modern age 13 years ago
Ben Noordhuis 96ca59fbf3 process: fix setuid() and setgid() error reporting 12 years ago
Ben Noordhuis 83b1dda12f cli: make argument to -p optional 13 years ago
Ben Noordhuis f03c3203a1 cli: make -p equivalent to -pe 13 years ago
Bert Belder 2c5828b65b Remove node_io_watcher 13 years ago
Bert Belder 34fc97880f Delete the old node_signal_watcher code 13 years ago
Bert Belder 600a6468dc process: use uv_signal instead of ev_signal 13 years ago
Ben Noordhuis 786e1e8712 buffer, crypto: fix buffer decoding 13 years ago
Ben Noordhuis 9693d3334c node: remove process.uvCounters() 13 years ago
Bert Belder 22d03c9108 node.cc: include ares.h 13 years ago
isaacs b3cf3f35fc Report errors properly from --eval and stdin 13 years ago
Ben Noordhuis f69234703f node: don't scan add-on for "init" symbol 13 years ago
Ben Noordhuis 59b584c92d node: remove PrepareTick() and CheckTick() 13 years ago
Peter Rybin 688859afc0 debugger: wake up the event loop when a debugger command is dispatched 13 years ago
isaacs 430d94ef85 nextTick: Preserve depth in error/reentry cases 13 years ago
isaacs 0109a9f90a Move MakeCallback to JS 13 years ago
Nathan Rajlich d3d83d7b90 process: throw a TypeError when anything but an Array is passed to hrtime() 13 years ago
Ben Noordhuis fee02db705 Re-apply commit e307468. 13 years ago
Bert Belder 0581afe531 Revert "Fix #3521 Use an object as the process.env proto" 13 years ago
isaacs e3074689f5 Fix #3521 Use an object as the process.env proto 13 years ago
isaacs 48c3d20041 Apply --no-deprecation to C++ warnings as well 13 years ago
isaacs 5b39929d47 Add --no-deprecation and --trace-deprecation flags 13 years ago
Ben Noordhuis f0ce98441f fs: make fs.watchFile() work on windows 13 years ago
Trent Mick 196207c228 node: remove unused flags and files 13 years ago
Ben Noordhuis eef57dddf4 core: use proper #include directives 13 years ago
Andreas Madsen 6d70a4ae16 node: change the constructor name of process from EventEmitter to process 13 years ago
Igor Zinkovsky 39d2337859 Windows: don't fire GC ETW events without ETW consumers 13 years ago
Bert Belder 09be360a0f Inherited FDs should not accidentally be inherited by child processes 13 years ago
Igor Zinkovsky 35a1421e96 Windows: Enable ETW events. 13 years ago