summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* No implementation for OS::GetExecutablePath and OS::GetMemory yetBert Belder2010-12-201-80/+6
* Make winapi_perror publicBert Belder2010-12-202-8/+15
* Stub out platform_win32.hBert Belder2010-12-201-0/+4
* Now working on v0.3.3-preRyan Dahl2010-12-171-2/+2
* Bump version to v0.3.2v0.3.2Ryan Dahl2010-12-171-1/+1
* Fix compilation on OpenBSD and FreeBSDBrian White2010-12-171-1/+3
* Revert "Simplify next tick logic by looping around ev_loop"Ryan Dahl2010-12-161-12/+22
* Prefer require.cache over native module cacheFelix Geisendörfer2010-12-131-3/+3
* Rename node::SecureStream to node::crypto::ConnectionRyan Dahl2010-12-112-57/+62
* Add os module and getHostnameBrian White2010-12-113-0/+52
* Add receivedShutdown() bindingRyan Dahl2010-12-102-3/+19
* Accept Buffers as well as strings for addCert, addKeyRyan Dahl2010-12-081-49/+63
* clients without certs are unauthed.Ryan Dahl2010-12-071-4/+9
* Pretty error message messes up if readFileSync in main module fails.Ryan Dahl2010-12-071-10/+1
* Server must not request cert.Ryan Dahl2010-12-051-1/+19
* fix global leakRyan Dahl2010-12-041-1/+1
* Reworks the two functions traverser and findModulePath into a more readable f...Anders Conbere2010-12-041-32/+42
* Check buffer length using string lengthSean Braithwaite2010-12-031-2/+2
* implement openpty for sunRyan Dahl2010-12-031-3/+24
* Fix tty changes for OSXBrian White2010-12-031-0/+4
* Introduce require('tty')Ryan Dahl2010-12-021-0/+22
* fix global leakRyan Dahl2010-12-021-0/+1
* print warning on process.ENVRyan Dahl2010-12-021-4/+29
* lint util.js and src/node.jsRyan Dahl2010-12-021-433/+451
* Fix executable path on FreeBSD.Brian White2010-12-011-0/+1
* Remove should_verify from C++ - to handle in JS landRyan Dahl2010-12-012-7/+3
* Remove unnecessary call to X509_STORE_freeRyan Dahl2010-12-012-4/+3
* Rename VerifyPeerError to VerifyErrorRyan Dahl2010-12-012-4/+4
* Implement SecureContext destructorRyan Dahl2010-11-302-1/+10
* Better verify infoRyan Dahl2010-11-302-17/+128
* Move root certs out of JavaScriptRyan Dahl2010-11-303-0/+3628
* Revert "Default to TLSv1"Ryan Dahl2010-11-301-1/+1
* Lazy load console objectRyan Dahl2010-11-301-77/+5
* Fix commentRyan Dahl2010-11-301-1/+1
* Remove assert in verify_peer; add commentsRyan Dahl2010-11-301-7/+47
* win: Duplicate platform_cygwin.cc into platform_win32.ccBert Belder2010-11-291-0/+246
* Don't call exit() from the signal handlerRyan Dahl2010-11-291-1/+2
* Remove unnecessary variable defRyan Dahl2010-11-291-1/+0
* Default to TLSv1Ryan Dahl2010-11-281-1/+1
* styleRyan Dahl2010-11-281-17/+17
* Use SSL_MODE_RELEASE_BUFFERS by default.Ryan Dahl2010-11-281-0/+5
* Allocations with new[] must be freed with delete[].Tom Hughes2010-11-241-1/+1
* Fix memleak in ChildProcess:Spawn().Tom Hughes2010-11-241-0/+2
* Saner, yet still ugly, fix to displaying syntax errorsRyan Dahl2010-11-233-10/+18
* Fix ErrnoExceptions that have the wrong syscall nameWade Simmons2010-11-231-2/+2
* hack to display syntax errors. FIXMERyan Dahl2010-11-221-0/+3
* Add cmake build support.Tom Hughes2010-11-221-1/+1
* Fix problem with requireNative not exporting 'module' objectisaacs2010-11-221-2/+2
* Add support for SSDP methods -_-Ryan Dahl2010-11-211-0/+12
* Support CNAME lookups in DNS module.Ben Noordhuis2010-11-211-0/+28