summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-08-23repl: tab auto complete big arraysRuben Bridgewater
2018-08-22os: add os.{get,set}Priority()cjihrig
2018-08-22tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLEMatteo Collina
2018-08-22http: adding doc and debug for calling empty string on write functionAnto Aravinth
2018-08-21stream: restore flow if there are 'data' handlers after once('readable')Matteo Collina
2018-08-22lib: require a callback for end-of-streamRuben Bridgewater
2018-08-21util: Fix number format for `pad`MaleDong
2018-08-20os: destructure ERR_SYSTEM_ERROR properlycjihrig
2018-08-20os: improve networkInterfaces performanceRuben Bridgewater
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