815 Commits (cbbf9e43d1770047e98fe65d5f710815f432a5b4)

Author SHA1 Message Date
Ryan Dahl 53530e981a Fix test-http-chunked. Need to check for \0 at end of utf8 strings 15 years ago
Ryan Dahl b9106b0ecd Use AF_INET sockets instead of always AF_INET6 15 years ago
Ryan Dahl 3197cf291d Better flushing 15 years ago
Ryan Dahl aec80d47bb Better check for FDs in net2 bindings 15 years ago
Herbert Vojcik 9e97e185ad EAI_NODATA deprecated, patch to use EAI_NONAME if missing (it is in FreeBSD) 15 years ago
Ryan Dahl 218d7e9f2d Clean up NODE_DEBUG detection 15 years ago
Ryan Dahl 8e9ec4abea Fix idle timeouts 15 years ago
Ryan Dahl a01d8a0d68 Timer clean ups 15 years ago
Ryan Dahl 54d4efd44b Upgrade http-parser 15 years ago
Ryan Dahl 765f0cdece Fix ChildProcess::Kill 15 years ago
Ryan Dahl bfdc421dda Don't kill negative PIDs 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 ac684f3583 Add legacy 'binary' encoding/decoding methods to Buffer 15 years ago
Ryan Dahl b80f6e9ed1 http2 now default 15 years ago
Ryan Dahl 4278f35e89 Add support for Buffer to fs.write 15 years ago
Ryan Dahl 3a993d8897 Buffer.utf8ByteLength -> Buffer.byteLength 15 years ago
Ryan Dahl 0c64768cb4 Don't error out when buffer.utf8Write() doesn't fit 15 years ago
Herbert Vojcik 9e8afe9133 DRY loading native module 15 years ago
Carson McDonald e5cbe73a82 Better EventEmitter modify-in-emit 15 years ago
Scott Taylor 39f0ef9d4a Remove duplicate shebang filtering 15 years ago
Tim-Smart df8164c1c3 node.cc: EvalCX: Third argument as filename 15 years ago
Ryan Dahl 1332cafb7c s/Socket/Stream/g 15 years ago
Ryan Dahl 04c06b9149 child process now use net.Socket 15 years ago
Krishna Rajendran 84277ea845 Check for callback argument in PTR lookup 15 years ago
isaacs 31ed37fdf0 evalcx shouldn't be too fancy 15 years ago
Ryan Dahl 217e4b40d4 Check for callback argument in DNS functions 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 5d5c8cf04a Fix StatWatcher typo 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 5c712a7da5 Lazy load fs.readFile 15 years ago
Ryan Dahl 1256df76bc remove whitespace 15 years ago
Ryan Dahl 1395cba6ce Remove require.paths from process object 15 years ago
Ryan Dahl 4ccdc501d4 Include lib/ directory in node executable. Compile on demand. 15 years ago
Krishna Rajendran 0d5a1fed33 Use gai_strerror when tcp.Server fails to resolve its address or service. 15 years ago
Herbert Vojčík 49d30c6478 Only Ref in idle watcher when wasn't already active. 15 years ago
Scott González d2ec5c23cf Fixed typo in comment for require.registerExtension(). 15 years ago
Ryan Dahl d7efb0fdb2 Factor out TryCatch in ReallyEmit 15 years ago
Ryan Dahl 2c7cbbc1b0 Optimize event emitter for single listener 15 years ago
Ryan Dahl b571900d9c Fix node_timer bug; sometimes was not initializing watcher 15 years ago
Ryan Dahl 836e6a3fcb Adjust object ref count after call to ev_timer_again 15 years ago
Ryan Dahl 177de8fefc Fix some gcc warnings 15 years ago
Ryan Dahl 3d10852c33 Disable AsciiSliceExt 15 years ago
Ryan Dahl c1613e6ebb Deprecate process.mixin 15 years ago