summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-01-10crypto: use check macros in CipherBase::SetAuthTagKirill Fomichev
2017-01-07src: fix TracingController cleanupJason Ginchereau
2017-01-06src: reduce test_inspector_socket_server outputDaniel Bevenius
2017-01-06src: fix space for module version mismatch errorYann Pringault
2017-01-05url: do not decode arbitrary %2e sequences in pathsJames M Snell
2017-01-03src, inspector: add --inspect-brk optionJosh Gavant
2017-01-01url: improve spec compliance of WHATWG URLMichaël Zasso
2016-12-29crypto: use CHECK_NE instead of ABORT or abortSam Roberts
2016-12-29src: always initialize tracing controller in agentMatt Loring
2016-12-28tracing: fix -Wunused-private-field warningSantiago Gimeno
2016-12-28tracing: fix -Wreorder warningSantiago Gimeno
2016-12-27url: mark ignored return value in node::url::Parse(...)Christopher J. Brody
2016-12-27dtrace: resolve conversion warnings from SLURP_INTChristopher J. Brody
2016-12-27os: fix os.release() for aix and add testjBarz
2016-12-27src: describe what NODE_MODULE_VERSION is forSam Roberts
2016-12-27inspector: remove unused uv_async_tEugene Ostroukhov
2016-12-25src: remove redundant spawn/spawnSync type checkscjihrig
2016-12-25src: add handle check to spawn_synccjihrig
2016-12-23async_wrap: close the destroy_ids_idle_handle_René Schünemann
2016-12-23watchdog: add flag to mark handler as disabledBartosz Sosnowski
2016-12-23src/doc: improve man page and --helpRoman Reiss
2016-12-22async_wrap: clear destroy_ids vectorTrevor Norris
2016-12-21src: return early if nextTickQueue is emptyTrevor Norris
2016-12-21buffer: allow Uint8Array input to methodsAnna Henningsen
2016-12-20src: Node Tracing Controllermisterpoe
2016-12-19stream_base: homogenize req_wrap_obj useFedor Indutny
2016-12-19tls: allow obvious key/passphrase combinationsSam Roberts
2016-12-16src: fix string format mistake for 32 bit nodeAlex Newman
2016-12-14inspector: fix Coverity defectsEugene Ostroukhov
2016-12-13src: don't overwrite non-writable vm globalsBen Noordhuis
2016-12-12buffer: handle UCS2 `.fill()` properly on BEAnna Henningsen
2016-12-11lib,src: support values > 4GB in heap statisticsBen Noordhuis
2016-12-09inspector: stop relying on magic stringsEugene Ostroukhov
2016-12-09inspector: move options parsingEugene Ostroukhov
2016-12-06inspector: split HTTP/WS server from the inspectorEugene Ostroukhov
2016-12-06inspector: check if connected before waitingEugene Ostroukhov
2016-12-06buffer: fix transcode for single-byte enc to ucs2Anna Henningsen
2016-12-01async_wrap: call destroy() callback in uv_idle_tTrevor Norris
2016-12-01async_wrap: make Initialize a static class memberTrevor Norris
2016-12-01async_wrap: mode constructor/destructor to .ccTrevor Norris
2016-11-29url: fix -Warray-bounds warningSantiago Gimeno
2016-11-25inspector: /json/version returns object, not arrayBen Noordhuis
2016-11-23crypto: allow adding extra certs to well-known CAsSam Roberts
2016-11-23src: add wrapper for process.emitWarning()Sam Roberts
2016-11-20src: extend `HeapStatistics` with new fieldsGareth Ellis
2016-11-20src: fix method name, output formatJosh Gavant
2016-11-20src: allow getting Symbols on process.envAnna Henningsen
2016-11-18dns: implement {ttl: true} for dns.resolve6()Ben Noordhuis
2016-11-18dns: implement {ttl: true} for dns.resolve4()Ben Noordhuis
2016-11-18src: fix memory leak introduced in 34febfbf4Ben Noordhuis