summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2009-10-06Simplify 'make distclean' by just doing 'rm -rf build'Ryan Dahl1-3/+1
2009-10-03Improve "make dist" remove generated doc from repo.Ryan Dahl1-9/+17
2009-10-03Don't unnecessarily output the makefile from the configure script.Ryan Dahl1-0/+65
2009-04-04use the WAF build systemRyan1-55/+0
2009-03-13allow null host parameter to listen on localhostRyan1-14/+9
2009-03-06working towards working keep-alive. need testsRyan1-2/+2
2009-03-04implement setInterval()Ryan1-1/+2
2009-03-04add test/test_http_server_echo and 'make test'Ryan1-0/+11
2009-03-03Add beginnings of the setTimeout interfaceRyan1-1/+4
2009-03-03Major refactoring: program name now "node"Ryan1-11/+14
2009-03-02begin work on the TCP.connect interfaceRyan1-1/+7
2009-02-23upload/download works seeminglyRyan1-1/+1
2009-02-23trying to implement streamed upload. not working.Ryan1-1/+1
2009-02-23compactify the code into a single file. will abstract later.Ryan1-4/+1
2009-02-22request.respond worksRyan1-3/+6
2009-02-20first compileRyan1-3/+6
2009-02-20 intermediate commit. nothing works.Ryan1-5/+6
2009-02-16add readme and initial codeRyan1-0/+32