1006 Commits (64edd064b880ff8ce3bcc85d68e0100c8d987fa0)

Author SHA1 Message Date
Ben Noordhuis e574f5b700 src: print backtrace on abort/unreachable code 9 years ago
Ben Noordhuis 787eddf794 src: print backtrace on fatal error 9 years ago
Ben Noordhuis 5e60ded244 src: check uv_async_init() return value 9 years ago
Stefan Budeanu 410296c37a build: configure --shared 9 years ago
Ben Noordhuis d7087df4da src: use RAII for mutexes and condition variables 9 years ago
Ben Noordhuis a92089b6bd src: alias BINARY to LATIN1 9 years ago
Anna Henningsen 0815b9401d
vm: add ability to break on sigint/ctrl+c 9 years ago
Daniel Bevenius 81b6882e51 src: rename "node" script to "bootstrap_node" 9 years ago
Eugene Ostroukhov 6626919205 inspector: process.exit should wait for inspector 9 years ago
Anna Henningsen 0c73c9fece
src: fix --without-inspector build 9 years ago
Ben Noordhuis 6b48324363 src: fix erroneous fallthrough in ParseEncoding() 9 years ago
Eugene Ostroukhov 624734e640 inspector: reduce implementation in header 9 years ago
Ali Ijaz Sheikh a766ebf594 inspector: change default port 9 years ago
Trevor Norris e0b8dd59bc src: remove final trace of raw encoding 9 years ago
Trevor Norris 54cc7212df buffer: introduce latin1 encoding term 9 years ago
Anna Henningsen de4161d367
src: remove unused internals from node.cc 9 years ago
Ben Noordhuis aac79dfd78 src: use stack-allocated Environment instances 9 years ago
Ben Noordhuis 58cec4e85b src: move env init logic into Environment class 9 years ago
Ben Noordhuis 3a3996315c lib,src: reset zero fill flag on exception 9 years ago
Ben Noordhuis 27e84ddd4e lib,src: clean up ArrayBufferAllocator 9 years ago
Ben Noordhuis 334ef4f19d lib,src: drop dependency on v8::Private::ForApi() 9 years ago
Ben Noordhuis c3cd453cba src: make IsolateData creation explicit 9 years ago
Pavel Feldman 84ad31fff3 src,lib: v8-inspector support 9 years ago
Anna Henningsen 4bd410bbbe
vm: don't abort process when stack space runs out 9 years ago
Cheng Zhao 2ab75b7a42 src: add node::FreeEnvironment public API 9 years ago
James M Snell dcccbfdc79 src: refactor require('constants') 9 years ago
James M Snell 5d38d543cd src,module: add --preserve-symlinks command line flag 9 years ago
Ben Noordhuis 844f0a9f58 src: fix sporadic deadlock in SIGUSR1 handler 9 years ago
Ali Ijaz Sheikh 4d4cfb27ca src,lib: minor --debug-brk cleanup 9 years ago
Ben Noordhuis f6940dfa46 src: don't use locale-sensitive strcasecmp() 9 years ago
Steven R. Loomis cd752e8463
intl: Don't crash if v8BreakIterator not available 9 years ago
Patrick Mueller 52cb410402 process: add process.cpuUsage() - implementation, doc, tests 9 years ago
Ben Noordhuis cad1a62d32 src: use libuv's refcounting directly 9 years ago
Sakthipriyan Vairamani 2c480bdae6 src: fix check-imports.py linter errors 9 years ago
Robert Jefe Lindstaedt 0800c0aa72 doc: git mv to .md 9 years ago
Sakthipriyan Vairamani 697790c117 src: fix -Wunused-result warning in e38bade 9 years ago
Brian White e38bade828
events: don't inherit from Object.prototype 9 years ago
James Reggio fb5f66a9fa src: add SIGINFO to supported signals 9 years ago
Ben Noordhuis a7581d0859 src: replace ARRAY_SIZE with typesafe arraysize 9 years ago
Ben Noordhuis 00c876dec5 src: fix ARRAY_SIZE() logic error 9 years ago
Jeremiah Senkpiel 21d66d621c lib: remove bootstrap global context indirection 9 years ago
Trevor Norris a17200b520 async_wrap: don't abort on callback exception 9 years ago
Trevor Norris 20337addd6 async_wrap: notify post if intercepted exception 9 years ago
Trevor Norris 2dadd8901a src: reword command and add ternary 9 years ago
Trevor Norris 41f333e679 src,http_parser: remove KickNextTick call 9 years ago
Fedor Indutny 8363ede855 node: --no-browser-globals configure flag 9 years ago
James M Snell c6656db352 process: add 'warning' event and process.emitWarning() 9 years ago
Tom Gallacher 03e07d32ac src: override v8 thread defaults using cli options 9 years ago
Jeremiah Senkpiel 91cf55ba8e doc: add a cli options doc page 9 years ago
Jeremiah Senkpiel f9e6191f85 doc: reformat & improve node.1 manual page 9 years ago