985 Commits (2fd140b949efa7042fd13a076af25f4d6f524589)

Author SHA1 Message Date
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
Jeremiah Senkpiel f9e6191f85 doc: reformat & improve node.1 manual page 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
Trevor Norris 3521b052b1 src,http: fix uncaughtException miss in http 9 years ago
Michaël Zasso ad0ce57432 src: fix NewInstance deprecation warnings 9 years ago
Michaël Zasso 67b5a8a936 src: replace usage of deprecated ForceSet 9 years ago
Ali Ijaz Sheikh c1649a7e4e src: replace usage of deprecated SetAccessor 9 years ago
Michaël Zasso cddd5347f6 src: replace deprecated ProcessDebugMessages 9 years ago
Michaël Zasso a729208808 src: replace usage of deprecated Has 9 years ago
Michaël Zasso 3d7fd9aa22 src: replace usage of deprecated GetEndColumn 9 years ago
Michaël Zasso d45045f318 src: replace usage of deprecated Delete 9 years ago
Michaël Zasso 023c317173 src: replace usage of deprecated Compile 9 years ago
Michaël Zasso 79d7475604 src: fix TryCatch deprecation warnings 9 years ago
Stefan Budeanu 7c48cb5601 crypto: Improve control of FIPS mode 9 years ago
Phillip Kovalev 5c14efbbe9 module: return correct exports from linked binding 9 years ago
Trevor Norris 95afe28fc5 src: remove TryCatch in MakeCallback 9 years ago
Trevor Norris f86a3a2fb5 src: remove unused of TickInfo::last_threw() 9 years ago
Trevor Norris e9192249c8 src: add AsyncCallbackScope 9 years ago
Trevor Norris 575b84ec41 src: fix MakeCallback error handling 9 years ago
James M Snell d387591bbb src: add --security-revert command line flag 9 years ago
Ben Noordhuis 924cc6c633 src: upgrade to new v8::Private api 9 years ago
Phillip Kovalev 71470a8e45 module: pass v8::Object to linked module initialization function 9 years ago
Evan Lucas 78fd43514f node: improve performance of process.hrtime() 9 years ago