2864 Commits (9bd934cb961655cbedcdc26f2aa2b0c764227320)

Author SHA1 Message Date
Fedor Indutny f0d870501e crypto: do not lowercase cipher/hash names 11 years ago
Vladimir Kurchatkin e108ff4da7 buffer: fix typo in `SlowBuffer` 11 years ago
Brian White 68bfa91af7 buffer: allow toString to accept Infinity for end 11 years ago
Fedor Indutny 5e06ce4fb9 child_process: fix sending handle twice 11 years ago
Brian White 31ce34887f crypto: allow setting add'l authenticated data 11 years ago
Greg Brail 6eb4d1d15c timer: don't reschedule timer bucket in a domain 11 years ago
Nathan Rajlich f3189ace6b http: remove the circular dependency 11 years ago
Nathan Rajlich d6bbb19f1d http, https: don't depend on `globalAgent` 11 years ago
Nathan Rajlich 0a01a42e87 http: invoke createConnection when no agent 11 years ago
Alexis Campailla 20176a9841 src: make stdout/sterr pipes blocking 11 years ago
Maxwell Krohn a22a2d8656 tls: stop NodeBIO::Gets from reading off end of buffer 11 years ago
Alexis Campailla 2ca4d9d662 net: fix listening on FDs on Windows 11 years ago
Mike Pennisi aae51ecf7d assert: Ensure reflexivity of deepEqual 11 years ago
Brian White 70ea5bac43 stream: remove useless check 11 years ago
Nathan Rajlich e746bbdc2b debugger: don't set the `repl.prompt` string 11 years ago
David Björklund b105997193 http: avoid duplicate keys in writeHead 11 years ago
Timothy J Fontaine 937e2e351b child_process: execFileSync stderr should inherit 11 years ago
Timothy J Fontaine 59baab2776 net: add localPort to connect options 11 years ago
Brian White a226be4f76 crypto: allow custom generator for DiffieHellman 11 years ago
Farid Neshat 562b015170 debugger: Fix breakpoint not showing after restart 11 years ago
Timothy J Fontaine c0d73e6de1 lint: fix missing semi colon in repl 11 years ago
Yazhong Liu cfe0bab85b readline: fix `line` event, if input emit 'end' 11 years ago
Yazhong Liu c980280159 repl: remove a unnecessary concatenation 11 years ago
Yazhong Liu 3ae0b17c76 repl: REPLServer inherits from readline.Interface 11 years ago
Fedor Indutny 75ea11fc08 tls: introduce asynchronous `newSession` 11 years ago
Timothy J Fontaine a4436bab7b dgram: pass the bytes sent to the send callback 11 years ago
Alexis Campailla 3da36fe00e cluster: handle bind errors on Windows 11 years ago
Timothy J Fontaine e8df267674 child_process: js bits for spawnSync/execSync 11 years ago
Fedor Indutny e2a1d9a9ac stream: use `errorEmitted` from `_writableState` 11 years ago
Fedor Indutny dee5270a6c net: do not re-emit stream errors 11 years ago
Kenan Sulayman 28dbc96a6c dns: validate arguments in resolver 11 years ago
Kenan Sulayman abe4c34c86 dns: verify argument is valid function in resolve 11 years ago
Fedor Indutny d10a68736d Revert "dns: validate arguments in resolve" 11 years ago
Fedor Indutny 96379f83e0 Revert "dns: verify argument is valid function in resolve" 11 years ago
Kenan Sulayman 2ee86c624e dns: verify argument is valid function in resolve 11 years ago
Kenan Sulayman 56e80a37e0 dns: validate arguments in resolve 11 years ago
Nathan Rajlich 8874a31748 util: show meaningful values for boxed primitives 11 years ago
iamdoron 1317032c97 fs: make unwatchFile() insensitive to path 11 years ago
Trevor Norris 6cbfcdad46 src: move AsyncListener from process to tracing 11 years ago
Ben Noordhuis d23ac0ea9c src: add v8.getHeapStatistics() function 11 years ago
Ben Noordhuis 010222d39f src: add tracing.v8.on('gc') statistics hooks 11 years ago
Fedor Indutny 528a3ce3ed tls: more session configuration options, methods 11 years ago
Fedor Indutny 2315703035 zlib: separate sync/async methods 11 years ago
Oguz Bastemur 3dcf7253a8 debugger: remove unused definition `currentSource` 11 years ago
Nikolai Vavilov 9b37b83a20 zlib: add sync versions for convenience methods 11 years ago
Fedor Indutny e796e11087 node: do not ever close stdio 11 years ago
Fedor Indutny fc26fd6b38 node: do not ever close stdio 11 years ago
Thom Seddon 657cd2c4e5 lib: fix unnecessary coercion in lib/net.js 11 years ago
Thom Seddon 8eaa1ac463 lib: Remove unused var+operations in util.inspect 11 years ago
Fedor Indutny 9836a4eeda stream_wrap: use `uv_try_write` where possible 11 years ago