Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins related to "trunk" plus check-in "82081837b3ba9a1f" occurring around 82081837b3ba9a1f.
2013-03-06
| ||
09:28 | Fix gcc-4.7.2 warning: src/md5.c: In functie 'MD5Final': src/md5.c:263:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] src/md5.c:264:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ... (check-in: 98fd649a9a user: jan.nijtmans tags: trunk) | |
07:50 | Refactor the looks_like_utf*() functions to use a single output flags argument to convey the various pieces of blob status information. ... (check-in: 30a63b8b66 user: mistachkin tags: trunk) | |
06:58 | Refactor the glob list handling code and add some tests. ... (check-in: 1b6c39c1aa user: mistachkin tags: globListRefactor) | |
02:18 | Allow newlines to serve as separators for multiple glob strings in the binary-glob setting (and in any other setting that accepts a list of glob patterns). Fix for ticket [ed23ef59cf0fb] ... (check-in: 0e5f0da7eb user: drh tags: trunk) | |
02:15 | Update the built-in SQLite to the latest 3.7.16 beta from upstream. ... (check-in: 6e460c3427 user: drh tags: trunk) | |
2013-03-05
| ||
12:25 | style: use g.zConfigDbName in stead of g.configDbName, as all other strings. ... (check-in: a5dc5332d4 user: jan.nijtmans tags: trunk) | |
12:17 | Add check for win32/cygwin whether the config-db is writable in stead of checking that the $HOME directory is writable. Eliminate g.zHome and g.configOpen, in stead use a single g.configDbName. Then people no longer have to guess whether the config db name is ".fossil" or "_fossil". g.zHome was only used for locating the config db, nothing else. ... (check-in: 473e08a6d1 user: jan.nijtmans tags: trunk) | |
10:04 | Proposed fix for [ed23ef59cf]: Fossil ignoring "binary-glob" setting ... (Closed-Leaf check-in: e0e88821bd user: jan.nijtmans tags: ticket-ed23ef59cf) | |
09:24 | Don't trigger the long-lines warning if the long line is followed by a null-byte: it's a normal binary file then. re-write looks_like_utf8/16 to handle crlf the same way as long lines (thanks, Joe, for the long-lines rewrite!) ... (check-in: ab2920c2b9 user: jan.nijtmans tags: trunk) | |
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) | |