Initial commit of Content Screening and Reputation Framework. 10/2710/1
authorRyan Ware <ware@linux.intel.com>
Wed, 30 Jan 2013 20:47:07 +0000 (12:47 -0800)
committerRyan Ware <ware@linux.intel.com>
Wed, 30 Jan 2013 20:47:07 +0000 (12:47 -0800)
commit983099407ec36e162508eb424b05151d7604512b
treeba47098f8e1681087b92bfc785879c785c63b23e
Initial commit of Content Screening and Reputation Framework.
29 files changed:
README [new file with mode: 0644]
doc/Tizen Content Screening API Specification.pdf [new file with mode: 0644]
doc/Tizen Content Screening Plugin API Specification.pdf [new file with mode: 0644]
doc/Tizen Content Screening Test Specification.pdf [new file with mode: 0644]
doc/Tizen Content Security Framework Proposal.pdf [new file with mode: 0644]
doc/Tizen Web Protection API Specification.pdf [new file with mode: 0644]
doc/Tizen Web Protection Plugin API Specification.pdf [new file with mode: 0644]
doc/Tizen Web Protection Test Specification.pdf [new file with mode: 0644]
framework/Makefile [new file with mode: 0644]
framework/TCSErrorCodes.h [new file with mode: 0644]
framework/TCSImpl.c [new file with mode: 0644]
framework/TCSImpl.h [new file with mode: 0644]
framework/TWPImpl.c [new file with mode: 0644]
framework/TWPImpl.h [new file with mode: 0644]
test/Makefile [new file with mode: 0644]
test/SampleInfo.c [new file with mode: 0644]
test/SampleInfo.h [new file with mode: 0644]
test/TCSTest.c [new file with mode: 0644]
test/TCSTest.h [new file with mode: 0644]
test/TCSTestUtils.c [new file with mode: 0644]
test/TWPTest.c [new file with mode: 0644]
test/TWPTest.h [new file with mode: 0644]
test/TWPTestUtils.c [new file with mode: 0644]
test/UrlInfo.h [new file with mode: 0644]
test/WPMakefile [new file with mode: 0644]
test/XMHttp.c [new file with mode: 0644]
test/XMHttp.h [new file with mode: 0644]
test/XMPHttp.c [new file with mode: 0644]
test/XMPHttp.h [new file with mode: 0644]