log

age author commit description
Mon, 06 Oct 2014 04:07:56 +0000 fschmidt@gmail.com 97d175772fed implement mmake
Sun, 05 Oct 2014 09:11:10 +0000 fschmidt@gmail.com 1fada5587469 add Basic.to_boolean and change "not" operator to require a boolean
Sun, 05 Oct 2014 04:42:04 +0000 fschmidt@gmail.com f247c2ea9eef improve dist
Thu, 02 Oct 2014 20:08:39 +0000 fschmidt@gmail.com b25feac318d8 add lucene jar and minor changes
Thu, 02 Oct 2014 02:58:55 +0000 fschmidt@gmail.com ef39bc4d3f70 basic lucene works
Wed, 01 Oct 2014 06:55:14 +0000 fschmidt@gmail.com 9ce18106f95a more lucene work
Wed, 01 Oct 2014 02:15:39 +0000 fschmidt@gmail.com a35417bf493a minor
Tue, 30 Sep 2014 20:03:56 +0000 fschmidt@gmail.com 4438cb2e04d0 start lucene
Wed, 24 Sep 2014 21:13:46 +0000 fschmidt@gmail.com 2a54cb7d1cf4 improve security
Wed, 24 Sep 2014 03:39:34 +0000 fschmidt@gmail.com 7580379cdc79 implement basic mail smtp
Wed, 23 Jul 2014 03:50:57 +0000 fschmidt@gmail.com c0f87c1ba99f minor
Tue, 22 Jul 2014 06:23:13 +0000 fschmidt@gmail.com 392105b660d7 add LuanProperty
Tue, 22 Jul 2014 03:06:27 +0000 fschmidt@gmail.com 7c768f63bbb3 better cookie API
Mon, 21 Jul 2014 09:27:06 +0000 fschmidt@gmail.com 05eb2837ddbf change LuanTable.put() to not return old value
Mon, 21 Jul 2014 06:38:01 +0000 fschmidt@gmail.com a9fe265dbac3 upgrade to jetty 8
Mon, 21 Jul 2014 02:23:05 +0000 fschmidt@gmail.com b76fcb72d97d add AbstractLuanTable and improve HttpLuan
Thu, 17 Jul 2014 07:49:26 +0000 fschmidt@gmail.com ec016471c6eb make LuanTable an interface
Wed, 16 Jul 2014 04:59:45 +0000 fschmidt@gmail.com 61afe2a1ce96 minor - security
Wed, 16 Jul 2014 04:53:01 +0000 fschmidt@gmail.com f9e3e64132e1 improve rev 217, allow "java:" paths to include sample files to check in jars
Tue, 15 Jul 2014 20:19:36 +0000 fschmidt@gmail.com 92f5d74697f8 change Http.session_attribute to Http.session
Tue, 15 Jul 2014 06:16:40 +0000 fschmidt@gmail.com a608066395c5 clean up HttpLuan.java
Mon, 14 Jul 2014 06:11:55 +0000 fschmidt@gmail.com a1b142f9c5c0 make Utils.toUrl() check for "index.html" or "index.html.luan" in dirs for jars (hack)
Fri, 11 Jul 2014 23:13:15 +0000 fschmidt@gmail.com b2304de4579b minor
Fri, 11 Jul 2014 06:06:31 +0000 fschmidt@gmail.com 8e4ef9134362 move time critical logging functions to java
Fri, 11 Jul 2014 04:19:25 +0000 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.
Tue, 08 Jul 2014 20:03:43 +0000 fschmidt@gmail.com 5b9726553ac8 don't convert returned primitive arrays to tables for java methods
Tue, 08 Jul 2014 19:31:05 +0000 fschmidt@gmail.com 284eddd599b1 fix parsing bug
Tue, 08 Jul 2014 19:05:27 +0000 fschmidt@gmail.com e84655b4c45e better exception handling
Tue, 08 Jul 2014 10:25:35 +0000 fschmidt@gmail.com 239c8d650028 convert returned arrays to tables for java methods
Tue, 08 Jul 2014 07:04:47 +0000 fschmidt@gmail.com 5ba136769034 remove MetatableGetter and use a generic metatable instead