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-10-05
Fedor Indutny
http_server: pause socket properly
commit
|
commitdiff
|
tree
|
snapshot
2015-10-05
Fedor Indutny
http: fix out-of-order 'finish' bug in pipelining
commit
|
commitdiff
|
tree
|
snapshot
2015-10-02
Rich Trott
test: load common.js to test for global leaks
commit
|
commitdiff
|
tree
|
snapshot
2015-10-02
Fedor Indutny
crypto: enable FIPS only when configured with it
commit
|
commitdiff
|
tree
|
snapshot
2015-10-02
Sakthipriyan...
test: fix invalid variable name
commit
|
commitdiff
|
tree
|
snapshot
2015-10-02
Trevor Norris
async_wrap: ensure all objects have internal field
commit
|
commitdiff
|
tree
|
snapshot
2015-10-02
Trevor Norris
async_wrap: update providers and add test
commit
|
commitdiff
|
tree
|
snapshot
2015-10-02
Oguz Bastemur
contextify: use CHECK instead of `if`
commit
|
commitdiff
|
tree
|
snapshot
2015-10-02
Saúl Ibarra...
deps: upgrade libuv to 1.7.5
commit
|
commitdiff
|
tree
|
snapshot
2015-10-02
João Reis
build,win: fix node.exe resource version
commit
|
commitdiff
|
tree
|
snapshot
2015-10-02
Minwoo Jung
doc: fix outdated 'try/catch' statement in sync
commit
|
commitdiff
|
tree
|
snapshot
2015-10-02
Ali Ijaz Sheikh
deps: upgrade V8 to 4.5.103.35
commit
|
commitdiff
|
tree
|
snapshot
2015-10-02
Ben Noordhuis
deps: backport f782159 from v8's upstream
commit
|
commitdiff
|
tree
|
snapshot
2015-10-02
Ben Noordhuis
util: optimize promise introspection
commit
|
commitdiff
|
tree
|
snapshot
2015-10-02
Michael Dawson
i18n: add caller to removal list for bidi in ICU55
commit
|
commitdiff
|
tree
|
snapshot
2015-10-02
Rod Vagg
doc: add TSC meeting minutes 2015-09-16
commit
|
commitdiff
|
tree
|
snapshot
2015-10-02
Rich Trott
doc: copyedit fs.watch() information
commit
|
commitdiff
|
tree
|
snapshot
2015-09-30
Minwoo Jung
benchmark: update comment in common.js
commit
|
commitdiff
|
tree
|
snapshot
2015-09-30
Brendan Ashworth
smalloc: remove module
commit
|
commitdiff
|
tree
|
snapshot
2015-09-30
Rich Trott
test: change calls to deprecated util.print()
commit
|
commitdiff
|
tree
|
snapshot
2015-09-30
Rich Trott
test: replace deprecated util.debug() calls
commit
|
commitdiff
|
tree
|
snapshot
2015-09-30
Roman Reiss
dns: add missing exports.BADNAME
commit
|
commitdiff
|
tree
|
snapshot
2015-09-30
Ben Noordhuis
src: internalize binding function property names
commit
|
commitdiff
|
tree
|
snapshot
2015-09-30
Ben Noordhuis
src: internalize per-isolate string properties
commit
|
commitdiff
|
tree
|
snapshot
2015-09-30
Evan Lucas
path: improve posixSplitPath performance
commit
|
commitdiff
|
tree
|
snapshot
2015-09-30
Cheng Zhao
src: include signal.h in util.h
commit
|
commitdiff
|
tree
|
snapshot
2015-09-30
Sakthipriyan...
src: fix function and variable names in comments
commit
|
commitdiff
|
tree
|
snapshot
2015-09-30
Johann
crypto: add more keylen sanity checks in pbkdf2
commit
|
commitdiff
|
tree
|
snapshot
2015-09-25
Fedor Indutny
child_process: `null` channel handle on close
commit
|
commitdiff
|
tree
|
snapshot
2015-09-25
Ben Noordhuis
deps: remove and gitignore .bin directory
commit
|
commitdiff
|
tree
|
snapshot
2015-09-25
Julien Gilli
deps: backport c281c15 from V8's upstream
commit
|
commitdiff
|
tree
|
snapshot
2015-09-25
Michał Gołębiowski
doc: jenkins-iojs.nodesource.com -> ci.nodejs.org
commit
|
commitdiff
|
tree
|
snapshot
2015-09-25
Fabio Oliveira
docs: Clarify assert.doesNotThrow behavior
commit
|
commitdiff
|
tree
|
snapshot
2015-09-25
P.S.V.R
build: iojs -> nodejs of release-urlbase
commit
|
commitdiff
|
tree
|
snapshot
2015-09-25
Laurent Fortin
doc: rearrange execSync and execFileSync
commit
|
commitdiff
|
tree
|
snapshot
2015-09-25
Laurent Fortin
doc: make execFileSync in line with execFile
commit
|
commitdiff
|
tree
|
snapshot
2015-09-25
P.S.V.R
build: fix some typos inside the configure script
commit
|
commitdiff
|
tree
|
snapshot
2015-09-25
reggi
doc: fix typos in cluster & errors
commit
|
commitdiff
|
tree
|
snapshot
2015-09-25
P.S.V.R
doc: switch LICENSE from closure-linter to eslint
commit
|
commitdiff
|
tree
|
snapshot
2015-09-23
Rod Vagg
Working on v4.1.2
commit
|
commitdiff
|
tree
|
snapshot
2015-09-22
Rod Vagg
2015-09-22, Version 4.1.1 (Stable) Release
v4.1.1
commit
|
commitdiff
|
tree
|
snapshot
2015-09-22
Sakthipriyan...
lib,src: remove usage of events.EventEmitter
commit
|
commitdiff
|
tree
|
snapshot
2015-09-22
Sakthipriyan...
doc: remove usage of events.EventEmitter
commit
|
commitdiff
|
tree
|
snapshot
2015-09-22
Salman Aljammaz
repl: don't use tty control codes when $TERM is set...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-22
Malcolm Ahoy
http: remove redundant code in _deferToConnect
commit
|
commitdiff
|
tree
|
snapshot
2015-09-22
Sakthipriyan...
repl: backslash bug fix
commit
|
commitdiff
|
tree
|
snapshot
2015-09-22
Julien Gilli
deps: backport 357e6b9 from V8's upstream
commit
|
commitdiff
|
tree
|
snapshot
2015-09-22
Christopher...
doc: remove extra using v8::HandleScope statement
commit
|
commitdiff
|
tree
|
snapshot
2015-09-22
Jérémy Lal
configure: detect mipsel host
commit
|
commitdiff
|
tree
|
snapshot
2015-09-22
Sakthipriyan...
test: test sync version of mkdir & rmdir
commit
|
commitdiff
|
tree
|
snapshot
2015-09-22
Julien Gilli
deps: backport ff7d70b from V8's upstream
commit
|
commitdiff
|
tree
|
snapshot
2015-09-22
Matt Loring
tools: single, cross-platform tick processor
commit
|
commitdiff
|
tree
|
snapshot
2015-09-20
Kat Marchán
deps: upgraded to node-gyp@3.0.3 in npm
commit
|
commitdiff
|
tree
|
snapshot
2015-09-20
Kat Marchán
deps: upgrade to npm 2.14.4
commit
|
commitdiff
|
tree
|
snapshot
2015-09-20
Sakthipriyan...
test: use tmpDir instead of fixtures in readdir
commit
|
commitdiff
|
tree
|
snapshot
2015-09-20
Fedor Indutny
http_parser: do not dealloc during kOnExecute
commit
|
commitdiff
|
tree
|
snapshot
2015-09-20
Rich Trott
doc: clarify description of assert.ifError()
commit
|
commitdiff
|
tree
|
snapshot
2015-09-20
Ben Noordhuis
http: guard against response splitting in trailers
commit
|
commitdiff
|
tree
|
snapshot
2015-09-20
Ben Noordhuis
test: test more http response splitting scenarios
commit
|
commitdiff
|
tree
|
snapshot
2015-09-20
Alexis Campailla
test: add test-spawn-cmd-named-pipe
commit
|
commitdiff
|
tree
|
snapshot
2015-09-20
Matt Harrison
readline: fix tab completion bug
commit
|
commitdiff
|
tree
|
snapshot
2015-09-20
Trevor Norris
buffer: don't set zero fill for zero-length buffer
commit
|
commitdiff
|
tree
|
snapshot
2015-09-20
Rich Trott
doc: refine process.kill() and exit explanations
commit
|
commitdiff
|
tree
|
snapshot
2015-09-20
Evan Lucas
src: honor --abort_on_uncaught_exception flag
commit
|
commitdiff
|
tree
|
snapshot
2015-09-20
Evan Lucas
src: Add ABORT macro
commit
|
commitdiff
|
tree
|
snapshot
2015-09-20
Stewart Addison
build: fix icutrim when building small-icu on BE
commit
|
commitdiff
|
tree
|
snapshot
2015-09-20
Michael Dawson
test: make cluster tests more time tolerant
commit
|
commitdiff
|
tree
|
snapshot
2015-09-20
Imran Iqbal
test: update cwd-enoent tests for AIX
commit
|
commitdiff
|
tree
|
snapshot
2015-09-17
Jeremiah Senkpiel
Working on v4.1.1
commit
|
commitdiff
|
tree
|
snapshot
2015-09-17
Jeremiah Senkpiel
2015-09-17, Version 4.1.0 (Stable) Release
v4.1.0
commit
|
commitdiff
|
tree
|
snapshot
2015-09-17
Michaël Zasso
deps: backport 6d32be2 from v8's upstream
commit
|
commitdiff
|
tree
|
snapshot
2015-09-17
Fedor Indutny
deps: backport 0d01728 from v8's upstream
commit
|
commitdiff
|
tree
|
snapshot
2015-09-17
Sakthipriyan...
test: use tmp directory in chdir test
commit
|
commitdiff
|
tree
|
snapshot
2015-09-17
Rich Trott
doc: process exit event is not guaranteed to fire
commit
|
commitdiff
|
tree
|
snapshot
2015-09-16
Trevor Norris
test: fix Buffer OOM error message
commit
|
commitdiff
|
tree
|
snapshot
2015-09-16
Trevor Norris
src: null env_ field from constructor
commit
|
commitdiff
|
tree
|
snapshot
2015-09-16
Sam Roberts
doc: remove incorrect reference to TCP in net docs
commit
|
commitdiff
|
tree
|
snapshot
2015-09-16
Sam Roberts
doc: correct buffer.slice arg syntax
commit
|
commitdiff
|
tree
|
snapshot
2015-09-16
Sam Roberts
doc: describe spawn option.detached
commit
|
commitdiff
|
tree
|
snapshot
2015-09-16
Sam Roberts
timer: ref/unref return self
commit
|
commitdiff
|
tree
|
snapshot
2015-09-16
Trevor Norris
buffer: always allocate typed arrays outside heap
commit
|
commitdiff
|
tree
|
snapshot
2015-09-16
Trevor Norris
buffer: construct Uint8Array in JS
commit
|
commitdiff
|
tree
|
snapshot
2015-09-16
Malcolm Ahoy
http: default Agent.getName to 'localhost'
commit
|
commitdiff
|
tree
|
snapshot
2015-09-16
Karl Skomski
src: use subarray() in Buffer#slice() for speedup
commit
|
commitdiff
|
tree
|
snapshot
2015-09-15
James M Snell
tsc: adjust TSC membership for IBM+StrongLoop
commit
|
commitdiff
|
tree
|
snapshot
2015-09-15
Dmitry Vasilyev
doc: rename from iojs(1) to node(1) in benchmarks
commit
|
commitdiff
|
tree
|
snapshot
2015-09-15
Sven Slootweg
doc: add missing backtick in buffer.markdown
commit
|
commitdiff
|
tree
|
snapshot
2015-09-15
Michael Dawson
build: Updates to enable AIX support
commit
|
commitdiff
|
tree
|
snapshot
2015-09-15
Ali Ijaz Sheikh
deps: upgrade V8 to 4.5.103.33
commit
|
commitdiff
|
tree
|
snapshot
2015-09-15
Sakthipriyan...
test: fix default value for additional param
commit
|
commitdiff
|
tree
|
snapshot
2015-09-15
Sakthipriyan...
tools: enable arrow functions in .eslintrc
commit
|
commitdiff
|
tree
|
snapshot
2015-09-15
Sakthipriyan...
build: clean up the generated tap file
commit
|
commitdiff
|
tree
|
snapshot
2015-09-15
Sakthipriyan...
tools: open `test.tap` file in write-binary mode
commit
|
commitdiff
|
tree
|
snapshot
2015-09-15
Brendan Ashworth
streams: refactor LazyTransform to internal/
commit
|
commitdiff
|
tree
|
snapshot
2015-09-15
Yazhong Liu
fs: consider NaN/Infinity in toUnixTimestamp
commit
|
commitdiff
|
tree
|
snapshot
2015-09-15
Fedor Indutny
http_server: fix resume after socket close
commit
|
commitdiff
|
tree
|
snapshot
2015-09-15
Kat Marchán
deps: upgraded to node-gyp@3.0.3 in npm
commit
|
commitdiff
|
tree
|
snapshot
2015-09-15
Kat Marchán
deps: upgrade to npm 2.14.3
commit
|
commitdiff
|
tree
|
snapshot
2015-09-15
Ron Korving
fs: implemented WriteStream#writev
commit
|
commitdiff
|
tree
|
snapshot
2015-09-15
Matt Loring
tools: add missing tick processor polyfill
commit
|
commitdiff
|
tree
|
snapshot
next