projects
/
platform
/
upstream
/
nodejs.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/nodejs.git
2015-03-28
Roman Reiss
doc: decouple sidebar scrolling
commit
|
commitdiff
|
tree
|
snapshot
2015-03-27
Ben Noordhuis
deps: upgrade v8 to 4.1.0.27
commit
|
commitdiff
|
tree
|
snapshot
2015-03-27
Brendan Ashworth
streams: use strict on _stream_wrap
commit
|
commitdiff
|
tree
|
snapshot
2015-03-27
Petka Antonov
timers: make Timer.close idempotent
commit
|
commitdiff
|
tree
|
snapshot
2015-03-27
Phillip Lamplugh
doc: fix spelling error in feature flags
commit
|
commitdiff
|
tree
|
snapshot
2015-03-27
Jackson Tian
debugger: don't spawn child process in remote mode
commit
|
commitdiff
|
tree
|
snapshot
2015-03-27
Roman Reiss
test: reduce sequential/test-fs-watch flakiness
commit
|
commitdiff
|
tree
|
snapshot
2015-03-27
Ben Noordhuis
js2c: fix module id generation on windows
commit
|
commitdiff
|
tree
|
snapshot
2015-03-26
Ben Noordhuis
src: don't lazy-load timer globals
commit
|
commitdiff
|
tree
|
snapshot
2015-03-26
Jeremiah Senkpiel
Revert "doc: clarify real name requirement"
commit
|
commitdiff
|
tree
|
snapshot
2015-03-26
Bert Belder
win,node-gyp: make delay-load hook optional
commit
|
commitdiff
|
tree
|
snapshot
2015-03-26
Jeremiah Senkpiel
timers: cleanup interval handling
commit
|
commitdiff
|
tree
|
snapshot
2015-03-26
Roman Reiss
timers: assure setTimeout callback only runs once
commit
|
commitdiff
|
tree
|
snapshot
2015-03-25
Fedor Indutny
tls_wrap: fix this incredibly stupid leak
commit
|
commitdiff
|
tree
|
snapshot
2015-03-25
Fedor Indutny
tls_wrap: fix BIO leak on SSL error
commit
|
commitdiff
|
tree
|
snapshot
2015-03-25
Vladimir Kurchatkin
iojs: introduce internal modules
commit
|
commitdiff
|
tree
|
snapshot
2015-03-25
Brendan Ashworth
doc: fix format docs discrepancy
commit
|
commitdiff
|
tree
|
snapshot
2015-03-25
Brian White
string_decoder: optimize write()
commit
|
commitdiff
|
tree
|
snapshot
2015-03-25
Bert Belder
win,node-gyp: allow node.exe/iojs.exe to be renamed
commit
|
commitdiff
|
tree
|
snapshot
2015-03-25
Olov Lassus
fs: fix corruption in writeFile and writeFileSync
commit
|
commitdiff
|
tree
|
snapshot
2015-03-24
Roman Reiss
doc: clarify real name requirement
commit
|
commitdiff
|
tree
|
snapshot
2015-03-24
Roman Reiss
doc: document repl on-demand module loading
commit
|
commitdiff
|
tree
|
snapshot
2015-03-24
Mayhem
lib: add missing `new` for errors lib/*.js
commit
|
commitdiff
|
tree
|
snapshot
2015-03-24
Alex Yursha
assert: simplify logic of testing buffer equality
commit
|
commitdiff
|
tree
|
snapshot
2015-03-23
cjihrig
deps: make node-gyp work with io.js
commit
|
commitdiff
|
tree
|
snapshot
2015-03-23
Forrest L Norvell
deps: upgrade npm to 2.7.3
commit
|
commitdiff
|
tree
|
snapshot
2015-03-23
Ben Noordhuis
src: remove unnecessary environment lookups
commit
|
commitdiff
|
tree
|
snapshot
2015-03-23
Ben Noordhuis
src: make accessors immune to context confusion
commit
|
commitdiff
|
tree
|
snapshot
2015-03-23
Rod Vagg
Working on v1.6.3
commit
|
commitdiff
|
tree
|
snapshot
2015-03-23
Rod Vagg
2015-03-23 io.js v1.6.2 Release
v1.6.2
commit
|
commitdiff
|
tree
|
snapshot
2015-03-23
Connor Peet
util: Check input to util.inherits
commit
|
commitdiff
|
tree
|
snapshot
2015-03-23
Johan Bergström
deps: upgrade v8 to 4.1.0.25
commit
|
commitdiff
|
tree
|
snapshot
2015-03-22
Ben Noordhuis
test: move sequential/test-signal-unregister
commit
|
commitdiff
|
tree
|
snapshot
2015-03-22
Ben Noordhuis
test: fix timing issue in signal test
commit
|
commitdiff
|
tree
|
snapshot
2015-03-22
Ben Noordhuis
vm: fix crash on fatal error in debug context
commit
|
commitdiff
|
tree
|
snapshot
2015-03-22
Rod Vagg
doc: update AUTHORS list
commit
|
commitdiff
|
tree
|
snapshot
2015-03-22
Mathieu Darse
doc: fix typo in CHANGELOG
commit
|
commitdiff
|
tree
|
snapshot
2015-03-22
Fedor Indutny
node: ensure that streams2 won't `.end()` stdin
commit
|
commitdiff
|
tree
|
snapshot
2015-03-22
Brendan Ashworth
test: fix crypto-binary-default bad crypto check
commit
|
commitdiff
|
tree
|
snapshot
2015-03-21
Ben Noordhuis
doc: call js function in null context
commit
|
commitdiff
|
tree
|
snapshot
2015-03-21
Ben Noordhuis
doc: don't use `using namespace v8`
commit
|
commitdiff
|
tree
|
snapshot
2015-03-21
Ben Noordhuis
doc: replace v8::Handle<T> with v8::Local<T>
commit
|
commitdiff
|
tree
|
snapshot
2015-03-21
Ben Noordhuis
doc: remove unnecessary v8::HandleScopes
commit
|
commitdiff
|
tree
|
snapshot
2015-03-21
Ben Noordhuis
doc: remove uses of v8::Isolate::GetCurrent()
commit
|
commitdiff
|
tree
|
snapshot
2015-03-20
Ben Noordhuis
test: add setTimeout/setInterval multi-arg tests
commit
|
commitdiff
|
tree
|
snapshot
2015-03-20
Ben Noordhuis
lib: don't penalize setInterval() common case
commit
|
commitdiff
|
tree
|
snapshot
2015-03-20
Ben Noordhuis
lib: don't penalize setTimeout() common case
commit
|
commitdiff
|
tree
|
snapshot
2015-03-20
Fedor Indutny
src: reset signal handler to SIG_DFL on FreeBSD
commit
|
commitdiff
|
tree
|
snapshot
2015-03-20
Michaël Zasso
module: allow require('.')
commit
|
commitdiff
|
tree
|
snapshot
2015-03-20
Rod Vagg
Working on v1.6.2
commit
|
commitdiff
|
tree
|
snapshot
2015-03-20
Rod Vagg
2015-03-20 io.js v1.6.1 Release
v1.6.1
commit
|
commitdiff
|
tree
|
snapshot
2015-03-20
Jeremiah Senkpiel
querystring: fix broken stringifyPrimitive
commit
|
commitdiff
|
tree
|
snapshot
2015-03-20
Jeremiah Senkpiel
querystring: parse numbers correctly
commit
|
commitdiff
|
tree
|
snapshot
2015-03-20
cjihrig
path: reduce type checking on some methods
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Johan Bergström
build: make check aliases test
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Ben Noordhuis
configure: use cc and c++ as defaults on os x
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Ben Noordhuis
smalloc: don't mix malloc() and new char[]
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Chris Dickinson
Working on v1.6.1
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Chris Dickinson
2015-03-19 io.js v1.6.0 Release
v1.6.0
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Shigeki Ohtsu
deps: upgrade to openssl-1.0.1m
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Aleksanteri...
doc: fix a broken collaborator github link
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Thorsten Lorenz
buffer: removing duplicate code
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Ali Ijaz Sheikh
src: add -r/--require flags for preloading modules
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Rod Vagg
test: cache lazy properties, fix style nits
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Fedor Indutny
test: double timeout in tls-wrap-timeout.js
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Jeremiah Senkpiel
build: remove incorrect argument in vcbuild.bat
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Ben Noordhuis
lib: don't error in repl when cwd doesn't exist
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Ben Noordhuis
src: don't error at startup when cwd doesn't exist
commit
|
commitdiff
|
tree
|
snapshot
2015-03-18
Johan Bergström
test: Introduce knowledge of FreeBSD jails
commit
|
commitdiff
|
tree
|
snapshot
2015-03-18
Ben Noordhuis
src: fix crypto bio integer wraparound on 32 bits
commit
|
commitdiff
|
tree
|
snapshot
2015-03-18
Yosuke Furukawa
doc: add yosuke-furukawa as collaborator
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Ben Noordhuis
doc: update test section in CONTRIBUTING.md
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Petka Antonov
doc: add petkaantonov as collaborator
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Roman Reiss
doc: add silverwind as collaborator
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Johan Bergström
doc: add jbergstroem as collaborator
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Ben Noordhuis
configure: use gcc and g++ as CC and CXX defaults
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Alex Yursha
doc: fix typo in buffer module documentation
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Brendan Ashworth
benchmark: add output format option [csv]
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Brendan Ashworth
benchmark: add plot_csv R graphing script
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Ben Noordhuis
v8: fix --max_old_space_size=4096 integer overflow
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Yosuke Furukawa
http: add flushHeaders and deprecate flush
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Julien Gilli
make: remove node_dtrace from cpplint excludes
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
James Hartig
net: use cached peername to resolve remote fields
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Steven Vercruysse
doc: fix '\\' typos on Windows
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Julien Gilli
build: allow custom PackageMaker path
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Ben Noordhuis
lib: remove broken NODE_MODULE_CONTEXTS feature
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Ben Noordhuis
src: use Number::New() for heapTotal/heapUsed
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Ben Noordhuis
src: don't create js string twice on error
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
cjihrig
path: add type checking for path inputs
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Alex Yursha
doc: reflect new require('events') behaviour
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Brian White
querystring: optimize parse and stringify
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
cjihrig
deps: make node-gyp work with io.js
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Forrest L Norvell
deps: upgrade npm to 2.7.1
commit
|
commitdiff
|
tree
|
snapshot
2015-03-15
Fedor Indutny
tls: re-enable `.writev()` on TLSWrap
commit
|
commitdiff
|
tree
|
snapshot
2015-03-14
Fedor Indutny
tls: fix leak on `DoWrite()` errors
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
Chris Dickinson
src: revert -r/--require flags
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
FangDun Cai
doc: fix vm module examples
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
Ali Ijaz Sheikh
src: add -r/--require flags for preloading modules
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
Jeremiah Senkpiel
test: fix test-http-content-length
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
Shigeki Ohtsu
crypto: add deprecated ValiCert CA for cross cert
commit
|
commitdiff
|
tree
|
snapshot
next