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
2012-07-19
isaacs
Merge branch 'v0.8.3-release' into v0.8
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
isaacs
2012.07.19, Version 0.8.3 (Stable)
v0.8.3
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
isaacs
uv: Upgrade to 94355e4
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
isaacs
uv: Upgrade to 94355e4
commit
|
commitdiff
|
tree
|
snapshot
2012-07-19
Ben Noordhuis
build: unbreak ustack on smartos
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Ben Noordhuis
build: link with -rdynamic, not -Wl,--export-dynamic
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Ben Noordhuis
build: fix mksnapshot crash on sunos
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Ben Noordhuis
doc: build requires GNU make 3.81+
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Ben Noordhuis
node: make ev-emul.h compile with -Wextra -Werror
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Ben Noordhuis
doc: advise *strongly* against uncaughtException
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
isaacs
uv: Upgrade to b49d6f7
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
Dave Pacheco
tools: speed up genv8constants
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
isaacs
v8: Reapply floating patches
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
isaacs
v8: upgrade to 3.11.10.15
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
isaacs
uv: Upgrade to a9f6f06
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
isaacs
npm: Upgrade to 1.1.43
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
isaacs
domain: Fix stack leak on error
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
Mike Morearty
doc: fix bug in child_process.spawn() sample code
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Bert Belder
benchmark: add single process tls connection benchmark
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
George Shank
doc: update 'Fork me at Github' ribbon
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
isaacs
build: Move npm shebang logic into an npm script
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
isaacs
npm: upgrade to 1.1.41
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Ben Noordhuis
build: fix add-on loading on freebsd
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Nathan Rajlich
Revert "events: don't delete the listeners array in...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Ben Noordhuis
net: fix net.Server.listen({fd:x}) error reporting
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Ben Noordhuis
net: fix bogus errno reporting
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Ben Noordhuis
build: partially fix configure on ARM
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Ben Noordhuis
build: disable unsafe optimizations
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
Bert Belder
Merge branch 'v0.6' into v0.8
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
isaacs
Now working on 0.6.21
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Philipp Hagemeister
tools: fix shebang in tools/doc/generate.js
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Ben Noordhuis
build: fix spurious mksnapshot crashes for good
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
isaacs
Blog post for v0.6.20
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
isaacs
2012.07.10 Version 0.6.20 (maintenance)
v0.6.20
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
isaacs
.gitignore: Don't ignore node_modules (breaks npm)
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
isaacs
npm: Upgrade to 1.1.37
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
isaacs
build: Regenerate docs for tarball and releases
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Ivan Torres
doc: clarify fs.symlink and fs.symlinkSync parameters
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
isaacs
Now working on 0.8.3
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
isaacs
v0.8.2 blog post
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
isaacs
Merge branch 'v0.8.2-release' into v0.8
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Toshihiro Nakamura
domain: Remove first arg from intercepted fn
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Bert Belder
Update AUTHORS
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Bert Belder
Add a .mailmap file, and clean up AUTHORS somewhat
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Justin Plock
doc: cluster: worker.pid is now worker.process.pid
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Ben Noordhuis
test: make test-fs-watch-file write to tmp dir
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Ben Noordhuis
fs: make unwatchFile() remove a specific listener
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
isaacs
zlib: Call inflateEnd for UNZIP. Fixes memory leak.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Nathan Rajlich
process: throw a TypeError when anything but an Array...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-08
Ben Noordhuis
crypto: fix DecipherUpdate() memory leak
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
isaacs
2012.07.09, Version 0.8.2 (Stable)
v0.8.2
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
isaacs
Fix test-require-json on Windows
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Bert Belder
v8: reapply floating patches
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
isaacs
v8: Upgrade to 3.11.10.14
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Bert Belder
Fix the Windows build
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Bert Belder
gitignore: ignore .svn directories
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
isaacs
Now working on 0.8.2
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
isaacs
npm: Upgrade to 1.1.36
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
isaacs
doc: Formatting and grammar on stream api doc
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Dominic Tarr
correct documentation of Stream#destroy
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Nathan Rajlich
readline: don't use Function#call()
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Jonas Westerlund
Forgotten commit: add arguments to handleGroup
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Jonas Westerlund
Assign to property of global, instead of implicit globa...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Jonas Westerlund
Use unicode escape sequences instead of octal
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Jonas Westerlund
Inline timeout function, avoiding declaration in condit...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Jonas Westerlund
Move function declaration out of conditional
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Jonas Westerlund
Move function declaration to top-level
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Jonas Westerlund
Do not assign to properties that only have getters
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Jonas Westerlund
Avoid redeclaring variable
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Jonas Westerlund
Remove octal escape sequences and avoid reserved keyword
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
TJ Holowaychuk
module: add filename to require() json errors
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Tim Macfarlane
readline: fix for unicode prompts
commit
|
commitdiff
|
tree
|
snapshot
2012-07-05
Ben Noordhuis
timers: fix handling of large timeouts
commit
|
commitdiff
|
tree
|
snapshot
2012-07-04
Nathan Rajlich
repl: fix passing an empty line inserting "undefined...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-04
Maciej Małecki
repl: fix crashes when buffering command
commit
|
commitdiff
|
tree
|
snapshot
2012-07-04
Ben Noordhuis
deps: upgrade libuv to be09be7
commit
|
commitdiff
|
tree
|
snapshot
2012-07-03
Ben Noordhuis
tools: update gyp to r1426
commit
|
commitdiff
|
tree
|
snapshot
2012-07-03
Ben Noordhuis
deps: upgrade libuv to 5031a5b
commit
|
commitdiff
|
tree
|
snapshot
2012-07-03
Ben Noordhuis
build: rename strict_aliasing to node_no_strict_aliasing
commit
|
commitdiff
|
tree
|
snapshot
2012-07-03
Ben Noordhuis
build: disable -fstrict-aliasing for any gcc < 4.6.0
commit
|
commitdiff
|
tree
|
snapshot
2012-07-03
Ben Noordhuis
build: detect cc version with -dumpversion
commit
|
commitdiff
|
tree
|
snapshot
2012-07-01
Ben Noordhuis
deps: upgrade libuv to cc1b3de
commit
|
commitdiff
|
tree
|
snapshot
2012-07-01
Ben Noordhuis
doc: document setTimeout / setInterval behavior
commit
|
commitdiff
|
tree
|
snapshot
2012-06-30
Ben Noordhuis
build: handle output of localized gcc or clang
commit
|
commitdiff
|
tree
|
snapshot
2012-06-30
Ben Noordhuis
build: rename openssl configure switches
commit
|
commitdiff
|
tree
|
snapshot
2012-06-30
Ben Noordhuis
deps: upgrade libuv to 3b8c0da
commit
|
commitdiff
|
tree
|
snapshot
2012-06-30
Ben Noordhuis
doc: fs.lchmod() is only available on OS X
commit
|
commitdiff
|
tree
|
snapshot
2012-06-29
isaacs
Blog post about 0.8.1
commit
|
commitdiff
|
tree
|
snapshot
2012-06-29
isaacs
Merge branch 'v0.8.1-release' into v0.8
commit
|
commitdiff
|
tree
|
snapshot
2012-06-29
isaacs
2012.06.29, Version 0.8.1 (stable)
v0.8.1
commit
|
commitdiff
|
tree
|
snapshot
2012-06-29
isaacs
blog: Require posts to have a date
commit
|
commitdiff
|
tree
|
snapshot
2012-06-29
isaacs
blog: Direct bugs/feature feedback to issues
commit
|
commitdiff
|
tree
|
snapshot
2012-06-29
isaacs
blog: Don't print 'undefined' for missing author/category
commit
|
commitdiff
|
tree
|
snapshot
2012-06-29
isaacs
blog css: Styling of nested lists
commit
|
commitdiff
|
tree
|
snapshot
2012-06-29
isaacs
homepage: Update Claudio's title/link
commit
|
commitdiff
|
tree
|
snapshot
2012-06-29
isaacs
lint
commit
|
commitdiff
|
tree
|
snapshot
2012-06-29
isaacs
uv: upgrade to 5b8a112
commit
|
commitdiff
|
tree
|
snapshot
2012-06-29
isaacs
npm: Upgrade to 1.1.33
commit
|
commitdiff
|
tree
|
snapshot
2012-06-28
isaacs
Fix #3577 Un-break require('sys')
commit
|
commitdiff
|
tree
|
snapshot
2012-06-28
Bert Belder
uv: upgrade to 4a88b3b
commit
|
commitdiff
|
tree
|
snapshot
next