index
:
libgats.git
main
Generalized Agile Transport System, send compact, binary structured data.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cs-dotnet
/
src
/
tests
(
follow
)
Age
Commit message (
Collapse
)
Author
2013-02-11
Updated the copyright to 2013. Also, started the Gats::RpcHandler.
Mike Buland
2012-11-17
Added XML standard in-code documentation, also GatsList and GatsDictionary
Mike Buland
helpers.
2012-11-15
Added license notice to C# code.
Mike Buland
2012-11-15
Ok, Packet based stream reading/writing works and is compliant.
Mike Buland
2012-11-15
Dictionaries are implemented now. Everything tests out against python.
Mike Buland
The next step is the packet stream interface.
2012-11-15
Much overriding was done, but GatsList works great. And just like a standard
Mike Buland
.net list.
2012-11-15
Accidentally included a dll, oops. Also, gats null, and gats float work
Mike Buland
correctly now and are tested against the python implementation.
2012-11-14
Strings, bools, and ints all seem fine, the more complex container types are
Mike Buland
coming next, and will implement the full range of appropriate interfaces.
2012-11-14
Started a nice, native .net implementation in C#
Mike Buland