summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-08-20assert, util: *DeepEqual() handles ArrayBuffersCaleb Sander
2018-08-20util,assert: improve performanceRuben Bridgewater
2018-08-19src: move process.binding('signal_wrap') to internalBindingJames M Snell
2018-08-19stream: move process.binding('stream_wrap') to internalBindingJames M Snell
2018-08-19util: mark special entries as suchRuben Bridgewater
2018-08-19util: escape symbol and non-enumerable keysRuben Bridgewater
2018-08-18v8: move process.binding('v8') to internalBindingJames M Snell
2018-08-18http: move process.binding('http_parser') to internalBindingJames M Snell
2018-08-18http2: move process.binding('http2') to internalBindingJames M Snell
2018-08-18src: perform integrity checks on built-in code cacheJoyee Cheung
2018-08-17trace_events: add trace category enabled trackingJames M Snell
2018-08-16buffer: stop alloc() uninitialized memory returncjihrig
2018-08-15http2: emit timeout on compat request and responseJames M Snell
2018-08-15buffer: show hidden item countRuben Bridgewater
2018-08-15lib: remove unused exec paramMaleDong
2018-08-15util: improve empty typed array inspectionRuben Bridgewater
2018-08-15util,assert: improve comparison performanceRuben Bridgewater
2018-08-15util: fix sparse array inspectionRuben Bridgewater
2018-08-15util: properly indent special propertiesRuben Bridgewater
2018-08-14process: wrap process.binding for selective fallthroughJames M Snell
2018-08-14lib: remove unused filterInternalStackFrames paramMaleDong
2018-08-14lib: extract validateNumber validatorJon Moss
2018-08-13fs: readdir optionally returning type informationBryan English
2018-08-13http2: explicitly disallow nested push streamsJames M Snell
2018-08-12tls: change var to constEugen Cazacu
2018-08-12util,assert: fix boxed primitives bugRuben Bridgewater
2018-08-12tls: remove SLAB_BUFFER_SIZEAnatoli Papirovski
2018-08-11http2: remove `streamError` from docsJames M Snell
2018-08-11fs: implement mkdir recursive (mkdirp)Benjamin Coe
2018-08-10dgram: remove unnecessary fd property from SocketOuyang Yadong
2018-08-10stream: fix readable behavior for highWaterMark === 0Denys Otrishko
2018-08-10src: remove old process.binding('trace_events').emitJames M Snell
2018-08-10trace_events,async_hooks: use intrinsic traceJames M Snell
2018-08-10crypto: deprecate useless crypto APIsTobias Nießen
2018-08-09src: move process.binding('uv') to internalBindingJames M Snell
2018-08-09trace_events: move trace_events to internalBindingJames M Snell
2018-08-09src: move process.binding('performance') to internalBindingJames M Snell
2018-08-09fs: require callback in readRuben Bridgewater
2018-08-09assert: fix loose assert with map and setRuben Bridgewater
2018-08-09assert: improve loose assertion messageRuben Bridgewater
2018-08-08v8: move serdes to internalBindingGus Caplan
2018-08-08crypto: simplify state failure handlingTobias Nießen
2018-08-07dgram: fix linting issueJon Moss
2018-08-07zlib: remove unused parametersMaleDong
2018-08-07lib: extract validateString validatorJon Moss
2018-08-07dgram: deprecate all previous private APIscjihrig
2018-08-06dgram: implement socket.bind({ fd })Ouyang Yadong
2018-08-06util: adding warnings when NODE_DEBUG is set as http/http2Anto Aravinth
2018-08-05crypto: move createCipher to runtime deprecationTobias Nießen
2018-08-05buffer: use FastBuffer when fill is set to 0Сковорода Никита Андреевич