Commit Log (Page 1 of 4)

back to main page

Pages: 1 2 3 4 Next >>

Summary Period: 2004-07-27 to 2004-02-26 (Commits 244-343 of 343)

johnsone
7/27/04 12:19 PM
fix bug if no output requested from launch_NTCP_server
7 lines of code changed in:
matlab/NTCPcommon/launch_NTCP_server.m (+7 -4)

johnsone
7/27/04 1:24 AM
allow user to cancel grid_proxy_init request
10 lines of code changed in:
matlab/NTCPcommon/grid_proxy_init.m (+10 -3)

johnsone
7/27/04 1:24 AM
finalize workaround in unit tests for the mplugin execute started/error behavior
7 lines of code changed in:
matlab/NTCPmplugin/tests/run_matlabackend_unittest.m (+7 -3)

johnsone
7/26/04 11:59 PM
add verbosity switch to tests so we can see all test descriptions
95 lines of code changed in:
matlab: NTCPclient/NTCPclient_tests.m (+31 -4), NTCPcommon/NTCPcommon_tests.m (+32 -6), NTCPmplugin/NTCPmplugin_tests.m (+32 -5)

johnsone
7/26/04 6:42 PM
allow backend to send corrected "completed" after Mplugin has thrown an exception back on a previous attempted "completed"
4 lines of code changed in:
matlab/NTCPmplugin/@NTCP_Mplugin/sendResult.m (+4 -3)

johnsone
7/26/04 2:06 AM
updated Contents.m files
29 lines of code changed in:
matlab: NTCPclient/Contents.m (+12 -6), NTCPcommon/Contents.m (+9 -4), NTCPmplugin/Contents.m (+8 -4)

johnsone
7/26/04 2:06 AM
acceptance test codes
56 lines of code changed in:
matlab/NTCPclient/NTCPclient_tests.m (new 4)
matlab/NTCPcommon: NTCPcommon_tests.m (new 6), serialize_test.m (+38 -15)
matlab/NTCPmplugin: NTCPmplugin_tests.m (new 5), tests/run_matlabackend_unittest.m (new 3)

johnsone
7/26/04 2:01 AM
utility function to launch an NTCP server from MATLAB
4 lines of code changed in:
matlab/NTCPcommon/launch_NTCP_server.m (new 4)

johnsone
7/25/04 10:58 PM
more of the same
9 lines of code changed in:
matlab/NTCPclient/@NTCP_Server: NTCP_Server.m (+2 -1), open.m (+1 -1)
matlab/NTCPmplugin/@NTCP_Mplugin: NTCP_Mplugin.m (+2 -1), nextCommand.m (+3 -2), sendResult.m (+1 -1)

johnsone
7/25/04 10:52 PM
One more of the same.
1 lines of code changed in:
matlab/NTCPclient/@NTCP_Server/getstate.m (+1 -2)

johnsone
7/25/04 10:49 PM
fix bug, introduced in changes made for MATLAB7 compatibility, in code that handles java exceptions
33 lines of code changed in:
matlab/NTCPmplugin/@NTCP_Mplugin/sendResult.m (+3 -1)
matlab/NTCPclient/@NTCP_Server: cancel.m (+5 -12), close.m (+3 -1), execute.m (+5 -12), get.m (+3 -1), propose.m (+5 -2), query.m (+3 -1), results.m (+3 -1), set.m (+3 -1)

johnsone
7/25/04 10:48 PM
add server method to reset the NTCP server
0 lines of code changed in:
matlab/NTCPclient/@NTCP_Server/reset.m (new 0)

johnsone
7/25/04 9:57 PM
fix so open with no parameters works
1 lines of code changed in:
matlab/NTCPclient/@NTCP_Server/open.m (+1 -1)

johnsone
7/25/04 2:45 PM
Fix to be callable by NTCPmplugin_tests; some bug fixes in reporting test success/failure
19 lines of code changed in:
matlab/NTCPmplugin/tests/test_transactionStatus.m (+19 -17)

johnsone
7/25/04 2:34 PM
Add "noserializeflag" so callable by java client AcceptanceTest.java
8 lines of code changed in:
matlab/NTCPmplugin/@NTCP_Mplugin/sendResult.m (+8 -4)

johnsone
7/25/04 2:33 PM
allow user to access the error from MATLAB; if fail to open a file to output the java error, do not try to write
13 lines of code changed in:
matlab/NTCPcommon/checkJavaError.m (+13 -4)

