Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-14website: move website to joyent/node-websiteTimothy J Fontaine
The website will no longer be living in the source repository instead it can be found at http://github.com/joyent/node-website
2013-07-25doc: explicitly set industry logo heightisaacs
2013-05-10doc: s/search.npmjs.org/npmjs.org/isaacs
2013-05-02doc: link joyent logo in website footerisaacs
2013-02-28doc: update instructions on home pageBen Noordhuis
Document how to run the example on the home page in more detail. Apparently our Windows brethren are prone to double-clicking on the binary instead of running it from the command line. Fixes #4854.
2012-09-11doc: Fork me image should be full urlisaacs
2012-09-11doc: Put current version on homepageisaacs
2012-08-23doc: move ul styling to pipe.cssBert Belder
2012-08-23website: Fix download link on win, un-break industry sectionisaacs
2012-08-17website: Improved install button behaviorisaacs
Just install whatever's best for the OS. Detect host os and architecture from the navigator properties. If we can't make a good guess, then they get the tarball, and of course everything we have is on the full download page.
2012-08-15website: Use table for download pageisaacs
Paragraphs of text are too wordy. Use big pretty images and clickable blocky links.
2012-08-15website: download pageGolo Roden
- Improved styling of download links. - index.html#download now redirects to /download/ - Added missing hyphens, and added the missing "and 64-bit" for the Mac Installer.
2012-07-14doc: update 'Fork me at Github' ribbonGeorge Shank
Replace 'Fork me at Github' ribbon with a new one fitting the website's color scheme.
2012-06-29homepage: Update Claudio's title/linkisaacs
2012-06-23docs: Switch to the asynchronous Google Analytics snippetMathias Bynens
The old snippet needlessly uses `document.write`. Let’s use the optimized version of the most recent, asynchronous GA snippet: http://mathiasbynens.be/notes/async-analytics-snippet
2012-06-152012.06.15, Version 0.7.11 (unstable)v0.7.11isaacs
* V8: Upgrade to v3.11.10 * npm: Upgrade to 1.1.26 * doc: Improve cross-linking in API docs markdown (Ben Kelly) * Fix #3425: removeAllListeners should delete array (Reid Burke) * cluster: don't silently drop messages when the write queue gets big (Bert Belder) * Add Buffer.concat method (isaacs) * windows: make symlinks tolerant to forward slashes (Bert Belder) * build: Add node.d and node.1 to installer (isaacs) * cluster: rename worker.unqiueID to worker.id (Andreas Madsen) * Windows: Enable ETW events on Windows for existing DTrace probes. (Igor Zinkovsky) * test: bundle node-weak in test/gc so that it doesn't need to be downloaded (Nathan Rajlich) * Make many tests pass on Windows (Bert Belder) * Fix #3388 Support listening on file descriptors (isaacs) * Fix #3407 Add os.tmpDir() (isaacs) * Unbreak the snapshotted build on Windows (Bert Belder) * Clean up child_process.kill throws (Bert Belder) * crypto: make cipher/decipher accept buffer args (Ben Noordhuis)
2012-04-27Add customary 'fork me on github' banner to websiteisaacs
2012-03-23doc: Remove extraneous index.html's from hyperlinksisaacs
2012-03-23Remove hard-coded version number from docsisaacs
2012-03-152012.03.15 Version 0.6.13 (stable)v0.6.13isaacs
* Windows: Many libuv test fixes (Bert Belder) * Windows: avoid uv_guess_handle crash in when fd < 0 (Bert Belder) * Map EBUSY and ENOTEMPTY errors (Bert Belder) * Windows: include syscall in fs errors (Bert Belder) * Fix fs.watch ENOSYS on Linux kernel version mismatch (Ben Noordhuis) * Update npm to 1.1.9 - upgrade node-gyp to 0.3.5 (Nathan Rajlich) - Fix isaacs/npm#2249 Add cache-max and cache-min configs - Properly redirect across https/http registry requests - log config usage if undefined key in set function (Kris Windham) - Add support for os/cpu fields in package.json (Adam Blackburn) - Automatically node-gyp packages containing a binding.gyp - Fix failures unpacking in UNC shares - Never create un-listable directories - Handle cases where an optionalDependency fails to build
2012-03-04Use shorter url for /docs/latest/apiisaacs
2012-03-032012.03.02 Version 0.6.12 (stable)v0.6.12isaacs
* Upgrade V8 to 3.6.6.24 * dtrace ustack helper improvements (Dave Pacheco) * API Documentation refactor (isaacs) * #2827 net: fix race write() before and after connect() (koichik) * #2554 #2567 throw if fs args for 'start' or 'end' are strings (AJ ONeal) * punycode: Update to v1.0.0 (Mathias Bynens) * Make a fat binary for the OS X pkg (isaacs) * Fix hang on accessing process.stdin (isaacs) * repl: make tab completion work on non-objects (Nathan Rajlich) * Fix fs.watch on OS X (Ben Noordhuis) * Fix #2515 nested setTimeouts cause premature process exit (Ben Noordhuis) * windows: fix time conversion in stat (Igor Zinkovsky) * windows: fs: handle EOF in read (Brandon Philips) * windows: avoid IOCP short-circuit on non-ifs lsps (Igor Zinkovsky) * Upgrade npm to 1.1.4 (isaacs) - windows fixes - Bundle nested bundleDependencies properly - install: support --save with url install targets - shrinkwrap: behave properly with url-installed modules - support installing uncompressed tars or single file modules from urls etc. - don't run make clean on rebuild - support HTTPS-over-HTTP proxy tunneling
2012-03-01docs: Move images out of the dist tarballisaacs
This puts all images in doc/images/ and references them via http://nodejs.org/images/. Any complaints about copyright usage etc. can thus be node/joyent's problem, rather than the problem of a downstream distribution channel. Conflicts: Makefile
2012-02-18docs: fix quotation style in the webserver examplePaul Vorbach
Replace " by '
2012-02-182012.02.17 Version 0.6.11 (stable)v0.6.11isaacs
* 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)
2012-02-032012.02.02, Version 0.6.10 (stable)v0.6.10isaacs
* 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)
2012-01-282012.01.27, Version 0.6.9 (stable)v0.6.9isaacs
* 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)
2012-01-24doc: trademark link must be absoluteisaacs
2012-01-24doc: Pixel-nudgingisaacs
2012-01-24Nodejs.org design refresh.Matthew Fitzsimmons
2012-01-202012.01.19, Version 0.6.8 (stable)v0.6.8isaacs
* 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
2012-01-13website: Add "Api Docs" button next to "Download"Guillermo Rauch
* 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.
2012-01-072012.01.06, Version 0.6.7 (stable)v0.6.7isaacs
* 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)
2011-12-22docs: use "Level 1" HTML5 featuresShannen
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.
2011-12-19add links to package manager on download pageRyan Dahl
2011-12-152011.12.14, Version 0.6.6 (stable)v0.6.6isaacs
* 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)
2011-12-15Properly support old IE DOM methods.isaacs
2011-12-14Add changelog link to websiteRyan Dahl
2011-12-13make jobs the last navRyan Dahl
fixes display bug
2011-12-13better <br>sRyan Dahl
2011-12-13Reorder navRyan Dahl
2011-12-13Website js/css tweaksisaacs
Remove jquery Use HTML5 doctype Simpler clearfix implementation Close download dialog with <Esc> key
2011-12-12website fixesRyan Dahl
2011-12-12new websiteRyan Dahl
2011-12-04Bump version to v0.6.5v0.6.5Ryan Dahl
2011-12-03Add link to license file on websiteRyan Dahl
2011-12-02Bump version to v0.6.4v0.6.4Ben Noordhuis
2011-11-25Bump version to v0.6.3v0.6.3Bert Belder
2011-11-19Bump version to v0.6.2v0.6.2Ben Noordhuis
2011-11-12Bump version to v0.6.1v0.6.1Ryan Dahl