log

age author commit description
2018-12-04 Franklin Schmidt ed6e8bd78c11 sort in DirHandler
2018-11-13 Franklin Schmidt 95f6540b27f9 add __gc to docs
2018-11-13 Franklin Schmidt 48f302bdc187 fix indexed_only_field
2018-11-13 Franklin Schmidt d410747a671a fix scripts/test.luan
2018-11-13 Franklin Schmidt bcb39089e899 remove Ab_testing
2018-11-12 Franklin Schmidt 725e52076f03 remove broken pooling
2018-11-12 Franklin Schmidt 9fa8b8389578 add LuanTable.luan;
2018-10-01 Franklin Schmidt 05934fbf635a content-type "application/x-www-form-urlencoded; charset=utf-8"
2018-09-26 Franklin Schmidt 3f4644246e39 LuanHandler cleanup and add Server.serve_for_proxy
2018-09-25 Franklin Schmidt d41997776788 fix onClose issues
2018-09-25 Franklin Schmidt 382c444a6c77 add Http.eval_in_root and Http.handle_error
2018-09-24 Franklin Schmidt 81d3a01fbd09 minor
2018-09-24 Franklin Schmidt 198d6af7330a rename Luan.to_table to Table.java_to_table_shallow and Luan.to_luan to Table.java_to_table_deep
2018-09-24 Franklin Schmidt 4b5b84853f6f replace Table.as_table with Luan.to_table
2018-09-23 Franklin Schmidt e8020216dee7 add Luan.to_luan and fix multipart/form-data
2018-09-21 Franklin Schmidt e4d7a3114fa8 support "Content-Type: application/json; charset=utf-8"
2018-09-21 Franklin Schmidt e38f5869e9df don't reset in send_redirect and other improvements
2018-09-20 Franklin Schmidt c147e2e877e3 allow subclassing of HttpServicer
2018-09-03 Franklin Schmidt 4f571a974132 replace Thread.schedule with Thread.once and Thread.repeating
2018-09-02 Franklin Schmidt beebd0f5f2ba minor
2018-09-02 Franklin Schmidt 23e8f93055a4 mail - add reply-to
2018-08-30 Franklin Schmidt aa8517d7c065 convert primitive array to table
2018-07-24 Franklin Schmidt ddd2ec2c0769 minor
2018-07-23 Franklin Schmidt e55a0c3696fb webserver checks for file before luan
2018-07-23 Franklin Schmidt 0064f0d4facc fix tools examples
2018-07-18 Franklin Schmidt 475905984870 improve lucene highlighter and allow bbcode_to_text quoter to be nil
2018-07-18 Franklin Schmidt 728d8e75f476 html encode bbcode
2018-07-17 Franklin Schmidt 299996e03876 clean up http/tools
2018-07-16 Franklin Schmidt 2de84f128be3 minor
2018-07-09 Franklin Schmidt d1911842c2be minor url post fix
2018-07-05 Franklin Schmidt 3ffc7c4a3b85 improve Thread.global_callable to allow passing of safe tables
2018-06-26 Franklin Schmidt ce3279ef1bd9 minor