johnsone
7/25/04 2:29 PM
Fix arguments to NTCP_Server for other security options
3 lines of code changed in:
matlab/NTCPclient/test_client/BasicTest.m (+3 -2)

johnsone
7/25/04 2:27 PM
Properly output the ntcpServerObj if user asks for it
3 lines of code changed in:
matlab/NTCPclient/@NTCP_Server/setoptions.m (+3)

johnsone
7/25/04 2:26 PM
more informative error message if server is secure, but client is not
3 lines of code changed in:
matlab/NTCPclient/@NTCP_Server/open.m (+3)

johnsone
7/25/04 2:26 PM
Correct error-reporting bug (that only shows up if a transaction doesn't exist)
5 lines of code changed in:
matlab/NTCPclient/@NTCP_Server/getstate.m (+5 -2)

johnsone
7/25/04 2:20 PM
correct minor error in documentation
2 lines of code changed in:
matlab/NTCPclient/@NTCP_Server/getoptions.m (+2 -1)

johnsone
7/24/04 7:55 AM
allow 0 parameters in open session
6 lines of code changed in:
matlab/NTCPclient/@NTCP_Server: open.m (+4 -2), private/getnamesvalues.m (+2 -1)

johnsone
7/24/04 7:55 AM
keep track of secure flag in the ntcpServer object
1 lines of code changed in:
matlab/NTCPclient/@NTCP_Server/NTCP_Server.m (+1)

pearlman
7/16/04 12:54 AM
merging from chris-cpoint branch.
1 lines of code changed in:
server/hack/fix-client-config.pl (+1 -1)

pearlman
7/14/04 5:23 PM
Hacks to fix NMI config issues.
45 lines of code changed in:
server/hack: README (+13), fix-client-config.pl (+7), fix-server-config.pl (+25)

pearlman
7/14/04 5:19 PM
file fix-client-config.pl was initially added on branch chris-cpoint.
0 lines of code changed in:
server/hack/fix-client-config.pl (new 0)

pearlman
7/14/04 5:19 PM
file fix-server-config.pl was initially added on branch chris-cpoint.
0 lines of code changed in:
server/hack/fix-server-config.pl (new 0)

pearlman
7/14/04 5:19 PM
file README was initially added on branch chris-cpoint.
0 lines of code changed in:
server/hack/README (new 0)

johnsone
7/8/04 10:53 PM
update log of changes in most_config.m
2 lines of code changed in:
matlab/NTCPcommon/MOST/most_config.m (+2)

johnsone
7/6/04 3:10 PM
minor comment change
1 lines of code changed in:
matlab/NTCPmplugin/@NTCP_Mplugin/nextCommand.m (+1 -1)

johnsone
7/5/04 5:09 PM
performance boost in hasCommand and mpluginlog
9 lines of code changed in:
matlab/NTCPmplugin/@NTCP_Mplugin: hasCommand.m (+4 -2), mpluginlog.m (+5 -2)

johnsone
7/5/04 5:09 PM
performance boost in get/set options
8 lines of code changed in:
matlab/NTCPclient/@NTCP_Server: getoptions.m (+4 -3), setoptions.m (+4 -3)

johnsone
7/5/04 5:06 PM
MATLAB7-compatible manner of handling rethrowing of java errors.
154 lines of code changed in:
matlab/NTCPcommon/checkJavaError.m (new 77)
matlab/NTCPclient/@NTCP_Server: NTCP_Server.m (+4 -6), cancel.m (+6 -13), close.m (+4 -7), execute.m (+5 -12), get.m (+4 -9), getstate.m (+3 -6), open.m (+3 -5), propose.m (+5 -11), query.m (+4 -9), results.m (+3 -6), set.m (+4 -7)
matlab/NTCPmplugin/@NTCP_Mplugin: NTCP_Mplugin.m (+4 -6), nextCommand.m (+23 -20), sendResult.m (+5 -7)

johnsone
7/5/04 5:00 PM
performance boost in logging routine
7 lines of code changed in:
matlab/NTCPclient/@NTCP_Server/ntcplog.m (+7 -3)

johnsone
7/5/04 4:57 PM
Add switch to most_config.m to turn on/off logging for MOST. It is off by default.
10 lines of code changed in:
matlab/NTCPcommon/MOST: CU_Exp_Site.m (+1 -1), Master_Comp_Site.m (+2 -3), NCSA_Comp_Site.m (+2 -3), Sim_Coordinator2sites.m (+1 -1), Sim_Coordinator3sites.m (+1 -1), UIUC_Exp_Site.m (+1 -1), most_config.m (+2)

bester
7/2/04 1:09 PM
cleanup plugin
2 lines of code changed in:
plugins/gateway_plugin/c/nees_ntcp_control_plugin/acceptance_test_plugin: Makefile.am (-1), acceptance_test_plugin.c (+2 -38)

bester
7/2/04 10:33 AM
Fix two bugs:
- when plugin's get_parameter function returns a null parameter (w/out an
exception), an undefined value was being returned to java, causing crashes
- when a plugin calls nees_ntcp_transaction_handle_mark_terminated() or
nees_ntcp_transaction_handle_set_resulting_control_points() during its
execute callback, memory is freed twice causing crashes
159 lines of code changed in:
plugins/gateway_plugin/c/nees_ntcp_control_plugin/source: nees_i_ntcp_control_plugin.h (+10), nees_ntcp_control_plugin_jni.c (+5), nees_ntcp_control_plugin_jni_stubs.c (+82 -6), nees_ntcp_control_plugin_transaction_handle.c (+61 -4), pkgdata/pkg_data_src.gpt.in (+1 -1)

