439 Commits (8a58e83870956614ca9c9001f60e042c0be1c822)

Author SHA1 Message Date
choonkeat 44d5f212fe Stat::Callback has 2 arguments for callback: current stat info and previous stat info 15 years ago
Ryan Dahl dc093ef833 Add process.loop() process.unloop()!!! 15 years ago
Friedemann Altrock 0433d828cf add process.umask() 15 years ago
Friedemann Altrock 2d54d664ff Promises should not be able to be canceled more than once. 15 years ago
Rhys Jones b6dda61249 Initial TLS support 15 years ago
Ryan Dahl 1cacb50f2b Fix memory leak on fs.write() 15 years ago
Ryan Dahl 39a12b2a22 Remove debug message 15 years ago
Ryan Dahl 7719ce33db New http-parser 15 years ago
Ryan Dahl 686bec4f35 Only detach timers when active. 15 years ago
Ryan Dahl 8195e0f723 Fix default value for persistent in watchFile() 15 years ago
Ryan Dahl 6de2173d7c Add options to process.watchFile() 15 years ago
Ryan Dahl 8d2f9e83a4 Add process.watchFile() process.unwatchFile() 15 years ago
Felix Geisendörfer 2b252acea4 Implement process "uncaughtException" event 15 years ago
fwg bd6c08a984 Add EventEmitter.removeListener 15 years ago
Johan Sørensen 04f9c9fb09 Supply the strerror as a second arg to the tcp.Connection close event 15 years ago
Ryan Dahl 06d493e7e3 Remove debug message 15 years ago
Felix Geisendörfer bb8f0725da Bugfix, Promise.timeout() blocked the event loop 15 years ago
Felix Geisendörfer 7371fcb312 Temporary function to determine str byte length 15 years ago
Felix Geisendörfer 1026ffea40 Proper deprecation message for process.inherits 15 years ago
Ryan Dahl 2ca788e6e2 Add 'drain' event to tcp.Connection 15 years ago
Ryan Dahl cff1df1f9b Fix ev_unref error in signal handler 15 years ago
Ryan Dahl 42dd629c16 deprecation error for process.inherits() 15 years ago
Ryan Dahl 1020efb6f7 Create require.main, remove process.cat() 15 years ago
Ryan Dahl 43121c15be API: rename process.inherits to sys.inherits 15 years ago
Ryan Dahl d737a060c8 Combine all compiled javascript files into src/node.js 15 years ago
Ryan Dahl 51c1526b6a Revert "Upgrade http parser, change node as needed." 15 years ago
Ryan Dahl c6bd0e56cb Fix regexp in file extension checking 15 years ago
Ryan Dahl 711774c1f0 Remove unreachable lines 15 years ago
Brandon Beacher 47fcf785ac Added process.chdir() 15 years ago
Ryan Dahl b3b3cfe007 Move memoryUsage() into C on Linux 15 years ago
Ryan Dahl 3a70129a9c Add sys.memoryUsage() 15 years ago
Ryan Dahl f481183140 Add process.platform 15 years ago
Felix Geisendörfer 43d651daef The return of relative module loading 15 years ago
Felix Geisendörfer 7069bee982 The return of absolute Module loading 15 years ago
Felix Geisendörfer 8fd472b9a1 The return of remote module loading 15 years ago
Ryan Dahl 9bd2717e74 require.paths aliased as process.path 15 years ago
Ryan Dahl f230e45183 Update deprecation errors. 15 years ago
Ryan Dahl 9a7321ebb0 Don't call process.exit() on missing module. 15 years ago
Ryan Dahl f683867b98 module.name renamed to module.id for commonjs compat 15 years ago
Ryan Dahl 7a2e784ad7 Module refactor - almost CommonJS compatible now 15 years ago
Ryan Dahl ad0a4cefb8 Namespace EVERYTHING under process; introduce GLOBAL 15 years ago
Felix Geisendörfer 659954d842 The return of Promise.cancel() with some additional tests & docs 15 years ago
Ryan Dahl 3d8b14e6f7 node.fs.* moved into "/posix.js" 15 years ago
Ryan Dahl ae7c9909be fix error from v8 upgrade 15 years ago
Ryan Dahl efe34f5023 Only allow a promise to fire once, remove promise.cancel() 15 years ago
Ryan Dahl a5df0f6a65 Prefix all source files with node_ 15 years ago
Ryan Dahl 2bac299aed Remove unused macro 15 years ago
Ryan Dahl 04e53cab90 Rename node.libraryPaths to require.paths 15 years ago
Ryan Dahl cfe5876350 Add v8 patch to fix mac x64 build. 15 years ago
Ryan Dahl b893859c34 Upgrade http parser, change node as needed. 15 years ago