summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-08-07inspector: allow require in Runtime.evaluateJan Krems
2017-08-05inspector: fix console with inspector disabledTimothy Gu
2017-08-05encoding: rudimentary TextDecoder support w/o ICUTimothy Gu
2017-08-04http2: fix flakiness in timeoutJames M Snell
2017-08-04http2: fix linting after rebaseJames M Snell
2017-08-04http2: get trailers working with the compat apiJames M Snell
2017-08-04http2: refactor trailers APIJames M Snell
2017-08-04http2: address initial pr feedbackJames M Snell
2017-08-04http2: make writeHead behave like HTTP/1.Matteo Collina
2017-08-04http2: doc and fixes to the Compatibility APIMatteo Collina
2017-08-04http2: add range support for respondWith{File|FD}James M Snell
2017-08-04http2: fix socketOnTimeout and a segfaultJames M Snell
2017-08-04http2: refinement and test for socketErrorJames M Snell
2017-08-04http2: fix abort when client.destroy inside end eventJames M Snell
2017-08-04http2: introducing HTTP/2James M Snell
2017-08-04tls: add tlsSocket.disableRenegotiation()James M Snell
2017-08-04http: move utcDate to internal/http.jsJames M Snell
2017-08-04util: implement %o and %O as formatting specifiersGreg Alexander
2017-08-03console,test: make message test more accurateAnna Henningsen
2017-08-02dgram: add custom lookup function in socketscjihrig
2017-08-02repl: deprecate REPLServer.parseREPLKeywordLance Ball
2017-08-02console: add console.count() and console.clear()James M Snell
2017-08-02doc,net: assign deprecation codeAnna Henningsen
2017-08-01repl: make REPLServer.bufferedCommand privateLance Ball
2017-08-01dns: name generated functionsAnna Henningsen
2017-08-01dns: add channel.cancel()Anna Henningsen
2017-08-01dns: enable usage of independent cares resolversAnna Henningsen
2017-08-01src,dns: refactor cares_wrap to avoid global stateAnna Henningsen
2017-08-01http_client, errors: migrate to internal/errorsWeijia Wang
2017-08-01assert: fix deepEqual inconsistenciesRuben Bridgewater
2017-08-01url: update sort() behavior with no paramsTimothy Gu
2017-07-31readline: remove max limit of crlfDelayAzard
2017-07-31zlib: fix interaction of flushing and needDrainAnna Henningsen
2017-07-31linkedlist: correct grammar in commentsalexbostock
2017-07-30tools: remove legacy indentation lintingRich Trott
2017-07-30path: fix win32 volume-relative pathsTimothy Gu
2017-07-29net: fix bytesWritten during writevBrendan Ashworth
2017-07-29repl: do not consider `...` as a REPL commandShivanth MP
2017-07-27async_hooks: remove deprecated APIsAnna Henningsen
2017-07-27test: adjust indentation for stricter lintingRich Trott
2017-07-27tls: fix empty issuer/subject/infoAccess parsingBen Noordhuis
2017-07-26net,child_process: improve naming in internal codeAnna Henningsen
2017-07-26path: remove unnecessary string copiesTobias Nießen
2017-07-25http: disable OutgoingMessage pipe methodRoee Kasher
2017-07-25lib: modify destructuring for indentationRich Trott
2017-07-24http: check for handle before running asyncReset()Trevor Norris
2017-07-24util: implement WHATWG Encoding Standard APIJames M Snell
2017-07-24tools: enable stricter linting in lib directoryRich Trott
2017-07-24lib: adjust indentation for impending lint changeRich Trott
2017-07-24lib: include cached modules in module.childrenBen Noordhuis