bester
7/2/04 10:01 AM
added acceptance test plugin
693 lines of code changed in:
plugins/gateway_plugin/c/nees_ntcp_control_plugin/acceptance_test_plugin: .cvsignore (new 9), Makefile.am (new 17), acceptance_test_plugin.c (new 566), bootstrap (new 17), configure.in (new 26), version.h.in (new 0), doxygen/.cvsignore (new 2)
plugins/gateway_plugin/c/nees_ntcp_control_plugin/acceptance_test_plugin/pkgdata: .cvsignore (new 4), pkg_data_src.gpt.in (new 52)

johnsone
7/1/04 10:00 AM
Spell check comments.
1 lines of code changed in:
matlab/NTCPclient/@NTCP_Server/cancel.m (+1 -1)

johnsone
7/1/04 9:59 AM
Correctly return NTCP server object when not logging.
6 lines of code changed in:
matlab/NTCPclient/@NTCP_Server/ntcplog.m (+6 -2)

johnsone
7/1/04 9:58 AM
One more fix to get good error messages when hasCommand throws exception.
2 lines of code changed in:
matlab/NTCPmplugin/@NTCP_Mplugin/nextCommand.m (+2 -5)

johnsone
7/1/04 9:58 AM
Properly return Mplugin object even if not logging.
6 lines of code changed in:
matlab/NTCPmplugin/@NTCP_Mplugin/mpluginlog.m (+6 -2)

johnsone
7/1/04 9:49 AM
Turn logging off by default in MOST.
Fix broken data file rotation.
12 lines of code changed in:
matlab/NTCPcommon/MOST: CU_Exp_Site.m (+1 -1), CreateNCSADataFile.m (+4 -3), Master_Comp_Site.m (+1 -1), NCSA_Comp_Site.m (+1 -1), Sim_Coordinator2sites.m (+1 -2), Sim_Coordinator3sites.m (+1 -2), UIUC_Exp_Site.m (+1 -1), most_config.m (+2 -2)

johnsone
6/30/04 6:28 PM
Better rethrown error message when command buffer throws an exception.
24 lines of code changed in:
matlab/NTCPmplugin/@NTCP_Mplugin/nextCommand.m (+24 -8)

johnsone
6/30/04 3:29 PM
One more error message modification.
7 lines of code changed in:
matlab: NTCPclient/@NTCP_Server/NTCP_Server.m (+3 -1), NTCPmplugin/@NTCP_Mplugin/NTCP_Mplugin.m (+4 -2)

johnsone
6/30/04 3:18 PM
Update error message if org.nees.ntcp.<whatever> cannot be found.
13 lines of code changed in:
matlab: NTCPclient/@NTCP_Server/NTCP_Server.m (+1 -1), NTCPcommon/NTCPclasspathcheck.m (+11 -3), NTCPmplugin/@NTCP_Mplugin/NTCP_Mplugin.m (+1 -1)

johnsone
6/30/04 2:46 PM
Some updates for MATLAB 7 compatibility. Not yet completely tested.
7 lines of code changed in:
matlab: NTCPclient/@NTCP_Server/ntcplog.m (+3 -2), NTCPcommon/MOST/CreateNCSADataFile.m (+2 -1), NTCPmplugin/@NTCP_Mplugin/mpluginlog.m (+2 -1)

