platform/upstream/nodejs.git
2011-01-02 Bert BelderFix the OS module for win32
2011-01-02 Bert BelderMerge remote branch 'origin/master'
2011-01-02 Ryan DahlFix openssl version check
2011-01-02 Ryan DahlDisable TLS tests when node doesn't have OpenSSL.
2011-01-02 Ryan DahlAdd openssl version to process.versions
2011-01-02 Ryan DahlFix typos
2011-01-02 Ryan Dahladd process.stdin
2011-01-02 Ryan Dahlrepl.js style
2011-01-02 Ryan DahlSyntax error hack for modules.
2011-01-02 Ryan DahlAdd '{a:1}' to REPL tests
2011-01-02 Ryan DahlAllow for evaling statements in REPL too
2011-01-02 Ryan DahlImprove how REPL commands are evaled
2011-01-02 Ryan DahlFix solaris build
2011-01-02 Ryan DahlRevert "Add optional filters to stream.pipe()"
2011-01-02 Ryan DahlMake syntax error display optional
2011-01-01 Ryan DahlLint node_script.cc
2010-12-31 Ryan DahlUpdate links for v0.2.6 on website
2010-12-31 Sami Samhuriuse util.inspect to format objects and arrays printed...
2010-12-31 Daniel CEventEmitter.prototype.once should "return this;"
2010-12-30 Ryan DahlAdd ability to ask question from readline
2010-12-25 Tom HughesFree (ref-counted) private key.
2010-12-23 Brian WhiteFix Cygwin compatibility in the os module
2010-12-23 Kai Chencorrect some inline links in api document
2010-12-23 Tom Hughescmake: Add toolchain file for cross-compiling.
2010-12-23 Tom Hughescmake: Fix OpenSSL detection and node crypto compilation.
2010-12-23 Daniel Gröbercmake: add -lutil
2010-12-22 Brian WhiteAdd more functionality to the os module
2010-12-22 Tom HughesDon't access buffer data before initializing it.
2010-12-22 Tom HughesFix memory leak in node_crypto.cc.
2010-12-22 Tom HughesFix memory corruption with unnamed AF_UNIX sockets.
2010-12-22 Ryan DahlAdd 'make test-valgrind'
2010-12-21 Ryan Dahlprocess.kill coerces args to integers
2010-12-21 Oleg Slobodskoifix assert.throws
2010-12-21 Ryan DahlAdd toolchain=gcc to V8 build for Sun
2010-12-21 Theo SchlossnagleThe following error can be thrown from accept on ECONNA...
2010-12-21 Ryan DahlUpgrade V8 to 3.0.4
2010-12-20 Bert BelderPort GetHostName
2010-12-20 Bert BelderRevert "Performance-killing bug workaround for V8 on...
2010-12-20 Bert BelderUpdate TODO.win32
2010-12-20 Bert BelderFixes to child process
2010-12-20 Bert BelderAfter building overwrite existing ./node(_g)?.exe
2010-12-20 Bert BelderChild processes
2010-12-20 Bert BelderMake using winsock extension functions possible
2010-12-20 Bert BelderMake select work on >64 FDs on windows
2010-12-20 Bert BelderSupport for non-overlapped sockets
2010-12-20 Bert BelderWork around intermittent mkdir failures in testcfg.py
2010-12-20 Bert Belder_Partial_ backslash support in node.js argv directory...
2010-12-20 Bert Belder_Partial_ fix for backslash path separator support...
2010-12-20 Bert BelderPort socketerror
2010-12-20 Bert BelderFix connect bug
2010-12-20 Bert BelderFix whitespace errors introduced by porting efforts
2010-12-20 Bert BelderUpdating todo.WIN32
2010-12-20 Bert BelderAdd more stuff to TODO.win32
2010-12-20 Bert BelderUpdate TODO.win32
2010-12-20 Bert Belder`make test` somewhat works
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
next