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-03-29
isaacs
Upgrade npm to 1.1.14
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Ben Noordhuis
tty, readline: fix style errors
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Erik Lundin
typed arrays: prevent unaligned typed array views on...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Ben Noordhuis
buffer: align fast buffers on 8 byte boundary
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Mikael Bourges...
typed arrays: add Uint8ClampedArray
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Nathan Rajlich
repl: don't write a newline on the readline 'end' event
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
mstarzinger...
v8: Fix missing initialization of mark-compact flags.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Nathan Rajlich
repl: add a 'useColors' option to the repl
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Nathan Rajlich
repl: add test case verifying the repl options usage
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Nathan Rajlich
repl: add a 'writer' option to the repl
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Nathan Rajlich
repl: ensure that 'repl.ignoreUndefined' is a boolean
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Nathan Rajlich
repl: ensure that 'repl.useGlobal' is a boolean
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Nathan Rajlich
repl: make ^D emit an 'end' event on the readline instance
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Fedor Indutny
Revert "debug: Wait 50ms before running the main module"
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Fedor Indutny
debugger: use v8 api to wait for a connection
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Nathan Rajlich
repl: fix 'terminal' mode autodetection on global repls
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Nathan Rajlich
readline: migrate ansi/vt100 logic from tty to readline
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Alex Kocharin
readline: fix for terminals that insert newlines automa...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-26
Shigeki Ohtsu
test: add test of tls.createServer(honorCipherOrder...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-25
Zachary Scott
doc: document fs.createReadStream() encodings
commit
|
commitdiff
|
tree
|
snapshot
2012-03-25
Andreas Madsen
doc: fix markup in cluster docs
commit
|
commitdiff
|
tree
|
snapshot
2012-03-23
Shigeki Ohtsu
doc: fix default dgram multicast ttl to 1
commit
|
commitdiff
|
tree
|
snapshot
2012-03-23
Shigeki Ohtsu
doc: fix TLS cipher names
commit
|
commitdiff
|
tree
|
snapshot
2012-03-23
Shigeki Ohtsu
test: add test of cleartextStream.getCipher() in tls
commit
|
commitdiff
|
tree
|
snapshot
2012-03-23
Shigeki Ohtsu
doc: add cleartextStream.getCipher() in tls
commit
|
commitdiff
|
tree
|
snapshot
2012-03-23
ssuda
Avoiding unnecessary ToString() calls
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Shigeki Ohtsu
tls: fix CryptoStream.setKeepAlive()
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
Lal Jérémy
test: generate 1024-bit keys, pacify openssl 1.0.1
commit
|
commitdiff
|
tree
|
snapshot
2012-03-21
Nathan Rajlich
cmd: add a -i / --interactive flag to force the REPL
commit
|
commitdiff
|
tree
|
snapshot
2012-03-21
isaacs
debug repl tests: Add visibility, remove test that...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-21
isaacs
debug: Wait 50ms before running the main module
commit
|
commitdiff
|
tree
|
snapshot
2012-03-21
isaacs
lint readline.js - single-quotes preferred
commit
|
commitdiff
|
tree
|
snapshot
2012-03-21
Erik Lundin
test: merge typed arrays tests
commit
|
commitdiff
|
tree
|
snapshot
2012-03-21
Erik Lundin
test: fix simple/test-typed-arrays
commit
|
commitdiff
|
tree
|
snapshot
2012-03-21
Johannes Wüller
fixed booleans being treated as strings, resulting...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-20
Alex Kocharin
readline: row-agnostic multiline readline implementation
commit
|
commitdiff
|
tree
|
snapshot
2012-03-20
Nathan Rajlich
Revert "readline: add multiline support"
commit
|
commitdiff
|
tree
|
snapshot
2012-03-20
ssuda
process: don't use strdup()
commit
|
commitdiff
|
tree
|
snapshot
2012-03-20
Alex Kocharin
repl: fix space autocompletion bug
commit
|
commitdiff
|
tree
|
snapshot
2012-03-20
Felix Geisendörfer
Expose http parse error codes
commit
|
commitdiff
|
tree
|
snapshot
2012-03-20
Shigeki Ohtsu
No need to have NativeModule.require('fs') in Module...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-19
isaacs
cluster: English language fixing
commit
|
commitdiff
|
tree
|
snapshot
2012-03-19
Andreas Madsen
cluster: kill workers when master dies
commit
|
commitdiff
|
tree
|
snapshot
2012-03-19
Andreas Madsen
cluster: add graceful disconnect support
commit
|
commitdiff
|
tree
|
snapshot
2012-03-19
Andreas Madsen
child_process: emit 'channel closed' error instead...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-19
isaacs
Upgrade npm to 1.1.10
commit
|
commitdiff
|
tree
|
snapshot
2012-03-19
Fedor Indutny
debugger: breakOnException
commit
|
commitdiff
|
tree
|
snapshot
2012-03-19
Fedor Indutny
debugger: remove 'repl' command from builtinLibs
commit
|
commitdiff
|
tree
|
snapshot
2012-03-19
Fedor Indutny
debugger: exit process on repl exit
commit
|
commitdiff
|
tree
|
snapshot
2012-03-19
Ben Noordhuis
test: fix race in simple/test-cluster-master-error
commit
|
commitdiff
|
tree
|
snapshot
2012-03-19
Your Name
test: changed instances of == to ===
commit
|
commitdiff
|
tree
|
snapshot
2012-03-17
Nathan Rajlich
build: make --openssl-use-sys a boolean option
commit
|
commitdiff
|
tree
|
snapshot
2012-03-17
isaacs
Fix include logic was replacing https include with...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-17
isaacs
Ignore 'making a build' artifacts
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
Alex Xu
build: fix configure with spaces in CC
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
isaacs
doc: Remove extraneous index.html's from hyperlinks
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
isaacs
Remove hard-coded version number from docs
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
isaacs
Merge remote-tracking branch 'ry/v0.6' into merge-v0.6
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
Shigeki Ohtsu
doc: Add condition to emit close event of net.Server
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
Rod Vagg
doc: fix # links from (and within) api/fs
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
Rod Vagg
doc: fix # links from (and within) api/fs
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
isaacs
Document ChildProcess exit/close event difference
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
Nathan Rajlich
install: update install.js to use `process.config`
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
Nathan Rajlich
process: add `process.config`
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
Nathan Rajlich
node.gyp: include the config.gypi file in the js2c...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
Nathan Rajlich
js2c: fix to support files other than ones ending with...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
Charlie McConnell
child_process: Separate 'close' event from 'exit'
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
Nathan Rajlich
events: don't delete the listeners array in removeListe...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
Ben Noordhuis
test: make .removeAllListeners() test more exhaustive
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
Ben Noordhuis
events: don't delete the listeners array
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
Ben Noordhuis
test: don't let debugger listen on common.PORT
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
Nathan Rajlich
vcbuild: run the 'configure' script in vcbuild.bat
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
Ben Noordhuis
process: fix process.title setter
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
isaacs
Fix invalid timer test
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
Ben Noordhuis
timers: handle negative or non-numeric timeout values
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
Maciej Małecki
test: test if forks are spawned with parent's `process...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
Maciej Małecki
test: test `process.execArgv`
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
Micheil Smith
Expose original argv as process.execArgv for cluster...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
Matt Ezell
Added trailing backslash to npm path
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
isaacs
Now working on v0.6.14
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
isaacs
Merge branch 'v0.6.13-release' into v0.6
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
isaacs
2012.03.15 Version 0.6.13 (stable)
v0.6.13
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
isaacs
makefile: Fix 'make doc'
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
isaacs
Upgrade libuv to 66a959c4052
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
isaacs
Update npm to 1.1.9
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
isaacs
Update uv to 5d21056
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Artur Adib
Doc highlight fix
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Rod Vagg
path.exists*() as 2nd level head not 3rd
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Shigeki Ohtsu
test: Fix path to require hello-world module
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
Nathan Rajlich
process: use NODE_STRINGIFY macro to set process.versio...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
isaacs
Now working on 0.7.7
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
isaacs
Merge branch 'v0.7.6-release'
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
isaacs
2012.03.13, Version 0.7.6 (unstable)
v0.7.6
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
isaacs
Update npm to 1.1.8
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Nathan Rajlich
docs: document the repl "exit" event
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Nathan Rajlich
process: listen for the "exit" even on the main repl
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Nathan Rajlich
repl: better SIGINT handling behavior
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Nathan Rajlich
repl: remove redundant check of rli.rine.length
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Nathan Rajlich
repl: make sure the REPL always flushes with a newline
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Nathan Rajlich
repl: make REPLServer emit an "exit" event
commit
|
commitdiff
|
tree
|
snapshot
next