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
Ryan Dahl
a9366818a1
Remove v0.4 links from index.html
13 years ago
Eric Lovett
febe5c44c0
docs: use markdown for link, not html
13 years ago
Ben Noordhuis
099c717baf
docs: fix copy/paste error, 0.6.0 is a stable release
13 years ago
Eric Lovett
8f2b03242d
docs: minor typo fix in child process docs
13 years ago
Ryan Dahl
865b077819
Bump version to v0.6.0
13 years ago
koichik
96fe50400d
docs: fix typo
13 years ago
Ryan Dahl
5c3954aa6f
docs: make std*Stream spawn opts explicitly internal
Fixes #1884 .
13 years ago
Jacob H.C. Kragh
c1472ac105
docs: fix some minor typos in the fs documentation
* fchmodSync: replace 'path' with 'fd'
* lchmod: replace 'fd' with 'path'
* utimes, futimes, fsync: mark 'callback' as optional
13 years ago
Ryan Dahl
1e3e6b7c15
cluster: add example for message passing
13 years ago
Ryan Dahl
d42006c80a
cluster: Remove eachWorker, workerCount
unnecessary
13 years ago
Ryan Dahl
86528489ec
new cluster api
13 years ago
Jacob H.C. Kragh
44a5452a4f
docs: fix typo in the documented fchown signature
13 years ago
Matt Robenolt
5213c39038
Close #1930 Convenience methods for zlib
This is a combination of 20 commits. Their commit messages are preserved
below for the benefit of future generations.
* Adding a shortcut to easily compress/decompress a string of text.
* Making the API consistent. unzip should accept a Buffer for input as well.
* Adding docs.
* Oops, typo.
* Propagate error through the callback.
* Adding zlib from string tests.
* Typo in test.
* Remove 'end' listeners, and join buffers properly instead of joining them
as a string.
* Oops, needs to be rendered to a string.
* Updated test to include multi-byte characters.
* unzip should return a raw Buffer. Updated docs to reflect.
* And finally updating test.
* EventEmitter.destroy() is a bit more customary
* Revert "EventEmitter.destroy() is a bit more customary"
* Renaming internal methods to "buffer" instead of string.
* Remove the 'error' listeners as well.
* @isaacs : spacing/style, and compress duplicate functions into one
* @isaacs : Update docs
* @isaacs : doc style fix
13 years ago
Ryan Dahl
a936768890
stdout and stderr are blocking when referring to regular files
Fixes message tests.
13 years ago
koichik
a6dbe0ff23
docs: make fs.mkdir()'s mode argument an option.
13 years ago
Ben Noordhuis
1ba834bd3f
docs: http: link to relevant net.Socket methods
13 years ago
Fedor Indutny
9ad27f7853
ignore undefined messages in the debugger repl
fixes #1995
13 years ago