Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-10-19TCF Agent:eutarass1-2/+2
2010-10-12Bug 327507: MemoryProxy not properly processing non-zero offsets in range con...eutarass1-1/+1
2010-10-12Bug 327494: add IMemory.ErrorOffset RANGE_KEY_XXXX static strings for use by ...eutarass2-4/+10
2010-10-12TCF Debugger diagnostic tests: added tests for Disassembly serviceeutarass1-0/+12
2010-09-29Added Terminals.exit command to Java APIs and tests - the command is supporte...eutarass2-2/+22
2010-09-291. Added terminal property: ProcessID - TCF process ID of the login process o...eutarass2-19/+31
2010-09-28Bug 246987: [tcf] Would be nice to have Shell(Terminal) subsystem over TCF - ...eutarass2-0/+369
2010-09-15Created interfaces for TCF Disassembly service.eutarass2-0/+233
2010-09-111. Added Run Control context property: "Name" - human readable context nameeutarass3-1/+14
2010-09-08Changed handling of channel End-Of-Stream messages to improve reporting of ch...eutarass3-14/+19
2010-08-30ChannelTCF class: added methods to set socket propertieseutarass1-23/+55
2010-08-301. Fixed: Closing TCF channel underlying streams can block for a long time, s...eutarass2-24/+47
2010-08-27TCF Agent:eutarass1-0/+1
2010-08-24Added support for new communication channel transport: named pipes.eutarass3-6/+139
2010-08-24Changed local peer to be transient - not show up in discovered targets listeutarass1-2/+2
2010-08-17Bug 322838: debugging enhancement - in LocatorService.java, wrap DatagramPack...eutarass1-8/+40
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-10Added excluding="**/.svn/*" to make sure SVN metadata is not treated as sourc...eutarass1-2/+2
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.extensionseutarass2-2/+2
2010-06-04TCF version changed to 0.3.0eutarass1-4/+4
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 eutarass67-64/+94
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

Back to the top