wilk
6/28/04 2:13 PM
Removing commented out and used lines from deployment descriptor.
1 lines of code changed in:
server/ntcp-server-util-test-config.wsdd (+1 -14)

wilk
6/28/04 1:48 PM
Small addition about server side configuration.
1 lines of code changed in:
server/README.running_util_tests.txt (+1)

wilk
6/28/04 1:36 PM
Documentation changes following build.xml test-related changes.
1 lines of code changed in:
server/README.running_util_tests.txt (+1 -3)

wilk
6/28/04 1:19 PM
JUnit tests related changes to build file.
33 lines of code changed in:
server/build.xml (+33 -1)

wilk
6/28/04 3:53 AM
Short document explaining how to run JUnit tests for org.nees.ntcp.server.test package.
32 lines of code changed in:
server/README.running_util_tests.txt (new 32)

wilk
5/13/04 7:54 AM
Correction to getControlPoint method of NtcpServerImpl class.
Small tweaks to reset method of NtcpServerImpl class.
61 lines of code changed in:
server/ntcp-server-util-test-config.wsdd (-20)
server/src/org/nees/ntcp/server: impl/NtcpServerImpl.java (+20 -48), util/test/BasicResetTest.java (+25 -10)
server/src/org/nees/ntcp/server/state: NtcpControlPointTable.java (+3), NtcpTransactionTable.java (+4), UnderlyingHashTable.java (+4), UnderlyingTable.java (+5)

wilk
5/6/04 1:09 PM
Changed interfaces for reset method from NtcpServerImpl class.
112 lines of code changed in:
server: ntcp-server-util-test-config.wsdd (+20), src/org/nees/ntcp/server/impl/NtcpServerImpl.java (+3 -1)
server/src/org/nees/ntcp/server/state: NtcpControlPointTable.java (+4), NtcpTransactionTable.java (+4), UnderlyingHashTable.java (+5), UnderlyingTable.java (+5)
server/src/org/nees/ntcp/server/util/test: BasicResetTest.java (+56 -10), NtcpHelperTest.java (+4 -4), SimpleControlPlugin.java (+1 -1), SimpleTest.java (+7 -3), StateTransitionTest.java (+2 -4), StructuresTest.java (+1 -1)

wilk
5/6/04 11:52 AM
Small corrections implemented.
46 lines of code changed in:
server/src/org/nees/ntcp/server: impl/NtcpServerImpl.java (+44 -23), util/NtcpHelper.java (+2 -2)

wilk
5/5/04 1:03 PM
Changing NtcpTransaction class to accept only transaction names starting with a letter. Small fixes to make tests pass.
141 lines of code changed in:
server/ntcp-server-util-test-config.wsdd (+6 -6)
server/src/org/nees/ntcp/server: impl/NtcpServerImpl.java (+51 -40), state/NtcpTransaction.java (+11 -1), util/NtcpHelper.java (+18 -27)
server/src/org/nees/ntcp/server/util/test: BasicResetTest.java (+8 -1), SimpleControlPlugin.java (+2 -2), SimpleStructuresTestPlugin.java (+8 -6), SimpleTest.java (+5 -2), SimpleTransitionTestPlugin.java (+24 -10), StateTransitionTest.java (+5 -5), StructuresTest.java (+3 -3)

wilk
5/4/04 12:29 PM
StateTransitionTest is being enhanced with notification features. It does not pass.
61 lines of code changed in:
server/src/org/nees/ntcp/server: impl/NtcpServerImpl.java (+19 -2), util/NtcpHelper.java (+5)
server/src/org/nees/ntcp/server/util/test: SimplePluginNotificationThread.java (+5 -7), SimpleTest.java (+2 -2), SimpleTransitionTestPlugin.java (+1 -1), StateTransitionTest.java (+29 -15)

wilk
4/30/04 12:51 PM
All tests should pass when run once and separately. Notification and polling feature (StateTransitionTest) is pending.
329 lines of code changed in:
server/ntcp-server-util-test-config.wsdd (+1 -1)
server/src/org/nees/ntcp/server: impl/NtcpServerImpl.java (+7 -2), util/NtcpHelper.java (+1 -2)
server/src/org/nees/ntcp/server/util/test: NtcpHelperTest.java (+17 -8), PackageTests.java (+2 -2), SimpleControlFactory_1.java (+1 -1), SimpleControlPlugin.java (+22 -7), SimplePluginNotificationThread.java (+24 -1), SimpleStructuresTestPlugin.java (+16 -15), SimpleTest.java (+38 -17), SimpleTransitionTestPlugin.java (+31 -4), StateTransitionTest.java (+131 -56), StructuresTest.java (+38 -18)

