summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2011-10-19Display sys_errno when UV_UNKNOWN is returnedRyan Dahl
2011-10-19Remove os.openOSHandleRyan Dahl
2011-10-19Remove support for cygwinRyan Dahl
2011-10-19Revert "Fix #1801 vm: Use 'sandbox' as global_prototype"Ryan Dahl
2011-10-19http: Added support for HTTP PATCH verbThomas Parslow
2011-10-19buffer: use NO_NULL_TERMINATION flagkoichik
2011-10-18Fix #1801 vm: Use 'sandbox' as global_prototypeelliottcable
2011-10-18Remove process.memoryUsage().vsizeRyan Dahl
2011-10-18Fixes #1860. Remove process.writeErrorRyan Dahl
2011-10-15win: remove pthread-win32 init codeIgor Zinkovsky
2011-10-15tls: requestCert unusable with Firefox and Chromekoichik
2011-10-14node: fix use of potentially uninitialized variableBen Noordhuis
2011-10-14timer_wrap: add sanity check assertBen Noordhuis
2011-10-14tcp_wrap: add sanity check assertsBen Noordhuis
2011-10-14node_script: remove unused variableBen Noordhuis
2011-10-14node: fix arguments to uv_timer_start()Ben Noordhuis
2011-10-14cares_wrap: make destructor virtualBen Noordhuis
2011-10-13platform: support long process names on linuxBen Noordhuis
2011-10-13sys has been moved to utilArnout Kazemier
2011-10-12New win32 platform function: GetCPUInfoKarl Skomski
2011-10-12Remove process.ARGVRyan Dahl
2011-10-12Remove --use-legacy switch from --help section.Ben Noordhuis
2011-10-12introduce node clusterRyan Dahl
2011-10-11Remove more dead codeRyan Dahl
2011-10-11Remove process.ENVRyan Dahl
2011-10-11Remove stdio binding source - somehow this was missed in cdf5d91Ryan Dahl
2011-10-11Remove --use-legacy and --use-uvRyan Dahl
2011-10-11Fix windows buildRyan Dahl
2011-10-11Remove tty_legacyRyan Dahl
2011-10-11Remove dgram_legacyRyan Dahl
2011-10-11Remove dns_legacyRyan Dahl
2011-10-11Remove child_process_legacyRyan Dahl
2011-10-11Remove net_legacy timers_legacyRyan Dahl
2011-10-10now working on v0.5.10Ryan Dahl
2011-10-10Bump version to v0.5.9Ryan Dahl