1007 Commits (fbc5805e65a4d8e50349106c42a84180d76a9896)

Author SHA1 Message Date
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
Ben Noordhuis b8919b1d23 src: move ABORT() logic into node::Abort() 9 years ago
Ben Noordhuis c96d701769 src: print backtrace on abort/unreachable code 9 years ago
Ben Noordhuis 6cec90a611 src: print backtrace on fatal error 9 years ago
Ben Noordhuis c795d1ed9b src: check uv_async_init() return value 9 years ago
Stefan Budeanu 91744aaf00 build: configure --shared 9 years ago
Ben Noordhuis 059335180d src: use RAII for mutexes and condition variables 9 years ago
Anna Henningsen d049919e7d vm: add ability to break on sigint/ctrl+c 9 years ago
Eugene Ostroukhov 88b2aa3ce6 inspector: process.exit should wait for inspector 9 years ago
Anna Henningsen 38d36e3285 src: fix --without-inspector build 9 years ago
Eugene Ostroukhov 7da8a413f6 inspector: reduce implementation in header 9 years ago
Ali Ijaz Sheikh ec90a7a92e inspector: change default port 9 years ago
Pavel Feldman 7d4f038a78 src,lib: v8-inspector support 9 years ago
Cheng Zhao 2a8bd35bac src: add node::FreeEnvironment public API 10 years ago
James M Snell 929b6c29d8 src: refactor require('constants') 9 years ago
Daniel Bevenius 6dc0dae830 src: rename "node" script to "bootstrap_node" 9 years ago
Anna Henningsen 55b736a63b vm: don't abort process when stack space runs out 9 years ago
Ben Noordhuis 965274d384 src: use libuv's refcounting directly 9 years ago
James M Snell 95b7560d8e src,module: add --preserve-symlinks command line flag 9 years ago
Ben Noordhuis 1def098b9f src: fix sporadic deadlock in SIGUSR1 handler 9 years ago
Ali Ijaz Sheikh bd4454fa0f src,lib: minor --debug-brk cleanup 9 years ago
Ben Noordhuis 477e61db9f src: don't use locale-sensitive strcasecmp() 9 years ago
Steven R. Loomis 59666502c5 intl: Don't crash if v8BreakIterator not available 9 years ago
Patrick Mueller 1b9fdba04e process: add process.cpuUsage() - implementation, doc, tests 9 years ago
Sakthipriyan Vairamani 633268c6df src: fix check-imports.py linter errors 9 years ago
Robert Jefe Lindstaedt edc6970a1f doc: git mv to .md 9 years ago
Sakthipriyan Vairamani f286e1e1ad src: fix -Wunused-result warning in e38bade 9 years ago
Brian White c3ad97d3cc events: don't inherit from Object.prototype 9 years ago
James Reggio 6e7641985b 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