summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-17apply command id to sample applicationHEADmasterJeonghoon Park2-86/+138
2019-06-17update lib and headers for applying id featureJeonghoon Park7-3/+56
2019-06-03remove unnecessary included headersJeonghoon Park1-4/+0
2019-05-30update libidm and headers - apply error codesJeonghoon Park3-13/+31
2019-05-27[sample] rename schema directoryJeonghoon Park12-0/+0
2019-05-27Added explanations in the lib folder about json example for system infoEunyoung Lee2-3/+5
2019-05-27[sample] added schema example for system infoEunyoung Lee2-0/+65
2019-05-27[sample] update ilbidm libraryEunyoung Lee1-0/+0
2019-05-27[sample] modified details regarding sys infoEunyoung Lee1-32/+38
2019-05-27[sample] annotate code for debuggingEunyoung Lee1-2/+3
2019-05-27[sample] update ilbidm libraryEunyoung Lee1-0/+0
2019-05-27[sample] updated system info testEunyoung Lee4-4/+109
2019-05-22Clarify the explanationBoyeon2-2/+2
2019-05-22Change the name of command parameter and add idm_command_get_type() to the se...Boyeon1-1/+2
2019-05-22Add explanations in the lib folder and move the explanation for result detail...Boyeon2-4/+4
2019-05-22Add explanation about JSON Schema definition / example for request / detail i...Boyeon1-1/+7
2019-05-20Add extra lines at the endBoyeon8-8/+8
2019-05-20Change the name of the apps in exampleBoyeon3-12/+12
2019-05-20Correct the name of the property from type to timeBoyeon1-1/+1
2019-05-20Add exmaples for json schema on log archive / task informationBoyeon4-0/+40
2019-05-20[sample] JSON Schema for sysinfo request/resultEunyoung Lee2-0/+286
2019-05-17[sample] apply library changesJeonghoon Park1-3/+3
2019-05-17[sample] update lib and header filesJeonghoon Park3-122/+34
2019-05-16Change some of the test scenario and Replace the lib so fileBoyeon2-10/+12
2019-05-16Remove unnecessary commentBoyeon1-1/+0
2019-05-16Change the text of the command for getting log archive and change the pointer...Boyeon1-2/+2
2019-05-16Change the pointer type to comply with g_strjoinv() functionBoyeon1-1/+1
2019-05-16Make temporary folder and files for logging testBoyeon1-7/+38
2019-05-16Change the value of array sizeBoyeon1-1/+1
2019-05-16Remove duplicated functions and remove unnecessary code for stopping cmdBoyeon1-59/+0
2019-05-16Add functions for requesting / getting results for log archiveBoyeon1-2/+142
2019-05-14[sample] license changed to apache2.0Eunyoung Lee2-4/+29
2019-05-10[sample] updated headerEunyoung Lee1-29/+31
2019-05-10[sample] Removed idm_command_stop() if the API is not neededEunyoung Lee1-7/+5
2019-05-10[sample] update headersJeonghoon Park2-28/+275
2019-05-10[sample] update libJeonghoon Park1-0/+0
2019-05-09Update Details abut taskRsult schema definitionBoyeon1-4/+4
2019-05-08Update schema detailsBoyeon4-37/+34
2019-05-08Add a schema for taskResultBoyeon1-0/+70
2019-05-08Add a schema for taskRequestBoyeon3-8/+43
2019-05-08Remove extra tab spacesBoyeon2-64/+64
2019-05-08Add a schema for logArchiveResultBoyeon2-1/+30
2019-05-08Create a SCHEMA folder under sample, and add a schema for logArchiveRequestBoyeon1-0/+40
2019-04-26[sample] update libJeonghoon Park1-0/+0
2019-04-26[sample] fix detailsEunyoung Lee3-19/+11
2019-04-26[sample] update lib header and binaryJeonghoon Park2-5/+5
2019-04-26[sample] change func type to predefined typeEunyoung Lee1-4/+2
2019-04-26Free request before error handlingBoyeon1-3/+4
2019-04-26stop command when error occurs in reboot attemptBoyeon1-0/+2
2019-04-26implemented set/get command idEunyoung Lee1-17/+28