summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* debug client: connect after child is readyAlexis Campailla2014-01-131-9/+11
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-01-131-1/+3
|\
| * stream: writes may return false but forget to emit drainayanamist2014-01-051-1/+3
| * cluster: report more errors to workersFedor Indutny2013-12-313-9/+24
* | http: concatenate duplicate headers by defaultAlex Kocharin2014-01-131-29/+21
* | util: handle escaped forward slashes correctlyTom Gallacher2014-01-101-1/+2
* | domain: fix off-by-one in Domain.exit()Ryan Graham2014-01-091-1/+1
* | http: use writev on chunked encodingTrevor Norris2014-01-091-3/+7
* | node: AsyncListener use separate storage mechanismTrevor Norris2014-01-091-9/+40
* | src: revert domain using AsyncListenersTrevor Norris2014-01-095-104/+98
* | child_process: better error reporting for execFedor Indutny2014-01-091-5/+14
* | crypto: introduce .setEngine(engine, [flags])Fedor Indutny2014-01-051-0/+16
* | node: change AsyncListener APITrevor Norris2014-01-031-4/+1
* | 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