254 Commits (0914d33842976c2c870df06573b68f9192a1fb7a)

Author SHA1 Message Date
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
Ryan Dahl d923c94a0c Remove udns 15 years ago
Krishna Rajendran dc1f4ebd44 c-ares based dns module 15 years ago
Vanilla Hsu 25adb2eb55 [FreeBSD] use /dev/null instead /dev/mem 15 years ago
Ryan Dahl 38041fcaa0 Try out Flatten API 15 years ago
Ryan Dahl ca0038bf2f Add mising EV_DEFAULT_UC in ev_now() 15 years ago
Ryan Dahl 801fb8a614 Better, faster, idle notification 15 years ago
Rhys Jones fb3a9cd0d8 Initial openssl support for net2 15 years ago
Ryan Dahl 94644d743c Remove multipart library 15 years ago
Ryan Dahl 53530e981a Fix test-http-chunked. Need to check for \0 at end of utf8 strings 15 years ago
Ryan Dahl 8e9ec4abea Fix idle timeouts 15 years ago
Ryan Dahl 663269f687 old tcp module is now tcp_old 15 years ago
Ryan Dahl 025116f8d0 Move Buffer into own module 15 years ago
Ryan Dahl b80f6e9ed1 http2 now default 15 years ago
Tim-Smart df8164c1c3 node.cc: EvalCX: Third argument as filename 15 years ago
Ryan Dahl 04c06b9149 child process now use net.Socket 15 years ago
isaacs 31ed37fdf0 evalcx shouldn't be too fancy 15 years ago
isaacs 943b2c61a8 Make evalcx work like it's supposed to. 15 years ago
Ryan Dahl 953fa3a5f5 Move net2 bindings out of process 15 years ago
Ryan Dahl fdf46a65c9 Use streams for stdout and stdin 15 years ago
Ryan Dahl 6befc72f82 Add missing lib/events.js 15 years ago
Ryan Dahl c90546f138 Move native js files into binding object 15 years ago
Ryan Dahl 8492c52e15 Use uniform watcher names 15 years ago
Ryan Dahl 627fb5adbb Load c++ modules on demand 15 years ago
Ryan Dahl 3994340a45 Fix gcc warnings in node.cc 15 years ago
Ryan Dahl 4ccdc501d4 Include lib/ directory in node executable. Compile on demand. 15 years ago