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