Ryan
68dda0a7d8
Man page generation.
15 years ago
Ryan
94e627dc32
Add some links to the website
15 years ago
Ryan
ba6c5e38d5
bump version
15 years ago
Ryan
485a9c1487
Small change to website index.html
15 years ago
Ryan
734e86b9e5
bump version
15 years ago
Ryan
c13773a71f
Clean up text on website.
15 years ago
Ryan
31db4f1ed8
bump version
15 years ago
Ryan
00a03dfee2
Fix text on index.html
15 years ago
Ryan
116f4dea05
lint
15 years ago
Ryan
b5a1585470
Restyle website/api.html. Now looks like the front page.
Made a few other little corrections too.
15 years ago
Ryan
316e2833f0
Use flat object instead of array-of-arrays for HTTP headers.
E.G. { "Content-Length": 10, "Content-Type": "text/html" } instead of
[["Content-Length", 10], ["Content-Type", "text/html"]].
The main reason for this change is object-creation efficiency.
This still needs testing and some further changes (like when receiving
multiple header lines with the same field-name, they are concatenated with a
comma but some headers ("Content-Length") should not be concatenated ; the
new header line should replace the old value).
Various thoughts on this subject:
http://groups.google.com/group/nodejs/browse_thread/thread/9a67bb32706d9efc#
http://four.livejournal.com/979640.html
http://mail.gnome.org/archives/libsoup-list/2009-March/msg00015.html
15 years ago
Ryan
9c97b1db30
bump version
15 years ago
Ryan
a73998d6f4
bump version
15 years ago
Ryan
0f888ed6de
bump version
15 years ago
Ryan
7464d42310
bump version
15 years ago
Ryan
e10fbab00f
bump version
15 years ago
Ryan
77d407df28
bump version
15 years ago
Ryan
0640517a91
fix example on website
16 years ago
Ryan
813b53938b
bump version
16 years ago
Ryan
b77e603e04
add irc channel to website
16 years ago
Ryan
fbe0be19eb
bump version
16 years ago
Ryan
ec5f3dbae1
bump version
16 years ago
Ryan
27b268b8c1
Clean ups
16 years ago
Ryan
f76c3dc3ca
bump version
16 years ago
Ryan
1ec9f821e1
fix typo
16 years ago
Ryan
4cfc982c77
bump version
16 years ago
Ryan
728af1faa8
add note about python versions
16 years ago
Urban Hafner
d04ef89758
Mention node_chat
16 years ago
Ryan
bee7ef90bd
Add link to chat room demo
16 years ago
Urban Hafner
565becb8ad
XHTML compliant HTML and a few spelling fixes
16 years ago
Urban Hafner
9e6603476a
Mentioning the google group in the README and documentation.
16 years ago
Ryan
d0988da515
Website: correct typos.
16 years ago
Ryan
739276b3a5
work on About on webpage
16 years ago
Ryan
d13d06467a
Add audience to website
16 years ago
Ryan
7bd2282a9f
Fix up description on web page
16 years ago
Ryan
272c4167da
changes to website
16 years ago
Ryan
3c701cb56d
add long description to website
16 years ago
Ryan
d460bdd31f
Clean up that download link.
16 years ago
Ryan
80eed19612
Update website with first release link.
16 years ago
Ryan
1d8c4659d1
Just twiddling with the webpage
16 years ago
Ryan
b3338273b4
Reorganize the website into two pages.
16 years ago
Ryan
b260a9108b
Add errno constants. Move all constants to `node.constants` namespace.
16 years ago
Ryan
24ebd0360a
Clean up doc intro and syntax highlighting.
16 years ago
Ryan
e8f177aa2d
Clean up outgoing encoding API. Generally: send(chunk, encoding).
16 years ago
Ryan
cf0eebf685
Add preliminary tcp documentation
16 years ago
Ryan
c326614c8d
More docs. Add rmdir and unlink.
16 years ago
Ryan
a9f29cd18d
File I/O documentation. Remove necessity of class="sh_javascript".
16 years ago
Ryan
f3af6c6f53
More docs
16 years ago
Ryan
3eb4819db1
Add docs. Rename exit() to node.exit().
16 years ago
Ryan
5c2389fada
Remove error codes from file on_completion callbacks. Use file.onError.
The error codes still remain for the two general file system operations:
rename and stat.
Additionally I've removed the actionQueue for file system operations. They
are sent directly into the thread pool.
16 years ago