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
AgeCommit message (Expand)Author
2017-09-25test: fixing AliasedBuffer tests to enter IsolateMike Kaufman
2017-09-20src: refactor `#include` handlingAnna Henningsen
2017-09-20http2,async-wrap: introduce AliasedBuffer classMike Kaufman
2017-09-12module: Allow runMain to be ESMBradley Farias
2017-09-12src: Node implementation of v8::PlatformMatt Loring
2017-08-12test: remove redundant `using` in cctestXadillaX
2017-08-12test: make totalLen snake caseDaniel Bevenius
2017-08-10Revert "test: disable MultipleEnvironmentsPerIsolate"Anna Henningsen
2017-08-10Revert "test: add DISABLED_ prefix to commented out test"Anna Henningsen
2017-08-10test: properly order freeing resources in cctestAnna Henningsen
2017-08-07src: avoid dereference without existence checkTimothy Gu
2017-08-01test: add DISABLED_ prefix to commented out testDaniel Bevenius
2017-07-28src: replace ASSERT with CHECKBen Noordhuis
2017-07-19test: disable MultipleEnvironmentsPerIsolateRefael Ackermann
2017-07-19test: fix cctest failure on WindowsJimmy Thomson
2017-07-18test: check uv_ip4_addr return valueEugene Ostroukhov
2017-07-18inspector, test: Fix test bug detected by CoverityEugene Ostroukhov
2017-07-11inspector: perform DNS lookup for hostEugene Ostroukhov
2017-06-05inspector: refactor to rename and comment methodsSam Roberts
2017-05-28test: add override to ServerDone functionDaniel Bevenius
2017-05-23inspector: fix process._debugEnd() for inspectorEugene Ostroukhov
2017-05-13inspector: handle socket close before close frameEugene Ostroukhov
2017-04-29test: cleanup handles in test_environmentAnna Henningsen
2017-04-18test: fix coverity UNINIT_CTOR cctest warningBen Noordhuis
2017-04-12src: make AtExit callback's per EnvironmentDaniel Bevenius
2017-04-08test: add basic cctest for base64.hAlexey Orlenko
2017-04-04test: add variable arguments support for ArgvDaniel Bevenius
2017-03-31test: fix truncation of argvDaniel Bevenius
2017-03-27test: add cctest for native URL classJames M Snell
2017-03-24build: enable cctest to use generated objectsDaniel Bevenius
2017-02-25src: clean up MaybeStackBufferTimothy Gu
2017-01-20inspector: no crash when WS server can't startEugene Ostroukhov
2017-01-19test: have inspector test pick an open portEugene Ostroukhov
2017-01-06src: reduce test_inspector_socket_server outputDaniel Bevenius
2017-01-03test: fix Coverity warning in inspector testEugene Ostroukhov
2016-12-14inspector: fix Coverity defectsEugene Ostroukhov
2016-12-07test: check result of uv_loop_init and uv_writeBen Noordhuis
2016-12-07inspector: split HTTP/WS server from the inspectorEugene Ostroukhov
2016-12-01test: run cpplint on files in test/cctestBen Noordhuis
2016-11-18test: fix memory leaks in malloc cctestsBen Noordhuis
2016-10-14test: fix issues reported by CoverityEugene Ostroukhov
2016-10-03test: fix -Wformat warnings in inspector cctestBen Noordhuis
2016-09-29src: notify V8 for low memory when alloc failsAnna Henningsen
2016-09-29src: provide allocation + nullptr check shortcutsAnna Henningsen
2016-09-29src: pass desired return type to allocatorsAnna Henningsen
2016-09-22inspector: wait for both sides closingEugene Ostroukhov
2016-09-22src: Malloc/Calloc size 0 returns non-null pointerRich Trott
2016-09-20inspector: zero out structure membersEugene Ostroukhov
2016-09-16inspector: fix tests on WindowsEugene Ostroukhov
2016-08-31inspector: simplify buffer managementEugene Ostroukhov