Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 events occurring around 389c70a56a6a9222.

2014-12-19
21:56
Fix for MSVC changes from the previous check-in: work around issue in OpenSSL where it will not link when SSLv2 and SSLv3 are disabled (i.e. it ends up not building 'ssleay32.lib' at all). ... (check-in: 479805e1ec user: mistachkin tags: trunk)
21:15
Add comments to the MinGW makefiles. Also disable use of SSLv2 and SSLv3 when building with MSVC. ... (check-in: 1f91d041bf user: mistachkin tags: trunk)
12:51
Fix a compiler warning in markdown.c that occurs only with -Os on gcc. ... (check-in: 623057ea59 user: drh tags: trunk)
2014-12-18
23:34
Change from using Expires: to Cache-Control: to control caching. ... (check-in: c8414504e1 user: drh tags: trunk)
22:27
fixed the mtime field on json timeline output. ... (check-in: df50cb6e4d user: stephan tags: trunk)
19:56
Generate shorter hyperlinks in the /tree page. ... (check-in: 8ff34a4b6c user: drh tags: trunk)
19:34
Fix documentation typos. ... (check-in: b78ca10222 user: drh tags: trunk)
15:40
Disable the use of SSLv2 and SSLv3. Require TLS for HTTPS for security. ... (check-in: 7a44fddd3f user: drh tags: trunk)
15:28
Tweaks to the default CSS for the /fileage page. ... (check-in: 64ae69e172 user: drh tags: trunk)
10:31 Edit [06455d1e95d7c8b1|06455d1e95]: Edit check-in comment. ... (artifact: 97ed46c63f user: jan.nijtmans)
10:21
Merge trunk. On MinGW, build openssl library without ssl2 and ssl3 support. ... (Closed-Leaf check-in: 06455d1e95 user: jan.nijtmans tags: disable-sslv3)
10:18
Hide empty folders when filtering ... (check-in: 221fac45d0 user: baruch tags: file-filter)
09:38
Update custom Makefile ... (check-in: 87185aa5dd user: jan.nijtmans tags: trunk)
08:17
Merge trunk. Disable SSLv3 without setting to re-enabled it. ... (check-in: d6e8e26d41 user: jan.nijtmans tags: disable-sslv3)
00:29
Change the FTS4 tokenizer so that "_" acts like a normal letter, not a token separator. This seems to work better when doing searches on source code. ... (check-in: 60d4706329 user: drh tags: search-using-fts4)
2014-12-17
23:17
first attempt at client-side file-list filtering ... (check-in: e44de4cc84 user: baruch tags: file-filter)
21:36
Merge recent changes from trunk. ... (check-in: 03309b1b95 user: drh tags: search-using-fts4)
21:33 Edit [592ee15dfc13fa4a|592ee15dfc]: Edit check-in comment. ... (artifact: c36090c4e5 user: jan.nijtmans)
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)
21:13
Report file ages as positive rather than negative values, even though the events occur back in time (in the negative direction). Users find negative values confusing. ... (check-in: 6e29ebbb77 user: drh tags: trunk)
21:11
Tweaks to the /sitemap formatting. ... (check-in: b09011f6b2 user: drh tags: trunk)
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)
17:23 Edit [269a94128fd8c3d5|269a94128f]: Edit check-in comment. ... (artifact: 60da9b1a78 user: stephan)
17:21
reorg of sitemap to be more hierarchical. Pedantically added closing LI tags. ... (Closed-Leaf check-in: 269a94128f user: stephan tags: sitemap-tinkering)
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:54 Edit [a0cc614326fa40e9|a0cc614326]: Move to branch fileage-enhancement. ... (artifact: a9e7336040 user: drh)
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
18:10 Ticket [930a168303] fossil is GPLed, openssl is GPL-incompatible, suggest adding clause to license status still Fixed with 3 other changes ... (artifact: 73ea2c3003 user: nobody)
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)
2014-12-11
23:03 Edit [37e234fa8893bb72|37e234fa88]: Edit check-in comment. ... (artifact: 175934257f user: bharder)