Fedor Indutny
|
a239ea0d40
|
use inlineRefs, as it's already impl
|
13 years ago |
Fedor Indutny
|
b00b2f08bf
|
pass noRefs as arguments
|
13 years ago |
Fedor Indutny
|
b0388ccad0
|
pause command
|
13 years ago |
Fedor Indutny
|
07ad11916f
|
allow setBreakpoint(line)
|
13 years ago |
Fedor Indutny
|
c07edd90f5
|
preserve cursor pos
* configurable via .prompt()'s preserveCursor argument (false by default)
|
13 years ago |
Fedor Indutny
|
d9377f5eb0
|
request backtrace w/o refs, see #1745
|
13 years ago |
Nathan Rajlich
|
855f46677c
|
test: Add test case for MODULE_NOT_FOUND.
|
13 years ago |
Nathan Rajlich
|
ec11525d33
|
docs: Add docs for MODULE_NOT_FOUND error.
|
13 years ago |
Nathan Rajlich
|
3f987cd925
|
module: Set the error.code to 'MODULE_NOT_FOUND' when a bad path is given to require.
Fixes #2358.
|
13 years ago |
Ryan Dahl
|
926365c9f8
|
add links to package manager on download page
|
13 years ago |
Ryan Dahl
|
bb8f73419c
|
Fix make targets so they detect changes
Broken in 10d92b3
|
13 years ago |
Avi Flax
|
ee0a7b928b
|
util: output Dates with Date.toString not Date.toUTCString
|
13 years ago |
Ben Noordhuis
|
4b455bafd0
|
module: improve process.dlopen() error messages
On Windows, that is. On Unices, we don't have a good way to translate dlopen()
and dlsym() errors (yet).
|
13 years ago |
Ben Noordhuis
|
f322bbe729
|
uv: upgrade to feb267e
|
13 years ago |
Felix Geisendörfer
|
ec51bfc995
|
Use common.PORT to avoid conflicts
|
13 years ago |
Yoshihiro Kikuchi
|
f2f30286bf
|
timers: fix memory leak in setTimeout
Closing handle is leaked when setTimeout called with arguments which are
1. a callback
2. zero delay
(i.e. setTimeout(function(){}, 0); )
|
13 years ago |
Ben Noordhuis
|
6df7bdd954
|
child_process: make .send() throw if message is undefined
JSON.stringify(undefined) returns "undefined" but JSON.parse() doesn't know how
to parse that.
|
13 years ago |
Andreas Madsen
|
b084322f52
|
Add silent option to child_process.fork
Fixes #2354.
|
13 years ago |
Ryan Dahl
|
10d92b3dcd
|
saner targets
|
13 years ago |
Adam Malcontenti-Wilson
|
c4d2244a09
|
docs: Make logo a link back to homepage
Fixes #2332.
|
13 years ago |
Fedor Indutny
|
a9f2c4aa30
|
--without-npm option
Fixes #2353.
|
13 years ago |
isaacs
|
d75de86e6d
|
add 'make test-npm'
|
13 years ago |
isaacs
|
90fb81ad54
|
npm 1.1.0-beta-7
|
13 years ago |
Ryan Dahl
|
e61de70c96
|
gyp: use built-in openssl by default
|
13 years ago |
Ryan Dahl
|
64de69c1a4
|
Upgrade GYP to r1107
|
13 years ago |
Ryan Dahl
|
1865b11dcb
|
Merge remote branch 'origin/v0.6'
Conflicts:
wscript
|
13 years ago |
Ryan Dahl
|
67e12a0f84
|
Remove UVTEST from makefile
|
13 years ago |
Ryan Dahl
|
01e4fe5fbc
|
upgrade libuv to cb70db1
|
13 years ago |
Andreas Madsen
|
a599aeb2a8
|
jslint
Fixes #2306
|
13 years ago |
Dave Pacheco
|
b9049d2f90
|
simple DTrace ustack helper
|
13 years ago |
Igor Zinkovsky
|
d6bae2cb95
|
document mode argument for fs.symlink
|
13 years ago |
Ben Noordhuis
|
666aa0a343
|
uv: upgrade to d808cf9
|
13 years ago |
koichik
|
c744e925df
|
doc: correct http.Server.listen()
Fixes #2325.
|
13 years ago |
Roman Shtylman
|
4b123f9ca2
|
crypto: rewrite HexDecode without snprintf
No need to use snprintf to create a hex string. It creates
more overhead than is needed. This new version is much faster.
|
13 years ago |
Igor Zinkovsky
|
45822da46a
|
fix windows build
|
13 years ago |
Igor Zinkovsky
|
500c8f45f5
|
Remove platform files, and use uv platform api
|
13 years ago |
Ben Noordhuis
|
cc2861ee44
|
crypto: don't ignore DH init errors
|
13 years ago |
Igor Zinkovsky
|
88cc688731
|
fix windows build
|
13 years ago |
Igor Zinkovsky
|
da3356bb38
|
upgrade libuv to 8e50b6043da7b3221f51b3158033255c9a210d08
|
13 years ago |
Ryan Dahl
|
de5ba2db25
|
Don't print args from gyp_node
|
13 years ago |
Ryan Dahl
|
ee7313266a
|
use rsync instead of scp to upload website
|
13 years ago |
isaacs
|
dd8018de95
|
now working on 0.6.7
|
13 years ago |
isaacs
|
9a059ea69e
|
2011.12.14, Version 0.6.6 (stable)
* npm update to 1.1.0-beta-4 (Isaac Z. Schlueter)
* cli: fix output of --help (Ben Noordhuis)
* new website
* pause/resume semantics for stdin (Isaac Z. Schlueter)
* Travis CI integration (Maciej Małecki)
* child_process: Fix bug regarding closed stdin (Ben Noordhuis)
* Enable upgrades in MSI. (Igor Zinkovsky)
* net: Fixes memory leak (Ben Noordhuis)
* fs: handle fractional or NaN ReadStream buffer size (Ben Noordhuis)
* crypto: fix memory leaks in PBKDF2 error path (Ben Noordhuis)
|
13 years ago |
isaacs
|
56f65e3c3e
|
npm 1.1.0-beta-4
|
13 years ago |
Ryan Dahl
|
ae17e2d90a
|
Fix doc generation for new website
|
13 years ago |
Robert Mustacchi
|
2240486d3d
|
Add process.abort
|
13 years ago |
Ryan Dahl
|
de3c16afae
|
Upgrade V8 to 3.6.6.14
|
13 years ago |
isaacs
|
2255efa171
|
npm 1.1.0-beta-3
|
13 years ago |
Ryan Dahl
|
b04d4fff35
|
Add docs.nodejitsu.com to community page
|
13 years ago |
Ryan Dahl
|
b3a7de15b7
|
Upgrade V8 to 3.8.0
|
13 years ago |