wilk
4/29/04 12:14 PM
Furher work on proposeAndExecute call. Making many small corrections in various files.
414 lines of code changed in:
server: schema/nees/ntcp/ntcp_server_port_type.gwsdl (+13 -10), src/org/nees/ntcp/server/impl/NtcpServerImpl.java (+52 -63)
server/src/org/nees/ntcp/server/util: NtcpHelper.java (+59 -71), NtcpHelperException.java (+1 -1)
server/src/org/nees/ntcp/server/util/test: NtcpHelperTest.java (+24 -32), NtcpHelperTestConfig.java (+9 -14), PackageTests.java (+6 -17), SimpleControlFactory_1.java (+6 -4), SimpleControlFactory_2.java (+6 -4), SimpleControlFactory_3.java (+6 -4), SimpleControlFactory_4.java (+6 -4), SimpleControlFactory_5.java (+6 -4), SimpleControlFactory_6.java (+6 -4), SimpleControlPlugin.java (+19 -25), SimpleControlPluginAction.java (+3), SimpleControlPolicyPlugin.java (+16 -31), SimplePluginNotificationThread.java (+8 -7), SimpleStructuresTestPlugin.java (+11 -10), SimpleTest.java (+55 -39), SimpleTransitionTestPlugin.java (+24 -22), StateTransitionTest.java (+49 -32), StructuresTest.java (+25 -29), TestConfig.java (+4 -5)

pearlman
4/28/04 6:02 PM
Added service cert/key stuff and "version -java" Matlab test.
12 lines of code changed in:
server/README.security (+12 -1)

wilk
4/28/04 11:21 AM
Undeployment corrections to build process. Extending server state interfaces to allow removing transactions and control points. Implementing reset call in NtcpHelper and NtcpServerImpl.
272 lines of code changed in:
server: build.xml (+7 -1), ntcp-server-undeploy.wsdd (new 9), ntcp-server-undeploy.xml (new 26), schema/nees/ntcp/ntcp_server_port_type.gwsdl (+1 -1)
server/src/org/nees/ntcp/server: impl/NtcpServerImpl.java (+51 -2), util/NtcpHelper.java (+44 -3)
server/src/org/nees/ntcp/server/state: NtcpControlPointTable.java (+13), NtcpTransactionTable.java (+12), UnderlyingHashTable.java (+12 -2), UnderlyingTable.java (+13), test/NtcpTransactionTableTest.java (+37 -1)
server/src/org/nees/ntcp/server/util/test: SimpleControlPlugin.java (+13 -7), SimpleStructuresTestPlugin.java (+2), SimpleTest.java (+2 -2), SimpleTransitionTestPlugin.java (+7 -3), StructuresResetTest.java (+23 -8)

wilk
4/27/04 11:42 AM
Added new empty reset call and two tests for this call: BasicResetTest and StructuresTestReset.
156 lines of code changed in:
server: build.xml (+1 -1), schema/nees/ntcp/ntcp_server_port_type.gwsdl (+20)
server/src/org/nees/ntcp/server: impl/NtcpServerImpl.java (+5), util/NtcpHelper.java (+6)
server/src/org/nees/ntcp/server/util/test: BasicResetTest.java (new 50), NtcpHelperTest.java (+3 -4), StructuresResetTest.java (new 71)

wilk
4/27/04 4:02 AM
Custom exception used by NtcpHelper class and its tests.
43 lines of code changed in:
server/src/org/nees/ntcp/server/util/NtcpHelperException.java (new 43)

wilk
4/26/04 12:13 PM
Factoring out NtcpHelperTest. Corrections to other tests. Minor cosmetical changes to NtcpHelper and NtcpServerImpl classes.
440 lines of code changed in:
server/ntcp-server-util-test-config.wsdd (+8 -26)
server/src/org/nees/ntcp/server: impl/NtcpServerImpl.java (+120 -87), util/NtcpHelper.java (+129 -99)
server/src/org/nees/ntcp/server/util/test: NtcpHelperTest.java (+39 -133), SimpleControlFactory_1.java (+4 -2), SimpleControlFactory_2.java (+2 -1), SimpleControlFactory_3.java (+3 -2), SimpleControlFactory_4.java (+3 -2), SimpleControlFactory_5.java (+2 -1), SimpleControlFactory_6.java (+2 -1), SimpleTest.java (+59 -38), StateTransitionTest.java (+43 -13), StructuresTest.java (+26 -9)

