Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-19Add color PASS/FAIL statements. Use python for portability.Ryan
2009-05-15Inform V8 of external allocations.Ryan
This is sloppy: after each ObjectWrap allocation the user needs to call ObjectWrap::InformV8ofAllocation(). In addition each class deriving from ObjectWrap needs to implement the virtual method size() which should return the size of the derived class. If I was better at C++ I could possibly make this less ugly. For now this is how it is. Memory usage looks much better after this commit.
2009-05-14Remove -n from echo in Makefile. (Doesn't work on OSX.)Ryan
2009-04-23wasn't sending pos arg for puts()Ryan
2009-04-22import full versions of dependency libraries!Ryan
2009-04-21add 'make test'Ryan
2009-04-18fix configure so it can handle --debug argumentRyan
2009-04-15everything is changed. i've waited much too long to commit.Ryan
this is awful. i'm sorry for being so messy.