sandboxed-api/oss-internship-2020/sapi_lodepng
2020-08-12 11:20:02 +00:00
..
lodepng-master added some unit tests. main_sandboxed.cc and main.cc have to be changed as well 2020-08-11 14:53:24 +00:00
test_images added some unit tests. main_sandboxed.cc and main.cc have to be changed as well 2020-08-11 14:53:24 +00:00
.gitignore added some comments in main_unit_test.cc and .gitignore 2020-08-12 11:20:02 +00:00
CMakeLists.txt added some unit tests. main_sandboxed.cc and main.cc have to be changed as well 2020-08-11 14:53:24 +00:00
com_google_sandboxed_api basic example using sapi 2020-08-07 11:01:41 +00:00
main_sandboxed.cc added some unit tests. main_sandboxed.cc and main.cc have to be changed as well 2020-08-11 14:53:24 +00:00
main_unit_test.cc added some comments in main_unit_test.cc and .gitignore 2020-08-12 11:20:02 +00:00
main.cc added encoding basic example (not working currently) 2020-08-11 07:15:53 +00:00
README.md added encoding basic example (not working currently) 2020-08-11 07:15:53 +00:00
sandbox.h added gflags for main_sandboxed 2020-08-07 13:50:16 +00:00

TODO

  • check return value of functions
  • integrate unit testing
  • add more functions
  • this readme
  • remove path from CMakeLists.txt
  • include abseil flags for unit testing (done, should be changed in main.cc also)
  • improve tests (images, generating images etc.)
  • clear redundant includes
  • check if security policy can be stricter
  • use addDirectoryAt instead of addDirectory