platform/upstream/nodejs.git
2015-03-21 Ben Noordhuisdoc: call js function in null context
2015-03-21 Ben Noordhuisdoc: don't use `using namespace v8`
2015-03-21 Ben Noordhuisdoc: replace v8::Handle<T> with v8::Local<T>
2015-03-21 Ben Noordhuisdoc: remove unnecessary v8::HandleScopes
2015-03-21 Ben Noordhuisdoc: remove uses of v8::Isolate::GetCurrent()
2015-03-20 Ben Noordhuistest: add setTimeout/setInterval multi-arg tests
2015-03-20 Ben Noordhuislib: don't penalize setInterval() common case
2015-03-20 Ben Noordhuislib: don't penalize setTimeout() common case
2015-03-20 Fedor Indutnysrc: reset signal handler to SIG_DFL on FreeBSD
2015-03-20 Michaël Zassomodule: allow require('.')
2015-03-20 Rod VaggWorking on v1.6.2
2015-03-20 Rod Vagg2015-03-20 io.js v1.6.1 Release v1.6.1
2015-03-20 Jeremiah Senkpielquerystring: fix broken stringifyPrimitive
2015-03-20 Jeremiah Senkpielquerystring: parse numbers correctly
2015-03-20 cjihrigpath: reduce type checking on some methods
2015-03-19 Johan Bergströmbuild: make check aliases test
2015-03-19 Ben Noordhuisconfigure: use cc and c++ as defaults on os x
2015-03-19 Ben Noordhuissmalloc: don't mix malloc() and new char[]
2015-03-19 Chris DickinsonWorking on v1.6.1
2015-03-19 Chris Dickinson2015-03-19 io.js v1.6.0 Release v1.6.0
2015-03-19 Shigeki Ohtsudeps: upgrade to openssl-1.0.1m
2015-03-19 Aleksanteri... doc: fix a broken collaborator github link
2015-03-19 Thorsten Lorenzbuffer: removing duplicate code
2015-03-19 Ali Ijaz Sheikhsrc: add -r/--require flags for preloading modules
2015-03-19 Rod Vaggtest: cache lazy properties, fix style nits
2015-03-19 Fedor Indutnytest: double timeout in tls-wrap-timeout.js
2015-03-19 Jeremiah Senkpielbuild: remove incorrect argument in vcbuild.bat
2015-03-19 Ben Noordhuislib: don't error in repl when cwd doesn't exist
2015-03-19 Ben Noordhuissrc: don't error at startup when cwd doesn't exist
2015-03-18 Johan Bergströmtest: Introduce knowledge of FreeBSD jails
2015-03-18 Ben Noordhuissrc: fix crypto bio integer wraparound on 32 bits
2015-03-18 Yosuke Furukawadoc: add yosuke-furukawa as collaborator
2015-03-17 Ben Noordhuisdoc: update test section in CONTRIBUTING.md
2015-03-17 Petka Antonovdoc: add petkaantonov as collaborator
2015-03-17 Roman Reissdoc: add silverwind as collaborator
2015-03-17 Johan Bergströmdoc: add jbergstroem as collaborator
2015-03-17 Ben Noordhuisconfigure: use gcc and g++ as CC and CXX defaults
2015-03-17 Alex Yurshadoc: fix typo in buffer module documentation
2015-03-17 Brendan Ashworthbenchmark: add output format option [csv]
2015-03-17 Brendan Ashworthbenchmark: add plot_csv R graphing script
2015-03-17 Ben Noordhuisv8: fix --max_old_space_size=4096 integer overflow
2015-03-16 Yosuke Furukawahttp: add flushHeaders and deprecate flush
2015-03-16 Julien Gillimake: remove node_dtrace from cpplint excludes
2015-03-16 James Hartignet: use cached peername to resolve remote fields
2015-03-16 Steven Vercruyssedoc: fix '\\' typos on Windows
2015-03-16 Julien Gillibuild: allow custom PackageMaker path
2015-03-16 Ben Noordhuislib: remove broken NODE_MODULE_CONTEXTS feature
2015-03-16 Ben Noordhuissrc: use Number::New() for heapTotal/heapUsed
2015-03-16 Ben Noordhuissrc: don't create js string twice on error
2015-03-16 cjihrigpath: add type checking for path inputs
2015-03-16 Alex Yurshadoc: reflect new require('events') behaviour
2015-03-16 Brian Whitequerystring: optimize parse and stringify
2015-03-16 cjihrigdeps: make node-gyp work with io.js
2015-03-16 Forrest L Norvelldeps: upgrade npm to 2.7.1
2015-03-15 Fedor Indutnytls: re-enable `.writev()` on TLSWrap
2015-03-14 Fedor Indutnytls: fix leak on `DoWrite()` errors
2015-03-13 Chris Dickinsonsrc: revert -r/--require flags
2015-03-13 FangDun Caidoc: fix vm module examples
2015-03-13 Ali Ijaz Sheikhsrc: add -r/--require flags for preloading modules
2015-03-13 Jeremiah Senkpieltest: fix test-http-content-length
2015-03-13 Shigeki Ohtsucrypto: add deprecated ValiCert CA for cross cert
2015-03-13 Shigeki Ohtsutest: fix ext commands to be double quoted
2015-03-12 Santiago Gimenotest: add test for reading a large file through a pipe
2015-03-12 Santiago Gimenofs: use stat.st_size only to read regular files
2015-03-12 Santiago Gimenotest: fix readfile-zero-byte-liar test
2015-03-12 Fedor Indutnysrc: do not leak handles on debug and exit
2015-03-12 Johan Bergströmv8: fix build on solaris platforms
2015-03-11 Bert Belderbuild: fix incorrect set in vcbuild.bat
2015-03-11 Fedor Indutnybuffer: align chunks on 8-byte boundary
2015-03-11 Ben Noordhuisdoc: make tools/update-authors.sh cross-platform
2015-03-11 skenqbxhttps: don't overwrite servername option
2015-03-10 Ben Noordhuisdoc: add Malte-Thorben Bruns to .mailmap
2015-03-10 Ben Noordhuislib: allow server.listen({ port: "1234" })
2015-03-10 skenqbxdoc: move checkServerIdentity option to tls.connect()
2015-03-10 Ryuichi Okumuradoc: fix missing periods in url.markdown
2015-03-09 Fedor Indutnytls_wrap: proxy handle methods in prototype
2015-03-09 Trevor Norrisbuffer: Don't assign .parent if none exists
2015-03-09 Rod VaggWorking on v1.5.2
2015-03-09 Rod Vagg2015-03-09 io.js v1.5.1 Release v1.5.1
2015-03-09 Rudi Cilibrasibenchmark: chunky http client benchmark variation
2015-03-09 Fedor Indutnyhttp_client: ensure empty socket on error
2015-03-08 Fedor Indutnynode_crypto_bio: adjust external memory size
2015-03-08 Yazhong Liudoc: fix confusion markdown in util.markdown
2015-03-08 Jeremiah Senkpielfs: fix .write() not coercing non-string values
2015-03-08 Alex Kocharinurl: remove redundant assignment in url.parse
2015-03-07 Fedor Indutnystream_base: WriteWrap::New/::Dispose
2015-03-07 Fedor Indutnytls: do not leak WriteWrap objects
2015-03-07 Brendan Ashworthdoc: update clang version prerequisite
2015-03-07 Ben Noordhuissrc: fix memory leak in fs.writeSync error path
2015-03-07 Ben Noordhuissrc: fix mismatched delete[] in src/node_file.cc
2015-03-07 Evan Lucasdoc: replace article "an" with "a" in net docs
2015-03-07 Fedor Indutnycrypto: fix leak in SafeX509ExtPrint
2015-03-06 Ben Noordhuissrc: add missing Context::Scope
2015-03-06 Rod VaggWorking on v1.5.1
2015-03-06 Rod Vagg2015-03-06 io.js v1.5.0 Release v1.5.0
2015-03-06 cjihrigdeps: make node-gyp work with io.js
2015-03-06 Forrest L Norvelldeps: upgrade npm to 2.7.0
2015-03-06 Fedor Indutnytls_wrap: do not hold persistent ref to parent
2015-03-06 Fedor Indutnyjs_stream: fix leak of instances
2015-03-06 Fedor Indutnystream_wrap: add HandleScope's in uv callbacks
next