platform/upstream/nodejs.git
2015-01-10 Bert Belderdeps: don't build minizip into zlib
2015-01-10 Bert Belderdeps: don't set zlib's product_name
2015-01-10 Ben Noordhuisdeps: fix zlib -Wimplicit-function-declaration
2015-01-09 Chris Dickinsontools: enable ctrl-c for parallel tests
2015-01-09 Ben Noordhuissrc: disable harmony object literals
2015-01-09 Ben Noordhuissrc: disable harmony classes
2015-01-09 Chris Dickinsonsrc: zlib: revert concatenated-stream changes
2015-01-09 Vladimir Kurchatkinbuild: fix `process.platform`
2015-01-09 Caitlin Pottercore: throw TypeError if chdir() args are wrong
2015-01-08 Shigeki Ohtsudoc: update the zlib license after upgrading
2015-01-08 Shigeki Ohtsudeps: update zlib.gyp for zlib 1.2.8
2015-01-08 Shigeki Ohtsudeps: upgrade zlib to 1.2.8
2015-01-08 Forrest L Norvellnpm: upgrade to v2.1.18
2015-01-08 Bert Belderwin,nodevars: run iojs.exe to get node version
2015-01-08 Bert Belderwin,msi: rename node.exe to iojs.exe
2015-01-08 Bert Belderwin,build: rename node.exe to iojs.exe
2015-01-08 Bert Belderwin: regenerate perfctr provider files
2015-01-08 Bert Belderwin,tracing: node -> iojs in perfctr/etw manifests
2015-01-08 Bert Belderwin,src: node -> iojs in executable manifest
2015-01-08 Bert Belderwin,build: remove upload target from vcbuild.bat
2015-01-08 Ben Noordhuisinstall: install iojs -> node compat symlink
2015-01-08 Ben Noordhuisbuild: rename binary from node to iojs
2015-01-08 Ben Noordhuistest: remove --use-http1 test runner flag
2015-01-08 Ben Noordhuisdoc: update v8 options in man page
2015-01-08 Ben Noordhuisdoc: s/node/iojs/ in iojs.1
2015-01-08 Ben Noordhuisdoc: rename node.1 -> iojs.1
2015-01-08 Ben Noordhuisbuild: remove upload targets from makefile
2015-01-08 Ben Noordhuisbuild: don't run make recursively
2015-01-08 Colin Ihrigwin,test: fix test-process-active-wraps.js
2015-01-08 Evan Lucasdgram: make error messages more informative
2015-01-08 Evan Lucasutil: _detailedException to _exceptionWithHostPort
2015-01-08 Evan Lucasutil,net: move _detailedException into util
2015-01-08 Rod Vaggversion: working on 1.0.0
2015-01-08 Bert Beldersrc: prefix ARCH and PLATFORM with NODE_
2015-01-08 Bert Belderwin: fix NODE_NET_SOCKET_READ/WRITE signature
2015-01-08 Bert Belderwin: suppress GetVersionEx deprecation warning
2015-01-08 Bert Belderwin: use GetVersionExW instead of GetVersionExA
2015-01-08 Bert Belderwin,openssl: disable some warnings
2015-01-08 Ben Noordhuistest: move broadcast/multicast test to internet/
2015-01-08 Ben NoordhuisRevert "test: don't assume broadcast traffic is unfiltered"
2015-01-08 Bert Belderwin: disable stl exception usage
2015-01-08 Bert Belderwin: disable exception handling for all builds
2015-01-08 Vladimir Kurchatkinutil: show symbol properties
2015-01-07 Cheng Zhaosrc,deps: replace LoadLibrary by LoadLibraryW
2015-01-07 Trevor Norrissrc: pass Isolate to node::Utf8Value constructor
2015-01-07 Trevor Norrissrc: pass Isolate to additional locations
2015-01-07 Ben Noordhuistest: fix parallel/test-repl with new v8
2015-01-07 Ben Noordhuistest: fix parallel/test-repl-harmony with new v8
2015-01-07 Ben Noordhuisbuild: fix up build after v8 upgrade
2015-01-07 Ben Noordhuisdeps: upgrade v8 to 3.31.74.1
2015-01-07 Rod Vaggdoc: update AUTHORS, .mailmap, add authors tool
2015-01-06 Ben Noordhuistest: don't assume broadcast traffic is unfiltered
2015-01-05 Ben Noordhuisdeps: update libuv to 1.2.0
2015-01-05 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v1.x
2015-01-05 Trevor Norrissmalloc: fix bad assert for zero length data
2015-01-04 cjihrignet: make connect() input validation synchronous
2015-01-03 Steven R. Loomisdocs: update to authors file
2015-01-03 Rod Vaggdoc: added TC meeting minutes 2014-12-30
2015-01-03 Steven R. Loomisbuild: i18n: add icu config options
2014-12-30 Rod Vaggdoc: added TC meeting minutes 2014-12-17
2014-12-30 Ben Noordhuisdoc: util: document --trace-deprecation
2014-12-30 Aleksey Smolenchuklib: introduce process module
2014-12-30 CGavrilaurl: improve parsing speed
2014-12-30 Sam Robertsdoc: add tls server.close() callback docs
2014-12-30 Sam Robertsdgram: close() should accept a callback
2014-12-30 Sam Robertsdgram: make 'close' event async
2014-12-29 Tim Rufflesdoc: be specific about the unit of `maxBuffer`
2014-12-29 Brendan Ashworthdgram: changes Socket.close() to return itself
2014-12-29 Brendan Ashworthdgram: change Socket.bind() to return itself
2014-12-23 Nikolai Vavilovconfigure: remove compiler detection
2014-12-23 Rudi Cilibrasisrc: remove cpplint error using NOLINT directive
2014-12-23 Mark Stosbergdoc: document time() and timeEnd() relationship
2014-12-23 Mark Stosbergdoc: fix v8 doc headings so 'make doc' passes
2014-12-22 teppeisassert: fix deepEqual regression
2014-12-20 Nikolai Vavilovconfigure: remove workarounds for GCC < 4.8
2014-12-20 Ben Noordhuislib: micro-optimize url.resolve()
2014-12-20 Ben Noordhuisbenchmark: rename url.parse() benchmark
2014-12-20 Ben Noordhuislib: micro-optimize EventEmitter#removeListener()
2014-12-20 Ben Noordhuisbenchmark: fix printing of large numbers
2014-12-19 Ben Noordhuisbenchmark: pre-optimize url.parse() before start
2014-12-19 Jackson Tiandoc: add details for http res/req end callback
2014-12-19 Julian Duquedebugger: improve clearBreakpoint error and docs
2014-12-19 cjihrigfs: deprecate exists() and existsSync()
2014-12-18 Jackson Tiandoc: document callback of http res/req end method
2014-12-18 Ben Noordhuislib,src: remove post-gc event infrastructure
2014-12-18 Chris Dickinsonstream: switch _writableState.buffer to queue
2014-12-18 Ben Noordhuislib: fix guard expression in timer.unref()
2014-12-17 Ben Noordhuissrc: fix windows build error
2014-12-17 Miroslav Bajtošdebugger: fix unhandled error in setBreakpoint
2014-12-17 Fedor Indutnytest: run tests in parallel, common improvements
2014-12-17 Fedor Indutnytest: split test in parallel/sequential
2014-12-16 Luis Reiszlib: support concatenated gzip files
2014-12-16 Ben Burnsdoc: clarify create{Read,Write}Stream fd option
2014-12-15 cjihrigfs: add access() and accessSync()
2014-12-14 Alejandro Oviedodoc: change write() after end() streams example
2014-12-14 Ben Noordhuislib: reintroduce v8 module
2014-12-14 Ben Noordhuissrc: move BE/LE buffer conversion to StringSlice()
2014-12-14 Ben Noordhuissrc: redo unaligned access workaround
2014-12-13 Ben Noordhuissrc: fix addon loader regression
2014-12-12 Nikolai Vavilovbuild: remove support for VS 2010 and 2012
next