projects
/
platform
/
upstream
/
nodejs.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
vm: fix crash on fatal error in debug context
2015-03-22
Ben Noordhuis
vm: fix crash on fatal error in debug context
commit
|
commitdiff
|
tree
2015-03-21
Ben Noordhuis
doc: call js function in null context
commit
|
commitdiff
|
tree
2015-03-21
Ben Noordhuis
doc: don't use `using namespace v8`
commit
|
commitdiff
|
tree
2015-03-21
Ben Noordhuis
doc: replace v8::Handle<T> with v8::Local<T>
commit
|
commitdiff
|
tree
2015-03-21
Ben Noordhuis
doc: remove unnecessary v8::HandleScopes
commit
|
commitdiff
|
tree
2015-03-21
Ben Noordhuis
doc: remove uses of v8::Isolate::GetCurrent()
commit
|
commitdiff
|
tree
2015-03-20
Ben Noordhuis
test: add setTimeout/setInterval multi-arg tests
commit
|
commitdiff
|
tree
2015-03-20
Ben Noordhuis
lib: don't penalize setInterval() common case
commit
|
commitdiff
|
tree
2015-03-20
Ben Noordhuis
lib: don't penalize setTimeout() common case
commit
|
commitdiff
|
tree
2015-03-19
Ben Noordhuis
configure: use cc and c++ as defaults on os x
commit
|
commitdiff
|
tree
2015-03-19
Ben Noordhuis
smalloc: don't mix malloc() and new char[]
commit
|
commitdiff
|
tree
2015-03-19
Thorsten Lorenz
buffer: removing duplicate code
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-03-19
Ben Noordhuis
lib: don't error in repl when cwd doesn't exist
commit
|
commitdiff
|
tree
2015-03-19
Ben Noordhuis
src: don't error at startup when cwd doesn't exist
commit
|
commitdiff
|
tree
2015-03-18
Ben Noordhuis
src: fix crypto bio integer wraparound on 32 bits
commit
|
commitdiff
|
tree
2015-03-17
Ben Noordhuis
doc: update test section in CONTRIBUTING.md
commit
|
commitdiff
|
tree
2015-03-17
Ben Noordhuis
configure: use gcc and g++ as CC and CXX defaults
commit
|
commitdiff
|
tree
2015-03-17
Alex Yursha
doc: fix typo in buffer module documentation
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-03-17
Ben Noordhuis
v8: fix --max_old_space_size=4096 integer overflow
commit
|
commitdiff
|
tree
2015-03-16
Yosuke Furukawa
http: add flushHeaders and deprecate flush
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-03-16
Ben Noordhuis
lib: remove broken NODE_MODULE_CONTEXTS feature
commit
|
commitdiff
|
tree
2015-03-16
Ben Noordhuis
src: use Number::New() for heapTotal/heapUsed
commit
|
commitdiff
|
tree
2015-03-16
Ben Noordhuis
src: don't create js string twice on error
commit
|
commitdiff
|
tree
2015-03-16
Alex Yursha
doc: reflect new require('events') behaviour
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-03-13
FangDun Cai
doc: fix vm module examples
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-03-11
Ben Noordhuis
doc: make tools/update-authors.sh cross-platform
commit
|
commitdiff
|
tree
2015-03-10
Ben Noordhuis
doc: add Malte-Thorben Bruns to .mailmap
commit
|
commitdiff
|
tree
2015-03-10
Ben Noordhuis
lib: allow server.listen({ port: "1234" })
commit
|
commitdiff
|
tree
2015-03-07
Ben Noordhuis
src: fix memory leak in fs.writeSync error path
commit
|
commitdiff
|
tree
2015-03-07
Ben Noordhuis
src: fix mismatched delete[] in src/node_file.cc
commit
|
commitdiff
|
tree
2015-03-05
Johan Bergström
build: remove mdb from io.js
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-03-05
Ben Noordhuis
src: fix ucs-2 buffer encoding regression
commit
|
commitdiff
|
tree
2015-03-05
Ben Noordhuis
src: fix external string length calculation
commit
|
commitdiff
|
tree
2015-03-05
Ben Noordhuis
test: simplify parallel/test-stringbytes-external
commit
|
commitdiff
|
tree
2015-03-05
Ben Noordhuis
src: rename confusingly named local variable
commit
|
commitdiff
|
tree
2015-03-05
Ben Noordhuis
src: simplify node::Utf8Value()
commit
|
commitdiff
|
tree
2015-03-05
Ben Noordhuis
src: remove NODE_INVALID_UTF8 environment variable
commit
|
commitdiff
|
tree
2015-03-05
Ben Noordhuis
src: fix gc heuristic for external twobyte strings
commit
|
commitdiff
|
tree
2015-03-05
Ben Noordhuis
src: remove unused code
commit
|
commitdiff
|
tree
2015-03-05
Ben Noordhuis
test: don't spawn child processes in domain test
commit
|
commitdiff
|
tree
2015-03-05
Ben Noordhuis
src: fix -Wempty-body compiler warnings
commit
|
commitdiff
|
tree
2015-03-05
Ben Noordhuis
build: add basic mips/mipsel support
commit
|
commitdiff
|
tree
2015-03-05
Ben Noordhuis
lib: avoid .toLowerCase() call in Buffer#write()
commit
|
commitdiff
|
tree
2015-03-05
Ben Noordhuis
lib: hand-optimize Buffer constructor
commit
|
commitdiff
|
tree
2015-03-02
Ben Noordhuis
build: add basic arm64 support
commit
|
commitdiff
|
tree
2015-03-02
Ben Noordhuis
src: fix --without-ssl build
commit
|
commitdiff
|
tree
2015-02-27
Pavel Medvedev
src: add check for already defined macro NOMINMAX
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-02-26
Ben Noordhuis
deps: update libuv to 1.4.2
commit
|
commitdiff
|
tree
2015-02-25
Ben Noordhuis
deps: revert v8 abi change
commit
|
commitdiff
|
tree
2015-02-25
Fedor Indutny
deps: fix postmortem support in v8
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-02-25
Ben Noordhuis
deps: upgrade v8 to 4.1.0.21
commit
|
commitdiff
|
tree
2015-02-25
Ben Noordhuis
test: fix infinite spawn cycle in stdio test
commit
|
commitdiff
|
tree
2015-02-22
Bert Belder
deps: make node-gyp work again on windows
Reviewed-by: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-02-22
Ben Noordhuis
deps: make node-gyp fetch tarballs from iojs.org
commit
|
commitdiff
|
tree
2015-02-22
Forrest L Norvell
deps: upgrade npm to 2.6.0
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-02-21
René Kooi
doc: fix stream `_writev` header size
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-02-18
Roman Reiss
doc: document 'ciphers' option of tls.connect
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-02-18
Ben Noordhuis
src: ensure that file descriptors 0-2 are valid
commit
|
commitdiff
|
tree
2015-02-18
Ben Noordhuis
src: fix typo in error message
commit
|
commitdiff
|
tree
2015-02-15
Roman Reiss
test: fix parallel/test-tls-getcipher
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-02-11
Ben Noordhuis
src: reduce AsyncWrap memory footprint
commit
|
commitdiff
|
tree
2015-02-11
Ben Noordhuis
src: remove obsoleted queue.h header
commit
|
commitdiff
|
tree
2015-02-11
Ben Noordhuis
src: switch from QUEUE to intrusive list
commit
|
commitdiff
|
tree
2015-02-11
Ben Noordhuis
src: add typesafe intrusive list
commit
|
commitdiff
|
tree
2015-02-11
Brian White
events: optimize adding and removing of listeners
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-02-11
Brian White
events: move slow path to separate function too
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-02-11
Michaël Zasso
doc: remove Caine section from contributing guide
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-02-11
Yosuke Furukawa
doc: fix libuv link
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-02-09
Saúl Ibarra Corretgé
deps: update libuv to 1.4.0
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-02-09
Glen Keane
tracing: add lttng support for tracing on linux
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-02-09
Brian White
events: optimize various functions
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-02-09
Haoliang Gao
doc: fix typo in crypto
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-02-09
Haoliang Gao
doc: change the order of crypto.publicDecrypt
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-02-06
Brian White
benchmark: add more EventEmitter benchmarks
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-02-06
Bert Belder
deps: make node-gyp work again on windows
Reviewed-by: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-02-06
Ben Noordhuis
deps: make node-gyp fetch tarballs from iojs.org
commit
|
commitdiff
|
tree
2015-02-06
Forrest L Norvell
deps: upgrade npm to 2.5.1
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-02-06
Ben Noordhuis
lib: make debug client connect to 127.0.0.1
commit
|
commitdiff
|
tree
2015-02-05
Ben Noordhuis
test: accept EPROTONOSUPPORT ipv6 error
commit
|
commitdiff
|
tree
2015-02-05
Calvin Metcalf
docs: include mention of new crypto methods
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-02-02
Calvin Metcalf
crypto: support passwords in publicEncrypt
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-02-02
Sam Roberts
process: fix regression in unlistening signals
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-02-02
Sam Roberts
events: remove indeterminancy from event ordering
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-02-02
Glen Keane
src: remove unused dtrace probes
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-02-02
Yosuke Furukawa
net: check close callback is function
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-02-02
Yosuke Furukawa
dgram: check close callback is function
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-01-31
Bert Belder
deps: make node-gyp work again on windows
Reviewed-by: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-01-31
Ben Noordhuis
deps: make node-gyp fetch tarballs from iojs.org
commit
|
commitdiff
|
tree
2015-01-31
Forrest L Norvell
deps: upgrade npm to 2.4.1
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-01-31
Ben Noordhuis
lib: fix max size check in Buffer constructor
commit
|
commitdiff
|
tree
2015-01-29
Ben Noordhuis
deps: upgrade v8 to 4.1.0.14
commit
|
commitdiff
|
tree
2015-01-28
Saúl Ibarra Corretgé
deps: update libuv to 1.3.0
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-01-28
Roman Reiss
build: configure formatting, add final message
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
2015-01-28
Ben Noordhuis
src: set default signal dispositions at start-up
commit
|
commitdiff
|
tree
2015-01-28
Ben Noordhuis
src: rework early debug signal handling
commit
|
commitdiff
|
tree
2015-01-28
Ben Noordhuis
src: do platform-specific initialization earlier
commit
|
commitdiff
|
tree
2015-01-28
Ben Noordhuis
test: add http upgrade header regression test
commit
|
commitdiff
|
tree
2015-01-28
Ben Noordhuis
deps: roll back http_parser to 2.3.0
commit
|
commitdiff
|
tree
2015-01-26
Ben Noordhuis
build: disable v8 snapshots
commit
|
commitdiff
|
tree
2015-01-26
Johan Bergström
versions: add http-parser patchlevel
Reviewed-By: Ben Noordhuis <
info@bnoordhuis.nl
>
commit
|
commitdiff
|
tree
next