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
path: root/doc
AgeCommit message (Collapse)Author
2012-10-24blog: Post for v0.9.3 releaseisaacs
2012-10-24doc: child_process: document uid and gid spawn() optionsOlivier Lalonde
2012-10-16doc: Typo. s/arguemnt/argument/isaacs
2012-10-14docs: fix copy and paste errorJan Lehnardt
2012-10-13doc: rectify http.ClientResponse close/end eventsBen Noordhuis
* The 'close' event doesn't emit an error object. * It's possible for a 'close' event to come after an 'end' event, contrary to what the documentation said. Fixes #4116.
2012-10-13doc: set default background color to whiteMax Ogden
2012-10-12blog: Post about 0.8.12isaacs
2012-10-11doc: Reduce crypto stability to 2-Unstableisaacs
2012-10-09doc: consistent use of the callback argumentAndreas Madsen
2012-10-06doc: document the custom "inspect()" function behaviorNathan Rajlich
Closes #3361.
2012-10-04doc: better example for process.hrtime()Alex Kocharin
Fixes #3984.
2012-10-03doc: stream: clarify meaning of 'drain' some moreBen Noordhuis
Courtesy of Lee Coltrane (@coltrane).
2012-10-03doc: stream: clarify meaning of 'drain' eventBen Noordhuis
2012-10-02doc: Correct stream.write fd mentionisaacs
No streams actually work this way.
2012-10-01blog: s/LibUV/libuv/isaacs
2012-09-30blog: LXJS talk by @piscisaureusisaacs
2012-09-28doc: Make the CLA more simple/saneisaacs
1. Emails should go to @isaacs, not emily. 2. Ask for the electronic signature first, not the printed faxed thing.
2012-09-27blog: Post about 0.8.11isaacs
2012-09-26blog: Post about v0.8.10isaacs
2012-09-25doc: put API table of contents in alphabetical orderAdam Blackburn
2012-09-18blog: Post for 0.9.2isaacs
2012-09-17doc: fix three typosRobin Lee
2012-09-12doc: fs: clarfify fs.watch() documentationBen Noordhuis
fs.watch() is implemented on all supported platforms but, depending on the object being watched, doesn't always work reliably (or at all). Fixes #4005.
2012-09-12doc: http: expand request.headers documentationBen Noordhuis
2012-09-11blog: Post for 0.8.9isaacs
2012-09-11Update doc and test for sunos/solaris switchisaacs
2012-09-11doc: Fork me image should be full urlisaacs
2012-09-11doc: Put current version on homepageisaacs
2012-09-11doc: Add Node Dublin to community pageisaacs
2012-09-07cluster.worker description and examples ere missing from the top level of docsPooya Karimian
2012-09-04doc: don't use 'Bert Belder
Ref: #3964
2012-09-04doc: fix typo in api/clusterAtsuya Takagi
2012-08-30doc: fix grammar errorsAnkur Oberoi
2012-08-29blog: Post for 0.9.1 releaseisaacs
2012-08-25docs: fix syntax error in "https" exampleNathan Rajlich
2012-08-24https: make https.get() accept a URLkoichik
https.get() now accepts either a URL (as a string) or an options object. Refs #2859. Fixes #3882.
2012-08-24doc: more uniform and sleek buttonsBrandon Wilson
Closes GH-3909
2012-08-23doc: tidy the community page html fileBert Belder
2012-08-23doc: remove Felix's IRC logs from the community pageBert Belder
It's been down for months.
2012-08-23doc: move ul styling to pipe.cssBert Belder
2012-08-23doc: pixel nudgeBert Belder
2012-08-23doc: use somewhat consistent styling for css assetsBert Belder
2012-08-23doc: remove nodejs-dev from the community pageStéphan Kochen
2012-08-23website: Fix download link on win, un-break industry sectionisaacs
2012-08-23doc: remote the "recommended modules" sectionBert Belder
2012-08-22blog: v0.8.8 releaseisaacs
2012-08-22doc: fix typo in cluster example codeRon Korving
2012-08-22tls: update default cipher listBen Noordhuis
Update the default cipher list from RC4-SHA:AES128-SHA:AES256-SHA to ECDHE-RSA-AES128-SHA256:AES128-GCM-SHA256:RC4:HIGH:!MD5:!aNULL:!EDH in order to mitigate BEAST attacks. The documentation suggested AES256-SHA but unfortunately that's a CBC cipher and therefore susceptible to attacks. Fixes #3900.
2012-08-21doc: cluster: setupMaster() can be called only onceBen Noordhuis
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.