Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-04-20Created TCF feature and update site projectseutarass16-42/+1830
2009-04-20Fixed: TCF debug session can report a bogus error "Cannot dispose expression....eutarass1-0/+1
2009-04-20Fixed: temporary file is left by TCF setup wizardeutarass1-0/+3
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-20Bug 270605: [tcf] TCF plugins should have qualified version numberseutarass8-8/+8
2009-04-16TCF Debugger: fixed NullPointerException in TELNET client codeeutarass1-2/+0
2009-04-16TCF Debugger: launch configuration dialog now can install TCF agent on remote...eutarass21-316/+1909
2009-04-16TCF Debugger: fixed exception in breakpoint command handler when selection is...eutarass1-0/+2
2009-04-13TCF Debugger: fixed a racing condition during initialization.eutarass5-61/+57
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-09TCF Debugger: fixed: exiting Eclipse with active debug session can cause Null...eutarass1-6/+5
2009-04-09Fixed typos in a comment.eutarass1-2/+2
2009-04-04[271227] Fix compiler warnings in org.eclipse.tm.tcf.rseustieber13-124/+177
2009-04-04FIX NullPointerException in download if client passes in null as host encodingustieber1-29/+36
2009-04-03Bug 269682: [tcf] RSE cannot connect to non-standard TCF porteutarass1-3/+8
2009-04-02Bug 270607: [tcf] Cleanup TCF core implementation and split out plugin testseutarass1-32/+0
2009-03-28TCF Agent: optimization of 'safe events': stopping threads in affected proces...eutarass1-6/+17
2009-03-20TCF Agent: made changes to allow the build system to include/exclude individu...eutarass1-0/+2
2009-03-17Created Streams Service specification document.eutarass4-2/+366
2009-03-16Bug 264723: API extension to TCF Registers and Memory serviceseutarass8-82/+640
2009-03-10Fixed: infinite loop in the agent if channel is closed while transmitting Mem...eutarass6-17/+137
2009-03-04Implemented better handling of unrecognized commands in TCF protocol: instead...eutarass12-55/+191
2009-02-27Fixed: documentation for the Processes service is missing a parameter on the ...eutarass2-1/+4
2009-02-26Updated Processes service description to be in sync with current implementationeutarass2-50/+284
2009-02-26TCF Agent: Added MemoryMap module, it keeps track of memory regions and mapping.eutarass1-2/+14
2009-02-13Processes service now uses virtual streams (Streams service) for process cons...eutarass6-90/+208
2009-02-13classpathe updatedmischarf1-7/+7
2009-02-11Fixed: Bug 258723: [tcf] json on the target does not support double or floati...eutarass6-20/+167
2009-02-10Fixed Bug 259878: [tcf]mdep.c implements pthread for __GNUC_ but the mdep.h i...eutarass1-2/+6
2009-02-09Bug 257261: [tcf] the daytime agent does not build on linuxeutarass1-6/+6
2009-02-09Bug 243774: [tcf] Possibility to programatically add new communication channe...eutarass9-73/+145
2009-02-09TCF Agent: Implemented Streams service.eutarass10-25/+860
2009-01-27TCF Agent (Linux): sys call trace is turned off - needs more efficient way to...eutarass3-11/+101
2009-01-22TCF Debugger on Windows now provides UI to control exception handling, simila...eutarass3-21/+38
2009-01-21TCF Agent: better handling of sys calls on Linuxeutarass8-72/+80
2009-01-17TCF Debugger: finished UI to control POSIX signalseutarass7-192/+400
2009-01-15TCF Debugger, work in progress: added debugger UI to handle POSIX signalseutarass11-65/+549
2009-01-13Fixed: unsuccessful Locator.redirect returns wrong error code.eutarass10-7/+213
2009-01-07TCF Debugger: Expressions, Variables and Registers views now support editing/...eutarass11-86/+489
2008-12-29259728: [tcf] JSON returns Collections and not List for JSON arraysmischarf1-2/+2
2008-12-19TCF Debugger: implemented model selection policyeutarass7-19/+109
2008-12-18Updated TODO commentseutarass6-22/+9
2008-12-18TCF Debugger: implemented array partitioning in Expressions and Variables viewseutarass8-21/+240
2008-12-161. TCF Debugger: implemented detail pane in Expressions and Variables views.eutarass21-93/+612
2008-12-14fixed parsing of floating point numbersmischarf1-1/+3
2008-12-11Fixed: TCF Launch Configuration dialog: target selection is not persistent if...eutarass6-35/+85
2008-12-09Better values for UDP packet size limitseutarass1-3/+4
2008-12-08Bug 257670: Why does TCF have its own implementation of ReadOnlyCollection an...eutarass8-221/+5

Back to the top