log

age author commit description
2014-10-29 fschmidt@gmail.com 9e0d4452e649 implement URL style module names
2014-10-29 fschmidt@gmail.com 54873a389f80 add "http" and "https" protocols
2014-10-28 fschmidt@gmail.com 3ccc5205d04d add "socket" protocol
2014-10-28 fschmidt@gmail.com 715c4a6e1169 simplify Io.stdin
2014-10-28 fschmidt@gmail.com f1f7d8c7e94e add Io.protocols
2014-10-28 fschmidt@gmail.com f9b201530b85 remove Package.preload
2014-10-28 fschmidt@gmail.com 4dfa86dbca45 rename "java:" to "classpath:"
2014-10-28 fschmidt@gmail.com c5c60eca33dd allow Lucene search for 0 rows
2014-10-28 fschmidt@gmail.com 15122d724ce4 more Time functions
2014-10-27 fschmidt@gmail.com e5ad26746c94 improve toString(Number)
2014-10-27 fschmidt@gmail.com e0fb8a49e031 add Time.luan
2014-10-21 fschmidt@gmail.com dddf4e85bfe4 finish basic web testing
2014-10-20 fschmidt@gmail.com 3896138955b1 web testing...
2014-10-19 fschmidt@gmail.com 705d14f4d8ee start web testing
2014-10-17 fschmidt@gmail.com 2b6f51d7af40 add Web_server.config_server()
2014-10-17 fschmidt@gmail.com 9737ebb9aaa0 handle LuanExitException
2014-10-16 fschmidt@gmail.com 10cc873babee fix StringIndexOutOfBoundsException
2014-10-10 fschmidt@gmail.com b5995d77878a fix parsing of comments
2014-10-10 fschmidt@gmail.com 58752e3e4c5c rename String.from_integers to char;
2014-10-09 fschmidt@gmail.com 2ed8465a9d62 allow TemplateExpressions at end of table constructor
2014-10-09 fschmidt@gmail.com 0a8e6fdb62f0 fix Math.random()
2014-10-08 fschmidt@gmail.com c912f6de2053 more work on the manual
2014-10-07 hugo.tech@gmail.com b5a926c481a5 Handle first h1 tag differently.
2014-10-06 fschmidt@gmail.com 852840d64a7f minor
2014-10-06 fschmidt@gmail.com bcc3911285a2 add manual css files
2014-10-06 fschmidt@gmail.com aa7bc9c1df22 add unedited Lua manual
2014-10-06 fschmidt@gmail.com 55b4b077e5cc improve scripts
2014-10-06 fschmidt@gmail.com 97d175772fed implement mmake
2014-10-05 fschmidt@gmail.com 1fada5587469 add Basic.to_boolean and change "not" operator to require a boolean
2014-10-05 fschmidt@gmail.com f247c2ea9eef improve dist
2014-10-02 fschmidt@gmail.com b25feac318d8 add lucene jar and minor changes
2014-10-02 fschmidt@gmail.com ef39bc4d3f70 basic lucene works
2014-10-01 fschmidt@gmail.com 9ce18106f95a more lucene work
2014-10-01 fschmidt@gmail.com a35417bf493a minor
2014-09-30 fschmidt@gmail.com 4438cb2e04d0 start lucene
2014-09-24 fschmidt@gmail.com 2a54cb7d1cf4 improve security
2014-09-24 fschmidt@gmail.com 7580379cdc79 implement basic mail smtp
2014-07-23 fschmidt@gmail.com c0f87c1ba99f minor
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