Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
49 check-ins using file src/json_status.c version 0d0f7c0749
|
2013-03-05
| ||
| 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 | |
| 14:25 | merge trunk check-in: aa6038265a user: jan.nijtmans tags: ticket-d17d6e5b17 | |
| 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 | |
|
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:30 | comment fix check-in: f78a487f43 user: jan.nijtmans tags: use-blob_strip_bom | |
| 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 | |