koichik
07c27e040e
tls: Fix node swallows openssl error on request
Fixes #2308 .
Fixes #2246 .
13 years ago
Fedor Indutny
802c4c6a61
debugger: document pause and setBreakpoint(line)
Fixes #2381
13 years ago
Andreas Madsen
07b1997388
Add env argument to cluster.fork
Fixes 2378
13 years ago
Nathan Rajlich
ec11525d33
docs: Add docs for MODULE_NOT_FOUND error.
13 years ago
Ryan Dahl
926365c9f8
add links to package manager on download page
13 years ago
Andreas Madsen
b084322f52
Add silent option to child_process.fork
Fixes #2354 .
13 years ago
Adam Malcontenti-Wilson
c4d2244a09
docs: Make logo a link back to homepage
Fixes #2332 .
13 years ago
Igor Zinkovsky
d6bae2cb95
document mode argument for fs.symlink
13 years ago
koichik
c744e925df
doc: correct http.Server.listen()
Fixes #2325 .
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
Robert Mustacchi
2240486d3d
Add process.abort
13 years ago
Ryan Dahl
b04d4fff35
Add docs.nodejitsu.com to community page
13 years ago
isaacs
f490934c33
Properly support old IE DOM methods.
13 years ago
Ryan Dahl
1c3883bef2
Add changelog link to website
13 years ago
Ryan Dahl
6e76fc2866
make jobs the last nav
fixes display bug
13 years ago
Ryan Dahl
19a18add4e
better <br>s
13 years ago
Ryan Dahl
95b034e484
Reorder nav
13 years ago
isaacs
93188918ea
Website js/css tweaks
Remove jquery
Use HTML5 doctype
Simpler clearfix implementation
Close download dialog with <Esc> key
13 years ago
Ryan Dahl
e698dd38c3
website fixes
13 years ago
Ryan Dahl
5bbb4cadc3
new website
13 years ago
Ryan Dahl
429efdd974
Change artwork in msi
13 years ago
Tim Oxley
871194d5fd
docs: document util.inspect's colors param
13 years ago
koichik
f8c335d0ca
tls: enable rejectUnauthorized option to client
Fiexes #2247 .
13 years ago
Fedor Indutny
e609195202
[zlib] added dictionary support
13 years ago
isaacs
db273818f6
s/NPM/npm/
http://npmjs.org/doc/faq.html#If-npm-is-an-acronym-why-is-it-never-capitalized
13 years ago
Ryan Dahl
1a89c8d061
Add analytics tracking to docs
13 years ago
Ryan Dahl
6cc94db653
Bump version to v0.6.5
13 years ago
Ryan Dahl
46b6954acd
Add link to license file on website
13 years ago
Ben Noordhuis
9170077f13
Bump version to v0.6.4
13 years ago
Mathias Bynens
456dafc3c6
Docs template: HTML cleanup
Remove references to `/favicon.ico` as it’s the default in all browsers. More
info: http://mathiasbynens.be/notes/rel-shortcut-icon
`type=text/css` and `media=all` are the implied defaults for `<link
rel=stylesheet>` (and `<style>`), so omit these attributes.
Similarly, `type=text/javascript` is the default for `<script>` elements, so
omit these attributes.
13 years ago
Roman Shtylman
1c62e807e1
doc: add note about NODE_MODULE module_name requirement
module_name needs to match the final binary name
13 years ago
Ben Noordhuis
a5c51b4858
docs: add rel="canonical" link to latest API docs
13 years ago
Tim Oxley
fc0a4c2781
docs: fix favicon
13 years ago
kyle@dontkry.com
34f34e4411
docs: fix typo
Fixes #2193 .
13 years ago
Bert Belder
b159c6d62e
Bump version to v0.6.3
13 years ago
Ben Noordhuis
16889e22cc
docs: fix dgram markdown
13 years ago
Ryan Dahl
b906e85996
Fixes #2076 . Add logos to MSI
13 years ago
Ryan Dahl
6035651fad
Fixes #2160 . Fix tty.getWindowSize docs
13 years ago
Ben Noordhuis
a4402f0b2e
Bump version to v0.6.2
13 years ago
Ben Noordhuis
8bdf6bae30
docs: document dgram error event
13 years ago
Trevor Burnham
06d71ad457
docs: document the `persistent` option for `fs.watch` and `fs.watchFile`
13 years ago
Artur Adib
960ccdc72c
docs: clarify addon docs
13 years ago
Trent Mick
2cd51ef5d4
"Trailer" header should mention "Content-MD5" trailer name in this example.
Fixes #2107
13 years ago
seebees
3222a04d5e
test for REPL .save and .load and documentation updates
13 years ago
Ryan Dahl
170f2addb2
Bump version to v0.6.1
13 years ago
Yoji SHIDARA
426298c8c1
docs: dgram client should be closed in the callback
13 years ago
Ryan Dahl
dc39ab3bbf
Improve OSX installer
13 years ago
Scott Anderson
0d19d82498
Cluster documentation added.
13 years ago
Eric Lovett
69d3bf1068
docs: minor grammar fix in cluster page
13 years ago
Ryan Dahl
6a83df04b6
Update multi-core text on index.html
13 years ago