aboutsummaryrefslogtreecommitdiff
path: root/java (follow)
AgeCommit message (Collapse)Author
2013-02-11Updated the copyright to 2013. Also, started the Gats::RpcHandler.Mike Buland
2012-11-14Strings, bools, and ints all seem fine, the more complex container types areMike Buland
coming next, and will implement the full range of appropriate interfaces.
2012-11-09Many changes: tabconv'd the C++ code, added a license, BSD, and docs.Mike Buland
2012-10-24More comment/spelling fixes. Added a helper to GatsInputStream soMike Buland
you can find out how many bytes the previously read object was.
2012-10-24Primarily documentation cleanups. Also removed some extra imports that areMike Buland
no longer used.
2012-10-24Build script has been updated to not try to compile the package-info.java file.Mike Buland
It's a little odd, we definately need an easier way to remove items from lists. I'm thinking just a minus operator.
2012-10-24Moved package-info.java into the gats dir. Apparently thisMike Buland
is an issue when using the parametrs that eclipse uses, it was complaining. It doesn't do that with the params to javac I use on the command line.
2012-06-11All languages now support Null except for python and php, python is provingMike Buland
slightly trickier.
2012-03-01Fixed a bug in java gats reading large strings over the network.Mike Buland
2012-02-16Added a missing and badly needed helper function to the dictionary, put withMike Buland
a byte array as a parameter.
2012-02-13Consistancy is best, so all the get helpers throw an exception if they can'tMike Buland
find their object.
2012-02-13Trying a more sensible handling for get helpers in GatsDictionary, they throwMike Buland
an exception now if the key isn't found. getInt and getFloat will both probably be complimented by getBigInt and getBigFloat or something like it later on, but we'll always return types from those helpers that can't contain a null, so exceptions it is.
2012-01-16Lots of documentation, an example program, and also some visibility cleanup.Mike Buland
2011-04-27The GatsInputStream is much, much simpler, should be much faster, and worksMike Buland
more like java says blocking things should work. If you ask it to read an object, it will, it will wait on the socket until it gets a whole one, or throws an exception.
2011-04-27david - some changesDavid
2011-04-21Bugfix, forgot to clear my read buffer.Mike Buland
2011-04-21Many helpers added, we like helpers.Mike Buland
2011-04-21Gats float should (maybe) work...Mike Buland
2011-04-21Well, dictionary may work...Mike Buland
2011-04-21david - dictionary : )David
2011-04-21List may actually work!Mike Buland
2011-04-21david - new methodsDavid
2011-04-21Need a hand...Mike Buland
2011-04-21Heh, it was backwards.Mike Buland
2011-04-21Boolean is in.Mike Buland
2011-04-21Strings work now.Mike Buland
2011-04-21???Mike Buland
2011-04-21You can read and write integers now. Other types should be pretty easy from ↵Mike Buland
here.
2011-04-21It...builds?Mike Buland
2011-04-21Gats for java is getting closer.Mike Buland
2011-03-10The beginings of java gats.Mike Buland