99 Commits (389f29406ae780e2fd56bfccb8c13ae701337496)

Author SHA1 Message Date
Sam Roberts 547e74bb22
src: use option parser for expose_internals 8 years ago
Sam Roberts f8da60fb21
crypto: support OPENSSL_CONF again 8 years ago
Sam Roberts aec7ae2e67
src: add SafeGetenv() to internal API 8 years ago
Ben Noordhuis f2e97f89f0
src: make copies of startup environment variables 8 years ago
Sam Roberts 5e07bce166 src: add wrapper for process.emitWarning() 8 years ago
Rod Vagg cae9eb35f0 crypto: fix openssl.cnf FIPS handling & testing 8 years ago
Ben Noordhuis 6ddfe89fdf src: remove VS 2013 compatibility hacks 9 years ago
Michael Dawson d1d1433b02 src: normalize malloc, realloc 9 years ago
Ben Noordhuis c730a5d026 src: move ParseArrayIndex() to src/node_buffer.cc 9 years ago
Anna Henningsen 6151544751 vm: don't print out arrow message for custom error 9 years ago
Ben Noordhuis b8919b1d23 src: move ABORT() logic into node::Abort() 9 years ago
Ben Noordhuis 3fa643b069 src: fix whitespace/indent cpplint warnings 9 years ago
Anna Henningsen d049919e7d vm: add ability to break on sigint/ctrl+c 9 years ago
Pavel Feldman 7d4f038a78 src,lib: v8-inspector support 9 years ago
Ben Noordhuis 64445674f0 src: add include guards to internal headers 9 years ago
Trevor Norris 4333fda46d src: no abort from getter if object isn't wrapped 9 years ago
James M Snell 95b7560d8e src,module: add --preserve-symlinks command line flag 9 years ago
Trevor Norris 5b41230f67 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 10 years ago
Trevor Norris 74178a5682 buffer: construct Uint8Array in JS 10 years ago
Karl Skomski 98608774a7 src: use standard conform snprintf on windows 10 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 10 years ago
Ben Noordhuis 9a03ae6356 src: enable v8 deprecation warnings and fix them 10 years ago
Ben Noordhuis a43af39ffc src: DRY getsockname/getpeername code 10 years ago
Fedor Indutny b266074347 env: introduce `KickNextTick` 10 years ago
James M Snell 5ba868f024 tls: add --tls-cipher-list command line switch 10 years ago
Ben Noordhuis 88419479cc src: rename Buffer::Use() to Buffer::New() 10 years ago
Ben Noordhuis 9a3929dcbf src: introduce internal Buffer::Copy() function 10 years ago
Ben Noordhuis b86211a8b6 src: move internal functions out of node_buffer.h 10 years ago
Ben Noordhuis 70d1f32f56 deps: update v8 to 4.4.63.9 10 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() 11 years ago
Fedor Indutny 6e08bb94e8 crypto: export externals to internal structs 11 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
Fedor Indutny ce04c726a3 src: update to v8 3.24 APIs 11 years ago
Fedor Indutny dbae8b569f node_internals: add missing env-inl.h include 11 years ago