summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-11-10src: add openssl-system-ca-path configure optionDaniel Bevenius
2017-11-09src: fix UB in InternalModuleReadFile()Ben Noordhuis
2017-11-09fs: expose realpath(3) bindingsBen Noordhuis
2017-11-07src: CHECK() for argument overflow in Spawn()cjihrig
2017-11-07src: fix -Wunused-result warningBen Noordhuis
2017-11-07src: fix -Winconsistent-missing-override warningBen Noordhuis
2017-11-06zlib: warn before crash on invalid internals usageAnna Henningsen
2017-11-06src: clean up uv_fs_t's in module_wrap.cccjihrig
2017-11-06src: remove unnecessary call to SetHiddenPrototypeToon Verwaest
2017-11-06inspector: include node_platform.h headerAlexey Kuzmin
2017-11-04http2: refactor multiple internalsJames M Snell
2017-11-04http, http2: add 103 Early Hints status codeYosuke Furukawa
2017-11-03src: add method to compute storage in WriteWrapAnna Henningsen
2017-11-03http2: allocate on every chunk sendJames M Snell
2017-11-03http2: refactor settings handlingJames M Snell
2017-11-02http, tls: better support for IPv6 addressesMattias Holmlund
2017-11-03src: improve module loader readabilityAnna Henningsen
2017-11-03cli: add --stack-trace-limit to NODE_OPTIONSAnna Henningsen
2017-11-02dgram: migrate bufferSize to use internal/errorsJames M Snell
2017-11-02tty: convert to internal/errors using SystemErrorJames M Snell
2017-11-02os: migrate node_os.cc to internal/errorsJames M Snell
2017-11-02src: add CollectExceptionInfo & errors.SystemErrorJames M Snell
2017-11-02src: add 'dynamic' process.release.lts propertyRod Vagg
2017-11-02src: remove throws in set/getHiddenValueJames M Snell
2017-11-01src: pass context to Get() operations for cares_wrapEvan Lucas
2017-11-01src: use internal/errors for startSigintWatchdogJames M Snell
2017-11-01build,src: Add CloudABI as a POSIX-like runtime environment.Ed Schouten
2017-11-01src: remove unused includes in string_bytes.hDaniel Bevenius
2017-10-312017-10-31, Version 9.0.0 (Current)James M Snell
2017-10-31src: fix etw provider include on WindowsJoyee Cheung
2017-10-30http2: make sessions garbage-collectibleAnna Henningsen
2017-10-30http2: remove unused assignmentAnna Henningsen
2017-10-30http2: track async state for sendingAnna Henningsen
2017-10-30src: add `InternalCallbackScope` util constructorAnna Henningsen
2017-10-30http2: move uv_prepare handle to `Http2Session`Anna Henningsen
2017-10-30crypto: migrate CipherBase to internal/errorsJames M Snell
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-10-30async_hooks: enable runtime checks by defaultAndreas Madsen
2017-10-29http2: fix stream reading resumptionAnatoli Papirovski
2017-10-29v8: migrate setFlagsFromString to internal/errorsJames M Snell
2017-10-29zlib: finish migrating to internal/errorsJames M Snell
2017-10-29http2: fix several timeout related issuesAnatoli Papirovski
2017-10-29inspector: track async stacks when necessaryAli Ijaz Sheikh
2017-10-29src: move handle properties to prototypeBen Noordhuis
2017-10-29src: remove superfluous HandleScopeBen Noordhuis
2017-10-29src: use uv_stream_t, not uv_stream_sBen Noordhuis
2017-10-28src: use maybe versions of methodsTom Boutell
2017-10-28src: use V8 function to get Module NamespaceBradley Farias
2017-10-27http2: adjust stream buffer sizeAnatoli Papirovski
2017-10-27crypto: migrate setFipsCrypto to internal/errorsJames M Snell