Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-11-30Don't call exit() from the signal handlerRyan Dahl
2010-11-30Remove unnecessary variable defRyan Dahl
2010-11-29Default to TLSv1Ryan Dahl
2010-11-29styleRyan Dahl
2010-11-29Use SSL_MODE_RELEASE_BUFFERS by default.Ryan Dahl
2010-11-24Allocations with new[] must be freed with delete[].Tom Hughes
2010-11-24Fix memleak in ChildProcess:Spawn().Tom Hughes
2010-11-24Saner, yet still ugly, fix to displaying syntax errorsRyan Dahl
2010-11-24Fix ErrnoExceptions that have the wrong syscall nameWade Simmons
2010-11-23hack to display syntax errors. FIXMERyan Dahl
2010-11-23Add cmake build support.Tom Hughes
2010-11-22Fix problem with requireNative not exporting 'module' objectisaacs
2010-11-22Add support for SSDP methods -_-Ryan Dahl
2010-11-22Support CNAME lookups in DNS module.Ben Noordhuis
2010-11-22Fix mac buildRyan Dahl
2010-11-22require() should work with `node --eval`.Ben Noordhuis
2010-11-22Fix compiler warnings.Ben Noordhuis
2010-11-22requireNative made independent on module systemHerbert Vojčík
2010-11-22Print deprecation warning on process.compileRyan Dahl
2010-11-22Use runInNewContext instead of process.compileRyan Dahl
2010-11-22Load 'path' module with requireNativeRyan Dahl
2010-11-22requireNative doesn't depend on rest of module systemRyan Dahl
2010-11-22simplify lazy constant loadingRyan Dahl
2010-11-22Print friendly error message when main module is ENOENTRyan Dahl
2010-11-21Revert "Merge branch 'writev'"Ryan Dahl
2010-11-21Revert "Actually don't need to limit sendmsg size on unix - seems okay."Ryan Dahl
2010-11-21Revert "fd_to_send needs to be cleared if *any* data was sent"Ryan Dahl
2010-11-20Inline Buffer::Length and Buffer::DataRyan Dahl
2010-11-20fd_to_send needs to be cleared if *any* data was sentRyan Dahl
2010-11-20Actually don't need to limit sendmsg size on unix - seems okay.Ryan Dahl
2010-11-19fix style for SecureStream::IsInitFinishedRyan Dahl
2010-11-19Fix a bug regarding queueSize, add assertsRyan Dahl
2010-11-19Small clean upsRyan Dahl
2010-11-19Dump after ev_loopRyan Dahl
2010-11-19Emit drain and stop IOWatcher even on empty bufferRyan Dahl
2010-11-19Add callback to socket.write(), fix test-sendfdsRyan Dahl
2010-11-19make sure unix sockets are tagged correctlyRyan Dahl
2010-11-19Add IOWatcher.flush()Ryan Dahl
2010-11-19Maintain queueSize for each socketRyan Dahl
2010-11-19Don't send null data segmentsRyan Dahl
2010-11-19Support encodingRyan Dahl
2010-11-19IOWatcher::Dump(), writevRyan Dahl
2010-11-19query-string unescape moved to js landRyan Dahl
2010-11-18Simplify next tick logic by looping around ev_loopRyan Dahl
2010-11-17Now working on v0.3.2-preRyan Dahl
2010-11-17Bump version to v0.3.1v0.3.1Ryan Dahl
2010-11-17Add ref to buffer during fs.write and fs.readRyan Dahl
2010-11-16solaris -> sunosRyan Dahl
2010-11-16Fix OS::GetExecutablePath for platform_noneRyan Dahl
2010-11-15Add .node_moudles to lookup path againRyan Dahl