815 Commits (cbbf9e43d1770047e98fe65d5f710815f432a5b4)

Author SHA1 Message Date
Ryan Dahl 5aea12b4c4 stdout should be writable only 15 years ago
Felix Geisendörfer c143cba590 Get rid of coupling for stdin 15 years ago
Felix Geisendörfer 76f98c27de Get rid of coupling for stdout 15 years ago
Ryan Dahl c6248efd73 Compile for beta versions of OpenSSL 1.0.0 15 years ago
Jérémy Lal 5caf53a053 Add support for MX queries in dns module, works with c-ares upstream patch. 15 years ago
Ryan Dahl 9926dacd14 Remove getaddrinfo from net2.cc 15 years ago
Ryan Dahl c72967d335 Remove http_old tcp_old 15 years ago
Krishna Rajendran 7a34afba77 openssl 1.0.0 constification 15 years ago
Ryan Dahl c9e27b11c5 Unify ErrnoException creation 15 years ago
Ryan Dahl 6abdf051d3 Unhandled 'error' events kill program 15 years ago
Ryan Dahl 76d525b034 Remove assert for no-such-module 15 years ago
Ryan Dahl d70474dc10 SIGPIPE on stdout should kill the process by default 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
Herbert Vojčík 4badb227cf Fix TCP_KEEPIDLE build failure in FreeBSD. 15 years ago
Julian Lamb 5f8f561d61 add setKeepAlive function, which enables and sets the TCP keep-alive timer 15 years ago
Michaeljohn Clement ac9d9f4e9f better function test in addEventListener 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
Rhys Jones e4a6b72ae3 Added test and started tidy-up of node_crypto.cc 15 years ago
Ryan Dahl 5281f29012 Use new method of getting chars written for UTF8 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 760bba5518 Support Upgrade in HTTP messages 15 years ago
Ryan Dahl b8c0349750 Fix triple buffer slice bug 15 years ago
Ryan Dahl a98d23d905 Disable IdleWatcher 15 years ago
Ryan Dahl 4e7e2f8724 Change nextTick implementation for the better 15 years ago
Ryan Dahl b98cd6753b process.mixin: deprecation -> removed 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
Tim Caswell 62d9852c3d Replace slow and broken for..in loops with faster for loops over the keys. 15 years ago
Ryan Dahl cc9d5ab546 C-Ares shouldn't iterate over all Object.prototype elements 15 years ago
Ryan Dahl 9331218449 Servers shouldn't die on EMFILE 15 years ago
Herbert Vojcik 06b9c8bf1f Fix of normalizing paths of form ./../the/rest 15 years ago
Ryan Dahl d923c94a0c Remove udns 15 years ago
Ryan Dahl 8f671041a5 Check for ip address in dns_cares.lookup 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 53dd9fe200 Fix bug in buffer.utf8Write() which included \u0000 15 years ago
Ryan Dahl 801fb8a614 Better, faster, idle notification 15 years ago
Ryan Dahl b0d1d6c2b9 Reset stdin, stdout fd flags on exit 15 years ago
Ryan Dahl 85487c82d0 Blob struct should not contain actual data 15 years ago
Ryan Dahl ec0266a56c Update libev's clock when starting timers 15 years ago
Ryan Dahl b72ffc0e07 Add buffer.copy 15 years ago
Rhys Jones fb3a9cd0d8 Initial openssl support for net2 15 years ago
Ryan Dahl ae805f1057 Emit 'error' on tcp connection DNS error 15 years ago
Ryan Dahl 94644d743c Remove multipart library 15 years ago