summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | crypto: allow padding in RSA methodsFedor Indutny2014-08-271-2/+21
* | net,stream: add isPaused, don't read() when pausedChris Dickinson2014-08-201-0/+18
* | doc: typo fixes on stream, tls and httpKyle Robinson Young2014-08-123-5/+6
* | crypto: add RSA encryptionseishun2014-08-111-0/+16
* | doc: document max `new Buffer(size)`Jackson Tian2014-08-071-1/+3
* | Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine2014-08-073-2/+14
|\ \ | |/
| * doc: document arguments for 'error' event on a streamMaciej Małecki2014-08-071-0/+4
| * doc: clarify factory methods for net.SocketKevin Simper2014-08-061-1/+9
| * docs: fix non-string ignore note in path.resolveJakob Gillich2014-07-311-1/+1
* | net: don't prefer IPv4 addresses during resolutioncjihrig2014-08-041-5/+35
* | Merge remote-tracking branch 'origin/v0.10' into masterFedor Indutny2014-07-294-8/+26
|\ \ | |/
| * doc: console.trace takes a message formatSam Roberts2014-07-231-2/+3
| * doc: added X.json to the LOAD_AS_FILE sudo codeMaurice Butler2014-07-071-1/+2
| * doc: fix console.assert docs, message is a formatSam Roberts2014-07-071-3/+3
| * doc: fix createCipher descriptionBrian White2014-07-021-2/+2
| * doc: buffer: clarify typed array constructionBen Noordhuis2014-06-221-3/+8
* | net: add remoteFamily for socketJackson Tian2014-07-232-2/+10
* | cluster: include settings object in 'setup' eventRyan Graham2014-07-151-1/+9
* | cluster: allow multiple calls to setupMaster()Ryan Graham2014-07-151-13/+16
* | doc: re-org child_process into async/syncRyan Graham2014-07-101-16/+30
* | doc: remove customFds mentionsRyan Graham2014-07-101-9/+0
* | child_process: accept uid/gid everywhereFedor Indutny2014-07-022-0/+8
* | dns: introduce lookupService functionSaúl Ibarra Corretgé2014-06-271-0/+11