doc: improve http.request and https.request opts
[platform/upstream/nodejs.git] / doc / api /
2015-05-01 Roman Reissdoc: improve http.request and https.request opts
2015-05-01 Chris Dickinsonrepl: add mode detection, cli persistent history
2015-04-30 Ben Noordhuisdoc: deprecate smalloc module
2015-04-29 Evan Lucassrc: add ability to get/set effective uid/gid
2015-04-28 Nick Raienkodoc: fix util.deprecate example
2015-04-24 Evan Lucasnet: add lookup option to Socket.prototype.connect
2015-04-23 Nick Raienkodoc: add spaces to child.kill example
2015-04-15 Trevor Norrisnode: allow multiple arguments passed to nextTick
2015-04-11 Jeremiah Senkpieldoc: remove keepAlive options from http.request
2015-04-11 Alex Yurshadoc: remove redundant parameter in `end` listener.
2015-04-11 Jackson Tiandoc: document Console class
2015-04-09 Jeremiah Senkpieldoc: properly indent http.Agent keepAlive options
2015-04-07 Johan Bergströmbuild: Remove building against a shared V8
2015-04-03 Kohei TAKATAdoc: add back quote to boolean variable 'true'
2015-03-31 Jeremiah Senkpieldoc: fix util.isObject documentation
2015-03-25 Brendan Ashworthdoc: fix format docs discrepancy
2015-03-24 Roman Reissdoc: document repl on-demand module loading
2015-03-21 Ben Noordhuisdoc: call js function in null context
2015-03-21 Ben Noordhuisdoc: don't use `using namespace v8`
2015-03-21 Ben Noordhuisdoc: replace v8::Handle<T> with v8::Local<T>
2015-03-21 Ben Noordhuisdoc: remove unnecessary v8::HandleScopes
2015-03-21 Ben Noordhuisdoc: remove uses of v8::Isolate::GetCurrent()
2015-03-17 Alex Yurshadoc: fix typo in buffer module documentation
2015-03-16 Yosuke Furukawahttp: add flushHeaders and deprecate flush
2015-03-16 Steven Vercruyssedoc: fix '\\' typos on Windows
2015-03-16 Alex Yurshadoc: reflect new require('events') behaviour
2015-03-13 FangDun Caidoc: fix vm module examples
2015-03-10 skenqbxdoc: move checkServerIdentity option to tls.connect()
2015-03-10 Ryuichi Okumuradoc: fix missing periods in url.markdown
2015-03-08 Yazhong Liudoc: fix confusion markdown in util.markdown
2015-03-07 Evan Lucasdoc: replace article "an" with "a" in net docs
2015-03-04 Trevor Norrisbuffer: add indexOf() method
2015-03-03 Sam Robertsdoc: fix child_process heading depth
2015-03-03 Robert Kowalskidoc: add explanations for querystring
2015-03-03 h7lindoc: fix default value of opts.decodeURIComponent
2015-03-01 Ryan Scheeldoc: Clean up net.Socket
2015-03-01 Benjamin Gruenbaumdoc: suggest alternatives to deprecated APs
2015-02-27 Chris Dickinsondoc: update stability index
2015-02-27 Benjamin Gruenbaumdoc: update os.markdown
2015-02-26 Brendan Ashworthdoc: fix process.stdout reference to console.log
2015-02-26 silverwinddoc: fix 'dhparam' description of tls.createServer
2015-02-25 Evan Lucashttp: emit abort event from ClientRequest
2015-02-25 Benjamin Gruenbaumdoc: document 'unhandledRejection' and 'rejectionHandled'
2015-02-25 Ryan Scheeldoc: update documentation.markdown for io.js.
2015-02-25 Sam Robertsdoc: link cluster worker.send() to child.send()
2015-02-21 René Kooidoc: fix stream `_writev` header size
2015-02-21 Bruno Jouhierfs: properly handle fd passed to truncate()
2015-02-18 Roman Reissdoc: document 'ciphers' option of tls.connect
2015-02-17 jigsawdoc: fix typo miliseconds -> milliseconds
2015-02-16 Roman Reisstls: more secure defaults
2015-02-13 Charmanderdoc: correct `it's` to `its` in process
2015-02-13 Debjeet Biswasdoc: grammar fix in smalloc
2015-02-13 Dan Dascalescudoc: fix code syntax
2015-02-13 Andrei Sedoidoc: use correct signature for assert()
2015-02-13 Omer Wazirdoc: fix sentence grammar timers.markdown
2015-02-12 Omer Wazirdoc: Close code span correctly
2015-02-11 Ryan Seysdoc: change effect to affect in errors.md
2015-02-11 Yosuke Furukawadoc: fix libuv link
2015-02-11 Rudolf Meijeringdoc: fix wording in fs.appendFile
2015-02-11 Chris Dickinsondoc: update error links
2015-02-11 Chris Dickinsondoc: add error documentation
2015-02-09 Haoliang Gaodoc: fix typo in crypto
2015-02-09 Haoliang Gaodoc: change the order of crypto.publicDecrypt
2015-02-09 Vladimir Kurchatkinassert: introduce `deepStrictEqual`
2015-02-08 Roman Reissdoc: fix dns.lookup options example
2015-02-07 Ben Noordhuisdoc: update antiquated process.versions output
2015-02-07 Ben Noordhuisdoc: update node.js references in api docs
2015-02-06 Roman Reissdns: allow dns.lookup() to return all addresses
2015-02-05 Sam Newmanstream: simpler stream constructon
2015-02-02 Calvin Metcalfcrypto: support passwords in publicEncrypt
2015-02-02 Sam Robertsevents: remove indeterminancy from event ordering
2015-01-30 Calvin Metcalfdocs: add note about default padding in crypto
2015-01-28 Vladimir Kurchatkinbuffer: implement `iterable` interface
2015-01-27 Fedor Indutnycrypto: implement privateEncrypt/publicDecrypt
2015-01-27 Bert BelderRevert "doc: clarify fs.symlink and fs.symlinkSync...
2015-01-27 Andres Suarezdoc: fix net.Server.listen bind behavior
2015-01-27 Johnny Ray Austindoc: update writable streams default encoding
2015-01-27 ttrfworkdoc: fix minor grammar mistake in streams docs
2015-01-24 Brendan Ashworthdoc: alphabetize all.markdown
2015-01-23 Icer Liangdoc: dns.lookupService has wrong header level
2015-01-23 Todd Kennedydoc: note in docs about missing interfaces
2015-01-23 Ben Noordhuisdoc: bump punycode api stability to 'stable'
2015-01-22 Calvin Metcalflib,src: make pseudoRandomBytes alias randomBytes
2015-01-22 Calvin Metcalfdoc: more explicit crypto.pseudoRandomBytes docs
2015-01-18 Thomas Jensendoc: fix util.isBuffer examples
2015-01-15 Michal Tehnikdoc: extend example of http.request by end event
2015-01-14 Mathias Bynensdoc: mention io.js alongside Node in Punycode docs
2015-01-14 Mathias Buusdoc: fix double smalloc example
2015-01-14 Brian Whitedoc: update util methods
2015-01-13 Yosuke Furukawadoc: remove tracing link in toc
2015-01-12 Vladimir Guguievdocs: improve Writable/Transform stream docs
2015-01-12 Chris Dickinsondoc: update style for iojs
2015-01-12 Ben NoordhuisRevert "url: support `path` for url.format"
2015-01-11 Ben Noordhuisbuild,src: remove sslv2 support
2015-01-10 Vladimir Kurchatkinfs: use ES6 octal literals for mode
2015-01-10 Julien Gillidoc: improve dns module's documentation
2015-01-10 Julien Gillidoc: clarify dns.lookup vs dns.resolve
2015-01-10 Julien Gillidoc: clarify url.format documentation
2015-01-10 James M Snelldoc: clarify buffer api documentation
2015-01-10 James M Snelldoc: clarify add/removeListener semantics
next