summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-12-04fix global leakRyan Dahl
2010-12-04Reworks the two functions traverser and findModulePath into a more readable f...Anders Conbere
2010-12-03Check buffer length using string lengthSean Braithwaite
2010-12-03implement openpty for sunRyan Dahl
2010-12-03Fix tty changes for OSXBrian White
2010-12-02Introduce require('tty')Ryan Dahl
2010-12-02fix global leakRyan Dahl
2010-12-02print warning on process.ENVRyan Dahl
2010-12-02lint util.js and src/node.jsRyan Dahl
2010-12-01Fix executable path on FreeBSD.Brian White
2010-12-01Remove should_verify from C++ - to handle in JS landRyan Dahl
2010-12-01Remove unnecessary call to X509_STORE_freeRyan Dahl
2010-12-01Rename VerifyPeerError to VerifyErrorRyan Dahl
2010-11-30Implement SecureContext destructorRyan Dahl
2010-11-30Better verify infoRyan Dahl
2010-11-30Move root certs out of JavaScriptRyan Dahl
2010-11-30Revert "Default to TLSv1"Ryan Dahl
2010-11-30Lazy load console objectRyan Dahl
2010-11-30Fix commentRyan Dahl
2010-11-30Remove assert in verify_peer; add commentsRyan Dahl
2010-11-29win: Duplicate platform_cygwin.cc into platform_win32.ccBert Belder
2010-11-29Don't call exit() from the signal handlerRyan Dahl
2010-11-29Remove unnecessary variable defRyan Dahl
2010-11-28Default to TLSv1Ryan Dahl
2010-11-28styleRyan Dahl
2010-11-28Use 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-23Saner, yet still ugly, fix to displaying syntax errorsRyan Dahl
2010-11-23Fix ErrnoExceptions that have the wrong syscall nameWade Simmons
2010-11-22hack to display syntax errors. FIXMERyan Dahl
2010-11-22Add cmake build support.Tom Hughes
2010-11-22Fix problem with requireNative not exporting 'module' objectisaacs
2010-11-21Add support for SSDP methods -_-Ryan Dahl
2010-11-21Support CNAME lookups in DNS module.Ben Noordhuis
2010-11-21Fix mac buildRyan Dahl
2010-11-21require() should work with `node --eval`.Ben Noordhuis
2010-11-21Fix compiler warnings.Ben Noordhuis
2010-11-21requireNative made independent on module systemHerbert Vojčík
2010-11-21Print deprecation warning on process.compileRyan Dahl
2010-11-21Use runInNewContext instead of process.compileRyan Dahl
2010-11-21Load 'path' module with requireNativeRyan Dahl
2010-11-21requireNative doesn't depend on rest of module systemRyan Dahl
2010-11-21simplify lazy constant loadingRyan Dahl
2010-11-21Print friendly error message when main module is ENOENTRyan Dahl
2010-11-20Revert "Merge branch 'writev'"Ryan Dahl
2010-11-20Revert "Actually don't need to limit sendmsg size on unix - seems okay."Ryan Dahl
2010-11-20Revert "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-19fd_to_send needs to be cleared if *any* data was sentRyan Dahl