1806 Commits (7fdffb66d7719d7626eee1817aefceedb4b58af5)

Author SHA1 Message Date
Brendon Pierson 1879e1ef17 doc: simple doc typo fix 9 years ago
cjihrig 3de9bc9429 readline: document emitKeypressEvents() 9 years ago
Rich Trott 539cede426 doc: note assert.throws() pitfall 9 years ago
James M Snell 64bf4b31c6 doc: document unspecified behavior for buf.write* methods 9 years ago
James M Snell 6fd26dcc20 doc: clarify stdout/stderr arguments to callback 9 years ago
firedfox ba0b769c7b doc: add 'Command Line Options' to 'View on single page' 9 years ago
James M Snell 63e743db38 doc: minor argument formatting in stream.markdown 9 years ago
James M Snell c06824b4b7 doc: clarify that __dirname is module local 9 years ago
Bryan English 33003a52d2 doc: consolidate timers docs in timers.markdown 9 years ago
Robert Jefe Lindstaedt 82c2996e2d doc: refine child_process detach behaviour 9 years ago
Colin Ihrig 39de601e1c net: support DNS hints in createConnection() 9 years ago
firedfox d939152230 doc: fix typo in fs writeSync param list 9 years ago
firedfox 4039ef1a58 doc: remove redundant parameter comments from fs 9 years ago
Jackson Tian 293fd04535 buffer: make byteLength work with ArrayBuffer & DataView 9 years ago
ghaiklor 1213535701 doc: fix doc for Buffer.readInt32LE() 9 years ago
James M Snell 060e5f0c00 fs: Buffer and encoding enhancements to fs API 9 years ago
James M Snell 4d4f3535a9 doc: general improvements to fs.markdown 9 years ago
James M Snell c6656db352 process: add 'warning' event and process.emitWarning() 9 years ago
Benjamin Gruenbaum ea52f47790 doc: use consistent event name parameter 9 years ago
James M Snell f429fe1b88 crypto: fail early when loading crypto without openssl 9 years ago
James M Snell 7d73e60f60 buffer: add swap16() and swap32() methods 9 years ago
John Eversole d16d9047ea doc: explain path.format expected properties 9 years ago
Corey Kosak e301f979de doc: typo: interal->internal. 9 years ago
Bill Automata e136c179c1 doc: update crypto docs to use good defaults 9 years ago
Jackson Tian d2b93e55cc lib: reduce usage of `self = this` 9 years ago
Wolfgang Steiner f70c71f168 doc: explain error message on missing main file 9 years ago
Jeremiah Senkpiel 91cf55ba8e doc: add a cli options doc page 9 years ago
Mithun Patel 54e6a8d6d7 doc: Add windows example for Path.format 9 years ago
Bryan English 0fd3327879 doc: grammar, clarity and links in timers doc 9 years ago
Florian MARGAINE e5f8a6a2fa fs: add the fs.mkdtemp() function. 9 years ago
Stefano Vozza 4f6ad5c1dd doc: align doc/api/tls.markdown with style guide 9 years ago
Lance Ball ad8257fa5b repl: Assignment of _ allowed with warning 9 years ago
Andrea Giammarchi ac6af73a6d doc: fix typo in synchronous randomBytes example 9 years ago
HUANG Wei 545b8fd8d8 net: emit host in lookup event 9 years ago
Brian White 08085c49b6 path: assert inputs are strings 9 years ago
Brian White af09a9cc1b doc: fix crypto update() signatures 9 years ago
Claudio Rodriguez 929b5b92a5 doc: fix multiline return comments in querystring 9 years ago
Rich Trott 9eb0ef4c2c doc: fix invalid path doc comments 9 years ago
Rich Trott a97dfa0027 doc: explain path.format() algorithm 9 years ago
Benjamin Gruenbaum d8290286b3 doc: document deprecation of util._extend 9 years ago
Felix Böhm 939d6efe0f doc: fix return value of write methods 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
Rich Trott 6ba5af2c2c console: check that stderr is writable 9 years ago
Mithun Patel 99a5d07935 doc: Add note about use of JSON.stringify() 9 years ago
James M Snell b6e3fa745b events: add eventNames() method 9 years ago
Kirill Fomichev 64044813ac doc: clarify type of first argument in zlib 9 years ago
Kevin Locke b801e39266 doc: clarify when writable.write callback is called 9 years ago
Daijiro Wachi 23df9d99ac doc: fix typo in api/addons 9 years ago
Daijiro Wachi b98d53b28b doc: fix typo in api/dgram 9 years ago
Daijiro Wachi 3cde96e02f doc: fix typo in api/fs 9 years ago