wilk
4/23/04 1:09 PM
Added SimpleTest as a generic test which is a superclass for StateTransitionTest and StructuresTest. After modifications of NtcpHelper and NtcpServerImpl class most junit test passes.
511 lines of code changed in:
server: build.xml (+2), ntcp-server-util-test-config.wsdd (+24)
server/src/org/nees/ntcp/server: impl/NtcpServerImpl.java (+50 -15), util/NtcpHelper.java (+57 -43)
server/src/org/nees/ntcp/server/util/test: NtcpHelperTest.java (+95 -70), NtcpHelperTestConfig.java (+2 -3), SimpleControlFactory_5.java (+1 -1), SimpleControlPlugin.java (+7 -7), SimpleStructuresTestPlugin.java (+12 -6), SimpleTest.java (new 201), StateTransitionTest.java (+8 -139), StructuresTest.java (+52 -183)

wilk
4/22/04 12:18 PM
Configuration changes needed by StructureTest have been implemented.
41 lines of code changed in:
server: build.xml (+1 -1), ntcp-server-util-test-config.wsdd (+38), src/org/nees/ntcp/server/impl/NtcpServerImpl.java (+2 -1)

wilk
4/22/04 12:17 PM
Test architecture has been factored-out. New test: StructuresTest has been added.
509 lines of code changed in:
server/src/org/nees/ntcp/server/util/test: PackageTests.java (+2 -1), SimpleControlFactory_1.java (+1 -1), SimpleControlFactory_2.java (+1 -1), SimpleControlFactory_3.java (+1 -1), SimpleControlFactory_4.java (+1 -1), SimpleControlFactory_5.java (new 38), SimpleControlFactory_6.java (new 39), SimpleControlPlugin.java (+15 -48), SimplePluginNotificationThread.java (+4 -4), SimpleStructuresTestPlugin.java (new 88), SimpleTransitionTestPlugin.java (new 86), StateTransitionTest.java (+1 -1), StructuresTest.java (new 232)

wilk
4/22/04 2:42 AM
Auxiliary class used by StateTransitionTest.
44 lines of code changed in:
server/src/org/nees/ntcp/server/util/test/SimplePluginNotificationThread.java (new 44)

wilk
4/21/04 10:55 AM
StateTransitionTest works (without client notification).
98 lines of code changed in:
server: log4j.properties (+3 -3), ntcp-server-util-test-config.wsdd (+4 -4), src/org/nees/ntcp/server/impl/NtcpServerImpl.java (+8)
server/src/org/nees/ntcp/server/util/test: SimpleControlFactory_1.java (+1 -1), SimpleControlFactory_2.java (+3 -2), SimpleControlFactory_3.java (+1 -1), SimpleControlFactory_4.java (+1 -1), SimpleControlPlugin.java (+21 -6), StateTransitionTest.java (+56 -142)

wilk
4/20/04 11:54 AM
Work on StateTransitionTest in progress but almost finished. Changes to ntcp_server_port_type.gwsdl file have been reverted (i.e. no changes).
216 lines of code changed in:
server: log4j.properties (+1 -1), ntcp-server-util-test-config.wsdd (+68 -5)
server/src/org/nees/ntcp/server/util: NtcpHelper.java (+2), test/StateTransitionTest.java (+145 -33)

wilk
4/20/04 3:13 AM
Adding auxiliary file for StateTransitionTest
37 lines of code changed in:
server/src/org/nees/ntcp/server/util/test/SimpleControlPluginAction.java (new 37)

wilk
4/19/04 11:35 AM
Four new factory files added instead of SimpleControlFactory. Work on StateTransitionTest is in progress
235 lines of code changed in:
server/src/org/nees/ntcp/server/util/test: PackageTests.java (+1 -1), SimpleControlFactory.java (del), SimpleControlFactory_1.java (new 38), SimpleControlFactory_2.java (new 38), SimpleControlFactory_3.java (new 38), SimpleControlFactory_4.java (new 38), SimpleControlPlugin.java (+23 -13), StateTransitionTest.java (+59 -25)

wilk
4/16/04 12:33 PM
Work on StateTransitionTest is in progress.
241 lines of code changed in:
server: build.xml (+2 -2), log4j.properties (+6 -6)
server/src/org/nees/ntcp/server: impl/NtcpServerImpl.java (+20 -14), util/NtcpHelper.java (+1)
server/src/org/nees/ntcp/server/util/test: SimpleControlPlugin.java (+2 -1), StateTransitionTest.java (new 210)

