392 Commits (1595a6e885eebd5a9d854bd462ab1b80521ff754)

Author SHA1 Message Date
Ben Noordhuis 279e7e7341 fs: add O_EXCL support, exclusive open file 13 years ago
Andreas Madsen 836344c90e Add disconnect method to forked child processes 13 years ago
Maciej Małecki e10ed097cb path fs: move `path.exists*` to `fs.exists*` 13 years ago
Andreas Madsen f9a47debfc Add cluster.setupMaster 13 years ago
Artur Adib e282c0a081 docs: document common add-on design patterns 13 years ago
Ingmar Runge 0ca30187cf Crypto: adding ability to turn off automatic PKCS padding 13 years ago
Dan Williams 091ab850aa docs: replace expresso with mocha in appendix 1 13 years ago
Dan Williams 29ce743385 docs: fix syntax error on cluster api docs 13 years ago
Andreas Madsen 70884875c9 Allow calling fork() without args or options 13 years ago
Fedor Indutny 8a98c2f1d8 http, querystring: added limits to prevent DoS 13 years ago
Ben Noordhuis 465e22e62f docs: clarify filename argument of vm.* functions 13 years ago
koichik 08a91acd76 http: better support for CONNECT method. 13 years ago
koichik c1a63a9e90 tls: Allow establishing secure connection on the existing socket 13 years ago
koichik 70033bd960 net: make connect() accept options 13 years ago
Maciej Małecki 0321adbcf4 tls doc: update docs to reflect API change 13 years ago
koichik 57653added docs: small changes. 13 years ago
koichik dd9593ccc4 http: fix ServerResponse does not emit 'close' 13 years ago
Emerson Macedo aa67b1f375 fs: add appendFile() and appendFileSync() functions 13 years ago
Andreas Madsen e2f1e50c60 typos 13 years ago
Andreas Madsen 5f08c3cfa1 cluster improvements: Worker class and isolate internal messages 13 years ago
Jeremy Martin 8c3a757ffc docs: tiny typo in http.markdown 13 years ago
koichik e1c043f43a docs: fix docs to not suggest variable leaks 13 years ago
Ben Noordhuis 70e6f3f115 docs: document http.Server.close() semantics 13 years ago
Ryan Dahl d85c85aac1 Change 'real example' in addon doc 13 years ago
Dave Irvine 045bfe0da5 docs: document 'encoding' arg of hash.update() 13 years ago
koichik 07c27e040e tls: Fix node swallows openssl error on request 13 years ago
Fedor Indutny 802c4c6a61 debugger: document pause and setBreakpoint(line) 13 years ago
Andreas Madsen 07b1997388 Add env argument to cluster.fork 13 years ago
Nathan Rajlich ec11525d33 docs: Add docs for MODULE_NOT_FOUND error. 13 years ago
Andreas Madsen b084322f52 Add silent option to child_process.fork 13 years ago
Igor Zinkovsky d6bae2cb95 document mode argument for fs.symlink 13 years ago
koichik c744e925df doc: correct http.Server.listen() 13 years ago
Robert Mustacchi 2240486d3d Add process.abort 13 years ago
Tim Oxley 871194d5fd docs: document util.inspect's colors param 13 years ago
koichik f8c335d0ca tls: enable rejectUnauthorized option to client 13 years ago
Fedor Indutny e609195202 [zlib] added dictionary support 13 years ago
Roman Shtylman 1c62e807e1 doc: add note about NODE_MODULE module_name requirement 13 years ago
kyle@dontkry.com 34f34e4411 docs: fix typo 13 years ago
Ben Noordhuis 16889e22cc docs: fix dgram markdown 13 years ago
Ryan Dahl 6035651fad Fixes #2160. Fix tty.getWindowSize docs 13 years ago
Ben Noordhuis 8bdf6bae30 docs: document dgram error event 13 years ago
Trevor Burnham 06d71ad457 docs: document the `persistent` option for `fs.watch` and `fs.watchFile` 13 years ago
Artur Adib 960ccdc72c docs: clarify addon docs 13 years ago
Trent Mick 2cd51ef5d4 "Trailer" header should mention "Content-MD5" trailer name in this example. 13 years ago
seebees 3222a04d5e test for REPL .save and .load and documentation updates 13 years ago
Yoji SHIDARA 426298c8c1 docs: dgram client should be closed in the callback 13 years ago
Scott Anderson 0d19d82498 Cluster documentation added. 13 years ago
Eric Lovett 69d3bf1068 docs: minor grammar fix in cluster page 13 years ago
Eric Lovett febe5c44c0 docs: use markdown for link, not html 13 years ago
Eric Lovett 8f2b03242d docs: minor typo fix in child process docs 13 years ago