Differences From Artifact [af80dbf637]:
- File appfsd.tcl — part of check-in [d3bb0824ec] at 2014-11-10 04:22:15 on branch tcl-ops — More work towards getting the user multiplexing right (user: rkeene, size: 19824) [annotate] [blame] [check-ins using]
To Artifact [649eb3a6a1]:
- File appfsd.tcl — part of check-in [9279433b2f] at 2014-11-10 04:52:58 on branch tcl-ops — Added initial PKI support (user: rkeene, size: 19844) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | + |
#! /usr/bin/env tclsh
package require http 2.7
package require sqlite3
package require sha1
package require appfsd
package require platform
package require pki
namespace eval ::appfs {
variable cachedir "/tmp/appfs-cache"
variable ttl 3600
variable nttl 60
# User-replacable function to convert a hostname/hash/method to an URL
|
| ︙ |