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

Commit Graph

  • 0d106e9b04 bugfix - fix several is_* checks when dealing with binaries, enhancement - add temporary workaround for abfn seq parsing Joseph Wayne Norton 2009-07-15 06:29:40 +09:00
  • b13fe7924d change request - move X-Max-Content-Length to query parameter Joseph Wayne Norton 2009-07-15 06:28:15 +09:00
  • d1adb57bd1 bugfix - Scott's UBF protocol driver loops are not tail-recursive bugfix Joseph Wayne Norton 2009-07-08 23:01:00 +09:00
  • 01cfefa296 update error() term for jsc Joseph Wayne Norton 2009-07-04 23:57:45 +09:00
  • 8499b7b149 enhancement - add Scott's checkType utility for debugging clientBrokeContract errors Joseph Wayne Norton 2009-06-30 17:27:27 +09:00
  • a2bafd203d fix comment Joseph Wayne Norton 2009-06-30 17:26:21 +09:00
  • 3990e066e9 update python examples Joseph Wayne Norton 2009-06-24 23:34:34 +09:00
  • dcce990c26 bugfix - fix for priv/leex and R13B01 Joseph Wayne Norton 2009-06-19 01:00:26 +09:00
  • a68b60070f enhancement - enhance ubf's record generator to assign record defaults for fields whose type is an atom, integer, float, binary, or string Joseph Wayne Norton 2009-06-19 00:59:37 +09:00
  • ce06d1955d bugfix - ubf client behavior, rollback server socket active behavior, and fix 2 previous unit tests Joseph Wayne Norton 2009-06-12 11:46:48 +09:00
  • fb023c8059 whitespace cleanups Joseph Wayne Norton 2009-06-12 11:45:52 +09:00
  • 16518db0f6 whitespace cleanups Joseph Wayne Norton 2009-06-12 11:45:23 +09:00
  • 38f5ed4ea3 update ubf flow and python samples Joseph Wayne Norton 2009-06-12 11:43:38 +09:00
  • fa39f2ed30 simple ubf low Joseph Wayne Norton 2009-06-08 01:02:29 +09:00
  • 8d60002a30 fixup client debug Joseph Wayne Norton 2009-06-06 00:25:54 +09:00
  • 9f261f8157 update unit tests Joseph Wayne Norton 2009-06-06 00:24:54 +09:00
  • 293dffa24f bugfix - ubf socket handling Joseph Wayne Norton 2009-06-05 00:38:19 +09:00
  • 8c97661c0a update edoc Joseph Wayne Norton 2009-06-04 22:38:58 +09:00
  • dd48bb9b4a update edoc Joseph Wayne Norton 2009-06-04 22:38:32 +09:00
  • 3bdaa3de9a bugfix - fix for ubf process mechanisms Joseph Wayne Norton 2009-06-04 22:37:51 +09:00
  • 244fcb8351 bugfix - fixup process shutdown and misc. cleanups Joseph Wayne Norton 2009-06-02 20:35:09 +09:00
  • f5f8a9456f formatting fix Joseph Wayne Norton 2009-05-22 11:54:46 +09:00
  • d6176814de enhancement: add proplist primitive to ubf and jsf (plus a few other minor goodies) Joseph Wayne Norton 2009-05-22 11:52:00 +09:00
  • de80d47eb5 change request - minor rework to permit other parsers to re-use parts of ubf's parser Joseph Wayne Norton 2009-05-19 01:06:33 +09:00
  • 687de65566 bugfix - fix true, false, undefined handling for jsf contract documentation Joseph Wayne Norton 2009-05-14 15:28:15 +09:00
  • d9ca2bdd9a enhancement - improve error reporting to json rpc client for bad records and other decoding failures Joseph Wayne Norton 2009-05-14 14:41:54 +09:00
  • a5a407510d Update some todos with bits of docs to assist the adventurous Scott 2009-05-03 14:07:37 -07:00
  • e74ff03f52 Lots of documentation cleanup and source code consistency tweaks Scott 2009-04-29 20:28:24 -07:00
  • 21d65fd201 bugfix - fix rpc_v11_res_encode handling for error Joseph Wayne Norton 2009-04-24 01:40:42 +09:00
  • 5b40796f3d bugfix - fix jsf driver implementation and re-add jsf unit test Joseph Wayne Norton 2009-04-22 00:53:33 +09:00
  • d7466f6700 change request - sort modules for service list Joseph Wayne Norton 2009-04-22 00:52:45 +09:00
  • df1a4c534b bugfix/cleanup - add undefined first arg to stateless stopHandler calls Joseph Wayne Norton 2009-04-21 23:01:24 +09:00
  • f2ca4252c9 enhancement - allow duplicate types to be imported Joseph Wayne Norton 2009-04-21 23:00:33 +09:00
  • 49346af839 rollback missing decode Joseph Wayne Norton 2009-04-21 01:58:54 +09:00
  • 3169803a0e add erl_crash.dump Joseph Wayne Norton 2009-04-21 00:08:35 +09:00
  • 1bfb7b88ef rework proto option and add example test_sup Joseph Wayne Norton 2009-04-21 00:08:06 +09:00
  • 06b68f718e bugfix - add missing decode Joseph Wayne Norton 2009-04-21 00:06:14 +09:00
  • ef626bed71 revert handlerStop for serverless plugins Joseph Wayne Norton 2009-04-21 00:05:32 +09:00
  • f4911db093 Add prerequisites comments, minor ?S() macro cleanup Scott 2009-04-19 22:27:49 -05:00
  • 2ebfbb95b7 Misc cleanups and (for the file*erl files) comment updates. Scott 2009-04-19 21:42:10 -05:00
  • 37ecfbb7c4 Second round of EDoc additions Scott 2009-04-19 21:39:22 -05:00
  • 1d5acb6ebc Kludges to allow minimal JSF server to talk directly Scott 2009-04-19 21:38:35 -05:00
  • 7c08ee5567 Second round of EDoc updates Scott 2009-04-19 21:37:12 -05:00
  • 9f2e3a81e5 Fix ubf_plugin_meta_serverful:managerStart/1 to pass Arg through to ubf_plugin_handler:start_manager/2 Scott 2009-04-19 18:13:04 -05:00
  • cb74c376ce Add first small draft of formatted EDoc files Scott 2009-04-19 18:11:15 -05:00
  • 869d5b5a8a Bugfix (I believe): handlerStop() callback is arity 3, with client's pid as 1st arg. Scott 2009-04-19 18:08:17 -05:00
  • 37f936ce09 First^2 round of minor changes to improve self-documentation, wetting my feet. Scott 2009-04-18 23:52:32 -05:00
  • 9707e259a9 bugfix - check version in json-rpc and fixup method for jsc contracts Joseph Wayne Norton 2009-04-17 01:23:13 +09:00
  • a3f78f8681 remove svn version id Joseph Wayne Norton 2009-04-16 23:34:54 +09:00
  • 9e0a21ef29 bugfix - fixup decoder/encoder for records Joseph Wayne Norton 2009-04-16 01:49:33 +09:00
  • bda8b764dc implement simple python helper for ubf and jsf Joseph Wayne Norton 2009-04-16 00:57:13 +09:00
  • f8a6515adb bugfix - fixup decoder/encoder for records Joseph Wayne Norton 2009-04-16 00:41:22 +09:00
  • e3db6bb89f update .gitignore Joseph Wayne Norton 2009-04-15 01:58:08 +09:00
  • 1931d53fe8 bugfix - fixup contract loading at startup time Joseph Wayne Norton 2009-04-14 19:01:13 +09:00
  • f50caf6b46 bugfix - json utilities shouldn't assume the order of method, params, id, and version in the json-rpc request Joseph Wayne Norton 2009-04-14 18:59:53 +09:00
  • cb0dcb5012 enhance jsf-utils and ubf-utils Joseph Wayne Norton 2009-04-13 23:34:51 +09:00
  • 6d0eb6c473 fixup jsf-utils ubf_contract Joseph Wayne Norton 2009-04-13 00:01:02 +09:00
  • b6e626aff5 add toplevel .gitignore Joseph Wayne Norton 2009-04-13 00:00:37 +09:00
  • 4d3218ba0c minor reformatting Joseph Wayne Norton 2009-04-12 21:43:20 +09:00
  • 5c3616dead Merge branch 'gh-pages' of git@github.com:norton/ubf into gh-pages Joseph Wayne Norton 2009-04-12 21:36:59 +09:00
  • 2282e781b5 empty branch Joseph Wayne Norton 2009-04-12 21:36:07 +09:00
  • d30daeab06 add 2 items to medium todo list Joseph Wayne Norton 2009-04-12 21:21:00 +09:00
  • 60ce9c6410 add Makefile target check-jsf; misc. Makefile cleanups Joseph Wayne Norton 2009-04-12 21:14:47 +09:00
  • 73dfe3659d github generated gh-pages branch norton 2009-04-12 04:50:01 -07:00
  • 36a07e7383 update README and Makefile Joseph Wayne Norton 2009-04-12 01:48:52 +09:00
  • 8f49b18905 add empty .gitignore to track ebin by git Joseph Wayne Norton 2009-04-12 01:11:05 +09:00
  • cf81c0d839 remove old files Joseph Wayne Norton 2009-04-12 01:03:39 +09:00
  • c79cab87e8 cleanup, refactor, and enhance ubf framework Joseph Wayne Norton 2009-04-12 01:03:07 +09:00
  • 74f2a8f722 add MIT License with Joe Armstrong's (erlang@gmail.com) permission Joseph Wayne Norton 2009-04-12 00:16:05 +09:00
  • 850e93a6ac import ubf-1.12.tgz v1.12 Joseph Wayne Norton 2009-04-11 23:57:11 +09:00
  • 3d1086071e import ubf-1.11.tgz v1.11 Joseph Wayne Norton 2009-04-11 23:55:00 +09:00
  • 580fb80dd6 import ubf-1.10.tgz v1.10 Joseph Wayne Norton 2009-04-11 23:52:23 +09:00
  • 52f849cb3d import ubf-1.9.tgz v1.9 Joseph Wayne Norton 2009-04-11 23:50:30 +09:00
  • 01172799d8 import ubf-1.7.tgz v1.7 Joseph Wayne Norton 2009-04-11 20:53:36 +09:00
  • d65b33532e update README Joseph Wayne Norton 2009-04-11 20:33:15 +09:00
  • 908342cb3b first commit Joseph Wayne Norton 2009-04-11 20:23:36 +09:00