Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
7 check-ins using file src/http.c version b670bab6a0
|
2014-12-15
| ||
| 18:24 | Fix the "files_of_checkin" virtual table implementation so that it works with delta manifests. Change the implementation of compute_fileage() to use common table expressions and the files_of_checkin virtual table for a pure SQL implementation (which turns out to be faster). check-in: c556f8c61c user: drh tags: trunk | |
| 18:17 | Fix the "files_of_checkin" virtual table so that it works correctly with delta manifests. Closed-Leaf check-in: 0fba2272fa user: drh tags: fileage-enhancement | |
| 17:53 | A new, faster, implementation of the compute_fileage() utility that is implemented in SQL, using the files_of_checkin virtual tables and a common table expression. check-in: cc1e965504 user: drh tags: fileage-enhancement | |
| 15:47 | Simply the "fileage" webpage by converting to use of the "files_of_checkin" virtual table. check-in: a0cc614326 user: drh tags: fileage-enhancement | |
|
2014-12-12
| ||
| 16:04 | Reset memory in addr for good measure just to be certain nothing is left over. check-in: 522cf5f66d user: andybradford tags: trunk | |
| 07:13 | Minor spelling correction. check-in: f627634ca8 user: andybradford tags: trunk | |
| 06:30 | On 302 redirects, cause addr and socket reinitialize so it has the info for the new location and not the old. This may address a bug reported on the ML by Ashwin Hirschi in which a redirect was causing Fossil to segfault, likely due to redirecting to the same site repeatedly because addr was remaining unchanged. check-in: 6e7cb7f27a user: andybradford tags: trunk | |