Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-16src: allow combination of -i and -e cli flagsRich Trott
2016-03-15zlib: add support for concatenated membersKári Tristan Helgason
2016-03-15net: make `isIPv4` and `isIPv6` more efficientVladimir Kurchatkin
2016-03-08src,http: fix uncaughtException miss in httpTrevor Norris
2016-03-05crypto: simplify Certificate class bindingsAlexander Makarenko
2016-03-04src: fix NewInstance deprecation warningsMichaël Zasso
2016-03-04src: replace usage of deprecated ForceSetMichaël Zasso
2016-03-04buffer: avoid undefined behaviourAli Ijaz Sheikh
2016-03-04src: replace deprecated SetWeak in object_wrapAli Ijaz Sheikh
2016-03-04src: update uses of deprecated NewExternalAli Ijaz Sheikh
2016-03-04contextify: cache sandbox and context in localsAli Ijaz Sheikh
2016-03-04contextify: replace deprecated SetWeak usageAli Ijaz Sheikh
2016-03-04contextify: cleanup weak ref for sandboxAli Ijaz Sheikh
2016-03-04contextify: cleanup weak ref for global proxyAli Ijaz Sheikh
2016-03-04buffer: replace deprecated SetWeak usageAli Ijaz Sheikh
2016-03-04buffer: cleanup CallbackInfoAli Ijaz Sheikh
2016-03-04src: fix deprecated SetWeak usage in base-objectAli Ijaz Sheikh
2016-03-04src: replace usage of deprecated SetAccessorAli Ijaz Sheikh
2016-03-04src: replace deprecated ProcessDebugMessagesMichaël Zasso
2016-03-04src: replace usage of deprecated GetDebugContextMichaël Zasso
2016-03-04src: replace usage of deprecated SetMessageHandlerMichaël Zasso
2016-03-04src: replace deprecated CancelTerminateExecutionMichaël Zasso
2016-03-04src: replace deprecated TerminateExecutionMichaël Zasso
2016-03-04src: replace usage of deprecated HasOwnPropertyMichaël Zasso
2016-03-04src: replace usage of deprecated HasMichaël Zasso
2016-03-04src: replace usage of deprecated GetEndColumnMichaël Zasso
2016-03-04src: replace usage of deprecated DeleteMichaël Zasso
2016-03-04src: replace usage of deprecated CompileUnboundMichaël Zasso
2016-03-04src: replace usage of deprecated CompileMichaël Zasso
2016-03-04src: fix TryCatch deprecation warningsMichaël Zasso
2016-03-04src: 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-27constants: 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-13src: remove TryCatch in MakeCallbackTrevor Norris