Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-17 | Initial pass at zlib bindings | isaacs | 1 | -0/+95 | |
2011-09-16 | Bump version to v0.5.7v0.5.7 | Ryan Dahl | 2 | -11/+11 | |
2011-09-14 | doc: HTTPS client's options | koichik | 1 | -0/+2 | |
2011-09-14 | doc: HTTPS client's options | koichik | 1 | -0/+37 | |
Fixes #1494. | |||||
2011-09-13 | Document child_process.execFile | Ryan Dahl | 1 | -2/+8 | |
Fixes #1700 | |||||
2011-09-13 | Doc fixes | Ryan Dahl | 1 | -0/+5 | |
Fixes #1701. Thanks baudehlo. | |||||
2011-09-13 | Fix #1694 Document require() cycles | isaacs | 1 | -0/+54 | |
2011-09-12 | fs: add positioned file writing feature to fs.WriteStream | Thomas Shinnick | 1 | -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-09 | Correct date | Ryan Dahl | 1 | -1/+1 | |
2011-09-10 | Bump version to 0.5.6v0.5.6 | Bert Belder | 2 | -7/+7 | |
2011-09-06 | docs: typos and minor edits in several modules | Thomas Shinnick | 9 | -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-05 | docs: Fix merge error in tls docs | Logan Smyth | 1 | -3/+1 | |
Fixes #1648. | |||||
2011-09-03 | docs: explain how url.format works (`search` trumps `query`, etc) | AJ ONeal | 1 | -0/+14 | |
2011-09-02 | Fixes #1635. Fixed typo | Michael Jackson | 1 | -1/+1 | |
2011-09-03 | docs: console.log() refer to util.format(). | koichik | 1 | -24/+3 | |
2011-08-30 | docs: document querystring behavior for arrays and unassigned parameters | AJ ONeal | 1 | -6/+6 | |
2011-08-26 | Bump version to v0.5.5v0.5.5-rc1v0.5.5 | Ben Noordhuis | 2 | -7/+7 | |
2011-08-26 | Merge remote branch 'origin/v0.4' | Ryan Dahl | 2 | -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-24 | docs: remove unix dgram documentation | Ben Noordhuis | 1 | -73/+6 | |
2011-08-24 | dgram: integrate libuv UDP support | Ben Noordhuis | 1 | -2/+10 | |
2011-08-25 | docs: Improved http2 agent docs | Mikeal Rogers | 1 | -4/+51 | |
Fixes #1517. | |||||
2011-08-23 | Doc improvements | koichik | 1 | -2/+24 | |
2011-08-23 | Doc improvements | koichik | 1 | -0/+1 | |
2011-08-20 | docs: process.memoryUsage returns memory usage measured in bytes | Maciej Małecki | 1 | -1/+2 | |
2011-08-20 | docs: process.memoryUsage returns memory usage measured in bytes | Maciej Małecki | 1 | -1/+2 | |
2011-08-17 | Close #1544 Document slashesDenoteHost flag in url.parse | isaacs | 1 | -2/+8 | |
2011-08-17 | Bump version to v0.4.11v0.4.11 | Ryan Dahl | 2 | -12/+13 | |
2011-08-17 | Close #1544 Document slashesDenoteHost flag in url.parse | isaacs | 1 | -2/+8 | |
2011-08-17 | Merge remote branch 'origin/v0.4' | Ryan Dahl | 3 | -17/+100 | |
Conflicts: doc/api/tls.markdown | |||||
2011-08-16 | vm: fix incorrect dispatch of vm.runInContext for argument "filename" | Antranig Basman | 1 | -0/+39 | |
Adds test case and documentation for vm.runInContext and vm.createContext. Fixes #1140. | |||||
2011-08-15 | Fix docs for fs.*chown | Mickaël Delahaye | 1 | -6/+6 | |
Fix bad parameters of fs.chown[Sync], fs.fchown[Sync] and fs.lchown[Sync] in documentation. Fixes #1533. | |||||
2011-08-14 | Docs: Not memcpy, but memmove | koichik | 1 | -1/+1 | |
Fixes #1520. | |||||
2011-08-14 | small NPN doc fix | Fedor Indutny | 1 | -1/+1 | |
Fixes #1522. | |||||
2011-08-12 | crypto: PBKDF2 function from OpenSSL | Glen Low | 1 | -0/+5 | |
2011-08-12 | Incorporate endianness into buffer.read* function names instead of passing ↵ | Brian White | 1 | -109/+147 | |
in a boolean flag | |||||
2011-08-12 | Small changes for fs.watchFile. Fixed broken markdown. Changed variable `f` ↵ | Arnout Kazemier | 1 | -1/+1 | |
to a proper filename. Fixes #1507. | |||||
2011-08-12 | Bump version to v0.5.4v0.5.4 | Ryan Dahl | 2 | -7/+7 | |
2011-08-12 | Doc improvements | koichik | 1 | -21/+78 | |
related to #1472. | |||||
2011-08-11 | Correct code span | Christopher Wright | 1 | -1/+1 | |
Fixes #1489. | |||||
2011-08-10 | Add NPN and SNI documentation. | Fedor Indutny | 1 | -2/+35 | |
Fixes #1420. Fixes #1426. | |||||
2011-08-08 | Make buffer.INSPECT_MAX_BYTES public for mscdex | Ryan Dahl | 1 | -0/+4 | |
2011-08-08 | Endian argument should be a boolean. Signed integers shouldn't run through ↵ | Robert Mustacchi | 1 | -70/+84 | |
checks for unsigned integers. Clean up jslint. Provide unchecked uint entry points. | |||||
2011-08-08 | Improve util.format() compatibility with browser. | koichik | 1 | -2/+3 | |
Fixes #1434. | |||||
2011-08-08 | docs: rename readline.md to readline.markdown | Ben Noordhuis | 2 | -133/+133 | |
2011-08-08 | docs: rename readline.md to readline.markdown | Ben Noordhuis | 2 | -170/+109 | |
2011-08-07 | docs: fix typo in tls API docs | Ben Noordhuis | 1 | -1/+1 | |
2011-08-06 | Add documentation for SecurePair and its 'secure' event. | Logan Smyth | 1 | -0/+22 | |
Fixes #1443. | |||||
2011-08-06 | add the document of the new api routine: path.relative | Tony Huang | 1 | -0/+19 | |
2011-08-05 | Doc improvements | koichik | 1 | -0/+30 | |
Documents util.format(). Thanks @bnoordhuis and @shigeki. Fixes #1424. | |||||
2011-08-05 | Revert commits 12c8b27 and 88f416a, fixed properly in 2fe4558. | Ben Noordhuis | 1 | -19/+2 | |