platform/upstream/nodejs.git
2009-05-15 RyanSlightly better buffer allocation. (Probably not worth...
2009-05-15 RyanCommit partial work in http.js. Comment out V8::Dispose...
2009-05-15 RyanInform V8 of external allocations.
2009-05-14 RyanFixes to get HTTP working with new TCP API.
2009-05-14 RyanWrap NewInstance with TryCatch. (Was still missing...
2009-05-14 RyanWrap calls in TryCatch; Check return values after UNWRAP.
2009-05-14 RyanRelatively large update to TCP API. No more "protocol".
2009-05-14 RyanRename TCP classes to sit in node hierarchy.
2009-05-14 RyanAdd p() like in Ruby.
2009-05-14 RyanDon't need librt.
2009-05-14 Ryanupdate node.html
2009-05-14 RyanAdd HTTP Server documentation.
2009-05-14 RyanRemove -n from echo in Makefile. (Doesn't work on OSX.)
2009-05-14 RyanIntroduce NODE_SET_PROTOTYPE_METHOD which properly...
2009-05-13 RyanWas not properly passing the host parameter to Acceptor...
2009-05-13 RyanFix memory leak in timer.
2009-05-13 RyanRename main.js to node.js.
2009-05-13 RyanMove Timer class into node namespace.
2009-05-13 Ryanmore updates to websites
2009-05-13 RyanAdd webpage. Very incomplete.
2009-05-12 RyanPath, URI, Fragment, etc were not getting passed to...
2009-05-12 Ryanliboi should include libev
2009-05-12 RyanRandom clean-ups to the web server.
2009-05-11 RyanUpgrade v8 to version 1.2.3.
2009-05-11 RyanAdd keep-alive handling.
2009-05-11 RyanAdd status code reasons to server API.
2009-05-11 Ryanchange the http server response api slightly
2009-05-11 RyanAdd profile window around socket on_read.
2009-05-07 Ryandon't die on EPIPE
2009-05-07 RyanAdd accessor File#encoding
2009-05-07 RyanBinary HTTP bodies for both requests and responses.
2009-05-06 Ryanget chunked responses working
2009-05-06 Ryannode.http.Server was not getting req.path, etc.
2009-05-06 RyanCreate node.http.Server and node.http.LowLevelServer
2009-05-05 Ryanlink to google profiler
2009-05-05 RyanVarious fixes to make the web server not give off so...
2009-05-05 RyanReference counting. Network bugs.
2009-05-05 Ryanupdate oi_socket - modify node code to match
2009-05-04 RyanSome fixes to allow HTTPServer to begin listening.
2009-05-04 RyanImplement HTTPServer (untested!)
2009-05-04 RyanMake onError work for TCPConnection.
2009-05-04 RyanFix HTTPConnection javascript inheritance.
2009-05-04 Ryanvarious clean ups; HTTPConnection (js side) inherits...
2009-05-04 RyanSlight change in tcp connection constructor
2009-05-03 Ryanadd onMessageComplete and onBody handlers.
2009-05-03 Ryanextract headers, status_code, path, http version from...
2009-05-03 RyanBegin refactor of http.cc. Remove libebb add http_parser.
2009-05-02 Ryanrename Connection.disconnect -> Connection.close
2009-05-02 Ryancleanup: rename some of the callbacks
2009-05-02 Ryanadd Connection::SendEOF. modify test accordingly.
2009-05-02 RyanMajor refactor of network code
2009-04-29 RyanAdd test for setInterval
2009-04-29 RyanRemove `if (pointer == NULL)` after allocations with...
2009-04-29 RyanPublicize Socket and Server for eventual cooperation...
2009-04-29 Ryanremove process.{cc,h} process.exit() now exit()
2009-04-29 RyanRefactor setTimeout to be a Timer object.
2009-04-28 RyanUse ObjectWrap base class for File, Socket, Server.
2009-04-28 RyanCreate a node namespace
2009-04-28 RyanUpdate liboi. Use EV_MULTIPLICITY=0.
2009-04-23 Ryanget 'make install' working
2009-04-23 Ryanchange localhost to 127.0.0.1 because macs suck
2009-04-23 Ryanfix the waf configure --debug options. seems to work...
2009-04-23 Ryansign error on file position argument
2009-04-23 Ryanwasn't sending pos arg for puts()
2009-04-23 RyanWAF: fix the debug variant.
2009-04-23 Ryanadd position arguments to File#read and File#write
2009-04-22 Ryanimproved ping pong test.
2009-04-22 Ryanadd scons local for v8. check for librt in wscript
2009-04-22 Ryanimport full versions of dependency libraries!
2009-04-22 RyanBROKEN COMMIT: removing git submodules
2009-04-22 Ryanupdate eio. add EIO_STACKSIZE define for getaddrinfo...
2009-04-22 Ryanrename echoserver -> pingpong
2009-04-22 Ryanbeef up the echoserver test
2009-04-22 Ryanadd echo test. remove debug printfs
2009-04-22 Ryanfix some errors/memleaks
2009-04-22 Ryanimplment server.close
2009-04-22 Ryanthrow error when given a bad arguement to socket.write
2009-04-22 Ryanbug fix: recving raw data was incorrect.
2009-04-22 Ryantcp server is accepting connections now.
2009-04-22 Ryanadd framework for tcp server. change eio stacksize...
2009-04-21 Ryanoops. call onConnect callback not onRead callback after...
2009-04-21 Ryanadd async dns for Socket
2009-04-21 Ryanbegin clean up of Socket
2009-04-21 Ryanon_load -> onLoad
2009-04-21 Ryanclean up timers a bit
2009-04-21 RyanRename JS_ to NODE_ for method macros. add marcos to...
2009-04-21 Ryanremove debug messages from module loading.
2009-04-21 Ryandebugging/improving the module framework
2009-04-21 Ryanadd 'make test'
2009-04-20 Ryanremove old test files
2009-04-20 Ryanensure socket closure in very old test scripts
2009-04-20 Ryansmall cleanups to the require structure
2009-04-20 Ryanreimplement module loading
2009-04-20 Ryanadd File.cat
2009-04-18 Ryanrename a few files to remove node_ prefix
2009-04-18 Ryanrename NewFile to File::New
2009-04-18 Ryanfix configure so it can handle --debug argument
2009-04-18 Ryanadd File.stat File.exists File.strerror
2009-04-18 Ryanfix a bug with eio polling.
2009-04-17 Ryanfile system methods to be queued.
next