101 Commits (2826e6324c80a3d1221e0ef529be22b6709d05cb)

Author SHA1 Message Date
Sam Roberts 213134f66d src: add wrapper for process.emitWarning() 8 years ago
Ben Noordhuis d77e818a54 src: simplify code, remove NodeInstanceData 8 years ago
Rod Vagg bb173f931a crypto: fix openssl.cnf FIPS handling & testing 8 years ago
Anna Henningsen 72c60e892c
src: notify V8 for low memory when alloc fails 8 years ago
Anna Henningsen ea94086ad2
src: provide allocation + nullptr check shortcuts 8 years ago
Ben Noordhuis c8d6107217 src: remove VS 2013 compatibility hacks 8 years ago
Michael Dawson a00ccb0fb9 src: normalize malloc, realloc 8 years ago
Ben Noordhuis 6ae20433c9 src: move ParseArrayIndex() to src/node_buffer.cc 8 years ago
Anna Henningsen 3cac616791
vm: don't print out arrow message for custom error 8 years ago
Ben Noordhuis be767cf885 src: move ABORT() logic into node::Abort() 8 years ago
Ben Noordhuis 97aeb0ae12 src: fix whitespace/indent cpplint warnings 8 years ago
Anna Henningsen 0815b9401d
vm: add ability to break on sigint/ctrl+c 9 years ago
Anna Henningsen de4161d367
src: remove unused internals from node.cc 9 years ago
Ben Noordhuis 58cec4e85b src: move env init logic into Environment class 9 years ago
Ben Noordhuis 27e84ddd4e lib,src: clean up ArrayBufferAllocator 9 years ago
Pavel Feldman 84ad31fff3 src,lib: v8-inspector support 9 years ago
Ben Noordhuis eff96d32dc src: add include guards to internal headers 9 years ago
Trevor Norris c0e6c668e6 src: no abort from getter if object isn't wrapped 9 years ago
James M Snell 5d38d543cd src,module: add --preserve-symlinks command line flag 9 years ago
Trevor Norris 9d94cc584e buffer: standardize array index check 9 years ago
Ben Noordhuis 757fbac64b src: remove deprecated internal functions 9 years ago
Ben Noordhuis a7581d0859 src: replace ARRAY_SIZE with typesafe arraysize 9 years ago
Trevor Norris a17200b520 async_wrap: don't abort on callback exception 9 years ago
Michaël Zasso 67b5a8a936 src: replace usage of deprecated ForceSet 9 years ago
Trevor Norris e9192249c8 src: add AsyncCallbackScope 9 years ago
cjihrig 57003520f8 src: attach error to stack on displayErrors 9 years ago
Ben Noordhuis ce2471673f src: remove unused BITS_PER_LONG macro 9 years ago
Matt Loring ec836547c4 buffer: fix range checking for slowToString 9 years ago
Trevor Norris 3b78b85426 src: null env_ field from constructor 9 years ago
Trevor Norris 74178a5682 buffer: construct Uint8Array in JS 9 years ago
Karl Skomski 98608774a7 src: use standard conform snprintf on windows 9 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 9 years ago
Ben Noordhuis 9a03ae6356 src: enable v8 deprecation warnings and fix them 9 years ago
Ben Noordhuis a43af39ffc src: DRY getsockname/getpeername code 10 years ago
Fedor Indutny b266074347 env: introduce `KickNextTick` 9 years ago
James M Snell 5ba868f024 tls: add --tls-cipher-list command line switch 9 years ago
Ben Noordhuis 88419479cc src: rename Buffer::Use() to Buffer::New() 9 years ago
Ben Noordhuis 9a3929dcbf src: introduce internal Buffer::Copy() function 9 years ago
Ben Noordhuis b86211a8b6 src: move internal functions out of node_buffer.h 9 years ago
Ben Noordhuis 70d1f32f56 deps: update v8 to 4.4.63.9 9 years ago
Trevor Norris 63da0dfd3a buffer: implement Uint8Array backed Buffer 10 years ago
Ben Noordhuis 7e88a9322c src: make accessors immune to context confusion 10 years ago
Petka Antonov 4ae64b2626 src: extract node env init out of process init 10 years ago
Bert Belder bc2c85ceef fs: improve error messages 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 2d82cdf670 src: replace NULL with nullptr 10 years ago
Ben Noordhuis 5fdff3854a src: replace assert() with CHECK() 10 years ago
Fedor Indutny 6e08bb94e8 crypto: export externals to internal structs 10 years ago
James Pickard e9ce8fc82a fs: improve performance of all stat functions 11 years ago
Fedor Indutny 7b9771f569 headers: remove env.h from node_internals.h 11 years ago