| Commit message (Expand) | Author | Age | Files | Lines |
* | src: remove static variables from tls_wrap | Ben Noordhuis | 2014-11-18 | 4 | -48/+42 |
* | src: turn two global vars into local vars | Ben Noordhuis | 2014-11-18 | 2 | -2/+2 |
* | src: fixups after v8 upgrade | Ben Noordhuis | 2014-11-14 | 3 | -4/+16 |
* | crypto: fix X509 cert memory leak in GetPeerCert | Fedor Indutny | 2014-11-14 | 1 | -1/+2 |
* | src: fix windows build error | Ben Noordhuis | 2014-11-11 | 1 | -10/+10 |
* | lib,src: make os.endianness() inlinable | Ben Noordhuis | 2014-11-11 | 1 | -8/+3 |
* | zlib: support concatenated gzip files | Luis Reis | 2014-11-09 | 1 | -7/+24 |
* | crypto: escape DNS altname | Fedor Indutny | 2014-11-08 | 1 | -2/+46 |
* | src: network interface names are UTF-8 encoded | Ben Noordhuis | 2014-11-05 | 1 | -1/+11 |
* | windows: fix process description to say "Node.js" | Rod Vagg | 2014-11-03 | 1 | -1/+1 |
* | node: do not crash on IPC stdin | Fedor Indutny | 2014-11-04 | 1 | -5/+18 |
* | src: replace NULL with nullptr in debug agent | Ben Noordhuis | 2014-11-03 | 2 | -13/+13 |
* | src: clean up root_certs iteration | Ben Noordhuis | 2014-11-03 | 1 | -2/+1 |
* | src: move debug agent from deps/ to src/ | Ben Noordhuis | 2014-11-03 | 4 | -2/+485 |
* | src: make root_certs const | Ben Noordhuis | 2014-11-03 | 1 | -1/+1 |
* | v8_platform: fix cpplint issue | Fedor Indutny | 2014-10-28 | 1 | -1/+1 |
* | stream_wrap: do not crash if handle was closed | Fedor Indutny | 2014-10-28 | 3 | -4/+23 |
* | src: remove usage of extended sizeof | Nikolai Vavilov | 2014-10-28 | 1 | -1/+1 |
* | src: simplify v8 thread pool implementation | Ben Noordhuis | 2014-10-28 | 2 | -42/+48 |
* | src: fix uninitialized memory dereference | Ben Noordhuis | 2014-10-28 | 2 | -13/+9 |
* | src: fix comparison of WCHAR with nullptr | Nikolai Vavilov | 2014-10-25 | 1 | -1/+1 |
* | src: mark more destructors with override keyword | Ben Noordhuis | 2014-10-23 | 9 | -17/+17 |
* | src: mark SSLWrap destructor as virtual | Ben Noordhuis | 2014-10-23 | 1 | -1/+1 |
* | src: mark BaseObject destructor as virtual | Ben Noordhuis | 2014-10-23 | 1 | -1/+1 |
* | src: mark AsyncWrap destructor as virtual | Ben Noordhuis | 2014-10-23 | 1 | -1/+1 |
* | src: mark empty destructors as default | Ben Noordhuis | 2014-10-23 | 11 | -28/+4 |
* | src: update DISALLOW_COPY_AND_ASSIGN() to c++11 | Ben Noordhuis | 2014-10-23 | 3 | -7/+6 |
* | src: mark virtual functions with override keyword | Ben Noordhuis | 2014-10-23 | 9 | -43/+43 |
* | src: remove STATIC_ASSERT() macro | Ben Noordhuis | 2014-10-23 | 2 | -9/+2 |
* | src: replace NULL with nullptr | Ben Noordhuis | 2014-10-23 | 48 | -647/+655 |
* | etw: use Isolate to SetJitCodeEventHandler | Rod Vagg | 2014-10-18 | 1 | -4/+9 |
* | build: add x32 support | Ben Noordhuis | 2014-10-16 | 1 | -4/+2 |
* | src: attach env directly to api functions | Ben Noordhuis | 2014-10-13 | 29 | -617/+655 |
* | src: remove unused Environment::GetCurrent() calls | Ben Noordhuis | 2014-10-13 | 3 | -14/+0 |
* | src: remove unused MIN macro | Ben Noordhuis | 2014-10-13 | 1 | -4/+0 |
* | src: ignore risky env vars when setuid root | Ben Noordhuis | 2014-10-13 | 1 | -2/+12 |
* | src: replace assert() with CHECK() | Ben Noordhuis | 2014-10-12 | 36 | -359/+348 |
* | src: fix up imports | Ben Noordhuis | 2014-10-12 | 3 | -3/+1 |
* | src: remove unnecessary HandleScopes | Ben Noordhuis | 2014-10-12 | 26 | -386/+0 |
* | v8_platform: provide default v8::Platform impl | Fedor Indutny | 2014-10-12 | 3 | -5/+247 |
* | crypto: update root certificates | Ben Noordhuis | 2014-10-09 | 1 | -373/+712 |
* | src: fixes for win32 | Ray Donnelly | 2014-10-10 | 3 | -5/+11 |
* | src, test: fixup after v8 update | Fedor Indutny | 2014-10-08 | 6 | -30/+41 |
* | deps: re-implement debugger-agent | Fedor Indutny | 2014-10-08 | 8 | -92/+267 |
* | Merge remote-tracking branch 'joyent/v0.12' | Fedor Indutny | 2014-10-08 | 3 | -17/+17 |
|\ |
|
| * | src: update use of ExternalArrayType constants | Trevor Norris | 2014-10-08 | 3 | -8/+8 |
| * | smalloc: update use of ExternalArrayType constants | Trevor Norris | 2014-10-08 | 1 | -9/+9 |
* | | tls_wrap: ignore ZERO_RETURN after close_notify | Fedor Indutny | 2014-10-06 | 1 | -0/+8 |
|/ |
|
* | buffer: mv floating point read/write checks to JS | Trevor Norris | 2014-10-01 | 1 | -41/+19 |
* | node: avoid automatic microtask runs | Vladimir Kurchatkin | 2014-10-01 | 2 | -0/+18 |