Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
24 check-ins using file src/sitemap.c version 793815134d
|
2014-12-17
| ||
| 21:22 | Disable SSLv3 by default, but provide a new setting "ssl-enable-v3" to enable it. ... (check-in: 9f1f3f3409 user: jan.nijtmans tags: disable-sslv3) | |
| 18:51 | Much faster implementation of the ftsearch_content() function for file content. ... (check-in: bbcce76f26 user: drh tags: search-using-fts4) | |
| 18:28 | Add the ability to index files. ... (check-in: 83c6781670 user: drh tags: search-using-fts4) | |
| 16:27 | Remove the code that implemented legacy "fossil search" command. FTS4 will be used moving forward. ... (check-in: 389c70a56a user: drh tags: search-using-fts4) | |
| 16:19 | Begin adding infrastructure to support full-text search using FTS4. ... (check-in: 9f9dfe3a98 user: drh tags: search-using-fts4) | |
| 01:39 | Remove the "Flat-View" submenu option from the /tree pages. The Flat-View page still exists, and is reachable from the /sitemap page. But it is no longer prominently featured. ... (check-in: 47a9d3899a user: drh tags: trunk) | |
| 00:54 | Include file modification times on the "All" /tree view of files. ... (check-in: 9240905c97 user: drh tags: trunk) | |
| 00:16 | Merge the age-in-file-tree changes into trunk. ... (check-in: 0183c9a292 user: drh tags: trunk) | |
| 00:16 | Tweaks to the header text for /tree and /fileage. ... (Closed-Leaf check-in: b4775276fb user: drh tags: age-in-file-tree) | |
|
2014-12-16
| ||
| 23:49 | Add "Sort By Filename" and "Sort By Time" buttons to the /tree webpage. ... (check-in: e99255f0a5 user: drh tags: age-in-file-tree) | |
| 23:39 | Record the new repository name in the configuration database when running the test-move-repository command. ... (check-in: 592ee15dfc user: drh tags: trunk) | |
| 23:27 | Add the mtime query parameter to the /tree page. ... (check-in: fd4e1b55d7 user: drh tags: age-in-file-tree) | |
| 19:01 | Merge the undo fix from trunk. ... (check-in: 987af58824 user: drh tags: age-in-file-tree) | |
| 19:00 | Fix a bug in the "fossil undo" command, introduced when the sqlite3_table_column_metadata() function was used to reimplement the db_table_exists() routine, just a few days ago. ... (check-in: b6ed6241e1 user: drh tags: trunk) | |
| 18:43 | An attempt to improve the "age" display in the file tree viewer. ... (check-in: 3bd9e9bf7e user: drh tags: age-in-file-tree) | |
| 16:32 | Show the ages of files in the file tree viewer. ... (check-in: f8d54372e7 user: drh tags: age-in-file-tree) | |
| 14:46 | Enhance the "fileage" webpage so that it shows ages relative to current time rather than relative to the last checkin, so that it shows associated checkin comments, and so that it is styled using CSS. ... (check-in: 31b5dffa76 user: drh tags: trunk) | |
| 02:37 | Improvements to HTTP redirect on sync. ... (check-in: 3a00b612d4 user: drh tags: trunk) | |
|
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) | |