Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins related to "trunk" plus check-in "2013-02-28 20:44:45" occurring around 2013-02-28 20:44:45.
2013-03-05
| ||
02:06 | Add warning for overly long lines found during the commit process. ... (check-in: 10fbcda270 user: mistachkin tags: trunk) | |
01:27 | Revert check-in [3a74f9fe52], which added a special warning for overly long lines being detected as binary files. ... (check-in: ccdd1abba7 user: mistachkin tags: trunk) | |
01:26 | Fix artifact links for ticket attachments. ... (check-in: 3b09348fd4 user: mistachkin tags: trunk) | |
2013-03-04
| ||
23:13 | Revert check-in [3a74f9fe52], which added a special warning for overly long lines being detected as binary files. ... (Closed-Leaf check-in: dd9e030bc9 user: mistachkin tags: noLineLenWarning) | |
20:06 | Check on writability of the home directory appears too restricted. Writability of the $HOME/.fossil file should be sufficient for fossil to operate. ... (Closed-Leaf check-in: 1e90d43d76 user: jan.nijtmans tags: home-check-too-restricted) | |
19:18 | revert [9122ad308a]. It appears that file_access() cannot bries on win32 ... (check-in: 1eb9496c48 user: jan.nijtmans tags: trunk) | |
16:12 | Merge in various complications needed to support CYGWIN. ... (check-in: d95cbba2e6 user: drh tags: trunk) | |
16:10 | Fix coloration of side-by-side diff lines with multibyte UTF8 where the lines are completely inserted or deleted. ... (check-in: 6184037c31 user: drh tags: trunk) | |
13:26 | Enabled the 'c=convert' commit option for Cygwin, now that it can handle UTF-16. ... (Closed-Leaf check-in: a6f4093e3f user: jan.nijtmans tags: build-breaker) | |
13:19 | Improve fossil_utf8_to_filename() for cygwin: no longer hardcode "/cygdrive/" prefix. Fix Cygwin's handling of absolute win32 paths in a few more places. Teach Cygwin how to handle UTF-16. ... (check-in: 18d8d2a69d user: jan.nijtmans tags: build-breaker) | |
10:25 | Proposed fix for ticket: test-move-repository requires access to original repository ... (check-in: 1b61defd58 user: jan.nijtmans tags: fix-test-move-repository) | |
2013-03-03
| ||
15:39 | minor cut/paste error ... (check-in: b163569a8c user: jan.nijtmans tags: trunk) | |
15:32 | New warning when file is considered binary due to long lines only. ... (check-in: 3a74f9fe52 user: jan.nijtmans tags: trunk) | |
00:30 | Fix the usage comment for incorrect parameters on "fossil config sync". Separately, remove an extra newline from the usage output. ... (check-in: 69fe4237ce user: drh tags: trunk) | |
00:26 | Do not prompt for passwords on ssh: or file: syncs. ... (check-in: c06e474f68 user: drh tags: trunk) | |
2013-03-02
| ||
18:30 | Additional fixes to side-by-side diff coloration for multibyte UTF8 text. ... (check-in: 85ca387557 user: drh tags: trunk) | |
17:55 | Add the comparison of Greek Lorem Ipsum to the side-by-side diff testing suite. ... (check-in: 82081837b3 user: drh tags: trunk) | |
17:49 | Check in two version of Loren Ipsum in Greek to use as a test of the side-by-side diff with multibyte UTF8 text. ... (check-in: 256815f9c5 user: drh tags: trunk) | |
2013-03-01
| ||
23:44 | Pull in the latest SQLite from upstream. ... (check-in: 1fbc742da9 user: drh tags: trunk) | |
23:33 | Fix a harmless compiler warning in regexp.c. ... (check-in: 520703dd55 user: drh tags: trunk) | |
13:45 | Enable access check on HOME directory for win32/cygwin ... (check-in: 9122ad308a user: jan.nijtmans tags: trunk) | |
13:19 | Teach fossil_utf8_to_filename() how to handle win32 paths on Cygwin. Use this function where-ever possible. ... (check-in: caf2eb25fa user: jan.nijtmans tags: trunk) | |
11:45 | In the finfo page, also print the comment parsed with %w, like in the timeline. Links or wiki syntax was not resolved. ... (check-in: 380485de99 user: viriketo tags: trunk) | |
01:15 | Change a memcmp into a strncmp in regexp.c in order to avoid the possibility of a buffer overread with optimized memcmp implementations. ... (check-in: eec7c001f5 user: drh tags: trunk) | |
2013-02-28
| ||
20:44 | Make sure side-by-side diff highlighting encloses complete UTF8 characters and does not divide a UTF8 character into two invalid characters. ... (check-in: e2b3490676 user: drh tags: trunk) | |
20:10 | Show check-in comments in block style in all contexts other than timeline regardless of the timeline-block-markup setting. The timeline-block-markup setting only effects the timeline. ... (check-in: cae8b6964d user: drh tags: trunk) | |
2013-02-27
| ||
23:41 | Fix artifact links for ticket attachments. ... (Closed-Leaf check-in: b061772ddf user: mistachkin tags: tktAttachmentLinks) | |
23:39 | Update custom MinGW makefile to include the newly added source code files. ... (check-in: 93482cee82 user: mistachkin tags: trunk) | |
21:28 | Fix "fossil remote off" so that it works again. ... (check-in: c031089e15 user: drh tags: trunk) | |
13:51 | plug minor memory leak ... (check-in: 52fb2a71ad user: jan.nijtmans tags: trunk) | |
11:26 | merge trunk ... (check-in: d085eb9aca user: jan.nijtmans tags: use-blob_strip_bom) | |
10:03 | merge trunk ... (check-in: dbf96517f2 user: jan.nijtmans tags: improve_commit_warning) | |
09:54 | merge trunk ... (check-in: efe9993f2b user: jan.nijtmans tags: ticket-d17d6e5b17) | |
09:46 | On Cygwin determine home directory the same as on win32, so cygwin can share "_fossil" with win32. ... (check-in: 26ad1bce49 user: jan.nijtmans tags: trunk) | |
08:49 | A few more places where Cygwin should do the same as win32. ... (check-in: 8cc71be05f user: jan.nijtmans tags: trunk) | |
2013-02-26
| ||
20:50 | Fix preprocessor check for Win32/Cygwin in file_simplify_name(). ... (check-in: 9e602271f4 user: mistachkin tags: trunk) | |
20:48 | Fix typo in wiki page. ... (check-in: b72ef38d1b user: mistachkin tags: trunk) | |
09:27 | Cygwin has same filesystem as Windows, so should be case-insensitive and do '/' <-> '\' conversion the same as win32. fossil_utf8_to_filename should do '/' -> '\' conversion on win32, as not all win32 API functions handle '/' correctly. ... (check-in: d4b3e1d86d user: jan.nijtmans tags: trunk) | |
2013-02-25
| ||
17:42 | Get the "fossil scrub --private" command working again. ... (check-in: 60acc2de34 user: drh tags: trunk) | |
10:46 | Merge trunk. Restore fossil_utf8_to_filename signature by doing character conversions in utf-8 instead of unicode. ... (check-in: ae1b1f4b5d user: jan.nijtmans tags: ticket-d17d6e5b17) | |
09:33 | Split WriteConsoleW call into multiple chunks, when necessary. See [https://connect.microsoft.com/VisualStudio/feedback/details/635230] Thanks to jeffrimko for noticing this. ... (check-in: 8031947e59 user: jan.nijtmans tags: trunk) | |
01:02 | Added fix for issue seen with merge; would fail due to file_copy() issue where files of renamed directories would not have the new directory created beforehand. Also added fix for issue seen after large merge; 'changes' command would fail due to WriteConsoleW() returning with error ERROR_NOT_ENOUGH_MEMORY; fix seems hacky but works. ... (Closed-Leaf check-in: 3f31dc6597 user: jeffrimko tags: jeffrimko-fix-merge-changes) | |
2013-02-23
| ||
21:45 | merge trunk ... (check-in: eeb0231b9b user: jan.nijtmans tags: improve_commit_warning) | |
21:35 | merge trunk ... (check-in: f1bb151e6f user: jan.nijtmans tags: ticket-d17d6e5b17) | |
14:10 | Added /json/status to changelog. ... (check-in: 16642f9c18 user: stephan tags: trunk) | |
10:58 | Added /json/status command. ... (check-in: d1e4d100ad user: stephan tags: trunk) | |
2013-02-22
| ||
17:34 | merged in [help-www] branch: adds help support for /www/pages. ... (check-in: b38bb4f9bd user: stephan tags: trunk) | |
2013-02-21
| ||
22:21 | Provide a compile-time option to open the check-out database file (.fslckout or _FOSSIL_) in WAL mode. Also shorten source code lines to 80 characters in db.c. ... (check-in: 8c35f07d06 user: drh tags: trunk) | |
19:41 | CLI help command now (cosmetically) differentiates between pages and commands. ... (Closed-Leaf check-in: 5be5933348 user: stephan tags: help-www) | |
19:08 | Add code and documentation for the fossil_prompt.sh demo script for setting the prompt of bash according to the status of the current fossil repo. ... (check-in: 43988bc490 user: drh tags: trunk) | |