1
0
mirror of https://github.com/ubf/ubf.git synced 2026-04-22 20:55:50 +00:00
Files
ubf/ChangeLog

56 lines
1.6 KiB
Plaintext

2009-10-30 09:30 JST norton
* src/ubf_client.erl:
distinguish between a dead pid (badpid) and non pid (badarg)
2009-10-28 15:25 JST norton
* src/proc_socket_server.erl:
add api to check number and max connections for socket server
2009-10-21 23:45 JST norton
* src/ubf_client.erl, src/ubf_plugin_handler.erl, src/contract_manager.erl, src/contract_manager_tlog.erl:
add checkOutError error logging for ubf_client and
ubf_plugin_handler, rename Why to Reason
2009-10-19 08:20 JST norton
* src/ubf_client.erl, src/contract_manager.erl, src/contract_manager_tlog.erl:
implement local procedure call (lpc) mechanism, add transaction
log placeholder, and update eunit tests
2009-10-18 21:25 JST norton
* src/ubf_plugin_handler.erl, src/Makefile: revert to simpler
implementation for stateless plugin handler. fix and enable
stateful plugin eunit tests
2009-10-17 23:45 JST norton
* src/contract_lex.xrl, src/contract_yecc.yrl, src/contract_parser.erl, src/Makefile:
upgrade lex and yecc
2009-10-15 00:45 JST norton
* src/jsf.erl, src/Makefile: move jsonrpc-specific code to new
repository
2009-10-14 22:25 JST norton
* src/contract_parser.erl, src/contracts.erl: remove unused code
and misc. cleanups
2009-10-14 22:25 JST norton
* src/contract.xrl: add erlang-based syntaxt for integers
2009-09-22 22:55 JST norton
* src/contract_parser.erl: Bugfix by Kostis Sagonas: fix dialyzer
warning with file:open/2
2009-09-04 19:55 JST norton
* ChangeLog: Add new ChangeLog