aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-09-12http2: cleanup of h2 compat layer, add testsAnatoli Papirovski
2017-09-12errors: fix ERR_MODULE_RESOLUTION_LEGACY messageTobias Nießen
2017-09-12errors: eliminate circular dependency on assertJames M Snell
2017-09-11buffer: improve Buffer.from performanceAnatoli Papirovski
2017-09-10http2: fix refs to status 205, add testsAnatoli Papirovski
2017-09-10http2: correct behaviour for enablePush unpackAnatoli Papirovski
2017-09-10http2: store headersSent after stream destroyedAnatoli Papirovski
2017-09-10intl: unexpose Intl.v8BreakIteratorBen Noordhuis
2017-09-09timers: fix outdated commentTim Costa
2017-09-08src: add support to pass flags to dlopenEzequiel Garcia
2017-09-08promises: more robust stringificationTimothy Gu
2017-09-08fs: add fs.copyFile{Sync}cjihrig
2017-09-07tls: multiple PFX in createSecureContextYury Popov
2017-09-07http2: set decodeStrings to false, testAnatoli Papirovski
2017-09-07inspector: log exceptions in message handlersEugene Ostroukhov
2017-09-07module: Allow runMain to be ESMBradley Farias
2017-09-07http2: use session not socket timeout, testsAnatoli Papirovski
2017-09-07http2: add compat trailers, adjust multi-headersAnatoli Papirovski
2017-09-06http2: fix closedCode NaN, increase test coverageAnatoli Papirovski
2017-09-05tls: re-allow falsey option valuesAnna Henningsen
2017-09-05http2: guard against destroyed session, timeoutsJames M Snell
2017-09-05assert: use SameValueZero in deepStrictEqualRuben Bridgewater
2017-09-05vm: support parsing a script in a specific contextTimothy Gu
2017-09-04net: multiple listen() events fail silentlyEduard Bondarenko
2017-09-03http2: correct emit error in onConnect, full testsAnatoli Papirovski
2017-09-03http2: adjust error types, test coverageAnatoli Papirovski
2017-09-03url: remove unused code from autoEscapeStrCyril Lakech
2017-09-03net: check EADDRINUSE after binding localPortJoyee Cheung
2017-09-01buffer: increase coverage by removing dead codeMarcelo Gobelli
2017-09-01errors,tools: alphabetize-errors lint ruleJon Moss
2017-09-01errors: alphabetize error codesJon Moss
2017-09-01doc,lib,src,test: strip executable bits off filesAnna Henningsen
2017-09-01repl: force editorMode in .loadLance Ball
2017-09-01assert: handle errors properly with deep*EqualRuben Bridgewater
2017-08-31errors: convert 'fs'matzavinos
2017-08-31module: mark DEP0019 as EOL and remove compat codeRoman Reiss
2017-08-30util: remove duplicate code in formatAnatoli Papirovski
2017-08-30lib: simplify the readonly properties of icuJackson Tian
2017-08-30repl: remove REPLServer.createContext side effectsLance Ball
2017-08-30lib: remove the invalid command line optionsJackson Tian
2017-08-30http2: handle 100-continue flow & writeContinueAnatoli Papirovski
2017-08-30tls: fix object prototype type confusionBen Noordhuis
2017-08-30tls: replace forEach with forBrian White
2017-08-30lib: clean up usage of threwJackson Tian
2017-08-30path: fix normalize on directories with two dotsMichaël Zasso
2017-08-30async_hooks: emitAfter correctly on fatalExceptionTrevor Norris
2017-08-28assert: handle sparse arrays in deepStrictEqualRuben Bridgewater
2017-08-28http2: refactor error handlingMatteo Collina
2017-08-27timers: Migrate to use internal/errorsWeijia Wang
2017-08-27tls: type checking for `key`, `cert` and `ca` optionsJimmy Cann