Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-08-14Fixed: STATE_OPENNING is spelled incorrectly in the IChannel interface, shoul...eutarass7-21/+35
2010-08-04Fixed: Unhandled excetion in TCF event dispatch: java.lang.AssertionError at ...eutarass5-104/+39
2010-08-04Create new class in Java version of the framework: TransientPeer. Objects of ...eutarass5-85/+73
2010-08-04Improved format of log entries of Java version of Locator serviceeutarass1-21/+33
2010-07-16Workaround for: Java 1.6.0 on Linux returns network prefix == 0 for loop-back...eutarass1-0/+9
2010-07-12Locator.redirect command changed to allow command argument to be either peer ...eutarass5-30/+94
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...eutarass1-2/+13
2010-06-29Bug 317845: TCF Peer accessible via two networks appear as two distinct peerseutarass7-6/+84
2010-06-25Bug 317813: Add Discovery tracing in Java reference implementationeutarass2-17/+184
2010-06-24TCF Debugger: improved model deltas generation logiceutarass1-18/+24
2010-06-23Bug 317636: LocalPeer and RemotePeer needs javadoceutarass2-0/+16
2010-06-14Fixed some of Eclipse 3.6 JDT warningseutarass1-1/+1
2010-06-09TCF Agent: added handling of error report parameters in errno_to_str()eutarass4-3/+78
2010-06-041. Added version=0.3.0 on Export-Package: org.eclipse.tm.tcf.extensionseutarass1-1/+1
2010-06-02TCF Discovery:eutarass1-71/+67
2010-06-01Bug 314876: [tcf] TCF "Datagram send failed" messages seen in error logeutarass1-113/+111
2010-05-27Fixed copyright headers eutarass64-62/+82
2010-05-26Bug 314564: [patch] org.eclipse.tm.tcf.core.AbstractChannel#write() mangles b...eutarass1-1/+1
2010-05-25TCF Debugger: process "don't stop" and "don't pass" signal masks are made per...eutarass2-4/+4
2010-05-20Changed docs for Bug 313719: Reference agent: argv[0] is missing in the execv...eutarass1-0/+2
2010-05-19Bug 312457: Exception in LocatorService.Subnet.containseutarass1-2/+17
2010-05-14TCF Core: added comments about discovery over IPv6 in Locator service codeeutarass1-4/+27
2010-05-14TCF Core: fixed: TCF TCP server should not advertise through Locater service ...eutarass1-23/+50
2010-05-13TCF Core: fixed: missing code to handle "command rejected" messageseutarass1-6/+4
2010-05-11Bug 312457: Exception in LocatorService.Subnet.containseutarass1-3/+16
2010-05-10Bug 312251: Discovery service can't bind socket on Win 7eutarass1-2/+1
2010-05-06TCF Core: minor performance improvement in discovery protocol implementationeutarass1-7/+10
2010-05-06Bug 304331: Fail to connect peer if port is specified non-decimaleutarass2-6/+34
2010-04-30TCF Agent: in order to improve debug API abstraction:eutarass2-4/+44
2010-04-231. Extended Symbols service to provide stack tracing rules.eutarass5-7/+108
2010-03-28TCF Debugger: improved error reportseutarass1-1/+0
2010-03-19TCF Debugger: fixed symbols cache invalidation and cleanup logiceutarass1-1/+1
2010-03-18More TCF Symbols Server code. Most services work OK.eutarass4-21/+47
2010-03-10TCF Debugger: performance improvements, including better coalescing of model ...eutarass1-17/+45
2010-03-10TCF Agent: more symbols value-add code.eutarass4-3/+135
2010-02-24TCF Agent: performance improvements:eutarass1-1/+1
2010-02-22Work in progress: more TCF value-add support - all tests have passed when con...eutarass1-22/+70
2010-01-29Fixed: Bug 301192: Calls into IServiceProvider should use SafeRunnereutarass1-9/+20
2010-01-29Changed ServiceManager and TransportManager add/remove provider methods to be...eutarass3-15/+23
2010-01-21TCF Symbols service is re-worked to support implementation of the service as ...eutarass4-22/+0
2010-01-13TCF Agent: Line Numbers service is now fully functional in value-add modeeutarass1-1/+14
2010-01-11New TCF service: Path Map. It stores file path mapping across systems.eutarass4-8/+271
2009-12-19TCF Agent: more support for developing value-add TCF servers, including:eutarass2-0/+275
2009-12-14TCF Core: fixed: calling InetAddress.getByName() from dispatch thread can blo...eutarass1-11/+103
2009-11-18Symbols service: add two new symbol properties: LowerBound and UpperBoundeutarass2-0/+22
2009-11-16Added comments for JSON.java public methodseutarass1-0/+58

Back to the top