summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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