Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-15 | percept: Remove application | Björn-Egil Dahlberg | |
2015-07-03 | mnesia: Update gitignore | Björn-Egil Dahlberg | |
2015-05-22 | Include Merl in Syntax Tools | Richard Carlsson | |
2012-08-17 | [common_test] Add netconf client, ct_netconfc | Siri Hansen | |
The netconf client supports basic netconf functionality over SSH. In order to allow testing of both success and failure cases, it is intentionally written to allow non-standard behavior. In order for the netconf client to use the generic connection mechanism in common_test, ct_gen_conn has been updated to be more flexible: Added options: {reconnect,bool()} {forward_messages,bool()} {use_existing_connection,bool()} Allow handle_msg to return {reply,Reply,State} | {noreply,State} | {stop,Reply,State} If forward_messages==true, the ct_gen_conn callback must also implement: handle_msgs(Msg,State) -> {noreply,State} | {stop,State} | |||
2010-12-06 | For the table vacmAccessTable, when performing the is_set_ok and set | Micael Karlberg | |
opteration(s), all values of the vacmAccessSecurityModel column was incorrectly translated to "any". | |||
2010-08-20 | Update gitignore | Rickard Green | |
2010-04-03 | orber & cos* tests: Ignore IDL-generated output files | Björn Gustavsson | |
2010-02-03 | Update .gitignore files | Björn-Egil Dahlberg | |
2009-12-17 | Fix duplicate ei_tracelevel symbol | Björn-Egil Dahlberg | |
The symbol ei_tracelevel was not declared extern which could crash the linking step on some compilers. Updated .gitignore to ignore object files in erl_interface. | |||
2009-12-09 | Update .gitignore files | Björn Gustavsson | |