1046 Commits (4e1a50a079b5e0c6f5e7baeae7f1381a69cba1d0)

Author SHA1 Message Date
Timothy Gu 35f911152a
src: add missing new line to printed message 8 years ago
Daniel Bevenius 403c45fcc9
src: only call FatalException if not verbose 8 years ago
Sam Roberts 547e74bb22
src: use option parser for expose_internals 8 years ago
Sam Roberts f9e427945b
src: supply missing comments for CLI options 8 years ago
Ben Noordhuis 7aa5a993b2
src: make cross-context MakeCallback() calls work 9 years ago
Ben Noordhuis b1dc2d455f
src: remove superfluous env_string string 9 years ago
Daniel Bevenius b296bd5ccc
src: remove TODO about uv errno removal 8 years ago
Adam Majer e72749b319
crypto: ability to select cert store at runtime 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
John Barboza c408a3bd63
src: support "--" after "-e" as end-of-options 8 years ago
Tobias Nießen 7678da4c65
crypto: handle exceptions in hmac/hash.digest 8 years ago
Daniel Bevenius f1ea36733d
src: use std::list for at_exit_functions 8 years ago
Trevor Norris 331681a3f5
src: return early if nextTickQueue is empty 8 years ago
Bartosz Sosnowski c667e6e083
src: add fcntl.h include to node.cc 8 years ago
Bartosz Sosnowski 1434e7ff11
src: ensure that fd 0-2 are valid on windows 8 years ago
Shigeki Ohtsu b1ddf11c14
tls: fix macro to check NPN feature 8 years ago
Brian White b7088a9355
process: improve memoryUsage() performance 8 years ago
cjihrig b5a0d46c55
src: add NODE_NO_WARNINGS to --help output 8 years ago
Stewart X Addison b7c5295437
build: don't squash signal handlers with --shared 8 years ago
Ben Noordhuis ce01372b68
src: remove unused typedef 8 years ago
Sam Roberts a2f02859b0 crypto: allow adding extra certs to well-known CAs 9 years ago
Sam Roberts 5e07bce166 src: add wrapper for process.emitWarning() 8 years ago
Fedor Indutny 8ea4487ca7 process: add `process.memoryUsage.external` 8 years ago
Trevor Norris f3b0cf5052 async_wrap: call destroy() callback in uv_idle_t 8 years ago
AnnaMag 8a91616ba9 src: replace SetNamedPropertyHandler() 9 years ago
Miguel Angel Asencio Hurtado 0e37a6a2ce src: fix typo rval to value 9 years ago
Rod Vagg 455272ad33 src: add process.release.lts property 10 years ago
Fedor Indutny 1ea0358a91 node: --openssl-config cli argument 9 years ago
Daniel Bevenius 8cbbb47e39 src: update f function call comment 9 years ago
Michael Dawson d1d1433b02 src: normalize malloc, realloc 9 years ago
Daniel Bevenius 4e368c58ff src: moving f function call comment 9 years ago
Eugene Ostroukhov b603ac24cb inspector: use script name for target title 9 years ago
Ali Ijaz Sheikh 0f2c619f55 src: avoid duplicate AtExit functions 9 years ago
Nikolai Vavilov 4118598dbb src: don't include a null character in the WriteConsoleW call 9 years ago
Ben Noordhuis d863619a30 src: clean up PER_ISOLATE_STRING_PROPERTIES, v2 9 years ago
Daniel Bevenius 8f9fb8154d src: updating references to the old node.js file 9 years ago
Kunal Pathak 091ba2c511 src: fix build break for !NODE_USE_V8_PLATFORM 9 years ago
Aleksei Koziatinskii bfd8265ec2 inspector: add support for uncaught exception 9 years ago
Eugene Ostroukhov b75ca50c90 inspector: Do not crash if the port is n/a 9 years ago
Haojian Wu a20336e708 src: remove unused using decls 9 years ago
Franziska Hinkelmann 317ae96c33 src: make EnvDelete behave like the delete operator 9 years ago
Ben Noordhuis da9bd2fc48
src: alias BINARY to LATIN1 9 years ago
Ben Noordhuis 7ba0f860a6
src: fix erroneous fallthrough in ParseEncoding() 9 years ago
Trevor Norris a059aea9a2
src: remove final trace of raw encoding 9 years ago
Trevor Norris 28071a130e
buffer: introduce latin1 encoding term 9 years ago
Ben Noordhuis 4891001d7e debugger: make listen address configurable 10 years ago
Anna Henningsen 6151544751 vm: don't print out arrow message for custom error 9 years ago
Ben Noordhuis 57cc4e3071 src: print backtrace on failed CHECK/ASSERT 9 years ago