3059 Commits (0fe7a0d024e6f25ba30bdd22d671976868525ce2)

Author SHA1 Message Date
Fedor Indutny cdde9a386a crypto: add newline to cert and key if not present 11 years ago
Trevor Norris 63ccfc3536 async_wrap/timers: remove Add/RemoveAsyncListener 11 years ago
Alexis Campailla e12e72eb58 debug client: connect after child is ready 11 years ago
Fedor Indutny 7f9b01509f lib: introduce `.setMaxSendFragment(size)` 11 years ago
Ben Noordhuis db5abd726f tls: make cert/pfx optional in tls.createServer() 11 years ago
Ben Noordhuis 262a752c29 tls: show human-readable error messages 11 years ago
Sam Roberts 67e9298fb6 child_process: fix spawn() optional arguments 11 years ago
Ryan Graham 7f81ca2c47 domains: exit() only affects active domains 11 years ago
Alex Kocharin ec57ecc982 http: concatenate duplicate headers by default 11 years ago
Tom Gallacher 38a07a929b util: handle escaped forward slashes correctly 11 years ago
Ryan Graham 5106cadffb domain: fix off-by-one in Domain.exit() 11 years ago
Trevor Norris 2eddd74112 http: use writev on chunked encoding 11 years ago
Trevor Norris 646ac18d79 node: AsyncListener use separate storage mechanism 11 years ago
Trevor Norris 828f14556e src: revert domain using AsyncListeners 11 years ago
Fedor Indutny 730e511b35 child_process: better error reporting for exec 11 years ago
ayanamist b922b5e90d stream: writes may return false but forget to emit drain 11 years ago
Fedor Indutny 92b6417098 crypto: introduce .setEngine(engine, [flags]) 11 years ago
Trevor Norris d9fc6af32a node: change AsyncListener API 11 years ago
Tuğrul Topuz bddea032b7 dns: add resolveSoa and 'SOA' rrtype 11 years ago
Sam Roberts 876d3bd85a cluster: do not synchronously emit 'setup' event 11 years ago
Sam Roberts dce35146e0 cluster: only forcibly exit worker on unclean exit 11 years ago
Sam Roberts 6f40abe2d4 cluster: disconnect callback should always occur 11 years ago
Sam Roberts 3c649703c7 cluster: replace erroneous comma with semicolon 11 years ago
Fedor Indutny 3e9f2e61db cluster: report more errors to workers 11 years ago
pflannery 7ced966a32 timers: setImmediate v8 optimization fix 11 years ago
Yorkie 8d3bc88bbe querystring: remove `name` from `stringify()` 11 years ago
Trevor Norris 87cde44280 Revert "util: more strict check for bool/number/string" 11 years ago
Fedor Indutny 7c3643b767 tls: reintroduce socket.encrypted 11 years ago
Paul Loyd 2ca6905160 buffer: optimize writeInt* methods 11 years ago
Bert Belder 54da818e4b events: move EE c'tor guts to EventEmitter.init 11 years ago
Cam Swords 7ffe2ad616 http: parse the status message in a http response. 11 years ago
Alexis Campailla 9be6470b53 windows: fix dns lookup of localhost with ipv6 11 years ago
Yorkie 95ee84fabe util: more strict check for bool/number/string 11 years ago
Wyatt Preul 1d5e797445 module: only cache package main 11 years ago
Fedor Indutny 4a2792cd2f tls: emit 'end' on .receivedShutdown 11 years ago
Ingmar Runge e0d31ea2db crypto: support GCM authenticated encryption mode. 11 years ago
Lalit Kapoor aef09601b4 http: DELETE shouldn't default to chunked encoding 11 years ago
Alexis Campailla 0da4e0e843 child_process: don't crash process on internal ops 11 years ago
Fedor Indutny f572b91c3e tls: fix handling of asterisk in SNI context 11 years ago
Alexis Campailla 9ba0d905b0 lib: child_process spawn handle ENOENT correctly 11 years ago
Kai Groner 98be8df571 crypto: Make Decipher._flush() emit errors. 12 years ago
Fedor Indutny 60f777d343 tls: fix pool usage race 11 years ago
Fedor Indutny 5ce4eed54d http: fix parser double-free in _http_client.js 11 years ago
David Chan b3e4fc6a48 util: Format negative zero as '-0' 11 years ago
Jeremy Martin 71aabedad4 events: fix TypeError in removeAllListeners 11 years ago
Timothy J Fontaine 40d5e9074a child_process: deliver ENOENT on nextTick 11 years ago
Fedor Indutny fce0eb416b events: do not accept NaN in setMaxListeners 11 years ago
Trevor Norris d6df1b9157 buffer: convert values to uint, not int 11 years ago
Trevor Norris e5346932bc src: make buffer size errors more explicit 11 years ago
Trevor Norris a263abaa81 buffer: no warning when encoding isn't passed 11 years ago