summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-25src: add include guards to internal headersBen Noordhuis
2016-05-25doc: add firedfox to collaboratorsDaniel Wang
2016-05-25doc: add bmeck to collaboratorsBradley Meck
2016-05-24doc: remove "\" within backticksRod Machen
2016-05-24test: improve debug-break-on-uncaught reliabilityRich Trott
2016-05-24src: no abort from getter if object isn't wrappedTrevor Norris
2016-05-24stream_base: always use Base template classTrevor Norris
2016-05-24tls_wrap: do not abort on new TLSWrap()Trevor Norris
2016-05-24src: always clear wrap before persistent Reset()Trevor Norris
2016-05-24src: inherit first from AsyncWrapTrevor Norris
2016-05-242016-05-24, Version 4.4.5 'Argon' (LTS)Myles Borins
2016-05-24process: remove deprecated process.EventEmittercjihrig
2016-05-24test: test cluster worker disconnection on errorSantiago Gimeno
2016-05-24cluster: close ownerless handles on disconnect()cjihrig
2016-05-24test: verify IPC messages are emitted on next tickSantiago Gimeno
2016-05-24child_process: emit IPC messages on next tickcjihrig
2016-05-24module: don't cache uninitialized builtinsAnna Henningsen
2016-05-24vm: don't abort process when stack space runs outAnna Henningsen
2016-05-24doc: clarify buffer classSteve Mao
2016-05-24test: refactor spawnSync() cwd testcjihrig
2016-05-24child_process: allow buffer encoding in spawnSynccjihrig
2016-05-24doc: fix typos in timers topic to aid readabilityKevin Donahue
2016-05-24doc: add jhamhader to collaboratorsYuval Brik
2016-05-23doc: add @othiym23 to list of collaboratorsForrest L Norvell
2016-05-24doc: reference list of language-specific globalsAnna Henningsen
2016-05-23string_bytes: Make base64 encode/decode reusableEugene Ostroukhov
2016-05-23doc: make doc-only -> fallback to user binaryRobert Jefe Lindstaedt
2016-05-23udp: use libuv API to get file descriptorSaúl Ibarra Corretgé
2016-05-23doc: general improvements to util.mdJames M Snell
2016-05-23buffer: fix single digit hex string handlingJustin Sprigg
2016-05-23doc: add `added:` information for zlibAnna Henningsen
2016-05-23doc: make the api doc print-friendlyMarian
2016-05-23util: pretty-print SIMD typesBen Noordhuis
2016-05-22test: fix component printing on windowsBen Noordhuis
2016-05-22installer: don't install node_internals.hBen Noordhuis
2016-05-21doc: add bengl to collaboratorsBryan English
2016-05-20doc: Update DCO to v1.1William Kapke
2016-05-20doc: general improvements to v8.md copyJames M Snell
2016-05-20doc: fix typo in Error.captureStackTraceMohsen
2016-05-20fs: move mkdtemp* functions near static functionsSakthipriyan Vairamani
2016-05-20fs: mkdtemp shouldn't crash if no callback passedSakthipriyan Vairamani
2016-05-20doc: make param names consistent & fix doc linkSakthipriyan Vairamani
2016-05-20doc: add `added:` info for `process.cpuUsage`Anna Henningsen
2016-05-20doc: fix mkdtemp example by removing hyphenSakthipriyan Vairamani
2016-05-20build: update build-addons when node-gyp changesLance Ball
2016-05-19build: unbreak configure with python 2.6Ben Noordhuis
2016-05-19doc: reduce GitHub template verbosityRich Trott
2016-05-19tools: disallow deprecated define getter/setterRich Trott
2016-05-19test: refactor to eliminate __defineGetter__Rich Trott
2016-05-19doc: improve vm.md copyJames M Snell