Mercurial Hosting > luan
graph
-
add response.binary_writer2015-05-19, by Franklin Schmidt
-
add http/dump2015-05-18, by Franklin Schmidt
-
Http.response is now mostly luan2015-05-18, by Franklin Schmidt
-
Http.request is now pure luan2015-05-18, by Franklin Schmidt
-
remove Http.session2015-05-17, by Franklin Schmidt
-
rename service() to respond()2015-05-16, by Franklin Schmidt
-
change luan:web to luan:http2015-05-15, by Franklin Schmidt
-
move web to http2015-05-15, by Franklin Schmidt
-
documentation aesthetics2015-05-13, by Franklin Schmidt
-
raw_set and set_metatable now return void instead of LuanTable2015-05-12, by Franklin Schmidt
-
minor documentation2015-05-12, by Franklin Schmidt
-
start version 0.92015-05-12, by Franklin Schmidt
-
Added tag 0.8 for changeset d6a465e4ea922015-05-12, by Franklin Schmidt
-
add Http.request.scheme and Http.request.is_secure2015-05-12, by Franklin Schmidt
-
Added tag 0.8 for changeset 2e17b54e69d92015-05-12, by Franklin Schmidt
-
minor2015-05-12, by Franklin Schmidt
-
minor2015-05-12, by Franklin Schmidt
-
documentation2015-05-12, by Franklin Schmidt
-
luan errors are now tables2015-05-12, by Franklin Schmidt
-
add Http.request.protocol2015-05-11, by Franklin Schmidt
-
add manual heading_options2015-05-11, by Franklin Schmidt
-
documentation2015-05-11, by Franklin Schmidt
-
delete LuanExitException2015-05-11, by Franklin Schmidt
-
documentation2015-05-11, by Franklin Schmidt
-
documentation2015-05-11, by Franklin Schmidt
-
documentation2015-05-10, by Franklin Schmidt
-
move do_file implementation to luan2015-05-10, by Franklin Schmidt
-
minor documentation2015-05-10, by Franklin Schmidt
-
add support for __metatable2015-05-10, by Franklin Schmidt
-
documentation2015-05-10, by Franklin Schmidt
-
minor2015-05-10, by Franklin Schmidt
-
documentation2015-05-08, by Franklin Schmidt
-
improve LuanServlet to allow for URL mapping2015-05-08, by Franklin Schmidt
-
move Logging initialization from web/Http to web/Server2015-05-08, by Franklin Schmidt
-
documentation work2015-05-08, by Franklin Schmidt
-
fix references in the manual2015-05-08, by Franklin Schmidt
-
improve Http.init_for_test2015-05-07, by Franklin Schmidt
-
remove all command line options;2015-05-06, by Franklin Schmidt
-
minor2015-05-06, by Franklin Schmidt
-
improve stack trace2015-05-06, by Franklin Schmidt
-
better stack overflow handling2015-05-06, by Franklin Schmidt
-
improve Http.init_for_test2015-05-06, by Franklin Schmidt
-
handle StackOverflowError for circular references2015-05-06, by Franklin Schmidt
-
add String.matches2015-05-06, by Franklin Schmidt
-
enable String java methods2015-05-06, by Franklin Schmidt
-
start version 0.82015-05-06, by Franklin Schmidt
-
Added tag 0.7 for changeset 56c23aa700452015-05-06, by Franklin Schmidt
-
allow setting non-properties in property table2015-05-05, by Franklin Schmidt
-
add web/test2015-05-05, by Franklin Schmidt
-
fix parse error2015-05-05, by Franklin Schmidt
-
move Luan.to_number to String2015-05-05, by Franklin Schmidt
-
add assert_binary;2015-05-04, by Franklin Schmidt
-
remove automatic conversion from string to number2015-05-04, by Franklin Schmidt
-
minor2015-05-04, by Franklin Schmidt
-
remove assert_nil2015-05-04, by Franklin Schmidt
-
remove toBoolean() and to_boolean()2015-05-04, by Franklin Schmidt
-
move assert() implementation to luan2015-05-04, by Franklin Schmidt
-
rename Version.luan to version.luan2015-05-04, by Franklin Schmidt
-
remove Luan.asString()2015-05-04, by Franklin Schmidt
-
start version 0.72015-05-04, by Franklin Schmidt
-
Added tag 0.6 for changeset 6cfbf45a18852015-05-04, by Franklin Schmidt
-
support old jetty2015-05-04, by Franklin Schmidt
-
make members lower case2015-05-04, by Franklin Schmidt
-
remove more generics2015-05-03, by Franklin Schmidt
-
make LuanState.registry a Map;2015-05-03, by Franklin Schmidt
-
finish fixing LuanTable to use metatables2015-05-03, by Franklin Schmidt
-
TableLuan cleanup2015-05-03, by Franklin Schmidt
-
fix LuanTable.toString() to use metatables2015-05-03, by Franklin Schmidt
-
rename __tostring to __to_string2015-05-03, by Franklin Schmidt
-
rename __newindex to __new_index2015-05-03, by Franklin Schmidt
-
fix LuanTable.put() to use metatables2015-05-02, by Franklin Schmidt
-
fix LuanTable.get() to use metatables2015-05-02, by Franklin Schmidt
-
minor LuanTable cleanup2015-05-01, by Franklin Schmidt
-
minor2015-05-01, by Franklin Schmidt
-
remove Luan.repr()2015-05-01, by Franklin Schmidt
-
add Io.repr()2015-05-01, by Franklin Schmidt
-
add Io.LuanString.text_writer();2015-05-01, by Franklin Schmidt
-
add String.encode2015-05-01, by Franklin Schmidt
-
improve repr() to check metamethod recursively2015-05-01, by Franklin Schmidt
-
remove C documentation from manual2015-05-01, by Franklin Schmidt
-
work on manual2015-05-01, by Franklin Schmidt
-
add LuanMeta.__tostring()2015-04-30, by Franklin Schmidt
-
make LuanPropertyMeta a singleton2015-04-30, by Franklin Schmidt
-
minor2015-04-30, by Franklin Schmidt
-
add __pairs;2015-04-30, by Franklin Schmidt
-
minor2015-04-29, by Franklin Schmidt
-
remove Luan.newTable()2015-04-29, by Franklin Schmidt
-
fix ConcatExpr to use metamethod2015-04-29, by Franklin Schmidt
-
remove LuanState.require(), eval() is good enough2015-04-29, by Franklin Schmidt
-
merge LuanTableImpl into LuanTable2015-04-29, by Franklin Schmidt
-
replace LuanPropertyTable with LuanPropertyMeta2015-04-29, by Franklin Schmidt
-
remove AbstractLuanTable2015-04-29, by Franklin Schmidt
-
add LuanMeta2015-04-29, by Franklin Schmidt
-
metatables now only apply to tables2015-04-29, by Franklin Schmidt
-
fix build to include stripe2015-04-29, by Franklin Schmidt
-
add stripe;2015-04-29, by Franklin Schmidt
-
minor2015-04-28, by Franklin Schmidt
-
change LuanState.newStandard() to newInstance() which doesn't preload anything2015-04-28, by Franklin Schmidt
-
add LuanServlet2015-04-27, by Franklin Schmidt
-
add LuanState.require()2015-04-27, by Franklin Schmidt
-
add LuanTable isSet() and asSet() (untested)2015-04-27, by Franklin Schmidt
-
work on manual;2015-04-27, by Franklin Schmidt
-
work on manual2015-04-24, by Franklin Schmidt
-
start version 0.62015-04-24, by Franklin Schmidt
-
Added tag 0.5 for changeset 8668f3799ad92015-04-24, by Franklin Schmidt
-
replace Html.simply_html_page with simply_html_head and simply_html_body_bottom2015-04-24, by Franklin Schmidt
-
minor2015-04-24, by Franklin Schmidt
-
documentation work2015-04-24, by Franklin Schmidt
-
add more examples2015-04-24, by Franklin Schmidt
-
add website/src/Shared.luan2015-04-24, by Franklin Schmidt
-
make all of website use luan2015-04-24, by Franklin Schmidt
-
start version 0.52015-04-23, by Franklin Schmidt
-
Added tag 0.4 for changeset 4118eb51c8162015-04-23, by Franklin Schmidt
-
added tutorial2015-04-23, by Franklin Schmidt
-
add link to Programming in Lua2015-04-22, by Franklin Schmidt
-
work on manual2015-04-22, by Franklin Schmidt
-
add error checking to Hosting2015-04-20, by Franklin Schmidt
-
minor2015-04-20, by Franklin Schmidt
-
add web/NotFound.java2015-04-19, by Franklin Schmidt
-
partly revert rev 538c19ad1272 (logging)2015-04-19, by Franklin Schmidt
-
simplify mail2015-04-18, by Franklin Schmidt
-
simplify logging2015-04-18, by Franklin Schmidt
-
work on manual2015-04-17, by Franklin Schmidt
-
start editing manual2015-04-17, by Franklin Schmidt
-
add manual.html as copy of Lua 5.3 Reference Manual2015-04-17, by Franklin Schmidt
-
minor documentation2015-04-17, by Franklin Schmidt
-
template statements no longer depend on 'Io' being defined2015-04-17, by Franklin Schmidt
-
fix LuanPropertyTable.asList()2015-04-17, by Franklin Schmidt
-
more documentation2015-04-17, by Franklin Schmidt
-
start version 0.42015-04-16, by Franklin Schmidt
-
Added tag 0.3 for changeset 1a464e0905382015-04-16, by Franklin Schmidt
-
fix LuanPropertyTable.asMap();2015-04-16, by Franklin Schmidt
-
remove Http.request.get_parameter_values and Http.request.parts;2015-04-16, by Franklin Schmidt
-
fix HTTP parameters for multipart2015-04-15, by Franklin Schmidt
-
allow mail attachments;2015-04-15, by Franklin Schmidt
-
minor2015-04-15, by Franklin Schmidt
-
minor2015-04-14, by Franklin Schmidt
-
implement Http.request.parts2015-04-14, by Franklin Schmidt
-
better parser error message2015-04-14, by Franklin Schmidt
-
AbstractLuanTable now implements LuanRepr2015-04-14, by Franklin Schmidt
-
improve formatting of diff.html2015-04-14, by Franklin Schmidt
-
start documentation2015-04-13, by Franklin Schmidt
-
add website/push.sh2015-04-13, by Franklin Schmidt
-
start websites2015-04-13, by Franklin Schmidt
-
start version 0.32015-04-12, by Franklin Schmidt
-
Added tag 0.2 for changeset 6fd016d35ec12015-04-12, by Franklin Schmidt
-
improve luan/web file names and add serve.luan2015-04-12, by Franklin Schmidt
-
change cmd_line to take a URI2015-04-12, by Franklin Schmidt
-
start version 0.22015-04-10, by Franklin Schmidt
-
minor2015-04-10, by Franklin Schmidt
-
Added tag 0.1 for changeset 93fa3dbe0c2f2015-04-10, by Franklin Schmidt
-
add more Math functions2015-04-03, by Franklin Schmidt
-
rename Html.simple_html_page to simply_html_page2015-03-31, by Franklin Schmidt
-
remove circular package loading2015-03-31, by Franklin Schmidt
-
README.md edited online with Bitbucket2015-03-25, by Hugo Teixeira
-
README.md edited online with Bitbucket2015-03-25, by Hugo Teixeira
-
README.md edited online with Bitbucket2015-03-25, by Hugo Teixeira
-
README.md edited online with Bitbucket2015-03-25, by Hugo Teixeira
-
README.md edited online with Bitbucket2015-03-25, by Hugo Teixeira
-
README.md edited online with Bitbucket2015-03-25, by Hugo Teixeira
-
README.md edited online with Bitbucket2015-03-25, by Hugo Teixeira
-
add release-luan.sh2015-03-24, by Franklin Schmidt
-
Added tag 0.0 for changeset 7b813a1d562b2015-03-24, by Franklin Schmidt
-
load "site:/init" on webserver initialization2015-03-19, by fschmidt@gmail.com
-
handle circular package loading2015-03-19, by fschmidt@gmail.com
-
remove try-catch statement;2015-03-19, by fschmidt@gmail.com
-
use SimplyHTML2015-03-03, by fschmidt@gmail.com
-
minor parsing improvement2015-02-09, by fschmidt@gmail.com
-
improve testing2015-02-09, by fschmidt@gmail.com
-
minor fixes2015-02-08, by fschmidt@gmail.com
-
remove import statement2015-02-08, by fschmidt@gmail.com
-
remove global namespace2015-02-06, by fschmidt@gmail.com
-
rename Basic to Luan2015-02-05, by fschmidt@gmail.com
-
add html processing2015-02-05, by fschmidt@gmail.com
-
minor2014-12-30, by fschmidt@gmail.com
-
Add another query example to search tool.2014-12-29, by hugo.tech@gmail.com
-
fix Ab_testing.format()2014-12-26, by fschmidt@gmail.com
-
add Io.schemes.string2014-12-25, by fschmidt@gmail.com
-
replace Http.request.servlet_path with Http.request.path;2014-12-25, by fschmidt@gmail.com
-
add lucene query parsing2014-12-24, by fschmidt@gmail.com
-
remove LUAN_HOME2014-12-23, by fschmidt@gmail.com
-
add File.canonical()2014-12-23, by fschmidt@gmail.com
-
fix build2014-12-23, by fschmidt@gmail.com
-
move scripts2014-12-23, by fschmidt@gmail.com
-
improve build process2014-12-23, by fschmidt@gmail.com
-
add tar-luan.sh2014-12-22, by fschmidt@gmail.com
-
rename String.byte() to String.unicode();2014-12-19, by fschmidt@gmail.com
-
add JavaLuan.Static.luan_proxy()2014-12-18, by fschmidt@gmail.com
-
add lucene close();2014-12-18, by fschmidt@gmail.com
-
fix modules Binary and Html2014-12-18, by fschmidt@gmail.com
-
add java security2014-12-17, by fschmidt@gmail.com
-
add java() to control java access2014-12-16, by fschmidt@gmail.com
-
simplify PackageLuan and remove IO loading param2014-12-16, by fschmidt@gmail.com
-
remove init.luan2014-12-16, by fschmidt@gmail.com
-
remove PackageLuan.load_lib()2014-12-16, by fschmidt@gmail.com
-
add env param to load_file()2014-12-15, by fschmidt@gmail.com
-
fix Ab_testing2014-12-12, by fschmidt@gmail.com
-
Improve html code of core tools.2014-12-11, by hugo.tech@gmail.com
-
add Web_server.init();2014-12-11, by fschmidt@gmail.com
-
minor2014-12-10, by fschmidt@gmail.com
-
implement Ab_testing.web_page()2014-12-09, by fschmidt@gmail.com
-
add Time.period();2014-12-09, by fschmidt@gmail.com
-
improve Mail;2014-12-08, by fschmidt@gmail.com
-
fix Http.init_for_test()2014-12-05, by fschmidt@gmail.com
-
change lucene search to take lucene objects2014-12-04, by fschmidt@gmail.com
-
Improve HTML of some tools.2014-12-03, by hugo.tech@gmail.com
-
add lucene Web_search2014-12-02, by fschmidt@gmail.com
-
use LinkedHashMap in LuanTable to preserve order2014-12-02, by fschmidt@gmail.com
-
add URL post;2014-12-02, by fschmidt@gmail.com
-
minor2014-11-26, by fschmidt@gmail.com
-
change PickleCon to allow any size string2014-11-26, by fschmidt@gmail.com
-
log web exceptions2014-11-24, by fschmidt@gmail.com
-
add slf4j2014-11-24, by fschmidt@gmail.com
-
don't expose Package.load_lib()2014-11-23, by fschmidt@gmail.com
-
fix security2014-11-21, by fschmidt@gmail.com
-
rename Reactionary to Hosting2014-11-20, by fschmidt@gmail.com
-
fix reactionary code2014-11-19, by fschmidt@gmail.com
-
AB testing, not fully tested2014-11-10, by fschmidt@gmail.com
-
fix mmake.sh and multipart mail2014-10-31, by fschmidt@gmail.com
-
rename Io.protocols to Io.schemes and "class:" to "java:"2014-10-31, by fschmidt@gmail.com
-
add internal tests2014-10-31, by fschmidt@gmail.com
-
allow alternative-multipart mail2014-10-30, by fschmidt@gmail.com
-
fix mail2014-10-29, by fschmidt@gmail.com
-
build jars2014-10-29, by fschmidt@gmail.com
-
rename Io.get() to Io.Uri()2014-10-29, by fschmidt@gmail.com
-
add Http.response.headers for testing2014-10-29, by fschmidt@gmail.com
-
allow IO on files that don't exist2014-10-29, by fschmidt@gmail.com
-
implement URL style module names2014-10-29, by fschmidt@gmail.com
-
add "http" and "https" protocols2014-10-29, by fschmidt@gmail.com
-
add "socket" protocol2014-10-28, by fschmidt@gmail.com
-
simplify Io.stdin2014-10-28, by fschmidt@gmail.com