439 Commits (8a58e83870956614ca9c9001f60e042c0be1c822)

Author SHA1 Message Date
Ryan 207bd3c764 Add header to src/dns.cc to compile on FreeBSD. 15 years ago
Ryan 4f46c47773 node.fs.File was not passing args to promise callbacks. 15 years ago
Ryan 9d3ed1bb92 Bugfix: negative integers in raw encoding stream. 15 years ago
Ryan e25afc35bd Hack to fix module line numbers in stack traces. 15 years ago
Ryan b27f8ba06d Default to chunked for client requests without C-Length. 15 years ago
Ryan 5373c6869a node.tcp.Server's backlog option is now an argument to listen() 15 years ago
Ryan 41d89f611f Add DNS API. 15 years ago
Ryan 0fb0af3a6c Rename evnet to evcom. 15 years ago
Ryan 842eaf446d Move EventEmitter.prototype.emit() completely into C++. 15 years ago
Ryan 4aac515202 Remove unused 'using namespace std' lines. 15 years ago
Ryan b3e828991b Remove unused symbols from http.cc. 15 years ago
Ryan 854538d094 Missing HandleScope in GetMethod(). Thanks Brian. 15 years ago
Ryan 50c0d16208 Fix memory leak. It was only a missing HandleScope in Emit()! 15 years ago
Ryan 78aaf8df67 Remove unused static object. 16 years ago
Ryan 646829262f Fix evnet_buf size calculation for V8::AdjustAmountOfExternalAllocatedMemory(). 16 years ago
Ryan dd1750f573 Clean up little errors in events.js 16 years ago
Ryan 0462b5d1ec ObjectWrap: MakeWeak again after each Weak callback. 16 years ago
Ryan b1588e78d9 Fix utf8 scripts, add test. Thanks Urban. 16 years ago
Ryan e8a5d3d311 remove the callback from node.cat, node.fs.cat 16 years ago
Ryan b07dc31e1b root_module should be a local variable 16 years ago
Ryan 2a695a9721 Array.prototype.encodeUtf8 renamed to node.encodeUtf8(array) 16 years ago
Ryan e7bbda0b7f Attach connections on Macintosh too. 16 years ago
Ryan eb10553634 Move node.inherit, node.path, node.cat to new file: util.js 16 years ago
Ryan edbae656d6 Add IsNearDeath assertion to ObjectWrap destructor 16 years ago
Ryan 56c785ceae small clean ups to http.js 16 years ago
Ryan 0292dea847 Better error output for socket errors. Temporary. 16 years ago
Ryan 1b6bbc619d Bugfix: Server-side clients not attached between creation and on_connect. 16 years ago
Ryan fc02221393 Remove unused variable from ~Connection 16 years ago
Ryan ef09b2c65d large http.js refactor 16 years ago
Ryan 216e6204f0 http: Add IncomingMessage as abstract base class of ServerReq ClientRes 16 years ago
Ryan 2819e3bcb8 Replace some printf() in src/net with asserts 16 years ago
Ryan f99fbc61e1 Add 'close' event to tcp.Server 16 years ago
Ryan bf6a457f64 Use assert() for Unwrap checks instead of JS error. 16 years ago
Ryan 041af82b8c Bugfix: Sockets not properly reattached if reconnected during disconnect event. 16 years ago
Ryan 996d5ef5f1 Add res.client to ClientResponse 16 years ago
Ryan c5ab0d5a80 Upgrade liboi, which is now called evnet. 16 years ago
Ryan 51e77c37b5 Do not call Detach() from Server::~Server. 16 years ago
Ryan 22c3a1e2a5 Templatize ObjectWrap::Unwrap. Remove NODE_UNWRAP macro. 16 years ago
Ryan 1fc4dce08b Simplify and cleanup ObjectWrap. 16 years ago
Joshaven Potter 4b9f26c51a validate js 16 years ago
Ryan 8047b912c0 Change 'new node.tcp.Connection' to 'node.tcp.createConnection' 16 years ago
Ryan d56552dc66 Remove node.Process constructor from API 16 years ago
Ryan e4ba665c87 Fix ref/unref problem. Was doing opposite of what I should. 16 years ago
Ryan e7ad8ab4b0 Clean up some of the event handling code 16 years ago
Ryan d428eff023 Snakecase events . 16 years ago
Ryan c2bdc01870 Bad array index in AfterStat() 16 years ago
Ryan e876d6629e Fix unused variable warnings. 16 years ago
Ryan 89320036a8 Timer::RepeatSetter wasn't getting the right value 16 years ago
Ryan 4787a41b84 Fix Process::MaybeShutdown's return type 16 years ago
Ryan c9cb41cf80 Wrong number of arguments being passed to emit in AfterOpen 16 years ago