Fossil

Timeline
Login

Timeline

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

200 events occurring around 529237a3c113d994.

2011-06-11
05:12 Changes to wiki page "compillingOnWindows" (artifact: c677fc96 user: anonymous)
05:07 Ticket [9c3e2a22] SIGSEGV on pull status still Fixed with 1 other change (artifact: e1af38f1 user: anonymous)
2011-06-10
15:14
When creating manifest files as part of a "fossil import" command, ensure that "T" cards are added in sorted order, and that there are no duplicates. (check-in: 6ed7ceb1 user: dan tags: trunk)
2011-06-09
19:45 Fixed ticket [9c3e2a22]: SIGSEGV on pull plus 2 other changes (artifact: c865b1db user: drh)
19:20
Make sure the content of a manifest has been materialized and is not a copy-or-write segment of another blob prior to parsing it. Ticket [9c3e2a224b6b0055] (check-in: 05389804 user: drh tags: trunk)
00:33 Added wiki page "Cookbook" (artifact: ffff85a7 user: anonymous)
2011-06-08
18:00 Ticket [9c3e2a22] SIGSEGV on pull status still Open with 1 other change (artifact: a90ba394 user: ron) ... 2 similar events omitted.
03:13 Closed ticket [cb0b73e7]: Cannot create manifest.uuid file plus 2 other changes (artifact: 23e586e2 user: anonymous) ... 2 similar events omitted.
00:32 Changes to wiki page "Cookbook" (artifact: 2b696eec user: anonymous)
2011-06-07
19:07 New ticket [30b28cf3] Merge to the checkout (on update) fails, if with renames. (artifact: c734ef53 user: viriketo)
15:51
Improvements to the "annotate" algorithm: Only search primary ancestors; ignore branchs. (check-in: 621be704 user: drh tags: trunk)
02:09
Merge the venks-emacs changes into trunk. (check-in: fbf417b6 user: drh tags: trunk)
00:48
Pull the latest trunk changes into the venks-emacs branch. (check-in: 690ba8cb user: drh tags: venks-emacs)
2011-06-06
18:58 Closed ticket [a9210adf]: "uncommit" or "rollback" command plus 2 other changes (artifact: 65de2fa0 user: anonymous)
17:59
Fix indentation and tabs to style guide (check-in: 081a29c0 user: venkat tags: venks-emacs)
17:31 Edit [fd6f1c5e619fc297|fd6f1c5e]: Edit check-in comment. (artifact: 90e3e9ec user: drh)
17:17
When setting execute permission only set it for those users that also have read permission. (check-in: fd6f1c5e user: drh tags: trunk)
17:15
Bug fix: make sure "fossil update" sets the execute permission bit correctly. (check-in: 37c231b1 user: drh tags: trunk)
16:50
Remove an unnecessary level of function nesting. (check-in: 12989181 user: drh tags: trunk)
12:15 Edit [e8d231aaf32b1d96|e8d231aa]: Change branch background color to "#d69b80". (artifact: edbd6b34 user: drh)
12:01
Update the "scrub" command to remove traces of login-groups and subrepositories. (check-in: 5ea9cf40 user: drh tags: trunk)
2011-06-05
08:54
Merge latest SQLite from trunk (check-in: be264779 user: ben tags: ben-testing)
08:49
Minor code cleanup: reformat code to 80 char line length (check-in: 6aa5b85f user: ben tags: ben-testing)
08:46
Add ssl-ca-location setting to specify file/directory to pass to OpenSSL as the server CA location. This allows specification of CAs properly on platforms without usable centralised CA certificate lists, or management by external programs. Add note to certificate warning about this setting, and stronger instructions about what to do if the server certificate could not be verified. (check-in: 636cc595 user: ben tags: ben-testing)
07:35 New ticket [a9210adf] "uncommit" or "rollback" command. (artifact: c119efa1 user: anonymous)
00:09
Fix minor typo in comment (check-in: ac7be7fd user: venkat tags: venks-emacs)
00:04
Add ability to append to ticket fields from the fossil ticket command (check-in: 35d6029a user: venkat tags: venks-emacs)
2011-06-03
14:24
Update the built-in SQLite to the latest 3.7.7 alpha. (check-in: 9f9047d6 user: drh tags: trunk)
07:01 Ticket [14bc0ad5] ticket display doesn't show age or creation time status still Open with 1 other change (artifact: dfc615c8 user: anonymous)
2011-06-02
23:45
Minor code clean-ups: (1) shorten lines to less than 80 characters (2) remove C99-isms, especially intermixed code and declarations. Also merge in the moved file display fix from the trunk. (check-in: a164b63a user: drh tags: ben-testing)
21:06 Edit [25c77401f0ef1462|25c77401]: Change branch background color to "#d1d680". (artifact: 599285ce user: drh)
20:49
Improved handling of check-in diff display when files have changed names but are otherwise unmodified. Requires a rebuild to get the display exactly right since the MLINK table needs to be recomputed. (check-in: 067cda26 user: drh tags: trunk)
19:38
Merge versionable settings and empty-dirs setting from versionable-settings branch (check-in: 30ebed19 user: ben tags: ben-testing)
19:31
Merge SSL client certificate support from ben-security branch (check-in: 397f434a user: ben tags: ben-testing)
19:28
Create new branch named "ben-testing" (check-in: 25c77401 user: ben tags: ben-testing)
18:58 Ticket [14bc0ad5] ticket display doesn't show age or creation time status still Open with 3 other changes (artifact: 84d23877 user: drh)
18:53 Ticket [d1b50f4d] finfo and timeline commands are cryptic status still Open with 3 other changes (artifact: bb7a0052 user: drh)
18:52 Closed ticket [d13e296b]: can't browse tickets without logging in plus 2 other changes (artifact: 197b8b5b user: drh)
18:13 New ticket [14bc0ad5] ticket display doesn't show age or creation time. (artifact: d9250d83 user: anonymous)
17:55 New ticket [10c0c8f6] command to show a change or a set of changes. (artifact: 176b86b9 user: anonymous)
17:46 New ticket [d1b50f4d] finfo and timeline commands are cryptic. (artifact: 0de4e016 user: anonymous)
17:39 New ticket [d13e296b] can't browse tickets without logging in. (artifact: a51fe49d user: anonymous)
14:56 Fixed ticket [3233c3da]: SQLITE_ERROR: no such function: now plus 1 other change (artifact: 770d36ee user: drh)
14:56
Make sure the built-in "now()" function is available to peer-repository connections for single-signon operations. Ticket [3233c3dad99d57ad]. (check-in: 74ecc4d6 user: drh tags: trunk)
07:27 New ticket [0d1971c5] SSL client certificates. (artifact: afde5da3 user: ben)
04:08 Ticket [a82652e2] `fossil annotate' is unusably slow status still Open with 2 other changes (artifact: 03acb80e user: anonymous)
02:46 Ticket [1b340a48] fossil writes to my home directory or fails if $HOME is unset status still Open with 1 other change (artifact: 72503dfd user: anonymous)
2011-06-01
22:39 Fixed ticket [9bed1f60]: 'fossil tag find' does not allow distinguishing events and checkins plus 1 other change (artifact: a05c5719 user: drh)
22:39
Add the --type option to the "fossil tag find" command. Ticket [9bed1f604e0773] (check-in: d5b9674e user: drh tags: trunk)
22:34 Ticket [9bed1f60] 'fossil tag find' does not allow distinguishing events and checkins status still Open with 2 other changes (artifact: bba4712c user: drh)
22:32 Fixed ticket [5f611295]: Cannot update to a branch leaf (due to events tagged as the branch) plus 1 other change (artifact: 73a2845a user: drh)
22:32
In contexts where only a check-out makes since, only resolve tags or branch names into check-outs, not events or other artifacts. Ticket [5f611295e3c2a8]. (check-in: 2a013f02 user: drh tags: trunk)
19:56 New ticket [3233c3da] SQLITE_ERROR: no such function: now. (artifact: 4d487946 user: anonymous)
12:32 New ticket [9bed1f60] 'fossil tag find' does not allow distinguishing events and checkins. (artifact: 765a03f9 user: viriketo)
12:29 Ticket [5f611295] Cannot update to a branch leaf (due to events tagged as the branch) status still Open with 2 other changes (artifact: 5e98baa3 user: viriketo)
11:28 Ticket [1b340a48] fossil writes to my home directory or fails if $HOME is unset status still Open with 1 other change (artifact: a9dc13c5 user: anonymous) ... 1 similar event omitted.
09:53 Closed ticket [e9ce8c8a]: Does fossil have this function ? plus 2 other changes (artifact: e6478482 user: drh) ... 1 similar event omitted.
2011-05-31
23:18 Ticket [1b340a48] fossil writes to my home directory or fails if $HOME is unset status still Open with 1 other change (artifact: 8415eed1 user: anonymous) ... 2 similar events omitted.
13:00 Fixed ticket [5a96dd5f]: non-portable Makefile plus 2 other changes (artifact: f1d5901a user: drh)
12:58 Fixed ticket [8967ea1d]: i18n, webui: link to tag with non-ascii chars is broken in timeline plus 2 other changes (artifact: 1dffb65b user: drh)
12:52
Always use the alternate-form flag "#" to control the number of input bytes to printf conversions like %t, %h, and %q. Do not use precision in those cases since precision limits the number of output characters, not the number of input characters. Ticket [8967ea1df4f51af]. (check-in: e5e6ca46 user: drh tags: trunk)
12:49 Edit [6d35cde78d475f86|6d35cde7]: Add tag "test-%-&-tag". (artifact: d16f8028 user: drh)
06:31 Ticket [8967ea1d] i18n, webui: link to tag with non-ascii chars is broken in timeline status still Open with 1 other change (artifact: b546f85a user: anonymous)
02:31 Ticket [5a96dd5f] non-portable Makefile status still Open with 1 other change (artifact: dfa6760b user: anonymous)
2011-05-30
17:18 Ticket [8967ea1d] i18n, webui: link to tag with non-ascii chars is broken in timeline status still Open with 1 other change (artifact: d79bb72a user: anonymous)
17:10 Ticket [5a96dd5f] non-portable Makefile status still Open with 1 other change (artifact: 0013191e user: ben)
16:59 Edit [5abe6347c2dfa84d|5abe6347]: Mark "Closed". (artifact: c6369133 user: ben)
16:51 Ticket [5a96dd5f] non-portable Makefile status still Open with 1 other change (artifact: e7504c82 user: joerg) ... 1 similar event omitted.
16:46
Makefile which works under the BSDs and Solaris using their non-GNU make. Resolves [5a96dd5f52]. (check-in: 3abab7e1 user: ben tags: trunk)
13:18 Edit [0448438c56d836a8|0448438c]: Change background color to "#d0c0ff". Edit check-in comment. Add tag "release". (artifact: 166ec712 user: drh)
12:52 Ticket [5a96dd5f] non-portable Makefile status still Open with 1 other change (artifact: a8d14ae1 user: drh) ... 2 similar events omitted.
07:14
Add configure script, which must be run before running make, as it appears there's no cross-platform way to set a make variable to the output of a shell command. (Closed-Leaf check-in: 5abe6347 user: ben tags: configure-make)
07:04
Create new branch named "configure-make" (check-in: 62284df9 user: ben tags: configure-make)
06:55
Online help for several more commands adapted (Closed-Leaf check-in: d23f9887 user: Arjen Markus tags: arjen-doc-updates)
2011-05-29
18:21 Ticket [5a96dd5f] non-portable Makefile status still Open with 1 other change (artifact: 0437b41b user: bharder)
12:53
Remove accidentally included line of code. (Closed-Leaf check-in: 0bed863b user: ben tags: ben-security)
12:49
Support for client side SSL certificates for extra authentication to https servers. Adds --ssl-identity command line option and ssl-identity setting to specify the filename of a identity file containing a PEM encoded certificate and private key. (check-in: e06ea26e user: ben tags: ben-security)
07:58 Ticket [8967ea1d] i18n, webui: link to tag with non-ascii chars is broken in timeline status still Open with 2 other changes (artifact: d31a976e user: anonymous) ... 1 similar event omitted.
2011-05-28
21:08 Ticket [5a96dd5f] non-portable Makefile status still Open with 2 other changes (artifact: 07d5dd46 user: ben) ... 1 similar event omitted.
18:51
Release (check-in: 0448438c user: drh tags: trunk, release)
18:50 Fixed ticket [3f021656]: i18n: fossil ui can't show artifacts with non-ascii chars in the name on Windows plus 2 other changes (artifact: b7a95477 user: drh) ... 1 similar event omitted.
17:56
Merge the latest changes from the ben-security branch into trunk. (check-in: 6d35cde7 user: drh tags: trunk, test-%-&-tag)
17:53 Fixed ticket [034fa7bb]: Build breaks on MAC OS X 10.6/i386 plus 2 other changes (artifact: 613e806f user: drh)
17:52
Do not attempt to use fossil_fopen() in place of fopen() in the SQLite shell as doing so causes problems on (some) Macs and does not really help the windows i18n situation. Ticket [034fa7bb2907e96] (check-in: e94c1e90 user: drh tags: trunk)
16:23
Add the X-Frame-Options: DENY header to HTTP responses, and a comment lamenting that two other helpful security headers can't really be used without breaking things. (check-in: 95f04bbf user: ben tags: ben-security)
15:40
Tidy up and fix implementation of empty-dirs setting. (Closed-Leaf check-in: 529237a3 user: ben tags: versionable-settings)
15:39
Add documentation for empty-dirs setting (check-in: eb93d6ae user: ben tags: versionable-settings)
14:55
Docs and visibility for versionable settings: Add versionable marker in the web UI. Output of the settings command notes if the value is overridden. Update help text for settings command noting versionable status and that glob settings can be newline separated. (check-in: b5d45262 user: ben tags: versionable-settings)
09:15
Warn when there's a versioned and non-versioned value for a setting, and allow this warning to be silenced. Trim whitespace from settings loaded from files. (check-in: 761a98a1 user: ben tags: versionable-settings)
08:40 New ticket [034fa7bb] Build breaks on MAC OS X 10.6/i386. (artifact: eca4422d user: anonymous)
2011-05-27
14:37
Issue a warning if the "push" or "sync" command is issued when "dont-push" is enable. (check-in: 21ceccdd user: drh tags: trunk)
13:08 Fixed ticket [49db5c39]: windows-i18n: "fossil extras" does not see files with non-ascii chars in their name plus 1 other change (artifact: b6577229 user: drh)
12:56
Internationalize the opendir() function calls. Ticket [49db5c3993bef2]. (check-in: e05fea38 user: drh tags: trunk)
12:16
Add the test-mimetype command and use it to verify the correct order of entries in the mimetype table. Fix the errors found. (check-in: ea2698e9 user: drh tags: trunk)
12:03
Do not use strcmp() for comparison since the sort order can vary by locale. Use fossil_strcmp() instead. Ticket [3f0216560679fd41]. (check-in: 32ad9a15 user: drh tags: trunk)
11:33 New ticket [49db5c39] windows-i18n: "fossil extras" does not see files with non-ascii chars in their name. (artifact: 67e356f4 user: anonymous)
06:48
Add makefile to ensure no DLLs are used for the MinGW build (zlib was installed as both a static and a dynamic library) Extensions and minor textual revisions to the online help for several commands (check-in: 6469b814 user: Arjen Markus tags: arjen-doc-updates)
03:44 Ticket [3f021656] i18n: fossil ui can't show artifacts with non-ascii chars in the name on Windows status still Open with 1 other change (artifact: 5e8f9260 user: anonymous) ... 1 similar event omitted.
2011-05-26
12:28 Closed ticket [b67996c1]: Fossil can no longer find files in open checkouts with non-ascii chars in directory plus 2 other changes (artifact: a8e5afdd user: anonymous)
11:57
Add the --systemtrace option for debugging calls to fossil_system. (check-in: 5a4dc223 user: drh tags: trunk)
11:29
Make arrangements for the output of "fossil status" to go through the UTF8 to MBCS translation. Ticket [3f0216560679fd] (check-in: 02a6aa2d user: drh tags: trunk)
05:56 Add attachment i18n_fossil_ui_crash.zip to ticket [3f021656] (artifact: 6d38fb8c user: anonymous)
05:51 Ticket [b67996c1] Fossil can no longer find files in open checkouts with non-ascii chars in directory status still Open with 1 other change (artifact: 64e28832 user: anonymous)
05:41 New ticket [3f021656] i18n: fossil ui can't show artifacts with non-ascii chars in the name on Windows. (artifact: 65ac7732 user: anonymous)
2011-05-25
14:12 Ticket [b67996c1] Fossil can no longer find files in open checkouts with non-ascii chars in directory status still Open with 2 other changes (artifact: 60b0f20e user: drh)
13:54
Update the Mac icon for the download page. (check-in: a2e1c483 user: drh tags: trunk)
13:52 Edit [474850cff598d76f|474850cf]: Change background color to "#d0c0ff". Add tag "release". (artifact: 01e1167a user: drh)
08:20 New ticket [b67996c1] Fossil can no longer find files in open checkouts with non-ascii chars in directory. (artifact: 9c756073 user: anonymous)
2011-05-24
12:03 Edit [3db75c4803c934f9|3db75c48]: Change branch background color to "#f0ffc0". (artifact: 90723444 user: drh)
12:02
Merge the latest trunk changes into the versionable-settings branch. (check-in: 9c915adb user: drh tags: versionable-settings)
12:00
Merge the latest trunk changes into the arjen-doc-updates branch. (check-in: 5d4ef37a user: drh tags: arjen-doc-updates)
07:27
Extended the online help for the commit, close, configure, clone and checkout commands (check-in: 7df22654 user: Arjen Markus tags: arjen-doc-updates)
2011-05-23
20:30 Closed ticket [c5615628]: database corruption error on amd64 plus 1 other change (artifact: 85e84e14 user: anonymous) ... 1 similar event omitted.
15:11
Merge the ben-security branch into the trunk. (check-in: 474850cf user: drh tags: trunk, release)
15:07 Fixed ticket [9ae4043d]: Please merge fixes for Solaris 10 into trunk plus 1 other change (artifact: 5fe1535c user: drh)
15:06 Edit [3e61ada775441252|3e61ada7]: Mark "Closed". (artifact: f6291649 user: drh)
15:06
Merge the solaris10 branch into the trunk. (check-in: 3e0efc38 user: drh tags: trunk)
08:17 New ticket [7c25821f] fossil stuck in cgi mode. (artifact: 5d96af6f user: anonymous)
07:07 Ticket [9ae4043d] Please merge fixes for Solaris 10 into trunk status still Open with 1 other change (artifact: cabddc34 user: ben) ... 1 similar event omitted.
2011-05-22
19:26 Ticket [c5615628] database corruption error on amd64 status still Open with 1 other change (artifact: e907381e user: anonymous)
15:08
Follow web app best practise by marking cookies as HttpOnly and, if it's over an https connection, as 'secure' so they will only be transmitted over https. Options supported by major browsers, and harmless where not supported. (check-in: e4b57a32 user: ben tags: ben-security)
14:53
When displaying an unknown certificate, also display the certificate fingerprint so the user can verify they're seeing the certificate they expect. Just displaying the textual names in the certificate does not give enough information to be certain someone isn't doing a man in the middle attack. (check-in: fc93bfb0 user: ben tags: ben-security)
14:23
Create new branch named "ben-security" (check-in: 2b4a6a66 user: ben tags: ben-security)
09:52
Add versionable empty-dirs setting which specifies a newline separated list of empty directories to be created after checkout and update commands. (check-in: 3fa5cfae user: ben tags: versionable-settings)
09:50
Turn ignore-glob, crnl-glob, binary-glob and manifest settings into versionable settings. (check-in: 43b0d795 user: ben tags: versionable-settings)
09:44
When parsing glob settings, allow splits on newlines as well as commas. Allows versionable glob settings to be written one glob per line for readability. (check-in: 7d048033 user: ben tags: versionable-settings)
09:38
Add db_get_versionable_setting() for implementing 'versionable settings', which is like db_get() except will prefer to read the value from .fossil-settings/NAME in the checked out source, rather than the database. (check-in: 09e52f0d user: ben tags: versionable-settings)
09:11
Create new branch named "versionable-settings" (check-in: 3db75c48 user: ben tags: versionable-settings)
07:57 New ticket [9ae4043d] Please merge fixes for Solaris 10 into trunk. (artifact: 514aea13 user: ben)
07:53
Fix for passwords > 8 chars long on Solaris. getpass() silently truncates to 8 chars, use getpassphrase() instead. (Closed-Leaf check-in: 3e61ada7 user: ben tags: solaris10)
07:49
In the Makefile, use a more standard syntax for setting a variable to the output of a shell command. Fixes building on Solaris, seems OK on other platforms. (check-in: 9ef38b6b user: ben tags: solaris10)
07:33
Create new branch named "solaris10" (check-in: eb4b5e3b user: ben tags: solaris10)
2011-05-21
22:20 Closed ticket [7326efdc]: Misleading summary of merge troubles at the end of merge plus 1 other change (artifact: aff2ef2e user: viriketo)
16:57
If at the tip of the current branch but there are children in other branches, the "fossil up" command should do nothing. (check-in: 1343cfad user: drh tags: trunk)
16:52
Add (verisionable) empty-dirs setting (Closed-Leaf check-in: b21f47e9 user: ben tags: bens-expr)
16:45
Print an "Internal Error" if the update command is unable to find a version to update to. (check-in: 88e9f24a user: drh tags: trunk)
16:18
Slightly hacky way of putting versioned properties in .fossil-settings dir. Version ignore-glob, binary-glob, crnl-glob and manifest. Glob splitting allows line breaks as well as spaces and commas. (check-in: 56b75c76 user: ben tags: bens-expr)
15:39
Experimental support for Solaris 10 (check-in: fd39ef82 user: ben tags: bens-expr)
15:38
Create new branch named "bens-expr" (check-in: d73b1b50 user: ben tags: bens-expr)
2011-05-20
18:13 Ticket [c5615628] database corruption error on amd64 status still Open with 1 other change (artifact: 5bb71797 user: anonymous) ... 1 similar event omitted.
15:31
Abstract the getcwd() system library routine into file_getcwd() with appropriate translations on windows. (check-in: 4b342540 user: drh tags: trunk)
14:17
Convert the return value of getcwd() from MBCS into UTF8 before using it. (check-in: ef040767 user: drh tags: trunk)
12:29
Do not short-circuit the update command if the --verbose option is used. (check-in: 3b5db9a1 user: drh tags: trunk)
11:39
Update the built-in SQLite to the latest 3.7.7 alpha that includes the fix for disappearing WAL transactions. (check-in: c60e143f user: drh tags: trunk)
11:32 Edit [a742d12e8f0d3915|a742d12e]: Mark "Closed". (artifact: eb8361ad user: drh)
11:32
Merge the windows-i18n branch into the trunk. (check-in: d8ec765f user: drh tags: trunk)
11:24
Merge all the latest trunk changes into the windows-i18n branch. (Closed-Leaf check-in: a742d12e user: drh tags: windows-i18n)
11:22
Convert some fopen() calls to fossil_fopen(). Missed them previously. (check-in: f626fcaa user: drh tags: windows-i18n)
07:58 Closed ticket [2e0d927d]: SQLITE_CANTOPEN with latest fossil release plus 2 other changes (artifact: 9d60cda6 user: anonymous)
2011-05-19
11:48
Change the small logo to 72x72 pixels. (check-in: 5267731a user: drh tags: trunk)
00:03
Make update -verbose print even when there's no update required (check-in: acfbfe0d user: venkat tags: venks-emacs)
2011-05-18
15:01
Update the built-in SQLite to the latest 3.7.7 alpha version. This adds no new capabilities - it is merely a beta-test of the SQLite version 3.7.7. (check-in: dcfa88bd user: drh tags: trunk)
14:28
Add built-in compress() and decompress() functions to the SQLite shell command. (check-in: 91d64842 user: drh tags: trunk)
11:44 Ticket [c5615628] database corruption error on amd64 status still Open with 1 other change (artifact: 4d983307 user: drh) ... 3 similar events omitted.
2011-05-17
21:36 Ticket [967cedbf] fossil extra - Report for subtree status still Open with 2 other changes (artifact: 17079d2d user: anonymous)
04:38 New ticket [ef25a83c] typo in http://www.fossil-scm.org/index.html/help?cmd=configuration. (artifact: 110f339e user: anonymous)
2011-05-16
16:33
Move www2.fossil-scm.org from Atlanta to Newark. (check-in: b75bb1dc user: drh tags: trunk)
14:33 Ticket [d7f66dfb] Support Syntax highlighting as described in Cookbook status still Open with 1 other change (artifact: 48c2b072 user: anonymous)
08:34 Fixed ticket [da3e0fb4]: "out of memory" error via apache cgi-bin. plus 2 other changes (artifact: a718a55e user: anonymous)
2011-05-15
11:19
Tweaks to the "divider" display in the www timeline. (check-in: ec093ff2 user: drh tags: trunk)
2011-05-13
21:25 New ticket [2598a084] Differing results for clickable image in wiki text with fossil ui and cgi. (artifact: 612daf3a user: anonymous)
20:30
Fix memory leaks in "fossil rebuild". (check-in: 625226d5 user: drh tags: windows-i18n)
17:13
Ignore short writes when writing to the console. (check-in: e7babf52 user: drh tags: windows-i18n)
16:08 Ticket [2ee15930] Error in timeline (armv5tel-linux) showing events status still Open with 1 other change (artifact: 7a713b72 user: viriketo)
15:46
When translating UTF8 text for display on the console, use the codepage obtained from GetConsoleCP(), not the CP_ACP code page that is used for system calls. (check-in: 55b32701 user: drh tags: windows-i18n)
15:25
This is the correct fix for the blog-timeline problem. (check-in: 9b26d1e9 user: drh tags: trunk)
15:14
Yet another fix for the blob-timeline problem. The previous two did not quite finish the job. (check-in: bc37d1c5 user: drh tags: trunk)
15:03
A better fix for the missing blog-entry on timeline problem. (check-in: 57b676f1 user: drh tags: trunk)
14:55
Fix a floating-point comparison error that can cause blob entries to be omitted from the timeline. (check-in: 25ae319b user: drh tags: trunk)
14:20
Pull the latest changes in trunk over into the windows-i18n branch. (check-in: 70743eba user: drh tags: windows-i18n)
14:01 Fixed ticket [da3fef0b]: Bug in http.c: missing \r for Proxy-Authorization header plus 1 other change (artifact: 0fdba594 user: drh)
14:01
Use \r\n after Proxy-Authorization in HTTP headers. Ticket [da3fef0b21c37d] (check-in: 1b823e12 user: drh tags: trunk)
13:59 New ticket [da3fef0b] Bug in http.c: missing \r for Proxy-Authorization header. (artifact: 9fdac581 user: anonymous)
13:42
A better way to keep the size of the content cache under control. (check-in: 6a714fc0 user: drh tags: trunk)
09:57
Be more aggressive about keeping the size of the content cache under control. (check-in: cf24da69 user: drh tags: trunk)
04:59 New ticket [2e0d927d] SQLITE_CANTOPEN with latest fossil release. (artifact: 31d45215 user: anonymous)
00:58 New ticket [040dcddb] "fossil status" output of renames doesn't show old name. (artifact: 0d7f0ae0 user: anonymous)
00:54 New ticket [0ff64b0a] manifest file is malformed error after file rename. (artifact: a2b637e1 user: anonymous)
00:10 New ticket [207abab3] when artifact shows a html file swithc to text the shun button becomes the last. (artifact: 152f89df user: renez)