279 Commits (8f8dcf8ed63b19a6c20915e12af83a3ad792f1d2)

Author SHA1 Message Date
Ryan Dahl 8f8dcf8ed6 Fix 'uncaughtException' for top level exceptions 15 years ago
Blake Mizerany 8c8534046c fix whitespace errors 15 years ago
Ryan Dahl e2db605308 Use EVBACKEND_POLL on Solaris; select() is just a wrapper anyway 15 years ago
Ruben Rodriguez 242161bef2 Added new API to Script, and implemented it in the REPL 15 years ago
Ryan Dahl f541043618 Remove ini.js 15 years ago
Ryan Dahl fc175a089d Remove mjsunit from repo 15 years ago
Marshall Culpepper ca35ba640a Initial implementation of process.execPath 15 years ago
Ryan Dahl 01a8d270cf Add platform files, move getmem to node::OS class. 15 years ago
Ryan Dahl 6bed15e074 Refactor: Utf8Decoder -> StringDecoder 15 years ago
Paul Querna 02da5ed4a1 Implement datagram sockets 15 years ago
isaacs 94be898fbc Remove "uri" module. 15 years ago
Raffaele Sena b3b81d67ff Port to cygwin 15 years ago
Ryan Dahl 0c3b6aba7a Do not output \n on stderr on output, breaks tests 15 years ago
Ryan Dahl 6056d2ea2c node without arguments starts the REPL 15 years ago
Ryan Dahl 41f213be18 Add binding to termios, implement readline for repl 15 years ago
Ryan Dahl 9e8df0e836 More dynamic linking options (again) 15 years ago
Peter Griess 78d33f4fd5 Fix options parsing 15 years ago
Ryan Dahl 501136b999 Revert "More dynmaic linking options" 15 years ago
Ryan Dahl 75f0cf471a More dynmaic linking options 15 years ago
Ryan Dahl 78e49f1c88 Rename node_net2.cc to node_net.cc 15 years ago
Peter Griess 2420f07e94 Allow process.setuid() and process.setgid() to accept string names in lieu of numeric IDs 15 years ago
Felix Geisendörfer caba9c70c3 Implemented Utf8Decoder module 15 years ago
visionmedia 45948e054d Added better error messages for async and sync fs calls with paths 15 years ago
Ryan Dahl da9323040f Simplify stack trace reporting using new V8 API 15 years ago
Jérémy Lal 4e40e8804b System EV compatibility fix : use EV_DEFAULT_UC 15 years ago
Ryan Dahl c90e44e582 Just add an extra include for strings.h - don't try to be cute 15 years ago
Ryan Dahl 8e5b91c79b Revert "Check for strings.h" 15 years ago
Ryan Dahl 032f651824 Check for strings.h 15 years ago
Ryan Dahl b78508266b Change string.h to strings.h compile on solaris 15 years ago
Ryan Dahl ab068db9b1 Improve error reporting 15 years ago
rentzsch a5b132ad63 fs.Stats.size V8::Integer => V8::Number. 15 years ago
Ryan Dahl 3ac6deefa8 Change GC idle notify so that it runs along side setInterval 15 years ago
Ryan Dahl b6c5cf60b7 Ignore SIGPIPE 15 years ago
Ryan Dahl 3bb21b5191 Fix signo_string for linux and solaris 15 years ago
Felix Geisendörfer f8a3cf980f Properly handle child process exit codes 15 years ago
Ryan Dahl 9b2aac61b2 Resolve EWOULDBLOCK to string if different thatn EAGAIN 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 76d525b034 Remove assert for no-such-module 15 years ago
isaacs cfd459abde Move the module loading framework into lib/module.js. Minimal changes otherwise. 15 years ago
isaacs e0061a511d refactor path module to lib/path.js 15 years ago
isaacs 7ff53f4c6a Refactor events module to lib/events.js 15 years ago
Ryan Dahl 4ff45c264c Remove old EvalCX 15 years ago
Herbert Vojcik c2a06725d6 Script class with eval-function-family in binding('evals') plus tests. 15 years ago
Ryan Dahl ac3bc2ed41 Simplify GC idle notification 15 years ago
Ryan Dahl 41ef1717e0 Upgrade V8 to 2.2.3.1 15 years ago
Ryan Dahl a98d23d905 Disable IdleWatcher 15 years ago
Ryan Dahl 4e7e2f8724 Change nextTick implementation for the better 15 years ago
Micheil Smith 57ea07ac91 Moving the http.js, net.js FreeList to being standalone. 15 years ago
Rhys Jones 80174392bb Moved Credentials into crypto module. Added node_crypto into crypto module 15 years ago