summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2011-09-17Initial pass at zlib bindingsisaacs1-0/+95
2011-09-16Bump version to v0.5.7v0.5.7Ryan Dahl2-11/+11
2011-09-14doc: HTTPS client's optionskoichik1-0/+2
2011-09-14doc: HTTPS client's optionskoichik1-0/+37
Fixes #1494.
2011-09-13Document child_process.execFileRyan Dahl1-2/+8
Fixes #1700
2011-09-13Doc fixesRyan Dahl1-0/+5
Fixes #1701. Thanks baudehlo.
2011-09-13Fix #1694 Document require() cyclesisaacs1-0/+54
2011-09-12fs: add positioned file writing feature to fs.WriteStreamThomas Shinnick1-0/+5
Patterned on same feature in ReadStream; a small bit of new code added plus two refactorings of previous code; added two test files. Fixes #1645.
2011-09-09Correct dateRyan Dahl1-1/+1
2011-09-10Bump version to 0.5.6v0.5.6Bert Belder2-7/+7
2011-09-06docs: typos and minor edits in several modulesThomas Shinnick9-46/+83
Mostly quite minor edits. Those possibly of more interest are: emitter.setMaxListeners(n) That the limit is per event name for an emitter. fs.readlink() Not a path, but rather the symbolic link's string value, which would be at best a partial path, certainly not a 'resolvedPath' global.__filename This may be "well-known" but this is a full path to the module that referencing code is running in. It is not the main program's path, unless you are in the main program. Each module knows only its own path. server.listen(port,...) I actually needed this functionality... "gimme just _any_ next port" stream.end() stream.destroy() Yeah, everybody knows what happens to the queued data, but let's make it *really* explicit for the first readers.
2011-09-05docs: Fix merge error in tls docsLogan Smyth1-3/+1
Fixes #1648.
2011-09-03docs: explain how url.format works (`search` trumps `query`, etc)AJ ONeal1-0/+14
2011-09-02Fixes #1635. Fixed typoMichael Jackson1-1/+1
2011-09-03docs: console.log() refer to util.format().koichik1-24/+3
2011-08-30docs: document querystring behavior for arrays and unassigned parametersAJ ONeal1-6/+6
2011-08-26Bump version to v0.5.5v0.5.5-rc1v0.5.5Ben Noordhuis2-7/+7
2011-08-26Merge remote branch 'origin/v0.4'Ryan Dahl2-7/+28
Conflicts: AUTHORS ChangeLog doc/api/stdio.markdown doc/index.html doc/template.html lib/net.js src/node_version.h test/simple/test-child-process-customfd-bounded.js test/simple/test-console-not-call-toString.js
2011-08-24docs: remove unix dgram documentationBen Noordhuis1-73/+6
2011-08-24dgram: integrate libuv UDP supportBen Noordhuis1-2/+10
2011-08-25docs: Improved http2 agent docsMikeal Rogers1-4/+51
Fixes #1517.
2011-08-23Doc improvementskoichik1-2/+24
2011-08-23Doc improvementskoichik1-0/+1
2011-08-20docs: process.memoryUsage returns memory usage measured in bytesMaciej Małecki1-1/+2
2011-08-20docs: process.memoryUsage returns memory usage measured in bytesMaciej Małecki1-1/+2
2011-08-17Close #1544 Document slashesDenoteHost flag in url.parseisaacs1-2/+8
2011-08-17Bump version to v0.4.11v0.4.11Ryan Dahl2-12/+13
2011-08-17Close #1544 Document slashesDenoteHost flag in url.parseisaacs1-2/+8
2011-08-17Merge remote branch 'origin/v0.4'Ryan Dahl3-17/+100
Conflicts: doc/api/tls.markdown
2011-08-16vm: fix incorrect dispatch of vm.runInContext for argument "filename"Antranig Basman1-0/+39
Adds test case and documentation for vm.runInContext and vm.createContext. Fixes #1140.
2011-08-15Fix docs for fs.*chownMickaël Delahaye1-6/+6
Fix bad parameters of fs.chown[Sync], fs.fchown[Sync] and fs.lchown[Sync] in documentation. Fixes #1533.
2011-08-14Docs: Not memcpy, but memmovekoichik1-1/+1
Fixes #1520.
2011-08-14small NPN doc fixFedor Indutny1-1/+1
Fixes #1522.
2011-08-12crypto: PBKDF2 function from OpenSSLGlen Low1-0/+5
2011-08-12Incorporate endianness into buffer.read* function names instead of passing ↵Brian White1-109/+147
in a boolean flag
2011-08-12Small changes for fs.watchFile. Fixed broken markdown. Changed variable `f` ↵Arnout Kazemier1-1/+1
to a proper filename. Fixes #1507.
2011-08-12Bump version to v0.5.4v0.5.4Ryan Dahl2-7/+7
2011-08-12Doc improvementskoichik1-21/+78
related to #1472.
2011-08-11Correct code spanChristopher Wright1-1/+1
Fixes #1489.
2011-08-10Add NPN and SNI documentation.Fedor Indutny1-2/+35
Fixes #1420. Fixes #1426.
2011-08-08Make buffer.INSPECT_MAX_BYTES public for mscdexRyan Dahl1-0/+4
2011-08-08Endian argument should be a boolean. Signed integers shouldn't run through ↵Robert Mustacchi1-70/+84
checks for unsigned integers. Clean up jslint. Provide unchecked uint entry points.
2011-08-08Improve util.format() compatibility with browser.koichik1-2/+3
Fixes #1434.
2011-08-08docs: rename readline.md to readline.markdownBen Noordhuis2-133/+133
2011-08-08docs: rename readline.md to readline.markdownBen Noordhuis2-170/+109
2011-08-07docs: fix typo in tls API docsBen Noordhuis1-1/+1
2011-08-06Add documentation for SecurePair and its 'secure' event.Logan Smyth1-0/+22
Fixes #1443.
2011-08-06add the document of the new api routine: path.relativeTony Huang1-0/+19
2011-08-05Doc improvementskoichik1-0/+30
Documents util.format(). Thanks @bnoordhuis and @shigeki. Fixes #1424.
2011-08-05Revert commits 12c8b27 and 88f416a, fixed properly in 2fe4558.Ben Noordhuis1-19/+2