Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-08-14Fixed: STATE_OPENNING is spelled incorrectly in the IChannel interface, shoul...eutarass9-23/+37
2010-08-13TCF Debugger: Fixed: diagnostics test sometime fails with false positive: "In...eutarass1-2/+1
2010-08-12TCF Debugger: added code to cancel queued "step" actions when user executes "...eutarass1-0/+1
2010-08-10TCF Debugger: Optimization: don't need to issue stack trace command to answer...eutarass1-1/+10
2010-08-04TCF Debugger: Fixed: Unhandled exception in TCF event dispatch: java.lang.Nul...eutarass2-12/+22
2010-08-04Fixed: Unhandled excetion in TCF event dispatch: java.lang.AssertionError at ...eutarass5-104/+39
2010-08-04Fixed misspelling in error messageeutarass1-1/+1
2010-08-04Create new class in Java version of the framework: TransientPeer. Objects of ...eutarass5-85/+73
2010-08-04TCF Tests:eutarass3-1/+3
2010-08-04Changed command line version of TCF test suite to exit with error if test don...eutarass1-0/+6
2010-08-04Improved format of log entries of Java version of Locator serviceeutarass1-21/+33
2010-07-28TCF Tests: fixed: file system test creates file names with double slasheseutarass1-1/+3
2010-07-27TCF Debugger: changed stack frame label to show line number of call instructi...eutarass1-0/+1
2010-07-16TCF Tests: fixed: tests should abort and exit with error code when unhandled ...eutarass1-7/+1
2010-07-16Workaround for: Java 1.6.0 on Linux returns network prefix == 0 for loop-back...eutarass1-0/+9
2010-07-13Code cleanup: trailing empty lines are removed from source fileseutarass2-3/+0
2010-07-12Locator.redirect command changed to allow command argument to be either peer ...eutarass6-58/+133
2010-07-12Fixed: "Cast To Array" debugger command causes agent to crash if expression t...eutarass1-1/+15
2010-07-09TCF Tests: added Breakpoints service capabilities checkseutarass1-2/+28
2010-07-09Bug 319231: Autodiscovery of TCF agents no longer works after upgrading from ...eutarass1-1/+9
2010-07-08Changed discovery code to recognize and accept without warnings older ACK_SLA...eutarass1-7/+11
2010-06-30Bug 318395: Fix and improve tracing of incoming CONF_SLAVES_INFO in java refe...eutarass1-5/+15
2010-06-30Bug 318260: UDP Discovery does not send out any packetseutarass1-84/+153
2010-06-29Added support for "step into range" run control commands in both the agent an...eutarass6-41/+85
2010-06-29TCF Debugger: trim children of CONTENT model deltas - views implementation se...eutarass1-9/+10
2010-06-29Bug 317845: TCF Peer accessible via two networks appear as two distinct peerseutarass7-6/+84
2010-06-28Bug 317936: TCF Debugger unconditionally contributes Debug view toolbar buttoneutarass1-15/+1
2010-06-28TCF Debugger: improved Expressions view update logic in order to reduce flick...eutarass8-60/+112
2010-06-25TCF Debugger:eutarass9-118/+59
2010-06-25Bug 317813: Add Discovery tracing in Java reference implementationeutarass4-22/+211
2010-06-24TCF Debugger: improved model deltas generation logiceutarass15-235/+494
2010-06-23Bug 317636: LocalPeer and RemotePeer needs javadoceutarass2-0/+16
2010-06-22TCF Debugger: fixed regression in r.1029: racing condition in Expressions and...eutarass1-13/+8
2010-06-22TCF Debugger:eutarass1-84/+141
2010-06-22TCF Debugger: fixed: step over source line does not step properly over a func...eutarass1-4/+4
2010-06-21TCF Debugger: diagnostics test fixed: the test can get into infinite loop if ...eutarass1-0/+6
2010-06-17TCF Agent: implemented fast search of DWARF compilation units using .debug_ar...eutarass1-3/+6
2010-06-14Fixed some of Eclipse 3.6 JDT warningseutarass18-47/+61
2010-06-14TCF Debugger: "Run Tests" and "Tests Loop" commands now start the agent if "R...eutarass2-12/+38
2010-06-14TCF Agent: disable frame pointer omission when building with MSC. Frame point...eutarass1-0/+0
2010-06-11Deleted obsolete TCF/DSF integration plugins. Latest TCF/DSF integration code...eutarass42-6119/+0
2010-06-11TCF Debugger: fixed: Eclipse 3.6 can create multiple debug model proxies for ...eutarass2-14/+11
2010-06-10Added excluding="**/.svn/*" to make sure SVN metadata is not treated as sourc...eutarass8-9/+9
2010-06-09Fixed: missing copyright noticeeutarass1-0/+10
2010-06-09TCF Agent: added handling of error report parameters in errno_to_str()eutarass10-7/+194
2010-06-04Add "(Incubation)" String to tcf.rse bundle namemoberhuber1-1/+1
2010-06-041. Added version=0.3.0 on Export-Package: org.eclipse.tm.tcf.extensionseutarass19-45/+43
2010-06-04TCF version changed to 0.3.0eutarass20-35/+35
2010-06-03TCF Debugger: workaround for deadlock in AbstractModelProxy.fireModelChanged(...eutarass1-2/+10
2010-06-02TCF Discovery:eutarass1-71/+67

Back to the top