aboutsummaryrefslogtreecommitdiff
path: root/default.bld (follow)
AgeCommit message (Collapse)Author
2011-05-17GatsCon now supports proxying, and way better than qtbenc ever did. Not onlyMike Buland
does it proxy, but you can inject your own messages going to the client or host. Pretty slick, really. Next up, reading and creating files.
2011-05-17Gats::Object now has a strToGats function, it's pretty slick, it takes a stringMike Buland
and produces a fully formed gats tree. Also, gatscon now can interact with a server directly.
2011-05-16Almost there! I'm adding a qtbenc-like program for gats, only cooler. It'llMike Buland
really help us debug gats based protocols and look at gats files, and the like.
2011-04-06libgats now generates a really basic version.hMike Buland
2010-08-19Wow, it pretty much all works. the float format is a little funny, I treat itMike Buland
as a string, with a string header and then string data that is then turned into a float. It's pretty much how it's going to work, unless I come up with something revolutionary.
2010-08-14libgats gets it's own repo. The rest of the history is in my misc repo.Mike Buland