Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/agent
AgeCommit message (Expand)AuthorFilesLines
2011-11-21Merge remote branch 'remotes/origin/master' into juno-refactoringEugene Tarassov20-59/+38
2011-11-21TCF Agent: improved performance of main event loop.Eugene Tarassov1-3/+31
2011-11-21TCF Agent: fixed a comment in expressions.cEugene Tarassov1-0/+2
2011-11-19TCF Agent: C++ support improvements.Eugene Tarassov6-36/+58
2011-11-18TCF Agent: added tests for C++.Eugene Tarassov3-2/+53
2011-11-18TCF Agent: added code to handle :: in sizeof expression.Eugene Tarassov1-21/+27
2011-11-18TCF Agent: DWARF: added handling of "false" and "true" keywords in C++.Eugene Tarassov1-42/+113
2011-11-18TCF Agent: Expressions service: fixed handling of sizeof expressions without ...Eugene Tarassov1-3/+5
2011-11-18TCF Agent: fixed build errors in environment where CODESET or uuid are not av...Eugene Tarassov1-1/+3
2011-11-16TCF Agent: fixed FreeBSD build errors.Eugene Tarassov1-1/+1
2011-11-16TCF Agent: added delete_path_mapping() implementation.Eugene Tarassov1-16/+27
2011-11-16Code cleanup: fixed missing LF at end of file.Eugene Tarassov1-1/+1
2011-11-16TCF Agent: PathMap.get command changed to return all mapping rules, including...Eugene Tarassov1-9/+10
2011-11-15TCF Agent: version macro defs updated to 1.0Eugene Tarassov1-2/+2
2011-11-15TCF Agent: implemented PathMap.changed event.Eugene Tarassov4-12/+25
2011-11-14TCF Agent: fixed compiler warning "no newline at end of file".Eugene Tarassov1-1/+1
2011-11-14TCF Agent: fixed memory leak caused by missing pthread_detach() call.Eugene Tarassov3-4/+10
2011-11-14TCF Agent: added conditional compilation statements to build the agent withou...Eugene Tarassov1-2/+11
2011-11-14TCF Agent: fixed compiler warning "no newline at end of file".Eugene Tarassov1-1/+1
2011-11-14TCF Agent: fixed compiler warning when the agent is built with ENABLE_Cmdline=0Eugene Tarassov1-8/+12
2011-11-11Fixed agent and server makefiles.Eugene Tarassov4-26/+25
2011-11-11#include directives changed to include "tcf" as the first directory name in h...Eugene Tarassov128-922/+922
2011-11-11Agent code is moved into separate "agent" directory, all C code moved into "t...Eugene Tarassov176-0/+72295

    Back to the top