995 Commits (9ce888274c77e1b91161656e75e990faf9ef548f)

Author SHA1 Message Date
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
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