summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-02-25crypto: Improve control of FIPS modeStefan Budeanu
2016-02-25src,tools: remove null sentinel from source arrayBen Noordhuis
2016-02-25src,tools: drop nul byte from built-in source codeBen Noordhuis
2016-02-25src,tools: allow utf-8 in built-in js source codeBen Noordhuis
2016-02-21vm: fix `produceCachedData`Jiho Choi
2016-02-20module: return correct exports from linked bindingPhillip Kovalev
2016-02-18async_wrap: add parent uid to init hookAndreas Madsen
2016-02-18async_wrap: make uid the first argument in initAndreas Madsen
2016-02-18async_wrap: add uid to all asyncWrap hooksAndreas Madsen
2016-02-18src,test,tools: modify for more stringent lintingRich Trott
2016-02-15src: remove unnecessary checkBrian White
2016-02-15node: set process._eventsCount to 0 on startupEvan Lucas
2016-02-12src: remove TryCatch in MakeCallbackTrevor Norris
2016-02-12src: remove unused TickInfo::in_tick()Trevor Norris
2016-02-12src: remove unused of TickInfo::last_threw()Trevor Norris
2016-02-12src: add AsyncCallbackScopeTrevor Norris
2016-02-12src: fix MakeCallback error handlingTrevor Norris
2016-02-11crypto: have fixed NodeBIOs return EOFAdam Langley
2016-02-10buffer: add encoding parameter to fill()Trevor Norris
2016-02-10src: deprecate undocumented variablesJackson Tian
2016-02-09src: avoid compiler warning in node_revert.ccJames M Snell
2016-02-09src: add --security-revert command line flagJames M Snell
2016-02-09node: improve process.nextTick performanceRuben Bridgewater
2016-02-08deps: sync with upstream bagder/c-ares@2bae2d5Fedor Indutny
2016-02-08crypto: fix memory leak in LoadPKCS12Fedor Indutny
2016-02-08crypto: add `pfx` certs as CA certs tooFedor Indutny
2016-02-08dns: add resolvePtr to query plain DNS PTR recordsDaniel Turing
2016-02-07src: clean up usage of __proto__Jackson Tian
2016-02-05node_contextify: do not incept debug contextMyles Borins
2016-02-04node: deprecate process.EventEmitterEvan Lucas
2016-02-03tls: add getProtocol() to TLS socketsBrian White
2016-02-03src: upgrade to new v8::Private apiBen Noordhuis
2016-02-02module: pass v8::Object to linked module initialization functionPhillip Kovalev
2016-02-02crypto: use SSL_CTX_clear_extra_chain_certs.Adam Langley
2016-02-01src: remove no longer relevant commentsChris911
2016-01-29contextify: use offset/length from Uint8ArrayFedor Indutny
2016-01-29dgram: support dgram.send with multiple buffersMatteo Collina
2016-01-28crypto: fix build when OCSP-stapling not providedAdam Langley
2016-01-27crypto: use a const SSL_CIPHERAdam Langley
2016-01-27tls_wrap: reach error reporting for UV_EPROTOFedor Indutny
2016-01-26src: attach error to stack on displayErrorscjihrig
2016-01-24vm: introduce `cachedData`/`produceCachedData`Fedor Indutny
2016-01-22buffer: properly retrieve binary length of needleTrevor Norris
2016-01-21process: support symbol eventscjihrig
2016-01-20src: fix negative values in process.hrtime()Ben Noordhuis
2016-01-18node: allow preload modules with -iEvan Lucas
2016-01-18v8,src: expose statistics about heap spacesBen Ripkens
2016-01-18src: return UV_EAI_NODATA on empty lookupcjihrig
2016-01-18src: don't check failure with ERR_peek_error()Ben Noordhuis
2016-01-15crypto: clear error stack in ECDH::InitializeFedor Indutny