summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-03-03src: replace usage of deprecated HasMichaël Zasso
2016-03-03src: replace usage of deprecated GetEndColumnMichaël Zasso
2016-03-03src: replace usage of deprecated DeleteMichaël Zasso
2016-03-03src: replace usage of deprecated CompileUnboundMichaël Zasso
2016-03-03src: replace usage of deprecated CompileMichaël Zasso
2016-03-03src: fix TryCatch deprecation warningsMichaël Zasso
2016-03-03src: replace deprecated String::NewFromOneByteMichaël Zasso
2016-03-02crypto, string_bytes: treat `buffer` str as `utf8`Fedor Indutny
2016-03-02tls: fix assert in context._external accessorBen Noordhuis
2016-03-01http_parser: use `MakeCallback`Trevor Norris
2016-03-01crypto: PBKDF2 works with `int` not `ssize_t`Fedor Indutny
2016-02-26constants: define ENGINE_METHOD_RSASam Roberts
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