test-dns so that NXDOMAIN does not rise errors
[platform/upstream/nodejs.git] / Makefile
2010-04-19 Ryan DahlMake 'make distclean' work on solaris
2010-04-14 Rhys JonesMerge branch 'master' into openssl
2010-04-09 Ryan DahlFix doc again
2010-04-09 Ryan DahlMore documentation work. Remove long lines
2010-04-08 Felix GeisendörferBring back the old manual style
2010-03-27 Ryan DahlAdd note about where to find ronn
2010-03-27 Tim CaswellConversion to markdown based API docs.
2010-03-08 Ryan DahlMerge branch 'master' into net2
2010-03-07 Ryan Dahlclean should not docclean
2010-03-02 Ryan DahlMerge branch 'master' into net2
2010-03-02 Ryan Dahl'make test' only runs the simple test
2010-02-26 Ryan DahlMerge branch 'master' into net2
2010-02-25 arlolraSplit tests.
2010-02-22 Ryan DahlMerge branch 'master' into net2
2010-02-22 Ryan Dahldelete changelog.html on 'make docclean'
2010-02-21 Ryan DahlAdd changelog to website
2010-02-17 Ryan DahlMerge branch 'master' into net2
2010-02-17 Ryan DahlFix 'make website-upload'
2010-02-17 Ryan Dahlsed -i 's/git-/git /g' Makefile
2010-02-17 Ryan Dahldocumentation clean up
2009-12-31 Ryan DahlMerge branch 'master' into net2
2009-12-30 Ryan Dahl'make distclean' should not call 'waf clean'
2009-12-06 Ryan DahlUse --jobs=1 with WAF
2009-10-07 Ryan DahlFix build.
2009-10-07 Ryan DahlFix 'make distclean'
2009-10-07 Ryan DahlUpgrade v8 to 1.3.14
2009-10-05 Ryan DahlSimplify 'make distclean' by just doing 'rm -rf build'
2009-10-03 Ryan DahlImprove "make dist" remove generated doc from repo.
2009-10-03 Ryan DahlDon't unnecessarily output the makefile from the config...
2009-04-04 Ryanuse the WAF build system
2009-03-13 Ryanallow null host parameter to listen on localhost
2009-03-06 Ryanworking towards working keep-alive. need tests
2009-03-04 Ryanimplement setInterval()
2009-03-04 Ryanadd test/test_http_server_echo and 'make test'
2009-03-03 RyanAdd beginnings of the setTimeout interface
2009-03-03 RyanMajor refactoring: program name now "node"
2009-03-02 Ryanbegin work on the TCP.connect interface
2009-02-23 Ryanupload/download works seemingly
2009-02-23 Ryantrying to implement streamed upload. not working.
2009-02-23 Ryancompactify the code into a single file. will abstract...
2009-02-22 Ryanrequest.respond works
2009-02-20 Ryanfirst compile
2009-02-20 Ryan intermediate commit. nothing works.
2009-02-16 Ryanadd readme and initial code