Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-08-01TCF Agent: code cleanupEugene Tarassov1-14/+10
2013-05-17Copyright year is updated in files that changed in 2013Eugene Tarassov1-1/+1
2013-03-13TCF Agent: code cleanupEugene Tarassov1-5/+10
2012-10-30TCF Agent: fixed build errors on WindowsEugene Tarassov1-1/+2
2012-10-30Fix parsing of context queries with properties with two =.Manuel Coutand1-100/+181
2012-08-01Agent: various compiler warning fixesPeder Andersen1-1/+1
2012-06-10TCF Agent: new function in JSON API: json_test_charEugene Tarassov1-3/+3
2012-05-21TCF Agent: fixed: seg fault when context query string lacks closing quite cha...Eugene Tarassov1-1/+6
2012-04-20Fix misshandling of context queries consisting of only an empty string.Manuel Coutand1-5/+1
2012-04-18Improve Context Query parsing.Manuel Coutand1-10/+40
2012-04-16Fix bug in context query parsing of escaped characters.Manuel Coutand1-4/+1
2012-04-05TCF Agent: fixed: ContextQuery.query command sometimes returns bogus errorsEugene Tarassov1-6/+4
2012-04-05Improve context query syntax error messagesManuel Coutand1-4/+4
2012-04-05Add syntax check for context queriesManuel Coutand1-27/+53
2012-04-04TCF Agent: fixed build error when SERVICE_ContextQuery=0Eugene Tarassov1-1/+1
2012-04-04TCF Agent: better code for handling breakpoint planting errorsEugene Tarassov1-2/+3
2012-03-05TCF Agent: added support for default comparators in the ContextQuery service.Eugene Tarassov1-0/+11
2012-03-02TCF Agent: added new command ContextQuery.getAttrNamesEugene Tarassov1-7/+39
2012-03-01TCF Agent: fixed: there's no stricmp() in Linux.Eugene Tarassov1-0/+4
2012-03-01TCF Agent: context query attribute names changed to be case-insensitive.Eugene Tarassov1-1/+1
2012-02-28TCF Agent: added new function in context query API: run_context_query_ext().Eugene Tarassov1-8/+19
2012-02-28TCF Agent: fixed handling of "**" in context_query().Eugene Tarassov1-0/+1
2012-02-28TCF Agent: fixed: missing ',' in ContextQuery.query reply.Eugene Tarassov1-0/+1
2012-02-08TCF Agent: changed context query code to allow clients to override context na...Eugene Tarassov1-7/+4
2012-01-17TCF Agent: added support for "*" in context queries.Eugene Tarassov1-6/+8
2012-01-13TCF Agent: fixed: if the SERVICE_ContextQuery is set to 0 in the agent, then ...Eugene Tarassov1-1/+1
2012-01-12Bug 367811 - For full system debug we need to specify which contexts breakpoi...Eugene Tarassov1-0/+230

    Back to the top