168 Commits (01b314d165d3f4b8d7b7ca3151dd0066c7a8ee23)

Author SHA1 Message Date
Martin von Gagern d47f6ba768 src: fix deprecation message for ErrnoException 9 years ago
Michaël Zasso 7ce749d722 src: replace usage of v8::Handle with v8::Local 10 years ago
cjihrig a69ab27ab4 node: rename from io.js to node 10 years ago
Ivan Kozik c43855c49c src: export the ParseEncoding function on Windows 10 years ago
Ben Noordhuis 8315b22390 src: fix pedantic cpplint whitespace warnings 10 years ago
Ben Noordhuis b712af79a7 src: fix NODE_DEPRECATED macro with old compilers 10 years ago
Ben Noordhuis 609fa0de03 src: fix NODE_DEPRECATED macro 10 years ago
Pavel Medvedev 4d1fa2ca97 src: add check for already defined macro NOMINMAX 10 years ago
Vladimir Kurchatkin 8aed9d6610 src: cleanup `Isolate::GetCurrent()` 10 years ago
Bert Belder bc2c85ceef fs: improve error messages 10 years ago
Fedor Indutny c6367e7f2a node: speed up ParseEncoding 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Fedor Indutny e92dbf3af9 src: check if NODE_WANT_INTERNALS is defined 10 years ago
Ben Noordhuis 52fc406308 src: move BE/LE buffer conversion to StringSlice() 10 years ago
Ben Noordhuis 56fde66c46 src: redo unaligned access workaround 10 years ago
Thorsten Lorenz 0fe7a0d024 modules: adding load linked modules feature 11 years ago
Thorsten Lorenz c131c1f920 modules: adding load linked modules feature 11 years ago
Ben Noordhuis b33a87d8cb src: remove STATIC_ASSERT() macro 11 years ago
Fedor Indutny 685ac099e9 src, test: fixup after v8 update 11 years ago
Fedor Indutny 7a0cfe9b11 deps: re-implement debugger-agent 11 years ago
Fedor Indutny 383b0c0afb src, test: fixup after v8 update 11 years ago
Fedor Indutny 6a610a0f67 deps: re-implement debugger-agent 11 years ago
Trevor Norris 0718426506 node: set names for prototype methods 11 years ago
Dean McNamee ba09409479 src: export additional startup functions 11 years ago
Rohini Harendra 32b4563280 src: NODE_UNIXTIME_V8 needs to use an Isolate 11 years ago
C. Scott Ananian 08a5b442e4 node: add signature to SET_PROTOTYPE_METHOD 11 years ago
Fedor Indutny d0ff900a65 node: fix exported signatures of MakeCallback 11 years ago
Fedor Indutny ce04c726a3 src: update to v8 3.24 APIs 11 years ago
Ben Noordhuis bd8a5755dc src: add default visibility to NODE_MODULE 11 years ago
Alexis Campailla b5f9779c2f windows: fix module registration 11 years ago
Fedor Indutny 75adde07f9 src: remove `node_isolate` from source 11 years ago
Fedor Indutny f1de13b8ab node: do not print SyntaxError hints to stderr 11 years ago
Ben Noordhuis 1f2f3fa83a src: update MakeCallback() function prototype 11 years ago
Timothy J Fontaine c8c26f12e4 src: move header inclusion out of namespace 11 years ago
Timothy J Fontaine ab54e32bbd src: only define ssize_t on windows if undefined 11 years ago
Fedor Indutny eaf76648a6 node: explicitly include `sys/types.h` for size_t 11 years ago
Keith M Wesolowski 76b98462e5 node: register modules from DSO constructors 11 years ago
Ben Noordhuis cda41f8775 src: don't mark addon_register_func as dllimport 11 years ago
Timothy J Fontaine 16934d9210 src: add HandleScope in HandleWrap::OnClose 11 years ago
Scott Blomquist c137e3d249 src: Remove unused refs to node_object_wrap.h 12 years ago
Ben Noordhuis 756b622295 src: add multi-context support 12 years ago
Ben Noordhuis 185c515c9f src: clean up CLI argument parser 12 years ago
Ben Noordhuis f674b09f40 src: use v8::String::NewFrom*() functions 12 years ago
Ben Noordhuis 02cab97490 src: more lint after cpplint tightening 12 years ago
Fedor Indutny 8e29ce9f13 src: lint c++ code 12 years ago
Ben Noordhuis 44ed42bd97 src: move NODE_MODULE_VERSION to node_version.h 12 years ago
Ben Noordhuis ca9eb718fb src, lib: update after internal api change 12 years ago
Trevor Norris 46d11510ad node: always set function name 12 years ago
Ben Noordhuis c679ac8f00 build: fix windows build 12 years ago
Ben Noordhuis 110a9cd8db lib, src: upgrade after v8 api change 12 years ago