mirror of
https://github.com/ubf/ubf.git
synced 2026-05-02 09:38:49 +00:00
67 lines
2.0 KiB
Plaintext
67 lines
2.0 KiB
Plaintext
2009-11-14 03:25 JST norton
|
|
|
|
* src/*: "tidier" patch by Kostis Sagonas
|
|
|
|
2009-11-09 12:15 JST norton
|
|
|
|
* src/*:
|
|
various refactorings and cleanups for overall socket driver,
|
|
contract manager, and plugin handler implementation. one fix for
|
|
process cleanup when socket driver is exiting.
|
|
|
|
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
|