summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-04-08util: use V8 C++ API for inspecting PromisesTimothy Gu
2017-04-05buffer: preallocate array with buffer lengthalejandro
2017-04-04url: avoid instanceof for WHATWG URLBrian White
2017-04-04test: add Unicode characters regression testAlexey Orlenko
2017-04-04linkedlist: remove unused methodsBrian White
2017-04-04events: do not keep arrays with a single listenerLuigi Pinca
2017-04-04linkedlist: remove public moduleBrian White
2017-04-04url: error when domainTo*() is called w/o argumentTimothy Gu
2017-04-04buffer,util: refactor for performanceRich Trott
2017-04-04child_process: improve killSignal validationsSakthipriyan Vairamani (thefourtheye)
2017-04-03lib: ensure --check flag works for piped-in codeTeddy Katz
2017-04-03buffer: zero fill Buffer(num) by defaultJames M Snell
2017-04-03errors: add space between error name and codeJames M Snell
2017-04-03v8: fix offsets for TypedArray deserializationAnna Henningsen
2017-04-03assert: add support for Map and Set in deepEqualJoseph Gentle
2017-04-03util: show External values explicitly in inspectAnna Henningsen
2017-04-03zlib: support Uint8Array in convenience methodsTimothy Gu
2017-04-02net: rename internal functions for readabilityJoyee Cheung
2017-04-01crypto: add sign/verify support for RSASSA-PSSTobias Nießen
2017-03-31tty: remove NODE_TTY_UNSAFE_ASYNCJeremiah Senkpiel
2017-03-30inspector: use inspector API for "break on start"Eugene Ostroukhov
2017-03-29url: add ToObject method to native URL classJames M Snell
2017-03-29util: add %i and %f formatting specifiersRoman Reiss
2017-03-29v8: expose new V8 serialization APIAnna Henningsen
2017-03-29buffer: expose FastBuffer on internal/bufferAnna Henningsen
2017-03-28util: use `[Array]` for deeply nested arraysAnna Henningsen
2017-03-28lib: add comment to script eval _tickCallbackGibson Fahnestock
2017-03-27Partial revert "tls: keep track of stream that is closed"Trevor Norris
2017-03-27crypto: support Uint8Array prime in createDHAnna Henningsen
2017-03-27tls: support Uint8Arrays for protocol list buffersAnna Henningsen
2017-03-27dgram: support Uint8Array input to send()Anna Henningsen
2017-03-26http: should support userland Agentfengmk2
2017-03-26url: name anonymous functions in urlPedro lima
2017-03-26lib: clarify the usage of 'else'Jackson Tian
2017-03-26net: refactor net module to module.exportsClaudio Rodriguez
2017-03-26lib: remove an unnecessary coverage checkJeremiah Senkpiel
2017-03-25process: maintain constructor descriptorBryan English
2017-03-24events: update and clarify error messageChris Burkhart
2017-03-24lib: use Object.create(null) directlyTimothy Gu
2017-03-24url: use a class for WHATWG url[context]Timothy Gu
2017-03-24lib: fix event race condition with -eBen Noordhuis
2017-03-23tls: make rejectUnauthorized default to trueghaiklor
2017-03-23url: show input in parse error messageJoyee Cheung
2017-03-22lib,src: make constants not inherit from ObjectSakthipriyan Vairamani (thefourtheye)
2017-03-22events, doc: check input in defaultMaxListenersDavidCai
2017-03-22timers: fix not to close reused timer handleShigeki Ohtsu
2017-03-22http: avoid retaining unneeded memoryLuigi Pinca
2017-03-22lib: Use regex to compare error messageKunal Pathak
2017-03-22readline: rename `deDupeHistory` optionDanny Nemer
2017-03-21errors: remove needless lazyAssertDavidCai