Sentinel with process jailing using Tomoyo - works with the SmartLightsController...
[iot2.git] / iotjava / Makefile
2017-04-07 rtrimanaIn progress of refining the Tomoyo policies for process...
2017-02-23 rtrimanaUpdating stubs and skeletons for the second benchmark...
2017-02-22 rtrimanaAdding object ID tracking for simultaneous generation...
2017-02-21 rtrimanaUpdating the first benchmark with new stubs/skeletons...
2017-02-21 rtrimanaUpdating skeletons and stubs for C++; Fixing one bug...
2017-02-20 rtrimanaUpdating stub and skeleton for Lifxtest
2017-02-07 rtrimanaMaking sure that compiler can generate methods with...
2017-02-03 rtrimanaMinor tests for multiple callbacks, enum, and struct...
2017-01-28 rtrimanaPreparing C++ stubs and skeletons for circular compilat...
2017-01-23 rtrimanaWorking C++ IoTSlave for both IoTSet and IoTRelation...
2017-01-21 rtrimanaModified and tested IoTMaster for IoTSet in C++; comple...
2017-01-18 rtrimanaPerfecting IoTSlave for C++; Found one issue with SSH...
2017-01-12 rtrimanaPreparing Lifxtest as a test benchmark; making adjustme...
2017-01-10 rtrimanaMoving Java drivers; Creating iotruntime socket connect...
2017-01-06 rtrimanaAdjusting files in ZigbeeTest; preparing things for...
2017-01-05 rtrimanaAdjustments to ZigbeeTest and Python files to use just...
2017-01-05 rtrimanaAdding missing files, completing driver config files...
2017-01-05 rtrimanaPreparing 3rd benchmark for porting with capability...
2017-01-04 rtrimanaPreparing files, stubs, and skeletons for 2nd benchmark
2016-12-20 rtrimanaAdjustments in stubs and skeletons for callback in...
2016-12-16 rtrimanaPorting and compiling SmartLightsController
2016-12-14 rtrimanaIntegrating capability-based RMI on Sentinel for Java...
2016-12-12 rtrimanaPreparing Makefiles, stub, skeleton, config files,...
2016-12-10 rtrimanaCleaning up
2016-12-07 rtrimanaTesting more complex struct and enum declarations;...
2016-11-29 rtrimanaAdding permission inclusion for callback helper functio...
2016-11-29 rtrimanaPreparing for callback testing (creating new policy...
2016-11-26 rtrimanaReverting type resolution in C++ to Java types, e.g...
2016-11-25 rtrimanaAdding new policy, Java, and Cpp files for testing...
2016-11-22 rtrimanaAdding enum support in compiler
2016-11-17 rtrimanaAdding policy dynamic checks on skeleton and stub that...
2016-11-17 rtrimanaAdding callback support for C++; still missing dynamic...
2016-11-16 rtrimanaAdding Java callback support in compiler
2016-11-09 rtrimanaCompleting parser to parse generic/template return...
2016-11-08 rtrimanaInitial cleaning up in compiler, fixing bugs
2016-11-07 rtrimanaAdding support to returning struct/list of struct objects
2016-11-07 rtrimanaTesting for callbacks thread safety in C++
2016-11-06 rtrimanaAdding return value support for enumeration (both Java...
2016-11-05 rtrimanaAdding enum support for method argument; need to emulat...
2016-11-05 rtrimanaDoing the same set of transformations for C++
2016-11-05 rtrimanaUsing methodId directly without method signature; placi...
2016-11-05 rtrimanaFixing bug for return value from callback in C++ (sendR...
2016-11-03 rtrimanaAdding object ID and tons of minor adjustments for...
2016-11-01 rtrimanaInitial version that handles multiple callback objects...
2016-10-28 rtrimanaUsing sorted integer as method Id instead of hash values
2016-10-28 rtrimanaTranslating array into vector in C++; supporting only...
2016-10-28 rtrimanaMoving IoTRMITypes class into Java directory
2016-10-27 rtrimanaCompleting stub and skeleton sides' APIs; Adding tests...
2016-10-26 rtrimanaAdding array/vector feature on C++ side - vector is...
2016-10-24 rtrimanaAdding premature C++ side; supporting only primitive...
2016-10-17 rtrimanaEarly version of RMI system for Java part; supports...
2016-10-10 rtrimanaAbstracting IoTSocket and extend it for client and...
2016-10-10 rtrimanaAdding early version of IoT RMI system; for now: 1...
2016-09-30 rtrimanaFixing program structure; now accepting multiple policy...
2016-09-29 rtrimanaAdding square brackets handling for arrays; Adding...
2016-09-29 rtrimanaAdding handling for primitives, non-primitives, and...
2016-09-27 rtrimanaSeparating policy file into main policy and generated...
2016-09-23 rtrimanaPerfecting parser, lexer, and parse-tree handling for...
2016-09-17 rtrimanaFirst version of parser; Generates AST in XML and HTML...