Differences From Artifact [a0bff81028]:
- File appfsd.tcl — part of check-in [0cefa306d2] at 2014-11-03 22:59:24 on branch trunk — Updated to complain if hash cannot be computed (user: rkeene, size: 8039) [annotate] [blame] [check-ins using]
To Artifact [d941737404]:
- File appfsd.tcl — part of check-in [5c9ce56320] at 2014-11-04 01:16:01 on branch trunk — Added basic pure-Tcl sha1 fallback implementation (user: rkeene, size: 8098) [annotate] [blame] [check-ins using]
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | + + - + + + + + | #! /usr/bin/env tclsh package require http 2.7 package require sqlite3 if {[catch { |
︙ |