wilk
4/15/04 11:51 AM
Removed SimplePlugin.java. Added SimpleControlPlugin.java, SimpleControlFactory.java and SimpleControlPolicyPlugin.java files used by StateTransitionTest. Added ntcp-server-util-test-config.wsdd file used by tests from org/nees/ntcp/server/util subdirectory
253 lines of code changed in:
server: log4j.properties (+1 -2), ntcp-server-util-test-config.wsdd (new 24), schema/nees/ntcp/ntcp_server_port_type.gwsdl (+3 -20)
server/src/org/nees/ntcp/server: impl/NtcpServerImpl.java (+1 -2), util/NtcpHelper.java (+2 -2)
server/src/org/nees/ntcp/server/util/test: NtcpHelperTest.java (+1 -1), PackageTests.java (+1 -1), SimpleControlFactory.java (new 0), SimpleControlPlugin.java (new 145), SimpleControlPolicyPlugin.java (new 75), SimplePlugin.java (del)

wilk
4/15/04 3:21 AM
Added basic test as NtcpHelperTest class. Added SimplePlugin class for purposes of other tests.
359 lines of code changed in:
server/src/org/nees/ntcp/server/util/test: NtcpHelperTest.java (new 163), NtcpHelperTestConfig.java (new 85), PackageTests.java (new 79), SimplePlugin.java (new 0), TestConfig.java (new 32)

wilk
4/14/04 11:39 AM
Added NtcpHelperTest. Added SimplePlugin for other tests purposes
370 lines of code changed in:
server: build.properties (+1 -1), build.xml (+11 -1), log4j.properties (+31 -42), test.properties (+1), schema/nees/ntcp/ntcp_server_port_type.gwsdl (+61 -9)
server/src/org/nees/ntcp/server: backend/ControlPluginException.java (+13), impl/NtcpServerImpl.java (+94), util/NtcpHelper.java (+158 -4)

johnsone
3/31/04 11:43 AM
Rethrow lower-level MATLAB errors
17 lines of code changed in:
matlab/NTCPmplugin/@NTCP_Mplugin/nextCommand.m (+17 -7)

johnsone
3/31/04 1:52 AM
Add info about getting full java error message if nextCommand() returns an error
5 lines of code changed in:
matlab/NTCPmplugin/@NTCP_Mplugin/nextCommand.m (+5 -3)

pearlman
3/9/04 10:41 PM
Actually do some calculations.
38 lines of code changed in:
server/src/org/nees/ntcp/server/backend/test: DummyControlPlugin.java (+4), PerfTestControlPlugin.java (+34 -1)

pearlman
3/9/04 10:40 PM
Talk to multiple servers.
63 lines of code changed in:
server/src/org/nees/ntcp/server/impl/test/PerfTest.java (+63 -28)

pearlman
3/9/04 5:47 PM
Performance testing.
309 lines of code changed in:
server/src/org/nees/ntcp/server/impl/test/PerfTest.java (new 142)
server/src/org/nees/ntcp/server/backend/test: PerfTestControlFactory.java (new 57), PerfTestControlPlugin.java (new 110)

johnsone
3/3/04 1:15 AM
add changelog comment from last change
1 lines of code changed in:
matlab/NTCPmplugin/@NTCP_Mplugin/NTCP_Mplugin.m (+1)

johnsone
3/3/04 1:13 AM
Add a more easily understood error message if MATLAB's java classpath.txt file is not set up correclty set up and the server or mplugin object cannot be found.
58 lines of code changed in:
matlab: NTCPclient/@NTCP_Server/NTCP_Server.m (+8 -2), NTCPcommon/NTCPclasspathcheck.m (new 43), NTCPmplugin/@NTCP_Mplugin/NTCP_Mplugin.m (+7 -2)

johnsone
2/29/04 5:39 PM
fix double vs. logical bug introduced yesterday
2 lines of code changed in:
matlab/NTCPmplugin/@NTCP_Mplugin/private/getcp.m (+2 -2)

johnsone
2/29/04 8:41 AM
more efficient java/matlab data conversions; other miscellaneous performance improvements
165 lines of code changed in:
matlab/NTCPcommon/ntcptime.m (+8 -8)
matlab/NTCPclient/@NTCP_Server: query.m (+20 -18), results.m (+21 -15)
matlab/NTCPclient/@NTCP_Server/private: createcps.m (+14 -20), sanitycheck.m (+11 -6)
matlab/NTCPmplugin/@NTCP_Mplugin: mpluginlog.m (+1 -1), nextCommand.m (+1 -1), transactionStatus.m (+33 -3)
matlab/NTCPmplugin/@NTCP_Mplugin/private: createcps.m (+15 -21), createparams.m (+9 -7), getcp.m (+32 -15)

