summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-12-20http: parse the status message in a http response.Cam Swords
2013-12-19windows: fix dns lookup of localhost with ipv6Alexis Campailla
2013-12-18util: more strict check for bool/number/stringYorkie
2013-12-12Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-12-12module: only cache package mainWyatt Preul
2013-12-10Merge branch 'v0.10'Fedor Indutny
2013-12-10tls: emit 'end' on .receivedShutdownFedor Indutny
2013-12-08crypto: support GCM authenticated encryption mode.Ingmar Runge
2013-12-06Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-12-06http: DELETE shouldn't default to chunked encodingLalit Kapoor
2013-12-06child_process: don't crash process on internal opsAlexis Campailla
2013-12-05tls: fix handling of asterisk in SNI contextFedor Indutny
2013-12-05lib: child_process spawn handle ENOENT correctlyAlexis Campailla
2013-12-04crypto: Make Decipher._flush() emit errors.Kai Groner
2013-12-02tls: fix pool usage raceFedor Indutny
2013-11-27http: fix parser double-free in _http_client.jsFedor Indutny
2013-11-26Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-11-25util: Format negative zero as '-0'David Chan
2013-11-22events: fix TypeError in removeAllListenersJeremy Martin
2013-11-20Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-11-20child_process: deliver ENOENT on nextTickTimothy J Fontaine
2013-11-19events: do not accept NaN in setMaxListenersFedor Indutny
2013-11-18Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-11-15buffer: convert values to uint, not intTrevor Norris
2013-11-15src: make buffer size errors more explicitTrevor Norris
2013-11-15buffer: no warning when encoding isn't passedTrevor Norris
2013-11-13smalloc: check if object has external memoryTrevor Norris
2013-11-13tls: handle `ssl.start()` errorsFedor Indutny
2013-11-13events: don't call once twiceTim Wood
2013-11-11repl: do not insert duplicates into completionsMaciej MaƂecki
2013-11-09tls: prevent stalls by using read(0)Fedor Indutny
2013-11-07http: force socket encoding to be nullisaacs
2013-11-07http: cleanup freeSockets when socket destroyedfengmk2
2013-11-05tls: more accurate wrapping of connecting socketFedor Indutny
2013-11-04http: make DELETE requests set `req.method`Nathan Rajlich
2013-10-30tls: add ECDH ciphers supportErik Dubbelboer
2013-10-31domain: use AsyncListener APITrevor Norris
2013-10-31async-wrap: add methods to udp/tcp/pipe/timersTrevor Norris
2013-10-31node: add AsyncListener supportTrevor Norris
2013-10-31tls: do not default to 'localhost' servernameFedor Indutny
2013-10-31tls: reuse hostname from underlying net.SocketFedor Indutny
2013-10-31fs: add recursive subdirectory support to fs.watchNick Simmons
2013-10-29src: accept passphrase when crypto signing with private keyThom Seddon
2013-10-28dgram: send() can accept stringsTrevor Norris
2013-10-28http: remove MethodToString()Ben Noordhuis
2013-10-28http: expose supported methodsBen Noordhuis
2013-10-25Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-10-25debugger: Fix bug in sb() with unnamed scriptMaxim Bogushevich
2013-10-23http client: pull last chunk on socket closeisaacs
2013-10-16http: add statusMessagePatrik Stutz