platform/upstream/nodejs.git
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.
2009-04-16 Ryanremove old readme
2009-04-16 Ryanadd file.read only. raw encoding right now.
2009-04-16 Ryanfile operations are queued.
2009-04-16 Ryanadd stdout stderr global file objects. remove node...
2009-04-16 Ryanonly store fd in javascript (not in c++)
2009-04-16 RyanChange symantics of file.open. Now takes a callback...
2009-04-16 Ryanupdate gitignore to work with waf files
2009-04-16 Ryanremove some old files
2009-04-16 Ryanadd file.write()
2009-04-16 RyanRemove docs.
2009-04-15 Ryanadd file open/close
2009-04-15 Ryaneverything is changed. i've waited much too long to...
2009-04-04 Ryanenable support for the thread pool
2009-04-04 Ryanuse the WAF build system
2009-04-03 Ryanadd dependencies: libeio, libev, v8
2009-03-15 Ryanmore todo items
2009-03-15 Ryana few more todo items
2009-03-15 Ryana few more todo items
2009-03-15 Ryanadd todo list
2009-03-15 Ryanremove 'respond' from Request object in HTTPServer...
2009-03-15 Ryanheader fields should be symbols. enable fatal error...
2009-03-13 Ryanallow null host parameter to listen on localhost
2009-03-09 Ryanreport errors from loaded files
2009-03-09 Ryanwith great performance hit, a patch to handle binary
2009-03-09 Ryanchange HTTPServer constructor. Now: HTTPServer(host...
2009-03-09 Ryanbetter reporting on fatal exceptions
2009-03-09 Ryanbetter error messages
2009-03-07 Ryanfixed bug in HTTPServer. wasn't properly destroying...
2009-03-06 Ryanworking towards working keep-alive. need tests
2009-03-05 Ryanadd blockingFileRead to tide me over until I can get...
2009-03-05 Ryanadd some information about http request objects
2009-03-05 Ryanadd minimal amount about HTTPServer to spec
2009-03-05 Ryanupdate TCPClient specs
2009-03-05 Ryancomplete tcp client (for the most part)
2009-03-05 Ryanhalf way implemented the new TCPClient
2009-03-04 Ryanimplement setInterval()
next