3046 Commits (8ba39b01899fd51554fbfb5c906e88adf5b0035c)

Author SHA1 Message Date
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
Trevor Norris c414ec1c2c smalloc: check if object has external memory 11 years ago
Fedor Indutny 65b127572f tls: handle `ssl.start()` errors 11 years ago
Tim Wood c9d93f3431 events: don't call once twice 11 years ago
Maciej Małecki 568072ceae repl: do not insert duplicates into completions 11 years ago
Fedor Indutny ac2263b77f tls: prevent stalls by using read(0) 11 years ago
isaacs ea8feced87 http: force socket encoding to be null 11 years ago
fengmk2 1ce5db4d95 http: cleanup freeSockets when socket destroyed 11 years ago
Fedor Indutny a6ddfe20d2 tls: more accurate wrapping of connecting socket 11 years ago
Nathan Rajlich 9bc53d887a http: make DELETE requests set `req.method` 11 years ago
Erik Dubbelboer bb909ad642 tls: add ECDH ciphers support 11 years ago
Trevor Norris bc39bdd995 domain: use AsyncListener API 11 years ago
Trevor Norris ccec14b568 async-wrap: add methods to udp/tcp/pipe/timers 11 years ago