4275 Commits (7420ce8b7e850ecb5c11a3c5cf87bda5e98e7e4f)

Author SHA1 Message Date
Anna Henningsen a3b5b9cbf2
src: fix out-of-bounds write in TwoByteValue 9 years ago
James M Snell cdba9a6c02 src: add intl and icu configs to process.binding('config') 9 years ago
James M Snell 2e974cdd8c src: add process.binding('config') 9 years ago
Robert Jefe Lindstaedt 0800c0aa72 doc: git mv to .md 9 years ago
Fedor Indutny 6198472d83 stream_base: expose `bytesRead` getter 9 years ago
Anna Henningsen 29ca969651
child_process: add nullptr checks after allocs 9 years ago
Sakthipriyan Vairamani 697790c117 src: fix -Wunused-result warning in e38bade 9 years ago
Fedor Indutny 9d4d529517 http: skip body and next message of CONNECT res 9 years ago
Brian White e38bade828
events: don't inherit from Object.prototype 9 years ago
Calvin Metcalf 1d9451bb5a crypto: better error message for createHash 9 years ago
Ben Noordhuis 642076f2af src: don't set non-primitive values on templates 9 years ago
Yuval Brik b488b19eaf
fs: optimize realpath using uv_fs_realpath() 9 years ago
James Reggio fb5f66a9fa src: add SIGINFO to supported signals 9 years ago
cjihrig d6e56fd843 os: add userInfo() method 9 years ago
Ben Noordhuis f938ef7492 src: fix -Wunused-variable compiler warning 9 years ago
James M Snell a2466896dd buffer: add Buffer.prototype.compare by offset 9 years ago
Trevor Norris 9d94cc584e buffer: standardize array index check 9 years ago
Jeremiah Senkpiel 7d8882ba9a handle_wrap: expose an `isRefed()` check to JS 9 years ago
Anna Henningsen 2d7e31614d zlib: detect gzip files when using unzip* 9 years ago
Ben Noordhuis 0d41463d1f src: add missing 'inline' keywords 9 years ago
Ben Noordhuis 757fbac64b src: remove deprecated internal functions 9 years ago
Ben Noordhuis ea63f79752 src: use size_t for http parser array size fields 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
Rich Trott f1fc698cbe tools: remove obsolete lint config file 9 years ago
João Reis 1845c4fdb7 etw: add event messages 9 years ago
Anna Henningsen 54a5287e3e zlib: fix gzip member head/buffer boundary issue 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 f9938b6141 async_wrap: setupHooks now accepts object 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
Sakthipriyan Vairamani 41feaa89e0 crypto: improve error messages 10 years ago
Fedor Indutny 8363ede855 node: --no-browser-globals configure flag 9 years ago
James M Snell 060e5f0c00 fs: Buffer and encoding enhancements to fs API 9 years ago
James M Snell c6656db352 process: add 'warning' event and process.emitWarning() 9 years ago
Anna Henningsen 0b3936b49f zlib: Fix handling of gzip magic bytes mid-file 9 years ago
James M Snell 7d73e60f60 buffer: add swap16() and swap32() methods 9 years ago
João Reis 387b6b4973 etw: fix descriptors of events 9 and 23 9 years ago
Jeremiah Senkpiel ec6af31eba lib: rename /node.js to /bootstrap_node.js 9 years ago
Jeremiah Senkpiel 4bf2acaa1e lib,src: move src/node.js to lib/internal/node.js 9 years ago
Jeremiah Senkpiel 015cef25eb lib,src: refactor src/node.js into internal files 9 years ago
Tom Gallacher 03e07d32ac src: override v8 thread defaults using cli options 9 years ago
Matt Loring d3c0d1bb8b buffer: throw range error before truncating write 9 years ago
Jeremiah Senkpiel 91cf55ba8e doc: add a cli options doc page 9 years ago
Rich Trott f158a8662d src,tools: use template literals 9 years ago
Florian MARGAINE e5f8a6a2fa fs: add the fs.mkdtemp() function. 9 years ago
Ali Ijaz Sheikh a53b2ac4b1 contextify: tie lifetimes of context & sandbox 9 years ago
Ali Ijaz Sheikh 73fc440870 buffer: fix buffer alignment restriction 9 years ago