Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-11-11TCF Java package names changed: org.eclipse.tm.tcf.* -> org.eclipse.tcf.*Eugene Tarassov9-1033/+0
2011-11-07TCF Debugger: security manager changed to search both workspace and system di...Eugene Tarassov1-6/+68
2011-08-10Replaced List.isEmpty() calls with List.size() == 0 - it make the code a bit ...eutarass1-1/+1
2011-04-28Bug 343942 - [RCP] IllegalStateException trying to initialize the SSL context...eutarass1-1/+9
2010-12-01TCF Debugger: cosmetic and minor performance improvementseutarass1-1/+1
2010-11-23TCF Debugger:eutarass1-1/+1
2010-08-301. Fixed: Closing TCF channel underlying streams can block for a long time, s...eutarass1-1/+1
2010-08-04Fixed misspelling in error messageeutarass1-1/+1
2010-06-25Bug 317813: Add Discovery tracing in Java reference implementationeutarass1-5/+25
2010-06-041. Added version=0.3.0 on Export-Package: org.eclipse.tm.tcf.extensionseutarass2-14/+15
2010-05-27Fixed copyright headers eutarass9-8/+18
2010-05-15TCF Agent: Bug 225082: [tcf][releng] Improve TCF Agent build directory struct...eutarass1-1/+1
2010-01-11New TCF service: Path Map. It stores file path mapping across systems.eutarass1-2/+1
2009-09-09Fixed: Unhandled IllegalStateException when TCF is shut down while a channel ...eutarass1-1/+1
2009-09-02Code cleanup: trailing spaces are removed from the source lineeutarass1-19/+19
2009-06-15Changed line separator to LF to be consistent with the rest of the code.eutarass4-424/+424
2009-05-29FIX Compiler warningsustieber1-23/+23
2009-05-28[277993] [tcf][eclipse] Provide infrastructure to contribute additonal servic...ustieber7-1/+518
2009-05-27Secure TCF: implemented certificate based authenticationeutarass2-0/+173
2009-05-27FIX Compiler warningsustieber2-22/+22
2009-05-01Bug 274627: Fix NPE in a couple ILogger implementationseutarass1-1/+1
2009-04-28Bug 273078:[tcf][api] Separate TCF Core from TCF Eclipse Integrationeutarass61-13961/+0
2009-04-27Bug 273591: [tcf] Connect exception dumped to stderreutarass1-14/+25
2009-04-21Fixed: getBroadcast() on the Linux loopback interface addresses returns null....eutarass1-18/+4
2009-04-20Fixed: getBroadcast() on the Linux loopback interface addresses returns null....eutarass1-1/+13
2009-04-20Fixed typo in a commenteutarass1-1/+1
2009-04-20Fixed error in parsing floating point numbers in JSON.javaeutarass1-2/+2
2009-04-13Removed unnecessary "public" keywordeutarass1-1/+1
2009-04-13Bug 270610: [tcf] Get rid of org.eclipse.tm.tcf.startup extension pointeutarass1-1/+1
2009-04-09Fixed typos in a comment.eutarass1-2/+2
2009-04-02Bug 270607: [tcf] Cleanup TCF core implementation and split out plugin testseutarass1-32/+0
2009-03-16Bug 264723: API extension to TCF Registers and Memory serviceseutarass4-38/+230
2009-03-04Implemented better handling of unrecognized commands in TCF protocol: instead...eutarass9-42/+162
2009-02-27Fixed: documentation for the Processes service is missing a parameter on the ...eutarass1-0/+1
2009-02-26Updated Processes service description to be in sync with current implementationeutarass1-28/+33
2009-02-13Processes service now uses virtual streams (Streams service) for process cons...eutarass2-21/+17
2009-02-11Fixed: Bug 258723: [tcf] json on the target does not support double or floati...eutarass4-20/+89
2009-02-09Bug 243774: [tcf] Possibility to programatically add new communication channe...eutarass8-69/+144
2009-02-09TCF Agent: Implemented Streams service.eutarass7-24/+606
2009-01-22TCF Debugger on Windows now provides UI to control exception handling, simila...eutarass2-5/+6
2009-01-21TCF Agent: better handling of sys calls on Linuxeutarass2-6/+14
2009-01-17TCF Debugger: finished UI to control POSIX signalseutarass3-104/+148
2009-01-15TCF Debugger, work in progress: added debugger UI to handle POSIX signalseutarass4-10/+54
2009-01-13Fixed: unsuccessful Locator.redirect returns wrong error code.eutarass5-7/+131
2009-01-07TCF Debugger: Expressions, Variables and Registers views now support editing/...eutarass2-2/+2
2008-12-29259728: [tcf] JSON returns Collections and not List for JSON arraysmischarf1-2/+2
2008-12-18TCF Debugger: implemented array partitioning in Expressions and Variables viewseutarass1-0/+13
2008-12-161. TCF Debugger: implemented detail pane in Expressions and Variables views.eutarass2-0/+11
2008-12-14fixed parsing of floating point numbersmischarf1-1/+3
2008-12-11Fixed: TCF Launch Configuration dialog: target selection is not persistent if...eutarass3-27/+59

Back to the top