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-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
2015-03-13
Shigeki Ohtsu
test: fix ext commands to be double quoted
commit
|
commitdiff
|
tree
|
snapshot
2015-03-12
Santiago Gimeno
test: add test for reading a large file through a pipe
commit
|
commitdiff
|
tree
|
snapshot
2015-03-12
Santiago Gimeno
fs: use stat.st_size only to read regular files
commit
|
commitdiff
|
tree
|
snapshot
2015-03-12
Santiago Gimeno
test: fix readfile-zero-byte-liar test
commit
|
commitdiff
|
tree
|
snapshot
2015-03-12
Fedor Indutny
src: do not leak handles on debug and exit
commit
|
commitdiff
|
tree
|
snapshot
2015-03-12
Johan Bergström
v8: fix build on solaris platforms
commit
|
commitdiff
|
tree
|
snapshot
2015-03-11
Bert Belder
build: fix incorrect set in vcbuild.bat
commit
|
commitdiff
|
tree
|
snapshot
2015-03-11
Fedor Indutny
buffer: align chunks on 8-byte boundary
commit
|
commitdiff
|
tree
|
snapshot
2015-03-11
Ben Noordhuis
doc: make tools/update-authors.sh cross-platform
commit
|
commitdiff
|
tree
|
snapshot
2015-03-11
skenqbx
https: don't overwrite servername option
commit
|
commitdiff
|
tree
|
snapshot
2015-03-10
Ben Noordhuis
doc: add Malte-Thorben Bruns to .mailmap
commit
|
commitdiff
|
tree
|
snapshot
2015-03-10
Ben Noordhuis
lib: allow server.listen({ port: "1234" })
commit
|
commitdiff
|
tree
|
snapshot
2015-03-10
skenqbx
doc: move checkServerIdentity option to tls.connect()
commit
|
commitdiff
|
tree
|
snapshot
2015-03-10
Ryuichi Okumura
doc: fix missing periods in url.markdown
commit
|
commitdiff
|
tree
|
snapshot
2015-03-09
Fedor Indutny
tls_wrap: proxy handle methods in prototype
commit
|
commitdiff
|
tree
|
snapshot
2015-03-09
Trevor Norris
buffer: Don't assign .parent if none exists
commit
|
commitdiff
|
tree
|
snapshot
2015-03-09
Rod Vagg
Working on v1.5.2
commit
|
commitdiff
|
tree
|
snapshot
2015-03-09
Rod Vagg
2015-03-09 io.js v1.5.1 Release
v1.5.1
commit
|
commitdiff
|
tree
|
snapshot
2015-03-09
Rudi Cilibrasi
benchmark: chunky http client benchmark variation
commit
|
commitdiff
|
tree
|
snapshot
2015-03-09
Fedor Indutny
http_client: ensure empty socket on error
commit
|
commitdiff
|
tree
|
snapshot
2015-03-08
Fedor Indutny
node_crypto_bio: adjust external memory size
commit
|
commitdiff
|
tree
|
snapshot
2015-03-08
Yazhong Liu
doc: fix confusion markdown in util.markdown
commit
|
commitdiff
|
tree
|
snapshot
2015-03-08
Jeremiah Senkpiel
fs: fix .write() not coercing non-string values
commit
|
commitdiff
|
tree
|
snapshot
2015-03-08
Alex Kocharin
url: remove redundant assignment in url.parse
commit
|
commitdiff
|
tree
|
snapshot
2015-03-07
Fedor Indutny
stream_base: WriteWrap::New/::Dispose
commit
|
commitdiff
|
tree
|
snapshot
2015-03-07
Fedor Indutny
tls: do not leak WriteWrap objects
commit
|
commitdiff
|
tree
|
snapshot
2015-03-07
Brendan Ashworth
doc: update clang version prerequisite
commit
|
commitdiff
|
tree
|
snapshot
2015-03-07
Ben Noordhuis
src: fix memory leak in fs.writeSync error path
commit
|
commitdiff
|
tree
|
snapshot
2015-03-07
Ben Noordhuis
src: fix mismatched delete[] in src/node_file.cc
commit
|
commitdiff
|
tree
|
snapshot
2015-03-07
Evan Lucas
doc: replace article "an" with "a" in net docs
commit
|
commitdiff
|
tree
|
snapshot
2015-03-07
Fedor Indutny
crypto: fix leak in SafeX509ExtPrint
commit
|
commitdiff
|
tree
|
snapshot
2015-03-06
Ben Noordhuis
src: add missing Context::Scope
commit
|
commitdiff
|
tree
|
snapshot
2015-03-06
Rod Vagg
Working on v1.5.1
commit
|
commitdiff
|
tree
|
snapshot
2015-03-06
Rod Vagg
2015-03-06 io.js v1.5.0 Release
v1.5.0
commit
|
commitdiff
|
tree
|
snapshot
2015-03-06
cjihrig
deps: make node-gyp work with io.js
commit
|
commitdiff
|
tree
|
snapshot
2015-03-06
Forrest L Norvell
deps: upgrade npm to 2.7.0
commit
|
commitdiff
|
tree
|
snapshot
2015-03-06
Fedor Indutny
tls_wrap: do not hold persistent ref to parent
commit
|
commitdiff
|
tree
|
snapshot
2015-03-06
Fedor Indutny
js_stream: fix leak of instances
commit
|
commitdiff
|
tree
|
snapshot
2015-03-06
Fedor Indutny
stream_wrap: add HandleScope's in uv callbacks
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Brian White
benchmark: fix `wrk` check
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Johan Bergström
build: remove mdb from io.js
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Christian Tellnes
http: send Content-Length when possible
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Ben Noordhuis
src: fix ucs-2 buffer encoding regression
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Ben Noordhuis
src: fix external string length calculation
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Ben Noordhuis
test: simplify parallel/test-stringbytes-external
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Ben Noordhuis
src: rename confusingly named local variable
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Ben Noordhuis
src: simplify node::Utf8Value()
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Ben Noordhuis
src: remove NODE_INVALID_UTF8 environment variable
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Ben Noordhuis
src: fix gc heuristic for external twobyte strings
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Ben Noordhuis
src: remove unused code
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Petka Antonov
src: extract node env init out of process init
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Ben Noordhuis
test: don't spawn child processes in domain test
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Ben Noordhuis
src: fix -Wempty-body compiler warnings
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Ben Noordhuis
build: add basic mips/mipsel support
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Ben Noordhuis
lib: avoid .toLowerCase() call in Buffer#write()
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Ben Noordhuis
lib: hand-optimize Buffer constructor
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Fedor Indutny
tty: do not add `shutdown` method to handle
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
cjihrig
net: allow port 0 in connect()
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Chris Dickinson
buffer: reword Buffer.concat error message
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Bert Belder
win,test: fix test-stdin-from-file
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Jonathan Ong
fs: remove unnecessary usage of .hasOwnProperty()
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Ken Perkins
test: adds a test for undefined value in setHeader
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Johan Bergström
benchmark: check for wrk ahead of running benchmarks
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Johan Bergström
build: remove tools/wrk from the tree
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Brian White
events: optimize listener array cloning
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Johan Bergström
test: split parts out of host-headers test into its...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Johan Bergström
test: refactor all tests that depends on crypto
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Johan Bergström
test: check for openssl cli and provide path if it...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Johan Bergström
test: remove unused https imports
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Johan Bergström
test: introduce a helper that checks if crypto is available
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Johan Bergström
test: don't assume process.versions.openssl always...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-04
Trevor Norris
buffer: add indexOf() method
commit
|
commitdiff
|
tree
|
snapshot
2015-03-04
Christian Tellnes
url: throw for invalid values to url.format
commit
|
commitdiff
|
tree
|
snapshot
next