platform/upstream/nodejs.git
2012-01-08 Ben NoordhuisAvoid unnecessary buffer to string conversion.
2012-01-08 Ben Noordhuisbuild: honour the PYTHON environment variable
2012-01-07 koichikdocs: fix ChangeLog
2012-01-07 koichikdocs: small changes.
2012-01-07 isaacsNow working on v0.6.8
2012-01-07 isaacs2012.01.06, Version 0.6.7 (stable) v0.6.7
2012-01-07 isaacsRemove snapshot from Mac binary build
2012-01-07 Ryan Dahlsupport nosnapshot in vcbuild.bat
2012-01-06 Ryan DahlRevert "crypto: add SecureContext.clearOptions() method"
2012-01-06 Ryan Dahlfix test-sys for hash randomization
2012-01-06 Bert BelderLand hash collision fix for V8 3.6 by Erik Corry.
2012-01-06 koichikhttp: fix ServerResponse does not emit 'close'
2012-01-05 isaacsnpm@1.1.0-beta-10
2012-01-05 Ben Noordhuisdocs: mention that python 2.6 or 2.7 is required
2012-01-05 koichikhttp: use `self` insted of `this`
2012-01-04 Ryan DahlUpdate address in CLA
2012-01-04 Ryan DahlPotential fix for #2438
2012-01-04 Ryan DahlAdd another test to test-http-parser-bad-ref.js demoing...
2012-01-02 Ben Noordhuiscrypto: add SecureContext.clearOptions() method
2012-01-02 Ben Noordhuistest: add #2293 regression test
2012-01-02 Ben Noordhuisuv: upgrade to 38fc6ad
2012-01-01 Ben Noordhuisdocs: fix typo on community page
2011-12-31 isaacsFix #2034 repl message for .clear when useGlobal=true
2011-12-31 Ben Noordhuistest: don't create temp files in fixtures dir
2011-12-30 Ben Noordhuisbench: add /echo endpoint to http_simple
2011-12-29 Ryan DahlAdd test for #2438
2011-12-29 Ben Noordhuisdgram: fix memory leak in error path
2011-12-29 Damon Oehlmanrepl: fix repl.start not passing the `ignoreUndefined...
2011-12-29 Jeremy Martindocs: tiny typo in http.markdown
2011-12-28 Ryan DahlRevert "Add HandleScope to http-parser binding"
2011-12-28 Andreas Madsentest: remove internet test from test/simple/
2011-12-28 koichiknet: fix Socket.pause null reference when called on...
2011-12-27 koichikdocs: fix docs to not suggest variable leaks
2011-12-27 koichikhttp: fix XMLHttpRequest piped in a writable file strea...
2011-12-26 Ben Noordhuisdocs: document http.Server.close() semantics
2011-12-26 koichikhttp: fix resource leak
2011-12-26 Ben Noordhuiswin: fix mismatched new[]/delete
2011-12-26 Ben Noordhuisbench: fix use of fd after close
2011-12-23 Ryan DahlChange 'real example' in addon doc
2011-12-23 Bert BelderAdd another nextTick benchmark
2011-12-22 Phil Sungbuffer: don't pollute global namespace in buffer.readInt*
2011-12-22 Ben Noordhuistest: ensure callback is executed
2011-12-22 Ju-yeong Parknet: raise exception when the socket is closed
2011-12-22 Dave Irvinedocs: document 'encoding' arg of hash.update()
2011-12-22 Ben Noordhuistimers: fix performance regression
2011-12-22 Seong-Rak Choidocs: fix javascript error on document page
2011-12-22 Shannendocs: use "Level 1" HTML5 features
2011-12-21 Ryan DahlUpgrade V8 to 3.6.6.15
2011-12-21 Ryan DahlAdd HandleScope to http-parser binding
2011-12-21 koichiktls: Fix node swallows openssl error on request
2011-12-21 Ben Noordhuistls: remove duplicate assignment
2011-12-20 Bert BelderRemove unnecessary statement
2011-12-19 James Hartigtimers: remove _idleTimeout from item in .unenroll()
2011-12-19 Fedor Indutnydebugger: Request backtrace w/o refs, see #1745
2011-12-19 Ryan Dahladd links to package manager on download page
2011-12-18 Ben Noordhuismodule: improve process.dlopen() error messages
2011-12-18 Ben Noordhuisuv: upgrade to feb267e
2011-12-18 Felix GeisendörferUse common.PORT to avoid conflicts
2011-12-18 Yoshihiro Kikuchitimers: fix memory leak in setTimeout
2011-12-18 Ben Noordhuischild_process: make .send() throw if message is undefined
2011-12-17 Adam Malcontenti... docs: Make logo a link back to homepage
2011-12-17 isaacsadd 'make test-npm'
2011-12-17 isaacsnpm 1.1.0-beta-7
2011-12-16 Andreas Madsenjslint
2011-12-16 Dave Pachecosimple DTrace ustack helper
2011-12-16 Igor Zinkovskydocument mode argument for fs.symlink
2011-12-16 Ben Noordhuisuv: upgrade to d808cf9
2011-12-16 koichikdoc: correct http.Server.listen()
2011-12-16 Roman Shtylmancrypto: rewrite HexDecode without snprintf
2011-12-16 Ben Noordhuiscrypto: don't ignore DH init errors
2011-12-15 Ryan Dahluse rsync instead of scp to upload website
2011-12-15 isaacsnow working on 0.6.7
2011-12-15 isaacs2011.12.14, Version 0.6.6 (stable) v0.6.6
2011-12-15 isaacsnpm 1.1.0-beta-4
2011-12-15 Ryan DahlFix doc generation for new website
2011-12-15 Ryan DahlUpgrade V8 to 3.6.6.14
2011-12-15 isaacsnpm 1.1.0-beta-3
2011-12-14 Ryan DahlAdd docs.nodejitsu.com to community page
2011-12-14 isaacsnpm 1.1.0-beta-2
2011-12-14 isaacsProperly support old IE DOM methods.
2011-12-14 Ryan DahlAdd changelog link to website
2011-12-14 Ben Noordhuisutil: add internal function _deprecationWarning()
2011-12-14 Ben Noordhuistest: binding twice to the same port should raise an...
2011-12-14 Ben Noordhuis.gitignore core and vgcore files
2011-12-14 Ben Noordhuiscrypto: deduplicate encoding parsing logic
2011-12-14 Ben Noordhuiscrypto: deduplicate decipher logic
2011-12-13 Ben Noordhuiscrypto: fix memory leak when decrypting empty strings
2011-12-13 Ben Noordhuiscrypto: fix memory leaks in PBKDF2 error path
2011-12-13 Ben Noordhuisfs: handle fractional or NaN ReadStream buffer size
2011-12-13 Ben Noordhuisfs: fix typo in error message
2011-12-12 Ryan Dahlmake jobs the last nav
2011-12-12 Ryan Dahlbetter <br>s
2011-12-12 Ryan DahlReorder nav
2011-12-12 isaacsWebsite js/css tweaks
2011-12-12 Ben Noordhuisnet: check status code in afterWrite
2011-12-12 Ryan Dahlwebsite fixes
2011-12-12 Ryan Dahlnew website
2011-12-10 Igor ZinkovskyFix MSI generation on VC Express
2011-12-10 Ryan DahlChange artwork in msi
2011-12-08 Igor ZinkovskyEnable upgrades in MSI.
next