platform/upstream/nodejs.git
2011-11-22 Ryan DahlFix broken commit 2cd5adc
2011-11-22 Ryan DahlInstall npm with 'make install'
2011-11-22 Ryan DahlFixes #2160. Fix tty.getWindowSize docs
2011-11-22 Ben Noordhuistest: add DSA sign/verify crypto tests
2011-11-21 Ryan DahlInclude NPM, update .pkg to install it.
2011-11-21 Ben Noordhuistls: expose more openssl SSL context options
2011-11-21 Roman Shtylmantls: expose ssl bug workaround constants
2011-11-21 Ryan DahlFixes #2084. Makeify tools/osx-dist.sh
2011-11-18 Ben NoordhuisNow working on v0.6.3
2011-11-18 Ben NoordhuisBump version to v0.6.2 v0.6.2
2011-11-18 isaacszlib: Fix invalidly failing test
2011-11-18 Ben Noordhuisbuild: compile with -D__DARWIN_64_BIT_INO_T on OS X
2011-11-18 Ben Noordhuisuv: upgrade to 01fbe7b
2011-11-18 Ben Noordhuisdocs: document dgram error event
2011-11-18 Ben Noordhuisbuffer: add .read*() and .write*() methods to SlowBuffe...
2011-11-17 Trevor Burnhamdocs: document the `persistent` option for `fs.watch...
2011-11-17 Ben Noordhuiscrypto: add support for RSA public key signing/verification
2011-11-17 Ben Noordhuiscrypto: make verify() return true or false, not 1 or 0
2011-11-17 E. Azer Koçuluutil: remove the line requiring events
2011-11-17 Ryan DahlFixes #2140. Fix illumos build.
2011-11-17 Ben Noordhuisv8: add platform-solaris.cc to gyp build
2011-11-17 Ben Noordhuisv8: compile with __C99FEATURES__=1 on sunos
2011-11-17 Artur Adibdocs: clarify addon docs
2011-11-16 Bert BelderWindows: make Buffer and ObjectWrap available to compil...
2011-11-16 Bert BelderFix strange vcbuild "label not found" error
2011-11-16 Ben Noordhuistls: make cipher list configurable
2011-11-16 Ryan DahlUpgrade libuv to 2007eb8
2011-11-16 Łukasz Walukiewiczbuffer: fix minimum values for writeInt*() functions
2011-11-15 Ryan DahlUpgrade V8 to 3.6.6.8
2011-11-15 Ryan DahlRemove str.format to support python2.5.
2011-11-15 Trent Mick"Trailer" header should mention "Content-MD5" trailer...
2011-11-13 seebeestest for REPL .save and .load and documentation updates
2011-11-13 Mathias Bynenspunycode: Update to v0.1.1.
2011-11-12 seebees.load, .save and local scope tab completion
2011-11-12 seebeesTab Compete test for node REPL
2011-11-12 Ben Noordhuistimers: remember extra setTimeout() arguments when...
2011-11-11 Ryan DahlNow working on v0.6.2
2011-11-11 Ryan DahlBump version to v0.6.1 v0.6.1
2011-11-11 Ryan DahlAdd 'make dist-upload'
2011-11-11 Ryan DahlBe consistent with v before version in packages
2011-11-11 Igor Zinkovskymsi changes
2011-11-11 Ryan DahlAdd upload command to vcbuild.bat
2011-11-11 Ryan DahlSimplify and move getnodeversion.py
2011-11-11 Shigeki Ohtsudebugger: correctly handle source with multi-byte chara...
2011-11-11 Ryan DahlFixes #2073. Cluster should be silent.
2011-11-11 Ben Noordhuistest: add more punycode tests
2011-11-11 Ben Noordhuispunycode: replace with Mathias Bynens's implementation
2011-11-11 Yoji SHIDARAdocs: dgram client should be closed in the callback
2011-11-11 Ryan Dahldont use blue for numbers in util.inspect
2011-11-11 Ryan DahlImprove OSX installer
2011-11-11 Igor Zinkovskyfix msi builder
2011-11-10 Igor Zinkovskythrow from stdout.end and stderr.end
2011-11-10 Igor ZinkovskyAdd node.rc with a version resource
2011-11-10 Ben Noordhuisbench: optimize io.c benchmark
2011-11-10 Ben Noordhuisuv: upgrade to 224584c
2011-11-10 Ben Noordhuisuv: upgrade to 26806e2
2011-11-10 Ben Noordhuisfs: don't close uninitialized fs.watch handle
2011-11-09 Igor Zinkovskymake stdout stream non-destroyable
2011-11-09 Igor Zinkovskymake stderr stream non-destroyable
2011-11-09 Ben Noordhuisbench: start (NUM_CPUS-1) workers
2011-11-09 Ben NoordhuisRemove stray NODE_MODULE() semi-colons.
2011-11-09 Ryan DahlRemove 'report this bug' message from cluster master
2011-11-09 Ryan DahlFixes #2047. Fill workers array immediately after fork
2011-11-09 Ryan DahlUpgrade libuv to 196e145
2011-11-09 Ryan Dahlprocess.kill doesn't create error obj correctly
2011-11-09 Ryan DahlUpgrade libuv to 2b7774a
2011-11-08 Ryan DahlFixes #2052. Readline get win cols correctly
2011-11-08 Ben Noordhuiscrypto: use the right mutex
2011-11-08 Ryan DahlUpgrade libuv to f1859eb
2011-11-08 Ben Noordhuiscrypto: make module thread-safe
2011-11-08 Ryan DahlUpgrade V8 to 3.6.6.7
2011-11-08 Scott AndersonCluster documentation added.
2011-11-08 Ben Noordhuistest: fs.realpath() should not call its callback twice
2011-11-08 Benjamin Paserofs: fix fs.realpath on windows to return on error
2011-11-08 Ben Noordhuisfs: make mkdir() call callback if mode is omitted
2011-11-08 Ben Noordhuiscluster: fix call to undefined function
2011-11-07 Eric Lovettdocs: minor grammar fix in cluster page
2011-11-07 Ben Noordhuisbuild: fix race in parallel build
2011-11-07 Ryan DahlUpdate multi-core text on index.html
2011-11-07 Ryan DahlRemove v0.4 links from index.html
2011-11-07 Ben Noordhuisbuild: fix man page install path on the BSDs
2011-11-05 koichikbench: update static_http_server benchmark to new API
2011-11-05 Fedor Indutnytest: debugger-repl should wait for 'drain' event
2011-11-05 Eric Lovettdocs: use markdown for link, not html
2011-11-05 Ben Noordhuisdocs: fix copy/paste error, 0.6.0 is a stable release
2011-11-05 Eric Lovettdocs: minor typo fix in child process docs
2011-11-05 Ryan DahlNow working on v0.6.1
2011-11-05 Ryan DahlBump version to v0.6.0 v0.6.0
2011-11-05 koichikdocs: fix typo
2011-11-05 Ben Noordhuisuv: upgrade to c468e2a
2011-11-05 Igor Zinkovskyfix test-module-loading on windows
2011-11-05 Igor Zinkovskyupdate fs_event_wrap.cc to work with new uv_fs_event_in...
2011-11-05 Igor Zinkovskymake updates to work with latest libuv api changes
2011-11-05 Bert BelderUpgrade libuv to 1997e10b50
2011-11-04 Ryan Dahldocs: make std*Stream spawn opts explicitly internal
2011-11-04 Jacob H.C.... docs: fix some minor typos in the fs documentation
2011-11-04 Ben Noordhuisbench: add http_simple cluster edition benchmark
2011-11-04 Ryan Dahlcluster: add example for message passing
2011-11-04 Igor Zinkovskyupgrade libuv to 82cf0b38c0
2011-11-04 Ryan Dahlcluster: Remove eachWorker, workerCount
next