platform/upstream/nodejs.git
2009-06-12 RyanUpgrade http parser
2009-06-12 RyanonBodyComplete was not getting called in HTTP server
2009-06-12 Ryanfix typo
2009-06-11 Ryanbump version v0.0.3
2009-06-11 RyanAdd 'localhost' to connect() to test for issue 3
2009-06-11 Ryanadd note about python versions
2009-06-11 Ryancomment out gnutls check in wscript until it's used
2009-06-11 RyanFix comment/test for Mac getaddinfo() bug.
2009-06-11 Ryanadd todo list
2009-06-10 Ryanremove unnecessary pthread header
2009-06-10 Ryanupgrade http_parser
2009-06-10 Ryanfix for issue 3; but now experiencing segfault on linux
2009-06-10 Ryanupgrade liboi
2009-06-10 RyanFree pointer with delete, since created with new
2009-06-09 RyanExtra header to work with freebsd
2009-06-09 RyanAdd waf to LICENSE
2009-06-09 RyanUpgrade http_parser - protects against buffer overflows now
2009-06-09 RyanAdd HTTP proxy test. Fix bug in http.Server.
2009-06-09 RyanAdd mongrel and parseUri references to LICENSE file
2009-06-09 RyanAdd http server / http client test.
2009-06-09 RyanAllow for absolute paths to specify root module
2009-06-08 RyanDon't use AI_NUMERICSERV. Doesn't work on mac.
2009-06-08 RyanModify the tests to use onExit hook.
2009-06-08 RyanUpgrade to v8 1.2.7
2009-06-08 RyanImplement onExit() hook for modules.
2009-06-08 RyanModule system refactor
2009-06-06 RyanDo not assume transfer-encoding: chunked as default...
2009-06-05 RyanAdd connection.remoteAddress for server-side node.tcp...
2009-06-05 RyanDocumentation for connection.connect()
2009-06-05 RyanDon't use AI_PASSIVE in getaddrinfo() for client connec...
2009-06-05 RyanMerge branch 'ujh/master'
2009-06-05 Urban HafnerMention node_chat
2009-06-05 RyanAdd link to chat room demo
2009-06-05 Urban HafnerXHTML compliant HTML and a few spelling fixes
2009-06-05 Urban HafnerMentioning the google group in the README and documenta...
2009-06-04 RyanFix HTTP client output bug.
2009-06-04 RyanIf http.Client has an error, do not continue to reconnect.
2009-06-04 RyanAdd "had_error" argument to the "onDisconnect" in node...
2009-06-04 Ryanstatus_code -> statusCode in test_client.js
2009-06-03 RyanWebsite: correct typos.
2009-06-01 RyanRename req.uri.queryKey to req.uri.params. More familar...
2009-06-01 RyanFix bug: catting non-existent files
2009-05-31 Ryanbump version to v0.0.2 v0.0.2
2009-05-31 Ryanwork on About on webpage
2009-05-30 RyanAdd audience to website
2009-05-30 RyanFix up description on web page
2009-05-29 Ryanchanges to website
2009-05-29 RyanRemove complex string appending in http's send() method.
2009-05-29 RyanRemove unnecessary AdjustAmountOfExternalAllocatedMemor...
2009-05-28 RyanFix ::exit() compile issues.
2009-05-28 Ryanadd long description to website
2009-05-28 RyanRemove old .gitmodules file
2009-05-27 RyanClean up that download link.
2009-05-27 RyanUpdate website with first release link.
2009-05-27 RyanChange to build on FreeBSD v0.0.1
2009-05-27 RyanJust twiddling with the webpage
2009-05-27 RyanReorganize the website into two pages.
2009-05-26 Ryanadd license, readme
2009-05-26 RyanAdd includes for freebsd compatibility
2009-05-26 RyanRemove file access flags that arn't present in macintosh.
2009-05-26 RyanAdd errno constants. Move all constants to `node.consta...
2009-05-26 RyanRename fatal_exception to FatalException
2009-05-26 RyanHave connection.setEncoding use node::ParseEncoding
2009-05-26 RyanClean up doc intro and syntax highlighting.
2009-05-26 RyanClean up outgoing encoding API. Generally: send(chunk...
2009-05-26 RyanAdd preliminary tcp documentation
2009-05-26 RyanMore docs. Add rmdir and unlink.
2009-05-26 RyanFile I/O documentation. Remove necessity of class=...
2009-05-26 RyanAdd node.fs prefix to some constants. oops.
2009-05-26 RyanLarge refactor of file code.
2009-05-25 RyanMore docs
2009-05-25 RyanAdd docs. Rename exit() to node.exit().
2009-05-25 RyanRemove error codes from file on_completion callbacks...
2009-05-21 RyanNamespace File stuff in node.fs
2009-05-21 RyanBeginnings of file i/o docs. Finish up timers.
2009-05-20 RyanBegin documentation for file i/o
2009-05-20 RyanCamel case status_code and http_version.
2009-05-20 RyanMore node.http.Client docs
2009-05-20 RyanBegin node.http.Client docs
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...
next