1
0
mirror of https://github.com/ubf/ubf.git synced 2026-04-16 17:55:48 +00:00

7 Commits

Author SHA1 Message Date
Joseph Wayne Norton
06966fd372 misc. tiny cleanups 2010-07-12 09:58:25 +09:00
Scott Lystig Fritchie
000597c742 Fix UBFBinary.equals when comparing String 2010-05-10 18:13:10 -05:00
Scott Lystig Fritchie
1f32d4c1df Add .gitignore for priv/java/classes dir 2010-05-08 14:42:58 -05:00
Scott Lystig Fritchie
f8451b27f8 Various bug and bit-rot fixes for UBF Java client
* Add support for UBF(A) register decoding.
* Add support for UBF(A) binary term encoding and decoding
* Change UBFInteger to use Long (64 bits) internally instead of Integer
  (32 bits)
* Add UBFClient.stopSession() method to close a connection
* UBFClient doesn't throw exception on socket error if
  UBFClient.stopSession() is called.
* Update the messaging conventions used for UBF RPC calls, responses,
  and async events.
* Added UBF.tuple() constructors (convenience functions) for making
  UBFTuples of up to arity 12.
2010-05-08 14:07:21 -05:00
Scott Lystig Fritchie
df1245c3d9 Add missing java Makefile from JA's 'ubf-1.12' distro 2010-05-07 15:49:30 -05:00
Scott
e74ff03f52 Lots of documentation cleanup and source code consistency tweaks 2009-04-29 20:28:24 -07:00
Joseph Wayne Norton
c79cab87e8 cleanup, refactor, and enhance ubf framework 2009-04-12 01:03:07 +09:00