platform/upstream/nodejs.git
2012-02-01 Ben NoordhuisRevert "Process symlinked shared library as .node"
2012-02-01 Paddy ByersProcess symlinked shared library as .node
2012-02-01 Paddy ByersTidy _resolveFilename
2012-02-01 Dan VerWeiretest: dgram-{broadcast,multicast}-multi-process : preve...
2012-01-31 Bert Belderuv: upgrade to 3eb94e9
2012-01-31 Bert BelderSmall test-dgram-multicast-multi-process fixes
2012-01-30 koichikhttp: fix free http-parser too early
2012-01-30 Ben Noordhuistimers: add v0.4 compatibility hack
2012-01-28 isaacsCorrect spelling of Ben Noordhuis
2012-01-28 isaacsNow working on 0.6.10
2012-01-28 isaacs2012.01.27, Version 0.6.9 (stable) v0.6.9
2012-01-28 Ben Noordhuisuv: upgrade to 332b72e
2012-01-27 Ben Noordhuisuv: upgrade to 16124bb
2012-01-27 isaacsstdout ending test message correction
2012-01-27 Ben Noordhuisuv: upgrade to 3f1bad2
2012-01-27 isaacsProperly update npm to 1.1.0-3
2012-01-27 isaacsFix #2507 Raise errors less agressively when destroying...
2012-01-27 Dan VerWeiretest: handle unhandled dgram scenarios
2012-01-26 isaacsUpdate npm to 1.1.0-3
2012-01-26 Ben Noordhuisuv: upgrade to 9c76d0d
2012-01-24 Fedor Indutnymodule: fix --debug-brk on symlinked scripts
2012-01-23 Ben Noordhuisdgram: bring back setTTL()
2012-01-23 Ben Noordhuisdgram: bring back setMulticastLoopback()
2012-01-23 Ben Noordhuisuv: upgrade to b88bc43
2012-01-23 Ben Noordhuistest: fix typos in error messages
2012-01-23 Ben Noordhuistest: join multicast group *after* binding
2012-01-23 Ben Noordhuistest: remove erroneous dropMembership() call
2012-01-23 Ben Noordhuisdgram: make addMembership() and dropMembership() confor...
2012-01-23 Ben Noordhuisdgram: make setBroadcast() conform to v0.4 API
2012-01-23 Ben Noordhuisdgram: make setMulticastTTL() conform to v0.4 API
2012-01-23 isaacsdoc: trademark link must be absolute
2012-01-23 isaacsdoc: Remove default border around logo for MSIE
2012-01-23 isaacsdoc: Pixel-nudging
2012-01-23 isaacsdoc: Add images to makefile
2012-01-23 isaacsdoctool: correct improperly nested ul/li handling
2012-01-23 isaacsAdd images to doc_assets
2012-01-23 Matthew FitzsimmonsNodejs.org design refresh.
2012-01-23 Igor Zinkovskyfix windows build
2012-01-23 Igor Zinkovskyupgrade libuv to edbabe6f83
2012-01-22 Ben Noordhuiscrypto: silence unused variable warning
2012-01-22 koichiktest: fix test/simple/test-net-server-max-connections...
2012-01-22 koichiktest: for #2109
2012-01-22 Brandon Benvieutil: use getOwnPropertyDescripter
2012-01-22 koichikhttp: keep-alive should default with HTTP/1.1 server
2012-01-21 Dan VerWeiredgram: reintroduce setMulticastTTL()
2012-01-21 Dan VerWeiredgram: reintroduce setBroadcast()
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
next