1343 Commits (a130132c8f281158ebe111f45369933ef48b1faf)

Author SHA1 Message Date
Roman Reiss 9f3a03f0d4 doc: add references to crypto.getCurves() 10 years ago
Brian White 38d1afc24d crypto: add getCurves() to get supported ECs 10 years ago
Rich Trott ff39ecb914 doc: remove comma splice 10 years ago
Ryan Petschek deb8b87dc9 doc: add note about available ECC curves 10 years ago
cjihrig 6e78e5feaa os: add homedir() 10 years ago
Yosuke Furukawa 353e26e3c7 fs: Add string encoding option for Stream method 10 years ago
Yosuke Furukawa 8357c5084b fs: set encoding on fs.createWriteStream 10 years ago
Сковорода Никита Андреевич 89a5b9040e doc: fix http.IncomingMessage.socket documentation 10 years ago
Tyler Anton a79dece8ad docs: add return value for sync fs functions 10 years ago
Rich Trott ff794498e7 doc: `fs.*File()` also accept encoding strings 10 years ago
Steve Sharp 98649fd31a doc: add documentation for AtExit hook 10 years ago
Rich Trott eb1856dfd1 doc: clarify stability of fs.watch and relatives 10 years ago
Josh Gummersall a74c2c9458 doc: state url decoding behavior 10 years ago
Roman Reiss cb381fe3e0 net: return this from setNoDelay and setKeepAlive 10 years ago
Roman Reiss 39dde3222e net,dgram: return this from ref and unref methods 10 years ago
Maurice Butler 515afc6367 doc: path is ignored in url.format 10 years ago
Shigeki Ohtsu 9b35be5810 tls: make server not use DHE in less than 1024bits 10 years ago
Rich Trott 86dd244d9b doc: add notes to child_process.fork() and .exec() 10 years ago
smikes 7d90c90aaf doc: recommend against use of NODE_PATH 10 years ago
Josh Gummersall fbaef40e63 doc: fix connectListener description in net docs 10 years ago
Yazhong Liu 6edc900b95 repl: support non-array `.scope`, document it 10 years ago
Evan Lucas d4726cde57 http,net,tls: return this from setTimeout methods 10 years ago
Mike MacCana 5755fc099f tls: update default ciphers to use gcm and aes128 10 years ago
Roman Klauke 931a0d4634 src: add type check to v8.setFlagsFromString() 10 years ago
Nick Raienko 2a3a1909ab doc: add require() lines to child.stdio example 10 years ago
Alexander Gromnitsky 02388dbf40 doc: fix some cross-references 10 years ago
Roman Reiss b4ad5d7050 doc: improve http.request and https.request opts 10 years ago
Chris Dickinson 0450ce7db2 repl: add mode detection, cli persistent history 10 years ago
Ben Noordhuis 7dc8eec0a6 doc: deprecate smalloc module 10 years ago
Evan Lucas 3c92ca2b5c src: add ability to get/set effective uid/gid 10 years ago
Nick Raienko e55fdc47a7 doc: fix util.deprecate example 10 years ago
Evan Lucas 4abe2fa1cf net: add lookup option to Socket.prototype.connect 10 years ago
Nick Raienko b16a328ede doc: add spaces to child.kill example 10 years ago
Trevor Norris 10e31ba56c node: allow multiple arguments passed to nextTick 10 years ago
Jeremiah Senkpiel 93a1a07ef4 doc: remove keepAlive options from http.request 10 years ago
Alex Yursha 3ad6ea7c38 doc: remove redundant parameter in `end` listener. 10 years ago
Jackson Tian 2bc3532461 doc: document Console class 10 years ago
Jeremiah Senkpiel 69bc1382b7 doc: properly indent http.Agent keepAlive options 10 years ago
Johan Bergström d726a177ed build: Remove building against a shared V8 10 years ago
Kohei TAKATA 87053e8aee doc: add back quote to boolean variable 'true' 10 years ago
Jeremiah Senkpiel 245ba1d658 doc: fix util.isObject documentation 10 years ago
Brendan Ashworth 45814216ee doc: fix format docs discrepancy 10 years ago
Roman Reiss e84dd5f651 doc: document repl on-demand module loading 10 years ago
Ben Noordhuis 99c79f8d41 doc: call js function in null context 10 years ago
Ben Noordhuis 55abf34be5 doc: don't use `using namespace v8` 10 years ago
Ben Noordhuis c4e1b82120 doc: replace v8::Handle<T> with v8::Local<T> 10 years ago
Ben Noordhuis 2f1b78347c doc: remove unnecessary v8::HandleScopes 10 years ago
Ben Noordhuis 409d413363 doc: remove uses of v8::Isolate::GetCurrent() 10 years ago
Alex Yursha 08ec897f82 doc: fix typo in buffer module documentation 10 years ago
Yosuke Furukawa b2e00e38dc http: add flushHeaders and deprecate flush 10 years ago