platform/upstream/nodejs.git
2010-12-20 Bert BelderWafadmin: don't even think about using msvc
2010-12-20 Bert BelderOn windows, link with Winsock and WinMM
2010-12-20 Bert BelderBackslashes in paths wreak havoc
2010-12-20 Bert BelderNo -rdynamic and -pthread flags when building with...
2010-12-20 Bert BelderAlways use statically linked c-ares on windows; fix...
2010-12-20 Bert BelderMingw32 has no inet_pton/inet_ntop; import them from...
2010-12-20 Bert BelderUse ares_socket_t instead of int for sockets
2010-12-20 Bert BelderFix header files for node_cares.cc
2010-12-20 Bert BelderOn windows, there's no support (yet) for chown and...
2010-12-20 Bert BelderOn windows, stat() doesn't give you block (size) info
2010-12-20 Bert BelderOn windows, mkdir() doesn't take a mode parameter
2010-12-20 Bert BelderFix fsync/fdatasync for windows
2010-12-20 Bert BelderOn windows use eio__pread and eio__pwrite (hack)
2010-12-20 Bert BelderInclude windows.h in node_file.cc
2010-12-20 Bert BelderMost of node_net is not yet available on windows
2010-12-20 Bert BelderMake SetNonBlock and SetSockFlags work on mingw
2010-12-20 Bert BelderFix headers for node_net.cc
2010-12-20 Bert BelderS_IFLNK, S_IFSOCK and SIGCHLD are not available on...
2010-12-20 Bert BelderStat watchers don't work on windows yet
2010-12-20 Bert BelderThere is no child process support for windows yet
2010-12-20 Bert BelderFix header files for node_buffer.cc
2010-12-20 Bert BelderDisable node.cc functions that are not supported on...
2010-12-20 Bert BelderThere's no SIGCHLD on windows
2010-12-20 Bert BelderProperly intialize winsock
2010-12-20 Bert BelderFix headers for node.cc
2010-12-20 Bert BelderAdd errno.h to platform_win32.cc
2010-12-20 Bert Beldernode_stdio stub for windows
2010-12-20 Bert BelderMacros for warning about unimplemented APIs
2010-12-20 Bert BelderAvoid WCHAR string conversion warning
2010-12-20 Bert Belder`errno` is reserved; use `errorno`
2010-12-20 Bert BelderNo implementation for OS::GetExecutablePath and OS...
2010-12-20 Bert BelderMake winapi_perror public
2010-12-20 Bert BelderStub out platform_win32.h
2010-12-20 Bert BelderDynamically link with pthreads-w32
2010-12-20 Bert BelderV8: Don't attempt to build w/ snapshot, doesn't seem...
2010-12-20 Bert BelderFix v8 build on mingw32
2010-12-20 Jeremy Martinurl.parse(url, true) defaults query field to {}
2010-12-20 Ryan DahlAdd callback to CryptoStream.write
2010-12-19 Ryan DahlAdd doc for Buffer.isBuffer
2010-12-19 Ryan Dahlcleartext.socket always exists
2010-12-18 Ryan DahlTLS: check we're not disconnected before Cleartext...
2010-12-18 Ryan DahlParse issuer and subject from CryptoStream.getPeerCerti...
2010-12-17 Ryan DahlAdd optional filters to stream.pipe()
2010-12-17 Ryan DahlNow working on v0.3.3-pre
2010-12-17 Ryan DahlBump version to v0.3.2 v0.3.2
2010-12-17 Ryan DahlRemove toJSON usage - it was removed from V8
2010-12-17 Ryan DahlUpgrade V8 to 3.0.3
2010-12-17 Brian WhiteFix compilation on OpenBSD and FreeBSD
2010-12-17 Ryan DahlRevert "Simplify next tick logic by looping around...
2010-12-17 Jorge Chamorro... Add failing test for GH-511
2010-12-17 Brian WhiteAdd os module to repl's built-in lib list
2010-12-16 Ryan DahlAdd oprofile patch to repo
2010-12-16 Ryan DahlAdd solaris patch file
2010-12-16 Ryan DahlPatch V8 to compile on solaris
2010-12-16 Ryan DahlAdd 5 sec timeout to test-tls-securepair-client
2010-12-16 Ryan DahlApply V8 r5951 to fix Mac build
2010-12-16 Ryan DahlUpgrade V8 to 3.0.2
2010-12-15 Ryan DahlAdd callback paramenter to socket.connect()
2010-12-15 Ryan DahlAdd callback to socket.write()
2010-12-15 Ryan Dahlbetter option parsing for socket.write()
2010-12-14 Ryan DahlPrint 'make clean' commands
2010-12-14 Ryan DahlMake oprofile work
2010-12-14 Ryan DahlUpgrade V8 to 3.0.1
2010-12-14 isaacslink windows/cygwin build to the wiki docs
2010-12-14 Felix GeisendörferPrefer require.cache over native module cache
2010-12-11 Ryan DahlTLS: server should die on junk
2010-12-11 Ryan DahlRandom doc fixes
2010-12-11 Ryan DahlAdd docs for tls.connect()
2010-12-11 Ryan DahlRename node::SecureStream to node::crypto::Connection
2010-12-11 Ryan DahlTLS: Simplify code from suck and blow
2010-12-11 Ryan DahlAdd CryptoStream.destroy()
2010-12-11 Ryan DahlFactor out CryptoStream.end; support data on end()
2010-12-11 Ryan DahlFix typo
2010-12-11 Brian WhiteAdd os module and getHostname
2010-12-11 Ryan DahlFactor out some _cycle functionality into Cleartext...
2010-12-11 Ryan DahlAdd receivedShutdown() binding
2010-12-11 Ryan DahlAdd EncryptedStream and CleartextStream classes
2010-12-11 Ryan DahlRename the securepair test to be prefixed with tls
2010-12-11 Ryan DahlStart a simple TLS client verification test
2010-12-10 Ryan DahlApply V8 r5951 to fix Mac build
2010-12-09 Ryan DahlAdd some verification code to tls.connect()
2010-12-09 Ryan DahlMove getPeerCertificate and getCipher to CryptoStream
2010-12-09 Ryan DahlInitial implementation of tls.connect()
2010-12-09 Ryan Dahlpair.cleartext, pair.encrypted now instances of tls...
2010-12-09 Ryan DahlRemove doc references to readyState
2010-12-08 Ryan DahlSimplify the net.Server example in docs
2010-12-08 Ryan DahlAdd tls.Server docs
2010-12-08 Ryan DahlAccept Buffers as well as strings for addCert, addKey
2010-12-08 Ryan DahlTLS: emit 'secureConnection' instead of two events
2010-12-08 Ryan Dahlremove old todo
2010-12-08 Ryan Dahltest-tls-server-verify: add ca2 test case
2010-12-08 Ryan DahlTLS: emit 'end' on both streams
2010-12-08 Ryan DahlTLS: don't use events when control hasn't been inverted
2010-12-08 Ryan DahlSome TLS clean ups
2010-12-08 Ryan DahlAdd 'make test' to test/fixtures/keys/Makefile
2010-12-08 Ryan Dahlclients without certs are unauthed.
2010-12-08 Ryan DahlFix CNs for agent keys; can't be the same as CA's CN
2010-12-07 Ryan DahlUpgrade V8 to 3.0.0
2010-12-07 Ryan DahlAdd broken, but detailed TLS verify test
2010-12-07 Ryan DahlPretty error message messes up if readFileSync in main...
next