Mercurial Hosting > luan
annotate conv.txt @ 1580:2975c932864d
require options
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 10 Feb 2021 23:56:59 -0700 |
parents | c922446f53aa |
children | 0c46edec25dd |
rev | line source |
---|---|
1578 | 1 Thread.global_callable |
2 | |
1520 | 3 Luan.try |
4 Luan.pcall | |
5 | |
1515 | 6 Thread.run_in_lock |
7 Thread.new_synchronizer | |
8 | |
1497 | 9 link_to |
10 | |
1425 | 11 json_compressed_string |
1422 | 12 literal |
1419
59fd2e8b1b9d
stringify and json_string
Franklin Schmidt <fschmidt@gmail.com>
parents:
1418
diff
changeset
|
13 JsonToString |
59fd2e8b1b9d
stringify and json_string
Franklin Schmidt <fschmidt@gmail.com>
parents:
1418
diff
changeset
|
14 |
1418 | 15 Hosting.send_mail |
16 Hosting.luan | |
17 | |
1408 | 18 Lucene.recover |
19 schedule_backups_to | |
20 Backup.luan | |
21 backup_read_lock | |
22 backup_write_lock | |
23 backupLock | |
24 | |
1407 | 25 Sql.luan query |
26 | |
1405 | 27 luan.lib |
1401 | 28 Thread.schedule |
29 | |
1395
9dfff82dfc59
finish postgres work
Franklin Schmidt <fschmidt@gmail.com>
parents:
1389
diff
changeset
|
30 Lucene.index |
1389
eb8b35dccd99
cleanup and stringify change
Franklin Schmidt <fschmidt@gmail.com>
parents:
1384
diff
changeset
|
31 stringify |
eb8b35dccd99
cleanup and stringify change
Franklin Schmidt <fschmidt@gmail.com>
parents:
1384
diff
changeset
|
32 |
1384
f5368cd8c056
remove template expressions and String.concat
Franklin Schmidt <fschmidt@gmail.com>
parents:
1379
diff
changeset
|
33 (%> |
f5368cd8c056
remove template expressions and String.concat
Franklin Schmidt <fschmidt@gmail.com>
parents:
1379
diff
changeset
|
34 ( %> |
f5368cd8c056
remove template expressions and String.concat
Franklin Schmidt <fschmidt@gmail.com>
parents:
1379
diff
changeset
|
35 String.concat |
f5368cd8c056
remove template expressions and String.concat
Franklin Schmidt <fschmidt@gmail.com>
parents:
1379
diff
changeset
|
36 |
1379 | 37 Lucene.update_in_transaction |
38 | |
1369
709f7498a363
change Lucene.index() and add Lucene.recover()
Franklin Schmidt <fschmidt@gmail.com>
parents:
1366
diff
changeset
|
39 Lucene.index |
1366
ae2321a09723
improve Thread.schedule
Franklin Schmidt <fschmidt@gmail.com>
parents:
1353
diff
changeset
|
40 Thread.schedule |
ae2321a09723
improve Thread.schedule
Franklin Schmidt <fschmidt@gmail.com>
parents:
1353
diff
changeset
|
41 |
1353
8d95711f6615
replace java() with require "java"
Franklin Schmidt <fschmidt@gmail.com>
parents:
1347
diff
changeset
|
42 java() |
8d95711f6615
replace java() with require "java"
Franklin Schmidt <fschmidt@gmail.com>
parents:
1347
diff
changeset
|
43 |
1347
643cf1c37723
move webserver to lib and bug fixes
Franklin Schmidt <fschmidt@gmail.com>
parents:
1343
diff
changeset
|
44 luan.webserver |
1343
7d9a1f8894b0
lucene change indexed_only_field() to indexed_only_fields()
Franklin Schmidt <fschmidt@gmail.com>
parents:
1342
diff
changeset
|
45 indexed_only_field |
1342
60599adc27b8
add lucene search options
Franklin Schmidt <fschmidt@gmail.com>
parents:
1335
diff
changeset
|
46 lucene search sort |
1335 | 47 call |
1333
25746915a241
merge Luan and LuanState
Franklin Schmidt <fschmidt@gmail.com>
parents:
1332
diff
changeset
|
48 LuanState |
1332 | 49 LuanLogger |
50 | |
1330 | 51 file - java.* |
52 Io.unrestricted | |
1322 | 53 Thread.global_callable |
54 Thread.global | |
1321
307e76ccd0d6
generalize separate logging
Franklin Schmidt <fschmidt@gmail.com>
parents:
1318
diff
changeset
|
55 Logging.luanhost_logger |
307e76ccd0d6
generalize separate logging
Franklin Schmidt <fschmidt@gmail.com>
parents:
1318
diff
changeset
|
56 Logging.init |
1318
35a6a195819f
in authorization rename user to username
Franklin Schmidt <fschmidt@gmail.com>
parents:
1315
diff
changeset
|
57 authorization user |
1315 | 58 Hosting.domain |
59 | |
1308
70eecde81820
remove fn,... to improve readability
Franklin Schmidt <fschmidt@gmail.com>
parents:
1304
diff
changeset
|
60 Thread.fork |
70eecde81820
remove fn,... to improve readability
Franklin Schmidt <fschmidt@gmail.com>
parents:
1304
diff
changeset
|
61 Io.output_to |
70eecde81820
remove fn,... to improve readability
Franklin Schmidt <fschmidt@gmail.com>
parents:
1304
diff
changeset
|
62 Io.output_of |
70eecde81820
remove fn,... to improve readability
Franklin Schmidt <fschmidt@gmail.com>
parents:
1304
diff
changeset
|
63 |
1304 | 64 "stringify" |
1301
a9cc35c71eb0
go back to Thread.schedule
Franklin Schmidt <fschmidt@gmail.com>
parents:
1277
diff
changeset
|
65 "Thread.once" |
a9cc35c71eb0
go back to Thread.schedule
Franklin Schmidt <fschmidt@gmail.com>
parents:
1277
diff
changeset
|
66 "Thread.repeating" |
a9cc35c71eb0
go back to Thread.schedule
Franklin Schmidt <fschmidt@gmail.com>
parents:
1277
diff
changeset
|
67 |
1277 | 68 "Io.print()" |
1276 | 69 "Luan.values" |
1260
4b5b84853f6f
replace Table.as_table with Luan.to_table
Franklin Schmidt <fschmidt@gmail.com>
parents:
1255
diff
changeset
|
70 remove "as_table" |
4b5b84853f6f
replace Table.as_table with Luan.to_table
Franklin Schmidt <fschmidt@gmail.com>
parents:
1255
diff
changeset
|
71 |
1255
4f571a974132
replace Thread.schedule with Thread.once and Thread.repeating
Franklin Schmidt <fschmidt@gmail.com>
parents:
1233
diff
changeset
|
72 "Thread.schedule" |
4f571a974132
replace Thread.schedule with Thread.once and Thread.repeating
Franklin Schmidt <fschmidt@gmail.com>
parents:
1233
diff
changeset
|
73 |
1233
3fad7091b419
make Thread.safe implicit
Franklin Schmidt <fschmidt@gmail.com>
parents:
1226
diff
changeset
|
74 "Thread.safe" |
3fad7091b419
make Thread.safe implicit
Franklin Schmidt <fschmidt@gmail.com>
parents:
1226
diff
changeset
|
75 |
1226 | 76 "Http.uncache_site" |
77 "full_path" | |
78 "Http.version" | |
79 | |
1218 | 80 "java_threads.luan" |
81 "luan_threads.luan" | |
82 "Shell_mod.luan" | |
83 "shell.luan" | |
84 | |
85 "Io.repr" | |
86 "String.split" | |
87 "logging/init.luan" | |
1164 | 88 |
89 "request.header" | |
90 "response.header" | |
91 "request.parameter" | |
92 "request.cookie" | |
93 "set_cookie" | |
94 "assert" | |
1192 | 95 |
1218 | 96 headers lower case |
97 remove run_later | |
98 remove Thread.global |