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
2011-08-06add the document of the new api routine: path.relativeTony Huang
2011-08-05Doc improvementskoichik
Documents util.format(). Thanks @bnoordhuis and @shigeki. Fixes #1424.
2011-08-05Revert commits 12c8b27 and 88f416a, fixed properly in 2fe4558.Ben Noordhuis
2011-08-03docs: add race warning to `child_process.kill()`Ben Noordhuis
2011-08-02Bump version to v0.5.3v0.5.3Ryan Dahl
2011-08-02Merge branch 'v0.4'Ryan Dahl
Conflicts: doc/api/crypto.markdown doc/api/modules.markdown src/platform_win32.cc
2011-07-29Revert "AMD compatibility for node"isaacs
This reverts commit 9967c369c9272335bb0343558673b689725c6d7c. Conflicts: test/simple/test-module-loading.js
2011-07-29Doc improvementskoichik
related to #1391, #1415.
2011-07-27Add missing parentheses in buffer docs.Aku Kotkavuo
Fixes #1405.
2011-07-26doc: http2 documentationMikeal Rogers
2011-07-25Doc improvements and change argument name.koichik
Fixes #1318.
2011-07-25Docs for Socket::bytesRead, Socket::bytesWrittenAlexander Uvarov
2011-07-25Finish removing require.pathsisaacs
Fix require() completion bug in repl, and correct man output
2011-07-25Note that require.paths is gone in 0.5isaacs
Rather than say it "may disappear", let's just be clear that it *has* disappeared, and exactly how long it'll be supported for.
2011-07-23Add an optional length argument to Buffer.write()koichik
Fixes #243. Fixes #1361.
2011-07-23Doc improvementskoichik
2011-07-22Bump version to v0.5.2v0.5.2Ryan Dahl
2011-07-22Merge branch 'v0.4'Ryan Dahl
Conflicts: ChangeLog deps/v8/src/version.cc doc/index.html src/node_version.h test/simple/test-url.js wscript
2011-07-21Doc improvementskoichik
corresponds to #1374 and #1334.
2011-07-20Bump version to v0.4.10v0.4.10Ryan Dahl
2011-07-20Remove toc on logo pageRyan Dahl
2011-07-18Change text on homepage about Web WorkersRyan Dahl
2011-07-18Close #1349 Delimit NODE_PATH with ; on Windowsisaacs
2011-07-18node-amqp is now being maintained by Theo Schlossnagle ↵Pierre-Alexandre St-Jean
https://github.com/postwait/node-amqp
2011-07-16Doc improvementskoichik
Fixes #1334.
2011-07-16Close #1348 Remove require.pathsisaacs
Module.globalPaths is still set to a read-only copy of the global include paths pulled off of the NODE_PATH environment variable. It's important to be able to inspect this, but modifying it no longer has any effect.
2011-07-16Remove duplicate docs about main moduleisaacs
2011-07-16Document that 'Buffer' is a global variableAJ ONeal
2011-07-15added information about relative paths in File System moduleWojciech Wnętrzak
2011-07-15added information about relative paths in File System moduleWojciech Wnętrzak
2011-07-15Bump to v0.5.1v0.5.1Ryan Dahl
2011-07-15Merge branch 'v0.4'Ryan Dahl
Conflicts: deps/libev/wscript doc/api/modules.markdown
2011-07-15Close #1303 Stream.pipe returns the destinationElijah Insua
Squashed: * Simple change to make Stream.pipe(destination) return the destination Stream * Test: ensure Stream.pipe(destination) returns the destination Stream * updated Stream.pipe() documentation to reflect that it now returns the destination stream
2011-07-15Close #1281 Make require a public member of moduleisaacs
Reviewed by @felixge
2011-07-13Adding documentation for 'agent' option in http.request().Kip Gebhardt
Fixes #1243.
2011-07-13The Node.JS website should link to whichever ChangeLog will be updated soonest.koichik
Fixes #1316.
2011-07-13Document error in console.timeEndkoichik
Fixes #1109.
2011-07-13added explanation of `exports`AJ ONeal
Fixes #1075.
2011-07-13Doc improvementskoichik
Fixes #297.
2011-07-11Update faviconRyan Dahl
2011-07-11Fix wallpaper linksRyan Dahl
2011-07-11logo updateRyan Dahl
2011-07-09Doc improvements. Explained the flags of fs.open().koichik
Fixes #1268.
2011-07-09Doc improvementskoichik
moved 'continue' event from http.Agent to http.ClientRequest. added 'close' event to http.ClientResponse. added 'open' event to fs.ReadStream. Fixes #1169.
2011-07-09docs for chown/chmodisaacs
2011-07-06Bump to v0.5.0v0.5.0Ryan Dahl
2011-07-05Typo: stout -> stdoutAlex Xu
Closes #874
2011-07-05Typo: stout -> stdoutAlex Xu
Closes #874
2011-07-04Fix a misnamed argument; multicastAddress -> multicastInterface. Closes #1237.Joe Shaw
2011-07-04Document that `path.join()` and `path.resolve()` ignore non-string arguments.Ben Noordhuis
Fixes #514.