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-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
2012-03-13
Nathan Rajlich
repl: make REPLServer inherit from EventEmitter
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Nathan Rajlich
repl: use path.resolve() for the module.filename
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
isaacs
shebang should make file executable as well
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Trent Mick
issue #2697: have 'make install' set npm shebang to...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Artur Adib
Doc highlight fix
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
isaacs
Fix merge conflict in doc/api/readline.markdown
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Christian Ress
Added destroy method to Zlib object in zlib.js module
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
isaacs
Patches floating on V8
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
isaacs
Upgrade v8 to 3.9.17
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
isaacs
Upgrade npm to 1.1.6
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Nathan Rajlich
process: expose the zlib version in use in process...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Ben Noordhuis
zlib: fix include of zlib.h
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Łukasz Walukiewicz
Ignore an empty port component when parsing URLs.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
isaacs
module: remove 'exited', replace 'children' array
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Yoshihiro Kikuchi
docs: fix using legacy api in the buffer doc
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Nao Iizuka
docs: correct the description of assert.ok()
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Ben Noordhuis
http: use HTTP_METHOD_MAP macro
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Ben Noordhuis
deps: upgrade http_parser to 8bec3ea
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Ben Noordhuis
docs: console.dir() prints to stdout, not stderr
commit
|
commitdiff
|
tree
|
snapshot
2012-03-10
ssuda
tls: parsing multiple values of a key in ssl certificate
commit
|
commitdiff
|
tree
|
snapshot
2012-03-09
Nathan Rajlich
process: expose the http_parser version in process...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-09
Ben Noordhuis
core: use proper #include directives
commit
|
commitdiff
|
tree
|
snapshot
2012-03-09
Ben Noordhuis
buffer: throw from constructor if length > kMaxLength
commit
|
commitdiff
|
tree
|
snapshot
2012-03-09
Ben Noordhuis
core: add ThrowError(), ThrowTypeError(), ThrowRangeError()
commit
|
commitdiff
|
tree
|
snapshot
2012-03-09
Ben Noordhuis
cluster: support passing of named pipes
commit
|
commitdiff
|
tree
|
snapshot
2012-03-09
Ben Noordhuis
uv: upgrade 8c78cb4
commit
|
commitdiff
|
tree
|
snapshot
2012-03-08
Igor Zinkovsky
add jslint to vcbuild.bat
commit
|
commitdiff
|
tree
|
snapshot
2012-03-08
Bert Belder
Merge branch 'v0.6'
commit
|
commitdiff
|
tree
|
snapshot
2012-03-08
Bert Belder
Windows: include syscall in fs errors
commit
|
commitdiff
|
tree
|
snapshot
2012-03-08
Bert Belder
uv: upgrade to 1ac71a31
commit
|
commitdiff
|
tree
|
snapshot
2012-03-07
Igor Zinkovsky
Emit end event only once
commit
|
commitdiff
|
tree
|
snapshot
2012-03-07
Yoshihiro Kikuchi
http: remove ClientRequest.prototype.pause()
commit
|
commitdiff
|
tree
|
snapshot
2012-03-07
Shea Levy
fork: don't clear environment by default
commit
|
commitdiff
|
tree
|
snapshot
2012-03-07
Colton Baker
readline: ignore stray escape sequence
commit
|
commitdiff
|
tree
|
snapshot
2012-03-07
Bert Belder
client latency benchmark: don't require('request')
commit
|
commitdiff
|
tree
|
snapshot
2012-03-07
isaacs
Typo in http_server_lag.js script
commit
|
commitdiff
|
tree
|
snapshot
2012-03-07
isaacs
Bash script for running http-simple benchmarks
commit
|
commitdiff
|
tree
|
snapshot
2012-03-07
isaacs
A server with configurable lag for testing
commit
|
commitdiff
|
tree
|
snapshot
2012-03-07
isaacs
A benchmark script for measuring client latency
commit
|
commitdiff
|
tree
|
snapshot
2012-03-06
ssuda
dgram: fix when we call .close() inside 'listening'
commit
|
commitdiff
|
tree
|
snapshot
2012-03-06
Ming Liu
docs: correct repl eval callback signature
commit
|
commitdiff
|
tree
|
snapshot
2012-03-06
Nathan Rajlich
process: add `process.hrtime()`
commit
|
commitdiff
|
tree
|
snapshot
2012-03-06
Ben Noordhuis
bench: add http_simple_auto benchmark
commit
|
commitdiff
|
tree
|
snapshot
2012-03-06
Rlidwka
readline: add multiline support
commit
|
commitdiff
|
tree
|
snapshot
2012-03-06
Dmitry Nizovtsev
net, http, https: add localAddress option
commit
|
commitdiff
|
tree
|
snapshot
2012-03-06
Igor Zinkovsky
fix simple/test-process-argv-0 on windows
commit
|
commitdiff
|
tree
|
snapshot
2012-03-06
Shigeki Ohtsu
process: show detailed error message in process.dlopen()
commit
|
commitdiff
|
tree
|
snapshot
2012-03-05
Nathan Rajlich
addon: use absolute paths for the node include dirs
commit
|
commitdiff
|
tree
|
snapshot
2012-03-05
Nathan Rajlich
addon: add module_root_dir gyp variable
commit
|
commitdiff
|
tree
|
snapshot
2012-03-05
Igor Zinkovsky
disable simple/test-signal-handler on Windows
commit
|
commitdiff
|
tree
|
snapshot
2012-03-05
isaacs
Mention marked, and add license to doc generator
commit
|
commitdiff
|
tree
|
snapshot
2012-03-05
isaacs
doc: 'filename' arg not guaranteed ever.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-05
Ben Noordhuis
build: disable -fvisibility=hidden if gcc < 4.0.0
commit
|
commitdiff
|
tree
|
snapshot
next