4236 Commits (f68e0d1864b11b15014334dc44e4a11692667573)

Author SHA1 Message Date
James M Snell ba6196f843 util: fix inspecting of proxy objects 9 years ago
Patrick Mueller 52cb410402 process: add process.cpuUsage() - implementation, doc, tests 9 years ago
Anna Henningsen 44a40325da
src: unify implementations of Utf8Value etc. 9 years ago
Ben Noordhuis a58d4839af src: simplify handlewrap state tracking logic 9 years ago
Ben Noordhuis cad1a62d32 src: use libuv's refcounting directly 9 years ago
James M Snell 1a29a5773a 2016-04-26, Version 6.0.0 (Current) Release 9 years ago
Stefan Budeanu 56b9478f53 crypto: Read OpenSSL config before init 9 years ago
Jeremiah Senkpiel 9bb5a5e2a1 handle_wrap: IsRefed -> Unrefed, no isAlive check 9 years ago
dcposch@dcpos.ch 6c1e5ad3ab buffer: add Buffer.prototype.lastIndexOf() 9 years ago
Sakthipriyan Vairamani 2c480bdae6 src: fix check-imports.py linter errors 9 years ago
Ben Noordhuis 5eb4ec090d src: squelch -Wunused-variable in non-icu builds 9 years ago
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 9 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