johnsone
2/29/04 8:40 AM
added a couple methods to the NtcpHelper to make conversion to/from MATLAB objects more efficient
69 lines of code changed in:
server/src/org/nees/ntcp/server/util/NtcpHelper.java (+69)

johnsone
2/29/04 8:37 AM
more efficient packing/extracting of CP info in MOST codes
49 lines of code changed in:
matlab/NTCPcommon/MOST: cpdata.m (+4 -2), extractcp.m (+45 -57)

johnsone
2/29/04 8:34 AM
more efficient saving of data for the scraper
10 lines of code changed in:
matlab/NTCPcommon/MOST/CreateNCSADataFile.m (+10 -30)

johnsone
2/29/04 8:34 AM
delete old commented-out/no-longer-used code
5 lines of code changed in:
matlab/NTCPclient/@NTCP_Server/execute.m (+5 -49)

johnsone
2/29/04 8:31 AM
better URL type coercion
6 lines of code changed in:
matlab/NTCPclient/@NTCP_Server/NTCP_Server.m (+6 -2)

johnsone
2/29/04 8:30 AM
NTCPclient/@NTCP_Server/NTCP_Server.m
6 lines of code changed in:
matlab: NTCPclient/@NTCP_Server/private/ntcpchar.m (del), NTCPmplugin/@NTCP_Mplugin/NTCP_Mplugin.m (+6 -2)

johnsone
2/28/04 5:52 PM
speed up conversion of java.lang.String to MATLAB char in various places
slightly faster mpluginlog code
56 lines of code changed in:
matlab/NTCPclient/@NTCP_Server: get.m (+5 -4), private/getnames.m (+8 -5)
matlab/NTCPmplugin/@NTCP_Mplugin: mpluginlog.m (+18 -21), nextCommand.m (+2 -2)
matlab/NTCPmplugin/@NTCP_Mplugin/private: getcp.m (+8 -7), getparameters.m (+4 -3), sanitycheck.m (+11 -6)

johnsone
2/28/04 7:07 AM
correct the conversion of transaction state to MATLAB char (broke it yesterday when trying to get away from the char() function)
1 lines of code changed in:
matlab/NTCPclient/@NTCP_Server/propose.m (+1 -1)

johnsone
2/28/04 6:26 AM
in backend, faster conversion of java.lang.String to MATLAB char
3 lines of code changed in:
matlab/NTCPmplugin/@NTCP_Mplugin/nextCommand.m (+3 -2)

johnsone
2/28/04 6:20 AM
in client, faster conversion of java.lang.String & java.lang.Float to MATLAB char & double, respectively
29 lines of code changed in:
matlab/NTCPclient/@NTCP_Server: getstate.m (+6 -4), propose.m (+3 -11), query.m (+12 -11), results.m (+8 -6)

johnsone
2/28/04 6:04 AM
update Contents.m file from last commit
2 lines of code changed in:
matlab/NTCPcommon/Contents.m (+2 -1)

johnsone
2/28/04 6:00 AM
performance bump by using more efficient code to create timestrings for logs
47 lines of code changed in:
matlab: NTCPclient/@NTCP_Server/propose.m (+2 -6), NTCPmplugin/test_mplugin/eajLog.m (-1)
matlab/NTCPcommon: logger.m (+9 -13), ntcptime.m (new 36)

pearlman
2/27/04 4:52 AM
More security stuff.
50 lines of code changed in:
server: README.security (+44 -6), ntcp-security-config.xml (new 6)

pearlman
2/27/04 3:47 AM
Add security support.
81 lines of code changed in:
server: README.security (new 45), build.xml (+3), test.properties (+1 -1)
server/src/org/nees/ntcp/server: impl/NtcpServerImpl.java (+4 -4), util/NtcpHelper.java (+28 -3)

johnsone
2/26/04 1:22 PM
couple changes from Naru
4 lines of code changed in:
matlab/NTCPcommon/MOST: Master_Comp_Site.m (+2 -2), Sim_Coordinator2sites.m (+2 -2)

Pages: 1 2 3 4 Next >>


Generated by StatCvs v0.1.3