Fossil

Timeline
Login

Timeline

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

200 check-ins occurring around 2016-10-24T14:59:33.

2016-11-05
06:38
Rework style.c to use new line continuation feature of translate.c ... (check-in: 9c211011 user: andygoth tags: trunk)
06:37
Enhance translate.c to interpret backslash at the end of a cgi_printf() "@" line as a directive to omit the newline ... (check-in: e193e21b user: andygoth tags: trunk)
05:51
Check regular expressions for errors. Add error reporting mechanism. Leave bad patterns out of filter. Add showid and showsql to timeline help text. ... (check-in: 5703ccb2 user: andygoth tags: andygoth-timeline-ms)
05:46
Merge fork ... (check-in: 3cb9ba4d user: andygoth tags: trunk)
05:45
Add fossil_strndup() function to duplicate a string that is not necessarily NUL-terminated ... (check-in: b9877667 user: andygoth tags: andygoth-timeline-ms)
05:18
Add timeline rel query string and change r=TAG to be an alias for t=TAG&rel so that related can be a checkbox and the tag filter text entry can work whether or not related is checked. This addresses issues (2) and (3). ... (check-in: 90057326 user: andygoth tags: andygoth-timeline-ms)
05:15
Add functions to modify and delete query parameters ... (check-in: 1c511cd9 user: andygoth tags: andygoth-timeline-ms)
04:30
Fix extra empty lines in diff output from non-interactive process on Windows; similar to [f2fc37c0]. ... (check-in: 476fe9e9 user: ashepilko tags: trunk)
04:02
Draw dotted box around entire row of checkout version, not just the check-in comment and descriptive text. In my experience, it's too hard to see the dotted box against a colored background when the checkout version is on a branch. This whole-row behavior matches the version marking option provided by the timeline "m" query string. I considered also increasing the line thickness from 1px to 2px, but I found it to be too distracting. Instead, I added a very faint shadow similar to, but much lighter than, the one used by the "m" version marker. ... (check-in: e5b53f15 user: andygoth tags: trunk)
03:42
Rework [98cc8782e1] to more thoroughly ignore empty match tags and patterns so that the "Related" submenu item does not appear due to an empty tag filter text entry adding "t=" to the query string ... (check-in: 3bcdc077 user: andygoth tags: andygoth-timeline-ms)
03:34
Merge trunk. Some issues identified by [d4a6d3c1ec] are now improved. (1) is fixed, though clicking/tabbing outside the entry field also triggers a submit which may prove annoying. (2) and (3) are still broken. (4) is better because "With/Without Files" is now a checkbox simply labeled "Files". (5) is closer to being feasible, perhaps if "Tag Filter:" is changed to "Filter:". ... (check-in: 74fe9587 user: andygoth tags: andygoth-timeline-ms)
03:24
Use <label> to connect setup checkboxes with their label text so either the checkbox or the label can be clicked on, also makes the checkbox highlight when the mouse hovers on the label ... (check-in: 9036122d user: andygoth tags: trunk)
03:19
Add explicit call to form submit() when changing a text entry so style_submenu_entry() can be used multiple times per page ... (check-in: 2929d5fc user: andygoth tags: trunk)
03:17
Add missing close angle bracket omitted by previous commit ... (check-in: 2dd29534 user: andygoth tags: trunk)
03:14
Cherrypick [2e9ac33a9a] ... (check-in: e32803bb user: andygoth tags: trunk)
03:06
Remove extra class='submenuctrl' from checkbox input because already present in the enclosing <label> ... (check-in: bccaea60 user: andygoth tags: trunk)
03:04
Change branch color option from a binary submenu to a checkbox ... (check-in: 3a98c9b5 user: andygoth tags: trunk)
03:00
Change "v" (files) option from a binary submenu to a checkbox, move to the right of the unhide checkbox so the checkboxes are grouped together ... (check-in: a482549c user: andygoth tags: trunk)
02:48
Correct builtin text capability, broken by typo in [e5b62edb28] ... (check-in: 584546fe user: andygoth tags: trunk)
02:29
Implement style_submenu_checkbox(). Change "unhide" to a checkbox so it can be cancelled without editing the URL by hand. Update skins to support use of <label> tag. Remove redundant "if" check in style.c. Checkbox styling can certainly be improved, but this is a start. ... (check-in: 8d880f0b user: andygoth tags: trunk)
2016-11-04
23:57
Use linenoise for fossil shell. Do not bother with persistent history. ... (check-in: 6327b026 user: andygoth tags: trunk)
23:18
Cherrypick [9b960af129], was supposed to have been checked into trunk in the first place ... (check-in: bbafc013 user: andygoth tags: trunk)
23:16
Update to SQLite 3.15.1 ... (check-in: a8a67989 user: jan.nijtmans tags: branch-1.36)
23:13
Fix various typos in makeheaders.html. Use curly quotes instead of classic `` and '' quotes (ref: http://www.dwheeler.com/essays/quotes-in-html.html). Format most such quoted text in monospace print. ... (check-in: 9b960af1 user: andygoth tags: andygoth-timeline-ms)
22:37
Consistently use the count(X) macro in place of sizeof(X)/sizeof(*X) throughout the Fossil core, excluding things that don't use makeheaders. Also use count(X) instead of ArraySize(X) which has the same definition. ... (check-in: e5b62edb user: andygoth tags: trunk)
22:12
Fix crash introduced by merge of andygoth-quote-apostrophe ... (check-in: 10b98c1e user: andygoth tags: andygoth-timeline-ms)
21:55
Merge trunk ... (check-in: 250c12c2 user: andygoth tags: andygoth-timeline-ms)
21:53
Use count(x) instead of sizeof(x)/sizeof(*x) ... (check-in: cda8c14c user: andygoth tags: andygoth-timeline-ms)
21:39
Use timeline_submenu() instead of style_submenu_element() ... (check-in: c1a77615 user: andygoth tags: trunk)
21:32
Remove unused, undocumented zTitle argument to style_submenu_element(). This argument appears to have been unused all the way back to [dbda8d6ce9]. ... (check-in: 187424e8 user: andygoth tags: trunk)
21:12
Improve quoting of match tags and patterns. Ignore empty match tags and patterns. ... (check-in: 98cc8782 user: andygoth tags: andygoth-timeline-ms)
20:49
Integrate andygoth-quote-apostrophe. Needed because single quotes can be used in the tag filter entry, and these single quotes would otherwise be passed through unprotected to the output HTML. ... (check-in: 68bd2e7b user: andygoth tags: andygoth-timeline-ms)
17:35
int/size_t pedantry ... (check-in: 30d96141 user: andygoth tags: trunk)
17:28
Further magic _WIN32_WINNT changes to fix the build for mingw. ... (check-in: 45b76344 user: drh tags: trunk)
17:25
Modify linenoise.c so that it can build with -std=c89. Baseline linenoise.c relied on snprintf(), strdup(), and strcasecmp() which are technically not in C89. Since linenoise.c's only purpose (at present) is to implement the SQLite shell, make use of the SQLite compatibility functions. Following this change, "fossil clean -f && CFLAGS='-std=c89 -Wall' ./configure && make" builds without warnings or errors on gcc 4.4.7 20120313 (Red Hat 4.4.7-3) on CentOS release 6.4 (Final). Unrelated note: discovered during testing that "CFLAGS=-Werror ./configure" fails to add -lm to link step due to conflicting types for built-in function "sin" being regarded as an error. ... (check-in: 8133501e user: andygoth tags: trunk)
16:21
Add timeline web UI to set tag filter and match style. Still not 100%. (1) Now that more than one text entry is on the page, pressing enter does not trigger a submit [Firefox ESR 10.0.12], (2) electing "Related" causes Tag Filter to blank, (3) entering a tag filter while "Related" is selected causes "Related" to be deselected, (4) possibly too much clutter, and (5) definitely too much clutter if combined with any future expansions. (1) is due to the lack of a submit button. (2) and (3) are a bad interaction between the t=/r= dichotomy and the design of style_submenu_entry(). (4) maybe could be addressed by changing "Related"/"Branch Only" and "Without Files"/"With Files" to checkbuttons, but style_submenu_checkbox() was never actually implemented. (Probably also want "Unhide" to be a checkbox.) For (5) I have in mind letting the admin define a project-specific list of preset filters. ... (check-in: d4a6d3c1 user: andygoth tags: andygoth-timeline-ms)
15:52
Change style_submenu_entry() to allow zero and negative iSize. Zero iSize means display size and length limit are not specified, and negative iSize means no length limit is specified but the display size is set to the absolute value of iSize. ... (check-in: 2e9ac33a user: andygoth tags: andygoth-timeline-ms)
15:48
Move GLOB before LIKE in list of possible match styles ... (check-in: fc25a127 user: andygoth tags: andygoth-timeline-ms)
15:12
Revert unintended change that snuck in alongside prior merge ... (check-in: f0b91665 user: andygoth tags: andygoth-timeline-ms)
15:09
Merge trunk ... (check-in: 490daed2 user: andygoth tags: andygoth-timeline-ms)
12:03
typo ... (check-in: e826eadd user: jan.nijtmans tags: trunk)
2016-11-03
18:31
Compilation fix for MinGW: consistently use _WIN32_WINNT when including winsock2.h, etc. ... (check-in: 26a88f1b user: mistachkin tags: trunk)
09:52
Cherrypick 3 bug-fixes from SQLite trunk, discovered just after the SQLite 3.15 release, among them a fix to VACUUM to prevent it from running out of memory on very large databases See 34a579141b2c5ac and fef4bb4bd9185ec8f (most likely, those 3 will be in SQLite 3.15.1, if ever released) ... (check-in: 360694a7 user: jan.nijtmans tags: branch-1.36)
09:33
(cherry-pick): Fix the build on MSVC. ... (check-in: 83a359ff user: jan.nijtmans tags: branch-1.36)
2016-11-02
19:26
Minor tweaks to proposed help text for possible enhanced changes command ... (check-in: b18735fc user: andygoth tags: andygoth-changes)
19:12
Merge updates from trunk. ... (check-in: 25285f06 user: mistachkin tags: openssl-1.1)
17:47
Fix the build on Windows. ... (check-in: 11e105b3 user: drh tags: trunk)
15:16
Update the built-in SQLite to the latest trunk version that includes a fix to VACUUM to prevent it from running out of memory on very large databases. ... (check-in: 7fa9701b user: drh tags: trunk)
10:22
Collapse two memset's into one. Typo in mkdownload.tcl ... (check-in: 5f889684 user: jan.nijtmans tags: trunk)
10:16
Eliminate unnecessary end-of-line spacing in wiki. No textual changes. ... (check-in: f47b7052 user: jan.nijtmans tags: trunk)
06:41
Fix compilation issue on Unix due to 'mkindex' wrongly attempting to include 'cmd_win32_service' due to its #if processing. ... (check-in: 69f64a8d user: mistachkin tags: trunk)
2016-11-01
23:34
Enhancements to SEE integration on Windows. ... (check-in: 7aeeb302 user: mistachkin tags: trunk)
2016-10-31
18:57
Backout the fusefs change. The correct solution is to run "./configure" followed by "make clean fossil" in order to rebuild when updating from historical sources. ... (check-in: 08f0ac0c user: drh tags: trunk)
16:03
Merge the accidental fork. ... (check-in: d13fc6a6 user: drh tags: trunk)
16:02
Fix to the fusefs.c file so that it builds even without FOSSIL_HAVE_FUSEFS. ... (check-in: 9a4a5dec user: drh tags: trunk)
13:36
Fix harmless "Local declaration of 'rc' hides declaration of the same name in outer scope", reported by Kevin (arnoldemu) on fossil-users list. ... (check-in: 0c3ae89d user: jan.nijtmans tags: trunk)
12:41
Fix harmless memory leaks. ... (check-in: 36babe0c user: drh tags: trunk)
10:55
Omit deleted unversioned files from the /uvlist page unless the showdel=1 query parameter is used. ... (check-in: a3608700 user: drh tags: trunk)
2016-10-29
16:50
Compiler warning (MSVC) in timeline.c, found by Kevin, reported on fossil-users list ... (check-in: fe3d30fc user: jan.nijtmans tags: trunk)
2016-10-28
22:51
merge fork. ... (check-in: cf2adc71 user: mgagnon tags: trunk)
22:45
Fix a C99-ism introduced by check-in [27c8985cc1b75cf5]. ... (check-in: 2bb3a8e1 user: mistachkin tags: trunk)
22:45
Fix a C99-ism. ... (check-in: 61ec7124 user: mgagnon tags: trunk)
05:29
Alternative to check-in [a4bb89ba08], make FuseFS act just like the JSON feature in 'auto.def'. ... (check-in: feb202f5 user: mistachkin tags: trunk)
04:27
Alternative to check-in [a4bb89ba08], make FuseFS act just like the JSON feature in 'auto.def'. ... (Closed-Leaf check-in: 6a80a2f2 user: mistachkin tags: altFuseFsDef)
2016-10-27
15:35
Combine multiple merge lines to the bottomn of the page when they reference the same source check-in. ... (check-in: 95d6ddc3 user: drh tags: trunk)
15:34
Add another entry to the graph-test-1.wiki checklist for this case. ... (Closed-Leaf check-in: 58d4f3c0 user: drh tags: baruch-timeline-fix)
14:57
Merge lines descending to the bottom of the timeline that refer to the same commit ... (check-in: 8ae79062 user: baruch tags: baruch-timeline-fix)
05:28
Now that FuseFS support is conditional, permit config.h to be included so FOSSIL_HAVE_FUSEFS can be correctly included from autoconfig.h to avoid linker failure to find fusefs_cmd. ... (check-in: a4bb89ba user: andybradford tags: trunk)
2016-10-26
23:33
Make the labels on the color submenu of the /brlist page more succinct. ... (check-in: a1b0ec8e user: drh tags: trunk)
21:45
Create a temporary index to speed up incremental Git import. ... (check-in: 0fa60142 user: mistachkin tags: trunk)
21:32
Minor tweaks to the break_into_lines() algorithm. Add tests. ... (check-in: 057e4b0a user: mistachkin tags: trunk)
21:31
Minor security enhancements to the optional SEE integration. ... (check-in: a8484dc3 user: mistachkin tags: trunk)
21:28
Fixes for incremental Git import/export. ... (check-in: 27c8985c user: mistachkin tags: trunk)
21:26
Add the 'project_description' variable to TH1. ... (check-in: cd219d31 user: mistachkin tags: trunk)
21:24
Add the 'unversioned' command to TH1, with the 'content' and 'list' sub-commands. ... (check-in: 1b5b69f3 user: mistachkin tags: trunk)
21:21
Enhance 'brlist' page to make use of branch colors. ... (check-in: 796c9aba user: mistachkin tags: trunk)
21:14
Update change log. ... (check-in: 94f7de8b user: mistachkin tags: trunk)
21:08
Remove the 'fusefs' command from builds that do not have underlying support enabled. ... (check-in: 75ef4511 user: mistachkin tags: trunk)
20:54
Draft fix for issue with 'ticket set +icomment' reported by Venkat Iyer on the mailing list. ... (check-in: 0b646cea user: mistachkin tags: trunk)
19:58
Update fedora version, being used for Docker image. Minor fix in changelog ... (check-in: f014e83b user: jan.nijtmans tags: trunk)
02:07
Merge trunk ... (check-in: b5edfa3b user: andygoth tags: andygoth-timeline-ms)
2016-10-25
22:06
Merge updates from trunk. ... (Closed-Leaf check-in: 66c5bc56 user: mistachkin tags: experimental)
22:05
Remove the 'fusefs' command from builds that do not have underlying support enabled. ... (check-in: 20b67ab3 user: mistachkin tags: experimental)
20:25
Add the --command option to "fossil diff". ... (check-in: eb67f09c user: drh tags: trunk)
20:12
Fix the download hyperlink on the homepage. ... (check-in: be88817f user: drh tags: trunk)
01:21
Fix the mkdownload.tcl script so that it generates a correctly-formatted download.html page. ... (check-in: 1d028af6 user: drh tags: trunk)
2016-10-24
21:54
Merge updates from trunk. ... (check-in: 1375911c user: mistachkin tags: experimental)
21:53
Remove BOM (byte-order-mark) from the change log. ... (check-in: a2f47102 user: mistachkin tags: trunk)
20:00
Typo in the change log. ... (check-in: 7f2af9d8 user: drh tags: trunk)
18:37
Correct change description. Intermingling declarations and code was added in C99, not C89. ... (check-in: 291ca60f user: andygoth tags: trunk)
18:33
Revert unintended, incomplete change to timeline.c ... (check-in: 5cb36bdd user: andygoth tags: andygoth-timeline-ms)
18:32
Merge changes.wiki style update ... (check-in: 780c0150 user: andygoth tags: andygoth-timeline-ms)
18:20
Update the version number to 1.37 and start the 1.37 change log. ... (check-in: a212bd18 user: drh tags: trunk)
18:15
Fix the build on MSVC. ... (check-in: 65e69b8d user: drh tags: trunk)
17:57
Further improvements to the mkdownload.tcl script. ... (check-in: 52994190 user: drh tags: trunk)
17:03
Add fragment anchors in the changes.wiki page. Update the mkdownload.tcl script so that it works with the new unversioned-file download. ... (check-in: d0c77c7c user: drh tags: trunk)
15:52
Add comments describing each local variable in tagMatchExpression() ... (check-in: 1219bffc user: andygoth tags: andygoth-timeline-ms)
15:47
Inconsequential whitespace changes ... (check-in: 9ffc5017 user: andygoth tags: andygoth-timeline-ms)
15:44
Push to 1.37 ... (check-in: 4d1bee54 user: andygoth tags: andygoth-timeline-ms)
14:59
Version 1.36 ... (check-in: c2437393 user: drh tags: trunk, release, version-1.36)
14:58
Set the 1.36 release dates on the change log. ... (check-in: fdebeba5 user: drh tags: trunk)
04:51
Draft fix for issue with 'ticket set +icomment' reported by Venkat Iyer on the mailing list. ... (Closed-Leaf check-in: 0d247d57 user: mistachkin tags: tktSetFix)
2016-10-23
21:50
Optimize REGEXP matching by folding all regular expressions into one ... (check-in: b4800dc5 user: andygoth tags: andygoth-timeline-ms)
15:42
Improve comment ... (check-in: c1afe56f user: andygoth tags: andygoth-timeline-ms)
15:36
Add ms=EXACT|LIKE|GLOB|REGEXP timeline query parameter which changes the interpretation of the t= and r= query parameters to exact (default), SQL LIKE, glob, or regular expression matching. Other than exact matching, the t= or r= parameter value is interpreted as a whitespace- or comma-delimited list of match patterns, with the option to quote a pattern using single or double quotes in case it contains commas or whitespace. For regular expression matching only, backslash can also be used to inhibit delimiter interpretation of the next character. At this point, the only way to use this feature is to type ms= directly into the URL; the UI still needs to be updated. Be aware for LIKE interpretation that % needs to be written as %25. ... (check-in: be586845 user: andygoth tags: andygoth-timeline-ms)
02:16
Fixes for incremental Git import/export. ... (check-in: 9599705c user: mistachkin tags: experimental)
02:14
Minor tweaks to the break_into_lines() algorithm. Add tests. ... (check-in: d3cc6d1d user: mistachkin tags: experimental)
02:07
Minor security enhancements to the optional SEE integration. ... (check-in: 69352027 user: mistachkin tags: experimental)
01:46
Add the 'project_description' variable to TH1. ... (check-in: 345c580d user: mistachkin tags: experimental)
01:45
Add the 'unversioned' command to TH1, with the 'content' and 'list' sub-commands. ... (check-in: a5fd16fe user: mistachkin tags: experimental)
01:42
Enhance 'brlist' page to make use of branch colors. ... (check-in: 435ca5d2 user: mistachkin tags: experimental)
01:28
Minor enhancement to 'mkversion'. ... (check-in: f59f4e1f user: mistachkin tags: trunk)
2016-10-22
19:52
Begin the transaction block before inserting any content. Addresses one of the bugs reported by Venkat Iyer on ML. ... (check-in: 1b6635a4 user: andybradford tags: trunk)
08:37
Fix typo on a wiki page. ... (check-in: f65fe580 user: mistachkin tags: trunk)
08:26
Add the 'test-prompt-user' command. ... (check-in: 8817b0ed user: mistachkin tags: trunk)
2016-10-20
17:04
Add text for the '--ssl-identity' global option to the 'Environment Variables and Global Options' page. ... (check-in: 7c759722 user: mistachkin tags: trunk)
16:53
Revert unintended change to stash usage summary ... (check-in: 63ac71e5 user: andygoth tags: trunk)
16:48
Remove extra newlines from calls to fossil_fatal() ... (check-in: 2c42b217 user: andygoth tags: trunk)
16:13
"stash cat" worked the same as "stash diff", yet "stash cat -tk" worked the same as "stash show -tk". Make "stash cat" behave like "stash show" which matches the -tk case and also the documentation. Also add mention of DIFF-OPTIONS to the stash show|cat|diff|gdiff usage text. Remove unnecessary variable initialization in stash_get_id(), plus show the bad stash ID string rather than "0" if a non-numeric was used. ... (check-in: 48ecfe66 user: andygoth tags: trunk)
12:51
Enhancements to wiki MIME types supported for the JSON API. ... (check-in: ce8937fa user: drh tags: trunk)
2016-10-18
21:55
Make the new wiki MIME type handling more consistent with the existing code. ... (Closed-Leaf check-in: 0dc1187e user: mistachkin tags: jsonWikiMimeTypes)
08:22
Enhancements to wiki MIME types supported for the JSON API. ... (check-in: 7a14176e user: mistachkin tags: jsonWikiMimeTypes)
2016-10-16
01:21
Merge fixes in this branch to trunk prior to release. ... (check-in: b2d51b1b user: andybradford tags: trunk)
00:22
Merge updates from trunk. ... (Closed-Leaf check-in: 5634375d user: mistachkin tags: stash-fixes)
00:21
Remove a 'knownbug' marker because the underlying issue appears to be fixed on this branch. ... (check-in: 43e122c7 user: mistachkin tags: stash-fixes)
2016-10-15
05:02
Coding style, removing superfluous 'then' clauses from tester.tcl. ... (check-in: 4946b5b1 user: mistachkin tags: trunk)
04:56
Further revise the 'test_start_server' and 'test_stop_server' test suite helper procedures to make it possible to actually delete the temporary output-capture file on Windows. ... (check-in: b0081d97 user: mistachkin tags: trunk)
2016-10-14
22:49
Add the --localhost argument to the fossil server command invoked by test_start_server in test/tester.tcl. This change causes the server to only bind to localhost:8080, which does not trigger the Windows Firewall to panic about a program attempting to communicate with the world. Tested on a 64-bit binary built from VS2010, and a 32-bit binaray build from MinGW GCC 4.2.7, both under Windows 10 Pro. I expect the flag works and is harmless on other platforms. ... (check-in: 6c8cec73 user: rberteig tags: trunk)
20:34
Merge fork ... (check-in: 3a35ac58 user: andygoth tags: trunk)
20:32
Show all files in fusefs directory listings. Previously, if one file's name is a prefix of another file's name in the same directory, the file with the longer name is not included in directory listings. ... (check-in: f8f5a815 user: andygoth tags: trunk)
19:35
Adjustments to the 'test_start_server' Fossil test suite procedure to make it work better on Windows. ... (check-in: a88ca0d7 user: mistachkin tags: trunk)
19:04
Update test_start_server procedure to return the port as well because fossil server dynamically allocates a port. ... (check-in: b66d5bca user: andybradford tags: trunk)
14:32
Update the built-in SQLite to version 3.15.0 final. ... (check-in: 4a0c9483 user: drh tags: trunk)
06:15
Enhance the functionality of the Login Group feature to allow administrators to enable Login Group self-registration. ... (Closed-Leaf check-in: d70f5278 user: andybradford tags: login-group-enhancements)
2016-10-13
14:52
Change webui.wiki to remove the exception about the download page, which is no longer the case. ... (check-in: 47beb495 user: drh tags: trunk)
2016-10-12
22:51
Update the built-in SQLite again for a bug fix. ... (check-in: 78fcfd46 user: drh tags: trunk)
22:04
Closing because functionality already available in Fossil by clicking on the date in the info page ... (Closed-Leaf check-in: 4f92a663 user: andygoth tags: andygoth-circa)
18:35
Merge trunk ... (check-in: a7d576dd user: andygoth tags: andygoth-circa)
16:05
Update the built-in SQLite to the next 3.15.0 beta for testing. ... (check-in: 6ef15008 user: drh tags: trunk)
13:31
Tweak stash help text for internal consistency ... (check-in: de4e4e2a user: andygoth tags: trunk)
13:20
Change "-modified" to "-changed" to be consistent with the terminology used by the diff commands ... (check-in: ffee6e81 user: andygoth tags: andygoth-changes)
03:45
Revise proposed changes options and help text to accommodate merges. ... (check-in: 69b41682 user: andygoth tags: andygoth-changes)
2016-10-11
21:07
Propose an enhanced changes command. At this point, there is no implementation, only help text describing the new options and behaviors. ... (check-in: 2bfdbf97 user: andygoth tags: andygoth-changes)
2016-10-10
18:54
Cosmetic TH1 doc tweaks. ... (check-in: 0b50909c user: mistachkin tags: trunk)
18:53
Cosmetic TH1 doc tweaks. ... (Closed-Leaf check-in: 2a163d5c user: mistachkin tags: th1Unversioned)
07:10
Improve 'unversioned list' TH1 command comment. ... (check-in: 484f26e3 user: mistachkin tags: th1Unversioned)
07:07
Slightly simplify code. Add and modify tests. Merge changes from trunk. ... (check-in: a3f04386 user: mistachkin tags: th1Unversioned)
06:32
Minor correction to the TH1 docs, fixing ordering. ... (check-in: f36f95b3 user: mistachkin tags: trunk)
06:29
Add the 'unversioned content' and 'unversioned list' commands to TH1. ... (check-in: e81fbfd0 user: mistachkin tags: th1Unversioned)
05:55
Merge updates from trunk. ... (Closed-Leaf check-in: 82d77c23 user: mistachkin tags: prjDesc)
2016-10-08
14:06
Fix a regression introduced in [69668f8c57] that broke export of tags. ... (Closed-Leaf check-in: b2e0fda9 user: nick.lloyd tags: nick.lloyd-git-interop)
13:42
Add missing arguments to Git->Fossil import example. ... (check-in: 880e3fb5 user: nick.lloyd tags: nick.lloyd-git-interop)
2016-10-06
18:56
Add a couple more unversioned command tests. ... (check-in: e727b3d5 user: mistachkin tags: trunk)
2016-10-05
23:06
Add another test for the unversioned command. ... (check-in: d2a47575 user: mistachkin tags: trunk)
12:59
Ensure that inputs to delta_create() are always memory aligned as if obtained from malloc(). ... (check-in: c91e4871 user: drh tags: trunk)
08:41
Update delta1 test cases to normalize the result so they pass again. Add additional tests to cover assertion failure caused by empty delta inputs. ... (check-in: 4ede0df9 user: andybradford tags: trunk)
08:21
Modify expected results for one of the TH1 hooks tests to account for the changes in [274e537bb064db9d]. ... (check-in: 6c1359d3 user: mistachkin tags: trunk)
08:10
The changes in [b045d0774ed48936] are too far reaching. Instead, add a -keepNewline option and use it where appropriate. ... (check-in: 561402f2 user: mistachkin tags: trunk)
06:54
Given that the buffer may not actually be memory obtained by malloc(), make sure that it is, that checksum() doesn't fail an assertion. ... (Closed-Leaf check-in: 75ddc368 user: andybradford tags: pending-review)
06:40
The 'manifest' setting still needs to be marked as 'versionable'. ... (check-in: 3604802d user: mistachkin tags: trunk)
06:39
Normalize TH1 script evaluation results used internally by the test suite. ... (check-in: 22c62dba user: mistachkin tags: trunk)
05:12
Get all unversioned tests passing on Unix as well. ... (check-in: 019725ba user: mistachkin tags: trunk)
05:00
Add tests for the 'unversioned revert' and 'unversioned sync' commands. ... (check-in: 1c99c133 user: mistachkin tags: trunk)
04:40
Make the '--stopper' option for the 'server' command on Windows work as advertised even when the server thread is being blocked by accept(). ... (check-in: a6eb6510 user: mistachkin tags: trunk)
03:03
Merge latest updates from trunk. ... (check-in: 4c197114 user: andybradford tags: stash-fixes)
00:25
Add initial tests for the 'unversioned' command. ... (check-in: e464dd96 user: mistachkin tags: trunk)
00:13
Give a better error message when unable to open a file that uses one of the Windows reserved names, like "AUX" or "LPT3". ... (check-in: 12c66506 user: drh tags: trunk)
2016-10-04
23:54
Another correction to the unversioned help text. ... (check-in: 800517e1 user: mistachkin tags: trunk)
23:49
Add a Tcl script to act as a (fake) text editor for the test suite. ... (check-in: b6a01114 user: mistachkin tags: trunk)
23:44
Add 'unversioned remove' as an alias for 'unversioned rm'. Update and improve help text. ... (check-in: 182adc02 user: mistachkin tags: trunk)
23:32
The final newline must be retained for all test results. ... (check-in: b045d077 user: mistachkin tags: trunk)
23:29
Coding style and consistency improvements. ... (check-in: 824bfe84 user: mistachkin tags: trunk)
23:27
Do not use the Tcl global variable name 'dir'. ... (check-in: 64b812bd user: mistachkin tags: trunk)
21:00
Add entries about diff command enhancements to the change log. ... (check-in: 06127da6 user: drh tags: trunk)
20:54
Fix a typo on the aboutcgi.wiki documentation page. ... (check-in: 3e7c02c0 user: drh tags: trunk)
20:25
Fix typos in the sync document. Make "uv" an alias for "unversioned". Prohibit unversioned filename that contain whitespace since the sync protocol cannot currently handle such files. ... (check-in: 85f957c3 user: drh tags: trunk)
19:17
Coding style tweaks. ... (Closed-Leaf check-in: 34d988c2 user: mistachkin tags: seeEnhanced)
19:07
Merge updates from trunk. ... (check-in: 04a8ee6e user: mistachkin tags: seeEnhanced)
19:06
Fix harmless compiler warnings. ... (check-in: 3f06618c user: mistachkin tags: trunk)
19:05
Add an assert(). ... (check-in: e6a5634f user: mistachkin tags: seeEnhanced)
14:55
Update the built-in SQLite 3.15.0 beta. ... (check-in: 3d8a41f1 user: drh tags: trunk)
04:49
Make sure that symlinks to directories are honored when dealing with checkout files. ... (check-in: 912a0d50 user: mistachkin tags: trunk)
03:55
Return an error instead of silently ignoring invalid input. ... (check-in: 274e537b user: andybradford tags: trunk)
02:55
Coding style tweak. ... (Closed-Leaf check-in: b47e4cc4 user: mistachkin tags: binDiffFix)
02:44
Whitespace tweak. ... (check-in: 4ed91cda user: mistachkin tags: binDiffFix)
02:43
Adopt the diff algorithm changes from trunk. ... (check-in: f9f2d769 user: mistachkin tags: binDiffFix)
02:16
Detect binary files that look like text but end with a sequence of zeros. ... (check-in: 0e0e29ae user: drh tags: trunk)
02:02
The previous check-in was interpreting any file that did not end in \n as binary. This check-in should fix the problem. ... (check-in: 47d1256c user: drh tags: trunk)
01:53
If a file to be diffed contains an 0x00 character, consider it to be binary and do not attempt the diff. ... (check-in: 334ab152 user: drh tags: trunk)
2016-10-03
23:23
Minor optimization. ... (check-in: 9903ce5a user: mistachkin tags: binDiffFix)
23:18
Further improve clarity. ... (check-in: 11e2c6e6 user: mistachkin tags: binDiffFix)
23:10
Another adjustment to handle some corner cases. ... (check-in: 8017c358 user: mistachkin tags: binDiffFix)
21:59
Initial tests for the diff-binary-detection fixes. ... (check-in: 5db0eb52 user: mistachkin tags: binDiffFix)
21:30
Merge updates from trunk. ... (Closed-Leaf check-in: be316701 user: mistachkin tags: dirSymlinks)
21:27
Further test refinements. ... (check-in: 596bbe34 user: mistachkin tags: dirSymlinks)
21:12
Test refinement. ... (check-in: 0751dbe2 user: mistachkin tags: dirSymlinks)
20:43
Initial draft of new tests to cover the directory symlink fixes. ... (check-in: 7cefd41a user: mistachkin tags: dirSymlinks)
19:22
Fix binary blob detection in the new break_into_lines() algorithm. ... (check-in: dacc2bad user: mistachkin tags: binDiffFix)
2016-10-02
01:26
Update custom MinGW makefile. ... (check-in: 903af996 user: mistachkin tags: trunk)
00:45
Update the built-in SQLite to the latest 3.15.0 beta for testing. Add new performance-enhancing compile-time options to the SQLite build. ... (check-in: dfe32f53 user: drh tags: trunk)