summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-11-10throw from stdout.end and stderr.endIgor Zinkovsky
2011-11-10fs: don't close uninitialized fs.watch handleBen Noordhuis
2011-11-09make stdout stream non-destroyableIgor Zinkovsky
2011-11-09make stderr stream non-destroyableIgor Zinkovsky
2011-11-09Remove stray NODE_MODULE() semi-colons.Ben Noordhuis
2011-11-08process.kill doesn't create error obj correctlyRyan Dahl
2011-11-08crypto: use the right mutexBen Noordhuis
2011-11-08crypto: make module thread-safeBen Noordhuis
2011-11-05Now working on v0.6.1Ryan Dahl
2011-11-04Bump version to v0.6.0Ryan Dahl
2011-11-04update fs_event_wrap.cc to work with new uv_fs_event_init apiIgor Zinkovsky
2011-11-04make updates to work with latest libuv api changesIgor Zinkovsky
2011-11-04new cluster apiRyan Dahl
2011-11-04Implement process._debugProcessBert Belder
2011-11-04Make error reporting from node::DLOpen more consistentBert Belder
2011-11-04Windows: ErrnoException shouldn't mix up crt and win32 errorsBert Belder
2011-11-04Fix line endings and trailing whitespaceBert Belder
2011-11-03stdout and stderr are blocking when referring to regular filesRyan Dahl
2011-11-02fix process.uptime() on windowsIgor Zinkovsky
2011-11-02process.kill to use uv_killIgor Zinkovsky
2011-11-02Add missing copyright headersRyan Dahl
2011-11-01doc: fix linksMaciej Małecki
2011-11-01windows: enable pending accepts knobIgor Zinkovsky
2011-11-01node: remove `process.compile`Maciej Małecki
2011-11-01process: fix process.nextTick() error case regressionBen Noordhuis
2011-10-31process: optimize process.nextTick()Ben Noordhuis
2011-10-31tls, https: add passphrase optionkoichik
2011-10-30core: fix off-by-one error in node::DLOpen()Ben Noordhuis
2011-10-29Export some functions from node.hBert Belder
2011-10-29Support native extension loading on WindowsBert Belder
2011-10-29Make node::DLOpen use uv_dlopenBert Belder
2011-10-29Wrap long lines, strip trailing whitespaceBert Belder
2011-10-29Remove outdated commentBert Belder
2011-10-28Revert "remove node_io_watcher"Igor Zinkovsky
2011-10-28linux: unbreak build if HAVE_MONOTONIC_CLOCK=0Ben Noordhuis
2011-10-27remove node_io_watcherIgor Zinkovsky
2011-10-26node cluster is now a module instead of CLI interfaceRyan Dahl
2011-10-26Return IPv4 addresses before IPv6 addresses from getaddrinfoRyan Dahl
2011-10-26Don't compile in node_dtrace.cc when not supportedRyan Dahl
2011-10-26sunos: don't use exceptionsBen Noordhuis
2011-10-25http: fix gcc 3.x build, don't use always_inlineBen Noordhuis
2011-10-21Now working on v0.5.11Ryan Dahl
2011-10-21Bump version to v0.5.10Ryan Dahl
2011-10-21net: bring back .setNoDelay() and .setKeepAlive()Ben Noordhuis
2011-10-21Add useGlobal flag for standard node replisaacs
2011-10-21make process.kill a no-op on windowsIgor Zinkovsky
2011-10-20http: improve http parser bindingsBen Noordhuis
2011-10-20dns.lookup uses cares_wrap::GetAddrInfoRyan Dahl
2011-10-20Fix windows buildBert Belder
2011-10-20Add binding to uv_getaddrinfoRyan Dahl