Results 6 issues of Doxin

the title says it all. this segfaults: ``` conn.write(msg,msg.length); ``` this doesn't: ``` conn.write(msg,msg.length,(conn){}); ```

currently only github and bitbucket are supported. I would love to see at least gitlab.com supported too, but ideally any git url ought to work.

enhancement

This way people don't need to modify the source code to customize. This PR also changes the TIME_DIV parameter to a pats-per-second parameter for ease of configuration. It also adds...

being able to reset the lua interpreter would come in handy a lot of times. right now the only way to do this is by restarting tpt.

New feature

it automatically uses a nice number of processes, or you can specify with --threads. it doesn't output the same header, but I don't know if this is a regression or...

`String.split(..., 2)` will split the string at most 2 times, resulting in a 3-tuple. Presumably the intent here was to have a 2-tuple at most, meaning the string gets split...