projects
/
platform
/
upstream
/
nodejs.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
util: add Map and Set inspection support
2015-04-11
Ben Noordhuis
src: disable fast math only on armv6
commit
|
commitdiff
|
tree
2015-04-11
Ben Noordhuis
src: disable fast math on arm
commit
|
commitdiff
|
tree
2015-04-07
Ben Noordhuis
linux: fix epoll_pwait() fallback on arm64
commit
|
commitdiff
|
tree
2015-04-07
Ben Noordhuis
test: double test timeout on arm machines
commit
|
commitdiff
|
tree
2015-04-03
Ben Noordhuis
src: drop homegrown thread pool, use libplatform
commit
|
commitdiff
|
tree
2015-04-01
Ben Noordhuis
deps: check in gtest, add util unit test
commit
|
commitdiff
|
tree
2015-04-01
Ben Noordhuis
v8: back-port openbsd/amd64 build fix
commit
|
commitdiff
|
tree
2015-03-29
Ben Noordhuis
test: fix race in parallel/test-vm-debug-context
commit
|
commitdiff
|
tree
2015-03-28
Ben Noordhuis
src: ignore ENOTCONN on shutdown race with child
commit
|
commitdiff
|
tree
2015-03-27
Ben Noordhuis
deps: upgrade v8 to 4.1.0.27
commit
|
commitdiff
|
tree
2015-03-27
Ben Noordhuis
js2c: fix module id generation on windows
commit
|
commitdiff
|
tree
2015-03-26
Ben Noordhuis
src: don't lazy-load timer globals
commit
|
commitdiff
|
tree
2015-03-23
Ben Noordhuis
src: remove unnecessary environment lookups
commit
|
commitdiff
|
tree
2015-03-23
Ben Noordhuis
src: make accessors immune to context confusion
commit
|
commitdiff
|
tree
2015-03-22
Ben Noordhuis
test: move sequential/test-signal-unregister
commit
|
commitdiff
|
tree
2015-03-22
Ben Noordhuis
test: fix timing issue in signal test
commit
|
commitdiff
|
tree
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
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
Ben Noordhuis
v8: fix --max_old_space_size=4096 integer overflow
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-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-06
Ben Noordhuis
src: add missing Context::Scope
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-04
Ben Noordhuis
src: fix compiler warning in smalloc.cc
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-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
Ben Noordhuis
deps: upgrade v8 to 4.1.0.21
commit
|
commitdiff
|
tree
2015-02-25
Ben Noordhuis
deps: update libuv to 1.4.1
commit
|
commitdiff
|
tree
2015-02-25
Ben Noordhuis
test: fix infinite spawn cycle in stdio test
commit
|
commitdiff
|
tree
2015-02-23
Ben Noordhuis
deps: enable node-gyp iojs.lib download checksum
commit
|
commitdiff
|
tree
2015-02-22
Ben Noordhuis
deps: make node-gyp fetch tarballs from iojs.org
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-17
Ben Noordhuis
src: fix add-on builds, partially revert 8aed9d66
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-07
Ben Noordhuis
doc: update antiquated process.versions output
commit
|
commitdiff
|
tree
2015-02-07
Ben Noordhuis
doc: update node.js references in api docs
commit
|
commitdiff
|
tree
2015-02-06
Ben Noordhuis
benchmark: bump eventemitter number of iterations
commit
|
commitdiff
|
tree
2015-02-06
Ben Noordhuis
deps: make node-gyp fetch tarballs from iojs.org
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-04
Ben Noordhuis
src: reduce cpu profiler overhead
commit
|
commitdiff
|
tree
2015-01-31
Ben Noordhuis
deps: make node-gyp fetch tarballs from iojs.org
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
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-23
Ben Noordhuis
deps: make node-gyp fetch tarballs from iojs.org
commit
|
commitdiff
|
tree
2015-01-23
Ben Noordhuis
test: delete parallel/test-process-active-wraps
commit
|
commitdiff
|
tree
2015-01-23
Ben Noordhuis
test: fix parallel/test-http-destroyed-socket-write2
commit
|
commitdiff
|
tree
2015-01-23
Ben Noordhuis
test: fix parallel/test-dgram-error-message-address
commit
|
commitdiff
|
tree
2015-01-23
Ben Noordhuis
doc: bump punycode api stability to 'stable'
commit
|
commitdiff
|
tree
2015-01-22
Ben Noordhuis
configure: remove unused arm_neon variable
commit
|
commitdiff
|
tree
2015-01-22
Ben Noordhuis
configure: disable vfpv3 on armv6
commit
|
commitdiff
|
tree
2015-01-22
Ben Noordhuis
deps: fix v8 armv6 run-time detection
commit
|
commitdiff
|
tree
2015-01-22
Ben Noordhuis
src: s/node/io.js/ in `iojs --help` message
commit
|
commitdiff
|
tree
2015-01-22
Ben Noordhuis
deps: upgrade v8 to 4.1.0.12
commit
|
commitdiff
|
tree
2015-01-21
Ben Noordhuis
v8: fix template literal NULL pointer deref
commit
|
commitdiff
|
tree
2015-01-20
Ben Noordhuis
src: clean up unused macros in node_file.cc
commit
|
commitdiff
|
tree
next