summaryrefslogtreecommitdiff
path: root/client/input.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-0/+2
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-19/+57
2013-06-13client: Create agent data structure and pass it in function callbacksPatrik Flykt1-9/+15
2013-05-22client: Reserve space for trailing NULL in the arrayPatrik Flykt1-1/+1
2013-05-06client: Fix for handling an unset callbackPatrik Flykt1-1/+9
2013-05-03client: Add command mode and agent mode helper functionsPatrik Flykt1-19/+34
2013-04-23client: Trim off spaces from user inputPatrik Flykt1-8/+20
2013-04-23client: Add command completionPatrik Flykt1-0/+14
2013-04-23client: Follow coding stylePatrik Flykt1-3/+4
2013-04-06client: Add --help, -h optionsPatrik Flykt1-1/+10
2013-04-04client: Add input handlingPatrik Flykt1-0/+184