3839 Commits (33ffc62670d1b33bdf2f66b7d95f8fb8711cafca)

Author SHA1 Message Date
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 10 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 10 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 10 years ago
Karl Skomski 98608774a7 src: use standard conform snprintf on windows 10 years ago
Karl Skomski 3bb923740d src: fix buffer overflow for long exception lines 10 years ago
Michaël Zasso 439c1dde15 src: re-enable fast math on arm 10 years ago
Ali Ijaz Sheikh 6c1b26a12e src: enable vector ics on arm again 10 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 10 years ago
Ben Noordhuis 9a03ae6356 src: enable v8 deprecation warnings and fix them 10 years ago
Fedor Indutny 56db28b6d7 contextify: ignore getters during initialization 10 years ago
Ali Ijaz Sheikh 0159ac9c99 src: apply debug force load fixups from 41e63fb 10 years ago
Karl Skomski 6ed0603fb1 build: add --enable-asan with builtin leakcheck 10 years ago
Karl Skomski 599d4f5f3a src: fix memory leak in ExternString 10 years ago
Evan Lucas 45fb34025d src: only set v8 flags if argc > 1 10 years ago
Karl Skomski e3740e4524 src: only memcmp if length > 0 in Buffer::Compare 10 years ago
Rod Vagg 42a8a0a53e Working on v5.0.0 10 years ago
Ben Noordhuis de88255b0f Revert "lib,src: add unix socket getsockname/getpeername" 10 years ago
Ben Noordhuis f337595441 lib,src: add unix socket getsockname/getpeername 10 years ago
Ben Noordhuis a43af39ffc src: DRY getsockname/getpeername code 10 years ago
Сковорода Никита Андреевич 87df7d3be3 crypto: Use OPENSSL_cleanse to shred the data. 10 years ago
Fedor Indutny 607bbd3166 http_parser: consume StreamBase instance 10 years ago
Fedor Indutny b266074347 env: introduce `KickNextTick` 10 years ago
Jeremiah Senkpiel c95ca0ba5b src: missing Exception::Error in node_http_parser 10 years ago
cjihrig 4f50d3fb90 process: make process.release.name "node" 10 years ago
Frederic Hemberger 45a2046f5d installer: fix installers for node.js rename 10 years ago
cjihrig a69ab27ab4 node: rename from io.js to node 10 years ago
Minwoo Jung f3c3b23d55 doc: fix comments in tls_wrap.cc and _http_client.js 10 years ago
James M Snell 5ba868f024 tls: add --tls-cipher-list command line switch 10 years ago
Roman Klauke b125ad186c fs: replace bad_args macro with concrete error msg 10 years ago
Fedor Indutny 68e53ddcba string_bytes: fix unaligned write in UCS2 10 years ago
Evan Lucas 1c20b87d19 src: improve startup time 10 years ago