log

age author commit description
2014-07-22 fschmidt@gmail.com 392105b660d7 add LuanProperty
2014-07-22 fschmidt@gmail.com 7c768f63bbb3 better cookie API
2014-07-21 fschmidt@gmail.com 05eb2837ddbf change LuanTable.put() to not return old value
2014-07-21 fschmidt@gmail.com a9fe265dbac3 upgrade to jetty 8
2014-07-21 fschmidt@gmail.com b76fcb72d97d add AbstractLuanTable and improve HttpLuan
2014-07-17 fschmidt@gmail.com ec016471c6eb make LuanTable an interface
2014-07-16 fschmidt@gmail.com 61afe2a1ce96 minor - security
2014-07-16 fschmidt@gmail.com f9e3e64132e1 improve rev 217, allow "java:" paths to include sample files to check in jars
2014-07-15 fschmidt@gmail.com 92f5d74697f8 change Http.session_attribute to Http.session
2014-07-15 fschmidt@gmail.com a608066395c5 clean up HttpLuan.java
2014-07-14 fschmidt@gmail.com a1b142f9c5c0 make Utils.toUrl() check for "index.html" or "index.html.luan" in dirs for jars (hack)
2014-07-11 fschmidt@gmail.com b2304de4579b minor
2014-07-11 fschmidt@gmail.com 8e4ef9134362 move time critical logging functions to java
2014-07-11 fschmidt@gmail.com 4a27f24ce2b5 Make LuanJavaFunction not DeepCloneable. There is no reason for most to be DeepCloneable and those that should be can be made DeepCloneable individually.
2014-07-08 fschmidt@gmail.com 5b9726553ac8 don't convert returned primitive arrays to tables for java methods
2014-07-08 fschmidt@gmail.com 284eddd599b1 fix parsing bug
2014-07-08 fschmidt@gmail.com e84655b4c45e better exception handling
2014-07-08 fschmidt@gmail.com 239c8d650028 convert returned arrays to tables for java methods
2014-07-08 fschmidt@gmail.com 5ba136769034 remove MetatableGetter and use a generic metatable instead
2014-07-08 fschmidt@gmail.com 5aafb5b9f70f various
2014-07-07 fschmidt@gmail.com 77365c9fdfe4 remove -> operator
2014-07-07 fschmidt@gmail.com 3918f92de5fe add logging component
2014-07-06 fschmidt@gmail.com cee6581b6f56 minor
2014-07-06 fschmidt@gmail.com 99eef1d0e706 IO security
2014-07-04 fschmidt@gmail.com 75750ceb45ee add LuanState.registry
2014-07-03 fschmidt@gmail.com 27abb3746917 minir
2014-07-03 fschmidt@gmail.com 9fb218211763 add Package.block();
2014-07-03 fschmidt@gmail.com 8960c81eb4bc minor
2014-07-03 fschmidt@gmail.com 390210409719 minor - allow web dir listings
2014-07-03 fschmidt@gmail.com 4c96cb73dd93 fix metatable cloning