aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-02-26http: remove the circular dependencyNathan Rajlich
2014-02-26http, https: don't depend on `globalAgent`Nathan Rajlich
2014-02-26src: make stdout/sterr pipes blockingAlexis Campailla
2014-02-26tls: stop NodeBIO::Gets from reading off end of bufferMaxwell Krohn
2014-02-25net: fix listening on FDs on WindowsAlexis Campailla
2014-02-21debugger: don't set the `repl.prompt` stringNathan Rajlich
2014-02-19http: avoid duplicate keys in writeHeadDavid Björklund
2014-02-18child_process: execFileSync stderr should inheritTimothy J Fontaine
2014-02-18net: add localPort to connect optionsTimothy J Fontaine
2014-02-18crypto: allow custom generator for DiffieHellmanBrian White
2014-02-17Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-02-17debugger: Fix breakpoint not showing after restartFarid Neshat
2014-02-17lint: fix missing semi colon in replTimothy J Fontaine
2014-02-17readline: fix `line` event, if input emit 'end'Yazhong Liu
2014-02-17repl: remove a unnecessary concatenationYazhong Liu
2014-02-17repl: REPLServer inherits from readline.InterfaceYazhong Liu
2014-02-18tls: introduce asynchronous `newSession`Fedor Indutny
2014-02-15dgram: pass the bytes sent to the send callbackTimothy J Fontaine
2014-02-13cluster: handle bind errors on WindowsAlexis Campailla
2014-02-10child_process: js bits for spawnSync/execSyncTimothy J Fontaine
2014-02-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-02-10stream: use `errorEmitted` from `_writableState`Fedor Indutny
2014-02-10net: do not re-emit stream errorsFedor Indutny
2014-02-09dns: validate arguments in resolverKenan Sulayman
2014-02-09dns: verify argument is valid function in resolveKenan Sulayman
2014-02-08Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-02-08Revert "dns: validate arguments in resolve"Fedor Indutny
2014-02-08Revert "dns: verify argument is valid function in resolve"Fedor Indutny
2014-02-08dns: verify argument is valid function in resolveKenan Sulayman
2014-02-08dns: validate arguments in resolveKenan Sulayman
2014-02-06util: show meaningful values for boxed primitivesNathan Rajlich
2014-02-06fs: make unwatchFile() insensitive to pathiamdoron
2014-02-05src: move AsyncListener from process to tracingTrevor Norris
2014-02-05src: add v8.getHeapStatistics() functionBen Noordhuis
2014-02-05src: add tracing.v8.on('gc') statistics hooksBen Noordhuis
2014-02-05tls: more session configuration options, methodsFedor Indutny
2014-02-04zlib: separate sync/async methodsFedor Indutny
2014-02-03debugger: remove unused definition `currentSource`Oguz Bastemur
2014-02-01zlib: add sync versions for convenience methodsNikolai Vavilov
2014-01-30node: do not ever close stdioFedor Indutny
2014-01-29node: do not ever close stdioFedor Indutny
2014-01-29lib: fix unnecessary coercion in lib/net.jsThom Seddon
2014-01-29lib: Remove unused var+operations in util.inspectThom Seddon
2014-01-29stream_wrap: use `uv_try_write` where possibleFedor Indutny
2014-01-28crypto: honor default ciphers in client modeJacob Hoffman-Andrews
2014-01-27Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-01-27net: make Socket destroy() re-entrance safeJun Ma
2014-01-25net: reset `endEmitted` on reconnectFedor Indutny
2014-01-25http: do not emit EOF non-readable socketFedor Indutny
2014-01-24Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine