platform/upstream/nodejs.git
2012-01-23 Fedor IndutnyMerge branch 'v0.6'
2012-01-23 Ben Noordhuisuv: upgrade to 1cca230
2012-01-23 Igor Zinkovskyfix windows build
2012-01-23 Igor Zinkovskyupgrade libuv to edbabe6f83
2012-01-22 Maciej Małeckiversion: bump `NODE_PATCH_VERSION`
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 Igor Zinkovskyonly ref non-default isolate loops
2012-01-21 Maciej Małeckipath fs: move `path.exists*` to `fs.exists*`
2012-01-21 Ben Noordhuishttp: fix deprecation warning module ID
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 Igor Zinkovskyref isolate loop
2012-01-21 koichikhttp: reduce creating http-parser instances
2012-01-20 Nicolas LaCasseFix #2365 zlib crashing on invalid input
2012-01-20 Andreas MadsenAdd cluster.setupMaster
2012-01-20 isaacsAdd missing ChangeLog item re: fs.stat improvement
2012-01-20 Ben Noordhuisbuild: disable NDEBUG in release builds for now
2012-01-20 Ben Noordhuisfs, handle_wrap: use Loop(), not uv_default_loop()
2012-01-20 Shigeki Ohtsufs: don't assert on uv_fs_*() errors
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 Ben Noordhuisv8: link against libsocket and libnsl on sunos
2012-01-19 Ben Noordhuisv8: implement VirtualMemory class on SunOS
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 Ingmar RungeCrypto: adding ability to turn off automatic PKCS padding
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-18 Ben Noordhuisbuild: remove node_debug from config.gypi
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 Dan Williamsdocs: fix syntax error on cluster api docs
2012-01-17 Ben Noordhuisbuild: respect --debug configure switch
2012-01-17 Andreas MadsenAdd failing test case: parent on('exit')
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 MadsenAllow calling fork() without args or options
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-17 Ryan DahlMakefile: Don't force user to run ./configure first
2012-01-17 Fedor Indutnyinstaller: install node-waf
2012-01-17 Ryan DahlNow working on v0.7.1-pre
2012-01-17 Ryan DahlBump version to v0.7.0 v0.7.0
2012-01-17 Ryan DahlAdd make dist-upload
2012-01-17 Ryan DahlFix 'make dist'
2012-01-17 Igor Zinkovskyupgrade libuv to 52511b9ddc
2012-01-17 Igor Zinkovskyfix windows build
2012-01-16 Ryan DahlMerge remote branch 'origin/v0.6'
2012-01-16 Ryan DahlUpgrade libuv to joyent/libuv@f5bd21f
2012-01-16 isaacsUpdate npm to 1.1.0-2
2012-01-16 Igor Zinkovskyfix windows build
2012-01-16 Ryan DahlUpgrade V8 to 3.8.6
2012-01-16 Ryan DahlRevert "gyp: install node-gyp"
2012-01-16 Fedor Indutnygyp: install node-gyp
2012-01-16 Maciej Małeckihttp: use `util._deprecationWarning` for deprecation...
2012-01-16 Fedor Indutnyuv: upgrade to e7758e1
2012-01-16 Fedor IndutnyRevert "util: always display a warning for module in...
2012-01-16 Maciej Małeckiutil: always display a warning for module in debug...
2012-01-16 Fedor Indutnyquerystring: fix maxKeys = 0 is ignored
2012-01-16 Fedor Indutnyhttp: do not accept headers if limit is exceeded
2012-01-16 Ben Noordhuisisolates: remove references to uv_thread_self()
2012-01-15 Fedor Indutnyhttp, querystring: added limits to prevent DoS
2012-01-15 Ben Noordhuisbuild: support --dest-cpu configure switch again
2012-01-14 Fedor Indutnytest-eio-limit: add missing copyright headers
2012-01-14 Fedor IndutnyAdd failing test-eio-limit.js
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 Nathan Rajlichbuild: remove the old -DPLATFORM="mac" define
2012-01-12 Nathan Rajlichbuild: set `process.platform` to "darwin" on OS X
2012-01-12 Ben Noordhuisdocs: clarify filename argument of vm.* functions
2012-01-12 koichikhttp: Upgrade/CONNECT request should detach its socket...
2012-01-12 Igor Zinkovskyupdate libuv to 855764406e
2012-01-11 Fedor Indutnyzlib: reset() method for deflate/inflate streams
2012-01-11 Fedor Indutnyzlib: C++ style fixes for dictionary
2012-01-11 Fedor IndutnyMerge branch 'v0.6'
2012-01-11 Fedor Indutnyzlib: C++ style fixes
2012-01-11 Mathias Bynenspunycode: Update to v0.3.0
2012-01-11 Maciej Małeckimakefile: ignore `lib/punycode.js` while linting
2012-01-11 Andreas Madsenchild_process: fix typo in internal message event name
2012-01-11 isaacszlib binding cleanup
2012-01-10 Ryan DahlUse .jpg instead of .bmp for .msi
2012-01-10 Maciej Małeckichild_process: fix typo in internal message event name
2012-01-10 Ryan DahlAdd broken test-isolates3.js
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 DahlAdd failing test-isolates2.js
2012-01-10 Ryan DahlFix #2473
2012-01-10 Fedor Indutnytest: make debugger-repl tests work with isolates
2012-01-10 Ben Noordhuisisolates: add process-global list of isolates
next