summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* dns: add resolveSoa and 'SOA' rrtypeTuğrul Topuz2013-12-311-0/+1
* cluster: do not synchronously emit 'setup' eventSam Roberts2013-12-311-1/+3
* cluster: only forcibly exit worker on unclean exitSam Roberts2013-12-311-3/+11
* cluster: disconnect callback should always occurSam Roberts2013-12-311-3/+8
* cluster: replace erroneous comma with semicolonSam Roberts2013-12-311-1/+1
* timers: setImmediate v8 optimization fixpflannery2013-12-301-2/+4
* querystring: remove `name` from `stringify()`Yorkie2013-12-301-5/+2
* Revert "util: more strict check for bool/number/string"Trevor Norris2013-12-202-4/+4
* tls: reintroduce socket.encryptedFedor Indutny2013-12-211-0/+4
* buffer: optimize writeInt* methodsPaul Loyd2013-12-211-43/+0
* events: move EE c'tor guts to EventEmitter.initBert Belder2013-12-201-10/+13
* http: parse the status message in a http response.Cam Swords2013-12-202-1/+2
* windows: fix dns lookup of localhost with ipv6Alexis Campailla2013-12-191-9/+0
* util: more strict check for bool/number/stringYorkie2013-12-182-4/+4
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-12-121-6/+6
|\
| * module: only cache package mainWyatt Preul2013-12-121-6/+6
* | Merge branch 'v0.10'Fedor Indutny2013-12-101-4/+9
|\ \ | |/
| * tls: emit 'end' on .receivedShutdownFedor Indutny2013-12-101-4/+9
* | crypto: support GCM authenticated encryption mode.Ingmar Runge2013-12-081-0/+11
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-12-062-9/+13
|\ \ | |/
| * crypto: Make Decipher._flush() emit errors.Kai Groner2013-12-041-1/+6
| * tls: fix pool usage raceFedor Indutny2013-12-021-8/+7
* | http: DELETE shouldn't default to chunked encodingLalit Kapoor2013-12-061-1/+4
* | child_process: don't crash process on internal opsAlexis Campailla2013-12-061-12/+47
* | tls: fix handling of asterisk in SNI contextFedor Indutny2013-12-051-1/+1
* | lib: child_process spawn handle ENOENT correctlyAlexis Campailla2013-12-051-4/+1
* | http: fix parser double-free in _http_client.jsFedor Indutny2013-11-271-2/+4
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-11-261-1/+1
|\ \ | |/
| * events: fix TypeError in removeAllListenersJeremy Martin2013-11-221-1/+1
* | util: Format negative zero as '-0'David Chan2013-11-251-1/+6
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-11-201-1/+1
|\ \ | |/
| * events: do not accept NaN in setMaxListenersFedor Indutny2013-11-191-1/+1
* | child_process: deliver ENOENT on nextTickTimothy J Fontaine2013-11-201-1/+8
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-11-183-2/+12
|\ \ | |/
| * tls: handle `ssl.start()` errorsFedor Indutny2013-11-131-0/+4
| * events: don't call once twiceTim Wood2013-11-131-1/+7
| * repl: do not insert duplicates into completionsMaciej Małecki2013-11-111-1/+1
| * tls: prevent stalls by using read(0)Fedor Indutny2013-11-091-4/+10
* | buffer: convert values to uint, not intTrevor Norris2013-11-151-44/+40
* | src: make buffer size errors more explicitTrevor Norris2013-11-152-4/+13
* | buffer: no warning when encoding isn't passedTrevor Norris2013-11-151-6/+15
* | smalloc: check if object has external memoryTrevor Norris2013-11-131-0/+1
* | http: force socket encoding to be nullisaacs2013-11-071-0/+1
* | http: cleanup freeSockets when socket destroyedfengmk22013-11-071-9/+16
* | tls: more accurate wrapping of connecting socketFedor Indutny2013-11-051-2/+17
* | http: make DELETE requests set `req.method`Nathan Rajlich2013-11-041-1/+2
* | tls: add ECDH ciphers supportErik Dubbelboer2013-10-303-0/+8
* | domain: use AsyncListener APITrevor Norris2013-10-315-211/+241
* | async-wrap: add methods to udp/tcp/pipe/timersTrevor Norris2013-10-311-1/+44
* | node: add AsyncListener supportTrevor Norris2013-10-311-15/+77