Mercurial Hosting > luan
annotate conv.txt @ 1315:5763597ca5c0
add DomainHandler
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 30 Jan 2019 01:21:49 -0700 |
parents | 41b35c15ad36 |
children | 35a6a195819f |
rev | line source |
---|---|
1315 | 1 Hosting.domain |
2 | |
1308
70eecde81820
remove fn,... to improve readability
Franklin Schmidt <fschmidt@gmail.com>
parents:
1304
diff
changeset
|
3 Thread.fork |
70eecde81820
remove fn,... to improve readability
Franklin Schmidt <fschmidt@gmail.com>
parents:
1304
diff
changeset
|
4 Io.output_to |
70eecde81820
remove fn,... to improve readability
Franklin Schmidt <fschmidt@gmail.com>
parents:
1304
diff
changeset
|
5 Io.output_of |
70eecde81820
remove fn,... to improve readability
Franklin Schmidt <fschmidt@gmail.com>
parents:
1304
diff
changeset
|
6 |
1304 | 7 "stringify" |
1301
a9cc35c71eb0
go back to Thread.schedule
Franklin Schmidt <fschmidt@gmail.com>
parents:
1277
diff
changeset
|
8 "Thread.once" |
a9cc35c71eb0
go back to Thread.schedule
Franklin Schmidt <fschmidt@gmail.com>
parents:
1277
diff
changeset
|
9 "Thread.repeating" |
a9cc35c71eb0
go back to Thread.schedule
Franklin Schmidt <fschmidt@gmail.com>
parents:
1277
diff
changeset
|
10 |
1277 | 11 "Io.print()" |
1276 | 12 "Luan.values" |
1260
4b5b84853f6f
replace Table.as_table with Luan.to_table
Franklin Schmidt <fschmidt@gmail.com>
parents:
1255
diff
changeset
|
13 remove "as_table" |
4b5b84853f6f
replace Table.as_table with Luan.to_table
Franklin Schmidt <fschmidt@gmail.com>
parents:
1255
diff
changeset
|
14 |
1255
4f571a974132
replace Thread.schedule with Thread.once and Thread.repeating
Franklin Schmidt <fschmidt@gmail.com>
parents:
1233
diff
changeset
|
15 "Thread.schedule" |
4f571a974132
replace Thread.schedule with Thread.once and Thread.repeating
Franklin Schmidt <fschmidt@gmail.com>
parents:
1233
diff
changeset
|
16 |
1233
3fad7091b419
make Thread.safe implicit
Franklin Schmidt <fschmidt@gmail.com>
parents:
1226
diff
changeset
|
17 "Thread.safe" |
3fad7091b419
make Thread.safe implicit
Franklin Schmidt <fschmidt@gmail.com>
parents:
1226
diff
changeset
|
18 |
1226 | 19 "Http.uncache_site" |
20 "full_path" | |
21 "Http.version" | |
22 | |
1218 | 23 "java_threads.luan" |
24 "luan_threads.luan" | |
25 "Shell_mod.luan" | |
26 "shell.luan" | |
27 | |
28 "Io.repr" | |
29 "String.split" | |
30 "logging/init.luan" | |
1164 | 31 |
32 "request.header" | |
33 "response.header" | |
34 "request.parameter" | |
35 "request.cookie" | |
36 "set_cookie" | |
37 "assert" | |
1192 | 38 |
1218 | 39 headers lower case |
40 remove run_later | |
41 remove Thread.global |