platform/upstream/nodejs.git
2010-12-20 Bert BelderBetter way of getting rid of symlinks
2010-12-20 Bert BelderUpdate TODO.w32
2010-12-20 Bert Beldernode_net: IsIP and CreateErrnoException just work
2010-12-20 Bert BelderBugfixes, more consistency in node_net error handling
2010-12-20 Bert BelderMake node_net Connect work
2010-12-20 Bert BelderMake node_net Shutdown work on windows
2010-12-20 Bert BelderAdd todo file for windows port
2010-12-20 Bert BelderRe-enable stat watchers on windows
2010-12-20 Bert BelderLibeio should use correct stat/fstat as well
2010-12-20 Bert BelderUse unicode and bigfile aware stat/fstat
2010-12-20 Bert BelderFix error reporting and EAGAIN handling bug in net...
2010-12-20 Bert BelderRemove stray file
2010-12-20 Bert BelderDon't break the linux build
2010-12-20 Bert BelderMake Read and Write in node_net.cc actually work on...
2010-12-20 Bert BelderMake Socket, Bind, Listen, Accept work for windows
2010-12-20 Bert BelderMake SetNonBlock and SetSockFlags work on FDs instead...
2010-12-20 Bert BelderUse the c-ares pton/ntop hack in node_net.cc as well
2010-12-20 Bert Belderwscript: use "node.exe" and avoid symlinks on windows
2010-12-20 Bert BelderPerformance-killing bug workaround for V8 on mingw
2010-12-20 Bert BelderIgnore eclipse project files
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
next