83 Commits (1ad30a2af4926b97241b4041a048046d903dc6b9)

Author SHA1 Message Date
Ryan Dahl b0030af135 Fixes #2140. Fix illumos build. 13 years ago
Bert Belder 6ee73a2fee Windows: ErrnoException shouldn't mix up crt and win32 errors 13 years ago
Igor Zinkovsky 24a69d22a0 process.kill to use uv_kill 13 years ago
Bert Belder a56a95b652 Export some functions from node.h 13 years ago
Bert Belder 4a1efb2b9c Support native extension loading on Windows 13 years ago
Bert Belder 889620dcd2 Wrap long lines, strip trailing whitespace 13 years ago
Bert Belder 1e2d777601 Remove outdated comment 13 years ago
Ryan Dahl 6cc42927d8 Display sys_errno when UV_UNKNOWN is returned 13 years ago
Ben Noordhuis c4eaf7e5a9 crypto: implement randomBytes() and pseudoRandomBytes() 14 years ago
Igor Zinkovsky bce41fac94 Use new uv_fs_ apis 14 years ago
Ben Noordhuis 7003d6eff5 Move ARRAY_SIZE macro to node.h 14 years ago
Peter Bright 13d6a1f67f Basic VC++ compatibility work. 14 years ago
Mariano Iglesias 02ebcd8e26 Adding missing v8 namespace to NODE_PSYMBOL 14 years ago
Mariano Iglesias 075605f304 Adding missing v8 namespace to NODE_PSYMBOL 14 years ago
Henry Rawas 47a5d93256 Fix test-net-pingpong.js on windows 14 years ago
Ryan Dahl 650a308634 Move MakeCallback and SetErrno to node.cc 14 years ago
Bert Belder 9cec08e490 Batch of ev -> uv changes 14 years ago
Ryan Dahl c8e447ee63 Fix timeouts with floating point numbers bug 14 years ago
Dean McNamee f67e8f243c Export more functions for initializing and starting node. 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Ryan Dahl 161f7aacf7 Add missing v8:: namespace prefix 14 years ago
isaacs 0aa1a8a005 Closes GH-695 Add 'hex' encoding to Buffer 14 years ago
Konstantin Käfer 9e101f2b01 UCS-2 support 14 years ago
Bert Belder f48c36f74f Use unicode and bigfile aware stat/fstat 14 years ago
Ryan Dahl b57c1f51b9 Saner, yet still ugly, fix to displaying syntax errors 14 years ago
Ben Noordhuis 55c65cc2d5 Safe constructor for ObjectWrapped classes 15 years ago
Ryan Dahl 124fbedc2f Add node::Start() 15 years ago
Fedor Indutny db23af05b0 Constants should be readOnly and DontDelete 15 years ago
Ben Noordhuis 95638c9b0d Buffer: adjust buffer size so the base64-decoded input fits snugly. 15 years ago
Paul Querna 30dadfc033 Register builtin extensions via a macro, rather than a manual strcmp 15 years ago
Paul Querna 49066042a2 Add basic structure and macros for node modules. 15 years ago
visionmedia 45948e054d Added better error messages for async and sync fs calls with paths 15 years ago
Felix Geisendörfer f8a3cf980f Properly handle child process exit codes 15 years ago
Ryan Dahl c72967d335 Remove http_old tcp_old 15 years ago
Ryan Dahl c9e27b11c5 Unify ErrnoException creation 15 years ago
Ryan Dahl 3377a30fb8 Move cb_persist functions out of dns module 15 years ago
Ryan Dahl 45a806a066 Statically define symbols 15 years ago
choonkeat 44d5f212fe Stat::Callback has 2 arguments for callback: current stat info and previous stat info 15 years ago
Ryan Dahl a5df0f6a65 Prefix all source files with node_ 15 years ago
Ryan Dahl e7096fd769 ACTUALLY remove node_version.h from node.h 16 years ago
Ryan Dahl 07792afe0a Remove "raw" encoding. Rename "raws" to "binary". 16 years ago
Ryan d6c9d31cb5 cpplint.py node.cc and node.h 16 years ago
Ryan 8890070b88 Introduce "raws" encoding. Raw String. 16 years ago
Ryan 21a1b045f5 Byte stream to V8 decoding and encoding. 16 years ago
Ryan 2f46540d30 Create NODE_UNIXTIME macros 16 years ago
Ryan 8152f9cff2 Revert static library build. 16 years ago
Ryan b73264d9b3 Add command line arguments for accessing build flags. 16 years ago
Ryan 2b6d72431b First attempt at node.dlopen 16 years ago
Ryan 31db4f1ed8 bump version 16 years ago
Ryan 116f4dea05 lint 16 years ago