summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* clean should not doccleanRyan Dahl2010-03-071-3/+3
* 'make test' only runs the simple testRyan Dahl2010-03-021-1/+4
* Split tests.arlolra2010-02-251-0/+9
* delete changelog.html on 'make docclean'Ryan Dahl2010-02-211-1/+1
* Add changelog to websiteRyan Dahl2010-02-201-1/+6
* Fix 'make website-upload'Ryan Dahl2010-02-171-1/+1
* sed -i 's/git-/git /g' MakefileRyan Dahl2010-02-171-2/+2
* documentation clean upRyan Dahl2010-02-171-0/+1
* 'make distclean' should not call 'waf clean'Ryan Dahl2009-12-301-3/+5
* Use --jobs=1 with WAFRyan Dahl2009-12-061-6/+8
* Fix build.Ryan Dahl2009-10-071-1/+1
* Fix 'make distclean'Ryan Dahl2009-10-071-2/+2
* Upgrade v8 to 1.3.14Ryan Dahl2009-10-071-1/+1
* Simplify 'make distclean' by just doing 'rm -rf build'Ryan Dahl2009-10-061-3/+1
* Improve "make dist" remove generated doc from repo.Ryan Dahl2009-10-031-9/+17
* Don't unnecessarily output the makefile from the configure script.Ryan Dahl2009-10-031-0/+65
* use the WAF build systemRyan2009-04-041-55/+0
* allow null host parameter to listen on localhostRyan2009-03-131-14/+9
* working towards working keep-alive. need testsRyan2009-03-061-2/+2
* implement setInterval()Ryan2009-03-041-1/+2
* add test/test_http_server_echo and 'make test'Ryan2009-03-041-0/+11
* Add beginnings of the setTimeout interfaceRyan2009-03-031-1/+4
* Major refactoring: program name now "node"Ryan2009-03-031-11/+14
* begin work on the TCP.connect interfaceRyan2009-03-021-1/+7
* upload/download works seeminglyRyan2009-02-231-1/+1
* trying to implement streamed upload. not working.Ryan2009-02-231-1/+1
* compactify the code into a single file. will abstract later.Ryan2009-02-231-4/+1
* request.respond worksRyan2009-02-221-3/+6
* first compileRyan2009-02-201-3/+6
* intermediate commit. nothing works.Ryan2009-02-201-5/+6
* add readme and initial codeRyan2009-02-161-0/+32