platform/upstream/nodejs.git
2015-05-07 Rod VaggWorking on v2.0.2
2015-05-07 Rod Vagg2015-05-07 io.js v2.0.1 Release (PROPOSAL) v2.0.1
2015-05-07 Rod Vaggdoc: add TC meeting 2015-04-29 minutes
2015-05-07 thefourtheyeinstall: fix NameError
2015-05-07 Ivan Koziksrc: export the ParseEncoding function on Windows
2015-05-07 AQNOUCH Mohammeddoc: fix typo in readme.md
2015-05-06 Saúl Ibarra... deps: update libuv to 1.5.0
2015-05-06 thefourtheyetools: remove unused GuessWordSize function
2015-05-06 Ben Noordhuisdeps: upgrade v8 to 4.2.77.20
2015-05-06 Ben Noordhuissrc: fix pedantic cpplint whitespace warnings
2015-05-06 Shigeki Ohtsujs_stream: fix buffer index in DoWrite
2015-05-05 Ben Noordhuissrc: fix NODE_DEPRECATED macro with old compilers
2015-05-05 Brian Whitedoc: fix PR link in CHANGELOG
2015-05-05 Trevor Norrisasync-wrap: remove before/after calls in init
2015-05-05 Trevor Norrisasync-wrap: set flags using functions
2015-05-05 Trevor Norrisasync-wrap: pass PROVIDER as first arg to init
2015-05-05 Trevor Norrisasync-wrap: don't call init callback unnecessarily
2015-05-04 Ben Noordhuissrc: fix minor inefficiency in Buffer::New() call
2015-05-04 Ben Noordhuissrc: fix deprecated use of Buffer::New()
2015-05-04 Rod VaggWorking on v2.0.1
2015-05-04 Rod Vagg2015-05-04 io.js v2.0.0 Release v2.0.0
2015-05-04 Rod Vaggsrc: bump NODE_MODULE_VERSION due to V8 API
2015-05-04 Rod Vaggdoc: add rvagg to the TC
2015-05-04 Ben Noordhuisbuild: don't compile debug build with -Og
2015-05-04 Chris Dickinsonrepl: fix for a+ fd clearing the file on read
2015-05-04 Chris Dickinsonrepl: fix _debugger by properly proxying repl
2015-05-04 Ben Noordhuisbuild: disable -Og when building with clang
2015-05-04 Ben Noordhuissrc: fix -Wmissing-field-initializers warning
2015-05-04 Сковорода Никита... tls_wrap: Unlink TLSWrap and SecureContext objects
2015-05-04 Rod Vaggdoc: update AUTHORS list
2015-05-04 Rod VaggRevert "url: significantly improve the performance...
2015-05-04 Rod VaggRevert "url: delete href cache on all setter code paths"
2015-05-04 Rod VaggRevert "url: fix treatment of some values as non-empty"
2015-05-03 Petka Antonovurl: fix treatment of some values as non-empty
2015-05-03 Petka Antonovurl: delete href cache on all setter code paths
2015-05-03 Fedor Indutnynet: ensure Write/ShutdownWrap references handle
2015-05-02 Nick Raienkodoc: add require() lines to child.stdio example
2015-05-02 Roman Reissrepl: fix persistent history and env variable name
2015-05-02 Alexander Gromnitskydoc: fix some cross-references
2015-05-02 Petka Antonovurl: significantly improve the performance of the url...
2015-05-02 Rod Vaggdoc: add TC meeting 2015-04-22 minutes
2015-05-02 Brian Whitenode: improve nextTick performance
2015-05-02 Fedor Indutnyrepl: do not save history for non-terminal repl
2015-05-02 Jeremiah SenkpielMerge branch 'v1.x'
2015-05-01 Bert Belderwin,node-gyp: optionally allow node.exe/iojs.exe to...
2015-05-01 cjihrigdeps: make node-gyp work with io.js
2015-05-01 Forrest L Norvelldeps: upgrade npm to 2.9.0
2015-05-01 Roman Reissdoc: improve http.request and https.request opts
2015-05-01 Fedor Indutnytls: use `SSL_set_cert_cb` for async SNI/OCSP
2015-05-01 Fedor Indutnystream_base: dispatch reqs in the stream impl
2015-05-01 Ben Noordhuisbuild: turn on debug-safe optimizations with -Og
2015-05-01 Chris Dickinsonrepl: add mode detection, cli persistent history
2015-05-01 Johan Bergströmbuild: Use option groups in configure output
2015-04-30 Roman Klaukegitignore: ignore xcode workspaces and projects
2015-04-30 Ben Noordhuisdoc: deprecate smalloc module
2015-04-30 Fedor Indutnytls: destroy singleUse context immediately
2015-04-30 Fedor Indutnytls: zero SSL_CTX freelist for a singleUse socket
2015-04-30 Fedor Indutnycrypto: track external memory for SSL structures
2015-04-30 Fedor Indutnytls: destroy SSL once it is out of use
2015-04-29 Ben Noordhuissrc: deprecate smalloc public functions
2015-04-29 Ben Noordhuissrc: fix deprecation warnings
2015-04-29 Ben Noordhuissrc: fix NODE_DEPRECATED macro
2015-04-29 Ben Noordhuislib: deprecate the smalloc module
2015-04-29 Evan Lucassrc: add ability to get/set effective uid/gid
2015-04-29 Rod Vaggtest: extend timeouts for ARMv6
2015-04-28 Julian Duquefs: validate fd on fs.write
2015-04-28 Ben Noordhuisdeps: enable v8 postmortem debugging again
2015-04-28 Chris Dickinsondeps: upgrade v8 to 4.2.77.18
2015-04-28 Ben Noordhuisdeps: upgrade v8 to 4.2.77.15
2015-04-28 Ben Noordhuisdeps: enable v8 postmortem debugging again
2015-04-28 Ben Noordhuisdeps: upgrade v8 to 4.2.77.13
2015-04-28 Christian Tellnesos: remove trailing slash from os.tmpdir()
2015-04-28 Rod Vaggdoc: add TC meeting 2015-04-15 minutes
2015-04-28 Yosuke Furukawadoc: Add Known issues to v1.7.0/1.7.1 CHANGELOG
2015-04-28 Brian Whitestring_decoder: don't cache Buffer.isEncoding
2015-04-28 Nick Raienkodoc: fix util.deprecate example
2015-04-28 Rod Vaggbuild: remove -J from test-ci
2015-04-28 Evan Lucastest: fix test-net-dns-custom-lookup test assertion
2015-04-27 Rod Vaggtest: adjust Makefile/test-ci, add to vcbuild.bat
2015-04-27 Bert Belderwin,node-gyp: enable delay-load hook by default
2015-04-26 Christopher... util: add Map and Set inspection support
2015-04-25 Julian Duquedoc: Add Addon API (NAN) to working group list
2015-04-25 Rod Vaggdoc: add TC meeting 2015-04-08 minutes
2015-04-24 Fedor Indutnydeps: update http_parser to 2.5.0
2015-04-24 Trevor Norrisbuffer: fix copy() segfault with zero arguments
2015-04-24 Evan Lucasnet: add lookup option to Socket.prototype.connect
2015-04-24 Evan Lucasnet: cleanup connect logic
2015-04-23 Jackson Tianbuffer: little improve for Buffer.concat method
2015-04-23 Roman Reissdoc: update branch to master
2015-04-23 Chris Yipmodule: remove '' from Module.globalPaths
2015-04-23 Guilherme Souzatls_wrap: use localhost if options.host is empty
2015-04-23 Jeremiah Senkpieldoc: add Fishrock123 to the TC
2015-04-23 Nick Raienkodoc: add spaces to child.kill example
2015-04-21 Rod Vaggdoc: update AUTHORS list
2015-04-21 Chris DickinsonMerge v1.8.1.
2015-04-20 Chris DickinsonWorking on v1.8.2
2015-04-20 Chris Dickinson2015-04-20 io.js v1.8.1 Release v1.8.1
2015-04-20 Chris Dickinsonsrc: revert NODE_MODULE_VERSION to 43
2015-04-20 Rod VaggRevert "build: use %PYTHON% instead of python"
2015-04-18 Brendan Ashworthtest: add test for 06cfff9 regression
next