platform/upstream/nodejs.git
2012-01-21 Roman Shtylmandgram: reintroduce addMembership() and dropMembership()
2012-01-21 Ben Noordhuisuv: upgrade to 497b1ec
2012-01-21 koichikhttp: reduce creating http-parser instances
2012-01-20 Nicolas LaCasseFix #2365 zlib crashing on invalid input
2012-01-20 isaacsAdd missing ChangeLog item re: fs.stat improvement
2012-01-20 isaacsNow working on 0.6.9
2012-01-20 isaacs2012.01.19, Version 0.6.8 (stable) v0.6.8
2012-01-20 isaacsUpgrade V8 to 3.6.6.19
2012-01-19 Fedor IndutnyLand number collision fix for v8 3.6 by Erik Corry
2012-01-19 Artur Adibdocs: document common add-on design patterns
2012-01-18 Brandon BenvieAdd missing TTY key translations for F1-F5 on Windows
2012-01-18 Bert BelderMake path.extname do the right thing when the last...
2012-01-17 Ben Noordhuiscluster: don't always kill the master on uncaughtException
2012-01-17 Dan Williamsdocs: replace expresso with mocha in appendix 1
2012-01-17 Ryan DahlLink to Marak's module rap in community page
2012-01-17 Bert Beldertests: fix more lint issues
2012-01-17 Andreas MadsenTests: fix jslint issues
2012-01-17 Andreas Madsenchild_process: add errno property to exceptions
2012-01-17 Fedor IndutnyLand number collision fix for v8 3.6 by Erik Corry
2012-01-17 koichiktls: fix double 'error' events on HTTPS Requests
2012-01-17 Ben Noordhuistyped arrays: set class name
2012-01-16 isaacsUpdate npm to 1.1.0-2
2012-01-14 Ben Noordhuisnet: make .write() throw on bad input
2012-01-12 Guillermo Rauchwebsite: Add "Api Docs" button next to "Download"
2012-01-12 mrbdgram: use slab memory allocator
2012-01-12 Ben Noordhuisdocs: clarify filename argument of vm.* functions
2012-01-12 Igor Zinkovskyupdate libuv to 855764406e
2012-01-11 Fedor Indutnyzlib: C++ style fixes
2012-01-11 Maciej Małeckimakefile: ignore `lib/punycode.js` while linting
2012-01-11 isaacszlib binding cleanup
2012-01-10 Ryan DahlUse .jpg instead of .bmp for .msi
2012-01-10 Ben NoordhuisMake sure that zlib contexts are not garbage collected...
2012-01-10 Bert BelderFix memory leak in node_zlib
2012-01-10 Ryan DahlFix #2473
2012-01-09 Ben Noordhuischild_process: fix segfault after failed spawn
2012-01-09 Ben Noordhuishandle_wrap: guard against uninitialized handle or...
2012-01-09 Ben Noordhuisuv: upgrade to 803f5a0
2012-01-09 Ryunosuke SATOevents: fix checking max listeners with `1`
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'
next