isaacs
1eb1fe3225
2012.02.17 Version 0.6.11 (stable)
* http: allow multiple WebSocket RFC6455 headers (Einar Otto Stangvik)
* http: allow multiple WWW-Authenticate headers (Ben Noordhuis)
* windows: support unicode argv and environment variables (Bert Belder)
* tls: mitigate session renegotiation attacks (Ben Noordhuis)
* tcp, pipe: don't assert on uv_accept() errors (Ben Noordhuis)
* tls: Allow establishing secure connection on the existing socket (koichik)
* dgram: handle close of dgram socket before DNS lookup completes (Seth Fitzsimmons)
* windows: Support half-duplex pipes (Igor Zinkovsky)
* build: disable omit-frame-pointer on solaris systems (Dave Pacheco)
* debugger: fix --debug-brk (Ben Noordhuis)
* net: fix large file downloads failing (koichik)
* fs: fix ReadStream failure to read from existing fd (Christopher Jeffrey)
* net: destroy socket on DNS error (Stefan Rusu)
* dtrace: add missing translator (Dave Pacheco)
* unix: don't flush tty on switch to raw mode (Ben Noordhuis)
* windows: reset brightness when reverting to default text color (Bert Belder)
* npm: update to 1.1.1
- Update which, fstream, mkdirp, request, and rimraf
- Fix #2123 Set path properly for lifecycle scripts on windows
- Mark the root as seen, so we don't recurse into it. Fixes #1838 . (Martin Cooper)
13 years ago
isaacs
051908e023
2012.02.02, Version 0.6.10 (stable)
* Update V8 to 3.6.6.20
* Add npm msysgit bash shim to msi installer (isaacs)
* buffers: fix intermittent out of bounds error (Ben Noordhuis)
* buffers: honor length argument in base64 decoder (Ben Noordhuis)
* windows: Fix path.exists regression (Bert Belder)
* Make QueryString.parse run faster (Philip Tellis)
* http: avoid freeing http-parser objects too early (koichik)
* timers: add v0.4 compatibility hack (Ben Noordhuis)
* Proper EPERM error code support (Igor Zinkovsky, Brandon Philips)
* dgram: Implement udp multicast methods on windows (Bert Belder)
13 years ago
isaacs
f19e20d33f
2012.01.27, Version 0.6.9 (stable)
* dgram: Bring back missing functionality for Unix (Dan VerWeire, Roman Shtylman, Ben Noordnuis)
- Note: Windows UDP support not yet complete.
* http: Fix parser memory leak (koichik)
* zlib: Fix #2365 crashes on invalid input (Nicolas LaCasse)
* module: fix --debug-brk on symlinked scripts (Fedor Indutny)
* Documentation Restyling (Matthew Fitzsimmons)
* Update npm to 1.1.0-3 (isaacs)
* Windows: fix regression in stat() calls to C:\ (Bert Belder)
13 years ago
isaacs
f33a35e293
doc: trademark link must be absolute
13 years ago
isaacs
6768d2fc93
doc: Pixel-nudging
13 years ago
Matthew Fitzsimmons
831c8199f6
Nodejs.org design refresh.
13 years ago
isaacs
d18cebaf8a
2012.01.19, Version 0.6.8 (stable)
* Update V8 to 3.6.6.19
* Numeric key hash collision fix for V8 (Erik Corry, Fedor Indutny)
* Add missing TTY key translations for F1-F5 on Windows (Brandon Benvie)
* path.extname bugfix with . and .. paths (Bert Belder)
* cluster: don't always kill the master on uncaughtException (Ben
* Noordhuis)
* Update npm to 1.1.0-2 (isaacs)
* typed arrays: set class name (Ben Noordhuis)
* zlib binding cleanup (isaacs, Bert Belder)
* dgram: use slab memory allocator (Michael Bernstein)
* fix segfault #2473
13 years ago
Guillermo Rauch
766f609838
website: Add "Api Docs" button next to "Download"
* Added Docs button and `button` class.
* Refactored download button style into `.button`
* Applied color overrides for download/docs buttons.
* Pointed docs link to latest available docs.
13 years ago
isaacs
d5a189acef
2012.01.06, Version 0.6.7 (stable)
* V8 hash collision fix (Breaks MIPS) (Bert Belder, Erik Corry)
* Upgrade V8 to 3.6.6.15
* Upgrade npm to 1.1.0-beta-10 (isaacs)
* many doc updates (Ben Noordhuis, Jeremy Martin, koichik, Dave Irvine,
Seong-Rak Choi, Shannen, Adam Malcontenti-Wilson, koichik)
* Fix segfault in node_http_parser.cc
* dgram, timers: fix memory leaks (Ben Noordhuis, Yoshihiro Kukuchi)
* repl: fix repl.start not passing the `ignoreUndefined` arg (Damon Oehlman)
* #1980 : Socket.pause null reference when called on a closed Stream (koichik)
* #2263 : XMLHttpRequest piped in a writable file stream hang (koichik)
* #2069 : http resource leak (koichik)
* buffer.readInt global pollution fix (Phil Sung)
* timers: fix performance regression (Ben Noordhuis)
* #2308 , #2246 : node swallows openssl error on request (koichik)
* #2114 : timers: remove _idleTimeout from item in .unenroll() (James Hartig)
* #2379 : debugger: Request backtrace w/o refs (Fedor Indutny)
* simple DTrace ustack helper (Dave Pacheco)
* crypto: rewrite HexDecode without snprintf (Roman Shtylman)
* crypto: don't ignore DH init errors (Ben Noordhuis)
13 years ago
Shannen
ef659192a1
docs: use "Level 1" HTML5 features
Since we're using an HTML doctype we might as well use "Level 1" HTML5 features.
See more: http://mathiasbynens.be/notes/html5-levels#level-1
Fixes #2386 .
13 years ago
Ryan Dahl
926365c9f8
add links to package manager on download page
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
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
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
Bert Belder
b159c6d62e
Bump version to v0.6.3
13 years ago
Ben Noordhuis
a4402f0b2e
Bump version to v0.6.2
13 years ago
Ryan Dahl
170f2addb2
Bump version to v0.6.1
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
Ben Noordhuis
099c717baf
docs: fix copy/paste error, 0.6.0 is a stable release
13 years ago
Ryan Dahl
865b077819
Bump version to v0.6.0
13 years ago
Maciej Małecki
fc61134b1a
doc: fix links
Changes:
* 'http://github.com ' => 'https://github.com '
* 'https://github.com/ry/node ' => 'https://github.com/joyent/node '
* 'https://github.com/ry/http-parser ' =>
'https://github.com/joyent/http-parser '
* old issue links
* wiki link
13 years ago
Ben Noordhuis
1d94d4fa70
docs: fix home page link to API docs
13 years ago
koichik
7e2d799328
docs: fix typo
13 years ago
Ryan Dahl
220e61c1f6
Bump version to v0.5.10
13 years ago
Ryan Dahl
3bd9b08fb1
Bump version to v0.5.9
13 years ago
Ryan Dahl
7cc17a0cea
Bump version to v0.5.8
13 years ago
Ryan Dahl
771ba34ca7
Bump version to v0.4.12
13 years ago
Ryan Dahl
a745d19ce7
Bump version to v0.4.11
14 years ago
Ryan Dahl
558241166c
Bump version to v0.5.7
13 years ago
Ryan Dahl
8821eb24c2
Correct date
13 years ago
Bert Belder
b49bec5580
Bump version to 0.5.6
13 years ago
Ben Noordhuis
d2d53d4bb2
Bump version to v0.5.5
14 years ago
Ryan Dahl
cfba1f5922
Bump version to v0.5.4
14 years ago
Ryan Dahl
4585330afe
Bump version to v0.5.3
14 years ago
Ryan Dahl
08ffce1a00
Bump version to v0.5.2
14 years ago
Ryan Dahl
1b8dd65d6e
Bump version to v0.4.10
14 years ago
Ryan Dahl
bd2d90feff
Change text on homepage about Web Workers
14 years ago
Ryan Dahl
f8bfa54d0f
Bump to v0.5.1
14 years ago
koichik
128d1bab2a
The Node.JS website should link to whichever ChangeLog will be updated soonest.
Fixes #1316 .
14 years ago
Ryan Dahl
b1c90a4e22
logo update
14 years ago