summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Expand)AuthorAgeFilesLines
* fs: add access() and accessSync()cjihrig2014-12-151-0/+33
* doc: change write() after end() streams exampleAlejandro Oviedo2014-12-141-5/+4
* lib: reintroduce v8 moduleBen Noordhuis2014-12-143-0/+45
* domain: add soft deprecation noticeChris Dickinson2014-12-121-0/+7
* domain: forward args to .run(fn)micnic2014-12-121-2/+3
* src: remove the tracing module entirelyBert Belder2014-12-092-67/+0
* doc: mention callback for http res/req write & endJackson Tian2014-12-091-8/+11
* src: remove Async ListenerTrevor Norris2014-12-091-223/+1
* doc: set logical umask in process.umask exampleCarlos Campderrós2014-12-091-1/+1
* doc: fixes grammar in timers/tlsBrendan Ashworth2014-12-072-4/+4
* events: implement EventEmitter#getMaxListeners()Christian Tellnes2014-12-051-0/+14
* url: support `path` for url.formatYazhong Liu2014-12-021-4/+5
* Merge remote-tracking branch 'joyent/v0.12' into v0.12Ben Noordhuis2014-11-225-8/+64
|\
| * path: added parse() and format() functionsRory Bradford2014-11-201-0/+42
| * path: allow calling platform specific methodsTimothy J Fontaine2014-11-201-0/+10
| * doc: correct broken link in net.markdownSteve Sharp2014-11-201-1/+1
| * doc: clarify return value of http.createServerMK Safi2014-11-191-1/+1
| * doc: fix typos in http.markdownArtur Cistov2014-11-171-4/+4
| * doc: note ability to require files within packagessudodoki2014-11-091-0/+6
| * doc: remove tls.createSecurePair deprecationChris Dickinson2014-11-071-2/+0
* | lib: add setFlagsFromString() to tracing moduleBen Noordhuis2014-11-201-0/+15
|/
* net: add pauseOnConnect option to createServer()cjihrig2014-10-271-1/+8
* docs: fix smalloc.dispose() exampleVladimir Kurchatkin2014-10-271-1/+7
* doc: correct createSecureContextWang Xinyong2014-10-092-3/+1
* doc: fix wording and punctuation in modulesStiliyan Lazarov2014-10-081-4/+4
* buffer, doc: misc. fix and cleanupTrevor Norris2014-10-081-0/+6
* doc: add missing semicolonsSteve Mao2014-10-071-9/+9
* streams: set default encoding for writable streamsJohnny Ray2014-10-071-0/+8
* doc: improve readLine.pause()Victor Widell2014-10-061-0/+2
* doc: Update net.markdownSteve Sharp2014-10-061-0/+1
* buffer: add generic functions for (u)int opsYazhong Liu2014-10-031-0/+42
* readline: should not require an output stream.Julien Gilli2014-10-011-3/+10
* url: make query() consistentGabriel Wicke2014-10-011-3/+4
* doc: note stdout and stderr special behaviors.Julien Fontanet2014-10-011-2/+4
* doc: fix optional parameter parsingTrevor Norris2014-09-2919-77/+93
* doc: fix brackets for optional parametersTrevor Norris2014-09-2524-183/+183
* doc: corrected typo in vm docsAndrew Teich2014-09-191-1/+1
* doc: console example improvementGuilherme de Souza2014-09-171-0/+3
* doc: http.request() improved code exampleGuilherme de Souza2014-09-171-3/+10
* Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine2014-09-162-7/+30
|\
| * doc: document `process.env` betterMaciej Małecki2014-09-161-0/+23
| * doc: fix modules require.resolve documentationMathias Schreck2014-09-151-7/+7
* | lib, src: add vm.runInDebugContext()Ben Noordhuis2014-09-161-0/+14
* | tls: `checkServerIdentity` optionTrevor Livingston2014-09-091-0/+4
* | net,dgram: workers can listen on exclusive portscjihrig2014-09-032-0/+54
* | tls: support multiple keys/certsFedor Indutny2014-09-031-4/+4
* | cluster: centralize removal from workers list.Julien Gilli2014-09-021-2/+15
* | tls: add DHE-RSA-AES128-SHA256 to the def ciphersShigeki Ohtsu2014-08-291-8/+10
* | tls, crypto: add DHE supportShigeki Ohtsu2014-08-291-0/+4
* | crypto: introduce ECDHFedor Indutny2014-08-291-0/+79