4012 Commits (0b66b8f2d2c3aceba5e65c4b4ba428b7fabd3cb5)

Author SHA1 Message Date
Brian White 2d3560767e src: fix exception message encoding on Windows 9 years ago
Liang-Chi Hsieh ff877e93e1 src: fix stuck debugger process 9 years ago
Fedor Indutny 931118c9d7 buffer: fix assertion error in WeakCallback 9 years ago
Karl Skomski 9148114c93 src: convert BE-utf16-string to LE before search 9 years ago
Trevor Norris 178ac3367f js_stream: prevent abort if isalive doesn't exist 9 years ago
Karl Skomski ccaaae9d0c src: fix u-a-free if uv returns err in ASYNC_CALL 9 years ago
Karl Skomski a18dd7b788 src: replace naive search in Buffer::IndexOf 9 years ago
Trevor Norris aeee956ac7 async_wrap: correctly pass parent to init callback 9 years ago
Fedor Indutny d1f24044b9 buffer: FreeCallback should be tied to ArrayBuffer 9 years ago
Trevor Norris 05d424c029 buffer: only check if instance is Uint8Array 9 years ago
Evan Lucas a1bda1b4de util: fix for inspecting promises 9 years ago
Evan Lucas 88533881dd util: correctly inspect Map/Set Iterators 9 years ago
Jeremy Whitlock 77a10ed05f src: fix --abort-on-uncaught-exception 9 years ago
Fedor Indutny a4fa51cd02 stream_wrap: support empty `TryWrite`s 9 years ago
Fedor Indutny 05040664c2 http: fix out-of-order 'finish' bug in pipelining 9 years ago
Dave Eddy 2e6ece44e1 node: add -c|--check CLI arg to syntax check script 9 years ago
Fedor Indutny 9bd26e7ffa crypto: enable FIPS only when configured with it 9 years ago
Trevor Norris 3f476ada1e async_wrap: ensure all objects have internal field 9 years ago
Trevor Norris e52864b4b8 async_wrap: update providers and add test 9 years ago
Oguz Bastemur e83499ae62 contextify: use CHECK instead of `if` 9 years ago
João Reis a6aab43093 build,win: fix node.exe resource version 9 years ago
Evan Lucas 30b8bb0aab src: add process.versions.icu 9 years ago
Ben Noordhuis 212c9c086c src: internalize binding function property names 9 years ago
Ben Noordhuis 590ee58e1c src: internalize per-isolate string properties 9 years ago
Cheng Zhao 1b78151ff6 src: include signal.h in util.h 9 years ago
Sakthipriyan Vairamani af881ad647 src: fix function and variable names in comments 9 years ago
Johann 6df47d6151 crypto: add more keylen sanity checks in pbkdf2 9 years ago
Sakthipriyan Vairamani f32a606e37 lib,src: remove usage of events.EventEmitter 9 years ago
Fedor Indutny 229a03f1bb http_parser: do not dealloc during kOnExecute 9 years ago
Evan Lucas 921f2de6cf src: honor --abort_on_uncaught_exception flag 9 years ago
Evan Lucas 870229e665 src: Add ABORT macro 9 years ago
Sakthipriyan Vairamani 5f6579d366 buffer: remove raw & raws encoding 9 years ago
Trevor Norris 3b78b85426 src: null env_ field from constructor 9 years ago
Trevor Norris 16f86d6c57 buffer: always allocate typed arrays outside heap 9 years ago
Trevor Norris 74178a5682 buffer: construct Uint8Array in JS 9 years ago
Karl Skomski e7a3ca3d31 src: use subarray() in Buffer#slice() for speedup 9 years ago
Michael Dawson 2a17c7f65e build: Updates to enable AIX support 10 years ago
Ron Korving 05d30d5396 fs: implemented WriteStream#writev 10 years ago
Roman Klauke 414e407343 src: use ZCtxt as a source for v8::Isolates 9 years ago
Oleksandr Chekhovskyi 8e141356ff src: fix v8::CpuProfiler idle sampling 10 years ago
Fedor Indutny a6d674d751 bindings: close after reading module struct 9 years ago
Rod Vagg 380a3d89c3 2015-09-08, Version 4.0.0 (Stable) Release 9 years ago
Rod Vagg 278a9267ec src: s/ia32/x86 for process.release.libUrl for win 9 years ago
Ben Noordhuis 7ee58bebff crypto: replace rwlocks with simple mutexes 9 years ago
Roman Reiss 6532e937e1 doc: update environment vars in manpage and --help 9 years ago
Karl Skomski 98608774a7 src: use standard conform snprintf on windows 9 years ago
Karl Skomski 3bb923740d src: fix buffer overflow for long exception lines 9 years ago
Michaël Zasso 439c1dde15 src: re-enable fast math on arm 9 years ago
Ali Ijaz Sheikh 6c1b26a12e src: enable vector ics on arm again 9 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 10 years ago