summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-11-04Implement process._debugProcessBert Belder1-29/+196
2011-11-04Make error reporting from node::DLOpen more consistentBert Belder1-10/+15
2011-11-04Windows: ErrnoException shouldn't mix up crt and win32 errorsBert Belder2-233/+43
2011-11-04Fix line endings and trailing whitespaceBert Belder8-36/+36
2011-11-03stdout and stderr are blocking when referring to regular filesRyan Dahl1-1/+1
2011-11-02fix process.uptime() on windowsIgor Zinkovsky1-1/+1
2011-11-02process.kill to use uv_killIgor Zinkovsky3-29/+38
2011-11-02Add missing copyright headersRyan Dahl14-0/+294
2011-11-01doc: fix linksMaciej Małecki1-1/+1
2011-11-01windows: enable pending accepts knobIgor Zinkovsky2-0/+25
2011-11-01node: remove `process.compile`Maciej Małecki1-40/+0
2011-11-01process: fix process.nextTick() error case regressionBen Noordhuis1-0/+3
2011-10-31process: optimize process.nextTick()Ben Noordhuis1-7/+5
2011-10-31tls, https: add passphrase optionkoichik1-2/+9
2011-10-30core: fix off-by-one error in node::DLOpen()Ben Noordhuis1-1/+1
2011-10-29Export some functions from node.hBert Belder1-10/+10
2011-10-29Support native extension loading on WindowsBert Belder1-8/+33
2011-10-29Make node::DLOpen use uv_dlopenBert Belder1-44/+53
2011-10-29Wrap long lines, strip trailing whitespaceBert Belder2-6/+12
2011-10-29Remove outdated commentBert Belder1-1/+0
2011-10-28Revert "remove node_io_watcher"Igor Zinkovsky3-0/+242
2011-10-28linux: unbreak build if HAVE_MONOTONIC_CLOCK=0Ben Noordhuis1-2/+4
2011-10-27remove node_io_watcherIgor Zinkovsky3-242/+0
2011-10-26node cluster is now a module instead of CLI interfaceRyan Dahl2-5/+0
2011-10-26Return IPv4 addresses before IPv6 addresses from getaddrinfoRyan Dahl1-6/+27
2011-10-26Don't compile in node_dtrace.cc when not supportedRyan Dahl1-1/+3
2011-10-26sunos: don't use exceptionsBen Noordhuis1-8/+7
2011-10-25http: fix gcc 3.x build, don't use always_inlineBen Noordhuis1-3/+9
2011-10-21Now working on v0.5.11Ryan Dahl1-2/+2
2011-10-21Bump version to v0.5.10v0.5.10Ryan Dahl1-1/+1
2011-10-21net: bring back .setNoDelay() and .setKeepAlive()Ben Noordhuis2-0/+34
2011-10-21Add useGlobal flag for standard node replisaacs1-1/+1
2011-10-21make process.kill a no-op on windowsIgor Zinkovsky1-11/+21
2011-10-20http: improve http parser bindingsBen Noordhuis1-93/+288
2011-10-20dns.lookup uses cares_wrap::GetAddrInfoRyan Dahl1-12/+23
2011-10-20Fix windows buildBert Belder1-1/+1
2011-10-20Add binding to uv_getaddrinfoRyan Dahl1-0/+106
2011-10-19Display sys_errno when UV_UNKNOWN is returnedRyan Dahl11-52/+80
2011-10-19Remove os.openOSHandleRyan Dahl1-18/+0
2011-10-19Remove support for cygwinRyan Dahl2-347/+1
2011-10-19Revert "Fix #1801 vm: Use 'sandbox' as global_prototype"Ryan Dahl1-18/+7
2011-10-19http: Added support for HTTP PATCH verbThomas Parslow1-0/+3
2011-10-19buffer: use NO_NULL_TERMINATION flagkoichik1-11/+6
2011-10-18Fix #1801 vm: Use 'sandbox' as global_prototypeelliottcable1-7/+18
2011-10-18Remove process.memoryUsage().vsizeRyan Dahl10-22/+11
2011-10-18Fixes #1860. Remove process.writeErrorRyan Dahl1-34/+0
2011-10-15win: remove pthread-win32 init codeIgor Zinkovsky1-15/+0
2011-10-15tls: requestCert unusable with Firefox and Chromekoichik2-0/+35
2011-10-14node: fix use of potentially uninitialized variableBen Noordhuis1-1/+1
2011-10-14timer_wrap: add sanity check assertBen Noordhuis1-0/+3