platform/upstream/nodejs.git
2009-05-20 RyanAdd setBodyEncoding to http client responses.
2009-05-20 RyanHTTP Server: Close 1.0 connections properly.
2009-05-20 RyanAdd http.ServerRequest.setBodyEncoding. Needs test...
2009-05-20 RyanChange encoding setter/getter to setEncoding function.
2009-05-19 RyanClean up tests. Add docs.
2009-05-19 RyanHTTP Client: add fix to allow TCP connection to reconnect.
2009-05-19 RyanRemove debugging statement.
2009-05-19 RyanAdd color PASS/FAIL statements. Use python for portability.
2009-05-19 RyanFix a bug in HTTP server when receiving half-closes.
2009-05-19 RyanBug fix: need to return readyState symbol from scope.
2009-05-19 RyanDebugging http. Add simple test. (Does not pass.)
2009-05-19 RyanAdd request method. (How could that be missing still?)
2009-05-19 RyanModify website colors.
2009-05-19 RyanSimple HTTP client is working a bit.
2009-05-18 RyanAdd ParseUri to the node namespace
2009-05-18 RyanWork on motivation statement.
2009-05-18 RyanUse parseUri() for req.uri. Update docs.
2009-05-18 RyanHTTP Server: check the ready state of the connection...
2009-05-18 RyanClean up readyState handling. Add test.
2009-05-18 RyanFix crash in oi_socket; add ready state reader to Conne...
2009-05-18 RyanChange request handler to take two parameters: req...
2009-05-17 RyanWork on website styling.
2009-05-16 RyanAdd to module documentation.
2009-05-16 RyanRemove v8 prefix from function template callbacks.
2009-05-16 RyanRemove HTTP parser callbacks for fragment, query_string...
2009-05-16 RyanAdd sendUtf8 method to socket objects.
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
next