summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2014-11-20lib: add setFlagsFromString() to tracing moduleBen Noordhuis
2014-10-27net: add pauseOnConnect option to createServer()cjihrig
2014-10-27docs: fix smalloc.dispose() exampleVladimir Kurchatkin
2014-10-09doc: correct createSecureContextWang Xinyong
2014-10-08doc: fix wording and punctuation in modulesStiliyan Lazarov
2014-10-08buffer, doc: misc. fix and cleanupTrevor Norris
2014-10-07doc: add missing semicolonsSteve Mao
2014-10-07streams: set default encoding for writable streamsJohnny Ray
2014-10-06doc: improve readLine.pause()Victor Widell
2014-10-06doc: Update net.markdownSteve Sharp
2014-10-03buffer: add generic functions for (u)int opsYazhong Liu
2014-10-01readline: should not require an output stream.Julien Gilli
2014-10-01url: make query() consistentGabriel Wicke
2014-10-01doc: note stdout and stderr special behaviors.Julien Fontanet
2014-09-29doc: fix optional parameter parsingTrevor Norris
2014-09-25doc: fix brackets for optional parametersTrevor Norris
2014-09-19doc: corrected typo in vm docsAndrew Teich
2014-09-17doc: console example improvementGuilherme de Souza
2014-09-17doc: http.request() improved code exampleGuilherme de Souza
2014-09-16Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine
2014-09-16lib, src: add vm.runInDebugContext()Ben Noordhuis
2014-09-16doc: document `process.env` betterMaciej Małecki
2014-09-15doc: fix modules require.resolve documentationMathias Schreck
2014-09-09tls: `checkServerIdentity` optionTrevor Livingston
2014-09-03net,dgram: workers can listen on exclusive portscjihrig
2014-09-03tls: support multiple keys/certsFedor Indutny
2014-09-02cluster: centralize removal from workers list.Julien Gilli
2014-08-29tls: add DHE-RSA-AES128-SHA256 to the def ciphersShigeki Ohtsu
2014-08-29tls, crypto: add DHE supportShigeki Ohtsu
2014-08-29crypto: introduce ECDHFedor Indutny
2014-08-27crypto: allow padding in RSA methodsFedor Indutny
2014-08-20net,stream: add isPaused, don't read() when pausedChris Dickinson
2014-08-12doc: typo fixes on stream, tls and httpKyle Robinson Young
2014-08-11crypto: add RSA encryptionseishun
2014-08-07doc: document max `new Buffer(size)`Jackson Tian
2014-08-07Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine
2014-08-07doc: document arguments for 'error' event on a streamMaciej Małecki
2014-08-06doc: clarify factory methods for net.SocketKevin Simper
2014-08-04net: don't prefer IPv4 addresses during resolutioncjihrig
2014-07-31docs: fix non-string ignore note in path.resolveJakob Gillich
2014-07-29Merge remote-tracking branch 'origin/v0.10' into masterFedor Indutny
2014-07-23net: add remoteFamily for socketJackson Tian
2014-07-23doc: console.trace takes a message formatSam Roberts
2014-07-15cluster: include settings object in 'setup' eventRyan Graham
2014-07-15cluster: allow multiple calls to setupMaster()Ryan Graham
2014-07-10doc: re-org child_process into async/syncRyan Graham
2014-07-10doc: remove customFds mentionsRyan Graham
2014-07-07doc: added X.json to the LOAD_AS_FILE sudo codeMaurice Butler
2014-07-07doc: fix console.assert docs, message is a formatSam Roberts
2014-07-02doc: fix createCipher descriptionBrian White