summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src: remove static variables from tls_wrapBen Noordhuis2014-11-184-48/+42
* src: turn two global vars into local varsBen Noordhuis2014-11-182-2/+2
* src: fixups after v8 upgradeBen Noordhuis2014-11-143-4/+16
* crypto: fix X509 cert memory leak in GetPeerCertFedor Indutny2014-11-141-1/+2
* src: fix windows build errorBen Noordhuis2014-11-111-10/+10
* lib,src: make os.endianness() inlinableBen Noordhuis2014-11-111-8/+3
* zlib: support concatenated gzip filesLuis Reis2014-11-091-7/+24
* crypto: escape DNS altnameFedor Indutny2014-11-081-2/+46
* src: network interface names are UTF-8 encodedBen Noordhuis2014-11-051-1/+11
* windows: fix process description to say "Node.js"Rod Vagg2014-11-031-1/+1
* node: do not crash on IPC stdinFedor Indutny2014-11-041-5/+18
* src: replace NULL with nullptr in debug agentBen Noordhuis2014-11-032-13/+13
* src: clean up root_certs iterationBen Noordhuis2014-11-031-2/+1
* src: move debug agent from deps/ to src/Ben Noordhuis2014-11-034-2/+485
* src: make root_certs constBen Noordhuis2014-11-031-1/+1
* v8_platform: fix cpplint issueFedor Indutny2014-10-281-1/+1
* stream_wrap: do not crash if handle was closedFedor Indutny2014-10-283-4/+23
* src: remove usage of extended sizeofNikolai Vavilov2014-10-281-1/+1
* src: simplify v8 thread pool implementationBen Noordhuis2014-10-282-42/+48
* src: fix uninitialized memory dereferenceBen Noordhuis2014-10-282-13/+9
* src: fix comparison of WCHAR with nullptrNikolai Vavilov2014-10-251-1/+1
* src: mark more destructors with override keywordBen Noordhuis2014-10-239-17/+17
* src: mark SSLWrap destructor as virtualBen Noordhuis2014-10-231-1/+1
* src: mark BaseObject destructor as virtualBen Noordhuis2014-10-231-1/+1
* src: mark AsyncWrap destructor as virtualBen Noordhuis2014-10-231-1/+1
* src: mark empty destructors as defaultBen Noordhuis2014-10-2311-28/+4
* src: update DISALLOW_COPY_AND_ASSIGN() to c++11Ben Noordhuis2014-10-233-7/+6
* src: mark virtual functions with override keywordBen Noordhuis2014-10-239-43/+43
* src: remove STATIC_ASSERT() macroBen Noordhuis2014-10-232-9/+2
* src: replace NULL with nullptrBen Noordhuis2014-10-2348-647/+655
* etw: use Isolate to SetJitCodeEventHandlerRod Vagg2014-10-181-4/+9
* build: add x32 supportBen Noordhuis2014-10-161-4/+2
* src: attach env directly to api functionsBen Noordhuis2014-10-1329-617/+655
* src: remove unused Environment::GetCurrent() callsBen Noordhuis2014-10-133-14/+0
* src: remove unused MIN macroBen Noordhuis2014-10-131-4/+0
* src: ignore risky env vars when setuid rootBen Noordhuis2014-10-131-2/+12
* src: replace assert() with CHECK()Ben Noordhuis2014-10-1236-359/+348
* src: fix up importsBen Noordhuis2014-10-123-3/+1
* src: remove unnecessary HandleScopesBen Noordhuis2014-10-1226-386/+0
* v8_platform: provide default v8::Platform implFedor Indutny2014-10-123-5/+247
* crypto: update root certificatesBen Noordhuis2014-10-091-373/+712
* src: fixes for win32Ray Donnelly2014-10-103-5/+11
* src, test: fixup after v8 updateFedor Indutny2014-10-086-30/+41
* deps: re-implement debugger-agentFedor Indutny2014-10-088-92/+267
* Merge remote-tracking branch 'joyent/v0.12'Fedor Indutny2014-10-083-17/+17
|\
| * src: update use of ExternalArrayType constantsTrevor Norris2014-10-083-8/+8
| * smalloc: update use of ExternalArrayType constantsTrevor Norris2014-10-081-9/+9
* | tls_wrap: ignore ZERO_RETURN after close_notifyFedor Indutny2014-10-061-0/+8
|/
* buffer: mv floating point read/write checks to JSTrevor Norris2014-10-011-41/+19
* node: avoid automatic microtask runsVladimir Kurchatkin2014-10-012-0/+18