summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-12-31dns: add resolveSoa and 'SOA' rrtypeTuğrul Topuz1-0/+1
2013-12-31cluster: do not synchronously emit 'setup' eventSam Roberts1-1/+3
2013-12-31cluster: only forcibly exit worker on unclean exitSam Roberts1-3/+11
2013-12-31cluster: disconnect callback should always occurSam Roberts1-3/+8
2013-12-31cluster: replace erroneous comma with semicolonSam Roberts1-1/+1
2013-12-30timers: setImmediate v8 optimization fixpflannery1-2/+4
2013-12-30querystring: remove `name` from `stringify()`Yorkie1-5/+2
2013-12-20Revert "util: more strict check for bool/number/string"Trevor Norris2-4/+4
2013-12-21tls: reintroduce socket.encryptedFedor Indutny1-0/+4
2013-12-21buffer: optimize writeInt* methodsPaul Loyd1-43/+0
2013-12-20events: move EE c'tor guts to EventEmitter.initBert Belder1-10/+13
2013-12-20http: parse the status message in a http response.Cam Swords2-1/+2
2013-12-19windows: fix dns lookup of localhost with ipv6Alexis Campailla1-9/+0
2013-12-18util: more strict check for bool/number/stringYorkie2-4/+4
2013-12-12Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-6/+6
2013-12-12module: only cache package mainWyatt Preul1-6/+6
2013-12-10Merge branch 'v0.10'Fedor Indutny1-4/+9
2013-12-10tls: emit 'end' on .receivedShutdownFedor Indutny1-4/+9
2013-12-08crypto: support GCM authenticated encryption mode.Ingmar Runge1-0/+11
2013-12-06Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2-9/+13
2013-12-06http: DELETE shouldn't default to chunked encodingLalit Kapoor1-1/+4
2013-12-06child_process: don't crash process on internal opsAlexis Campailla1-12/+47
2013-12-05tls: fix handling of asterisk in SNI contextFedor Indutny1-1/+1
2013-12-05lib: child_process spawn handle ENOENT correctlyAlexis Campailla1-4/+1
2013-12-04crypto: Make Decipher._flush() emit errors.Kai Groner1-1/+6
2013-12-02tls: fix pool usage raceFedor Indutny1-8/+7
2013-11-27http: fix parser double-free in _http_client.jsFedor Indutny1-2/+4
2013-11-26Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-1/+1
2013-11-25util: Format negative zero as '-0'David Chan1-1/+6
2013-11-22events: fix TypeError in removeAllListenersJeremy Martin1-1/+1
2013-11-20Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-1/+1
2013-11-20child_process: deliver ENOENT on nextTickTimothy J Fontaine1-1/+8
2013-11-19events: do not accept NaN in setMaxListenersFedor Indutny1-1/+1
2013-11-18Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine3-2/+12
2013-11-15buffer: convert values to uint, not intTrevor Norris1-44/+40
2013-11-15src: make buffer size errors more explicitTrevor Norris2-4/+13
2013-11-15buffer: no warning when encoding isn't passedTrevor Norris1-6/+15
2013-11-13smalloc: check if object has external memoryTrevor Norris1-0/+1
2013-11-13tls: handle `ssl.start()` errorsFedor Indutny1-0/+4
2013-11-13events: don't call once twiceTim Wood1-1/+7
2013-11-11repl: do not insert duplicates into completionsMaciej Małecki1-1/+1
2013-11-09tls: prevent stalls by using read(0)Fedor Indutny1-4/+10
2013-11-07http: force socket encoding to be nullisaacs1-0/+1
2013-11-07http: cleanup freeSockets when socket destroyedfengmk21-9/+16
2013-11-05tls: more accurate wrapping of connecting socketFedor Indutny1-2/+17
2013-11-04http: make DELETE requests set `req.method`Nathan Rajlich1-1/+2
2013-10-30tls: add ECDH ciphers supportErik Dubbelboer3-0/+8
2013-10-31domain: use AsyncListener APITrevor Norris5-211/+241
2013-10-31async-wrap: add methods to udp/tcp/pipe/timersTrevor Norris1-1/+44
2013-10-31node: add AsyncListener supportTrevor Norris1-15/+77