227 Commits (4e7e2f872421e9c89538807ce191cd86e40341ab)

Author SHA1 Message Date
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
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
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
Tim-Smart ae10a48383 Initial implementation of process.evalcx 15 years ago
Ryan Dahl 6ec2f877c2 Depreciation -> Deprecation 15 years ago
Vanilla Hsu b13081691e use getpagesize() to get PAGE_SIZE on FreeBSD. 15 years ago
Ryan Dahl 4635ed7fde Add process.now 15 years ago
Ryan Dahl dd21a4f4b9 Remove the 'Error: (no message)' exceptions print stack trace instead 15 years ago
Ryan Dahl 6310e717e4 Remove the 'Error: (no message)' exceptions print stack trace instead 15 years ago
Ryan Dahl 40e42e8107 Replace --cflags with --vars 15 years ago
Ryan Dahl 209b219b10 Add environmental varibles to help text 15 years ago
Rasmus Andersson 374300ca8d Updated patch of node.cc for supporting reading of umask 15 years ago
Ryan Dahl a258992855 Depreciation process.unloop() 15 years ago
Ryan Dahl 6d60d2db00 Revert "Use kqueue on macintosh" 15 years ago
Ryan Dahl e6dbf8d632 Revert "Remove process.unloop()" 15 years ago
Ryan Dahl 1e710cafa7 Remove process.unloop() 15 years ago
Ryan Dahl 409020a67d Use kqueue on macintosh 15 years ago
isaacs 0dba38eef0 Fix a bug that was suppressing the error in setgid, allowing it to fail silently. 15 years ago
Ryan Dahl fdbc9a82e4 Use EVBACKEND_SELECT on Solaris 15 years ago
Zoran Tomicic b2995829e1 Edit PrintHelp() text 15 years ago
Jonas Pfenniger 8f59cccb75 Removed deprecation errors in src/node.cc 15 years ago
James Duncan df1c1e593f Add setgid,getgid 15 years ago
Jérémy Lal ffb4b47367 Fix for when EV_MULTIPLICITY=1 15 years ago
Ryan Dahl 46ebaa00ce Encoding 0 length data, returns '' instead of null 15 years ago
Zoran Tomicic d98ea70168 Configurable debug ports, and --debug-brk 15 years ago
Jeremy Ashkenas 2916a2acd4 Remove '--' from command line parsing 15 years ago
Ryan Dahl ea4956f046 Simplify call to V8::IdleNotification 15 years ago