Fossil

Timeline
Login

Timeline

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

20 check-ins using file src/json.c version d13b2234

2012-11-04
18:00
merge trunk

Factor out main part of UTF-8 check to macro

... (check-in: ce7c5222 user: jan.nijtmans tags: improve_commit_warning)
11:58
Improvements to the fix for [0ff64b0a5fc88e7e]: (1) Better error message and (2) allow the partial commit of the renamed file as long as its destination files is also part of the partial commit. ... (check-in: c0fe455c user: drh tags: trunk)
10:50
merge trunk ... (check-in: bd7b8a48 user: jan.nijtmans tags: improve_commit_warning)
10:48
merge trunk, some improvements in messages (not yet ready yet) ... (check-in: 517a6f7a user: jan.nijtmans tags: improve_commit_warning)
00:46
Disallow the sequence: "fossil mv A B; fossil add A; fossil commit A;" since doing so requires both the old A and the new A to be in the same check-in. Ticket [0ff64b0a5fc8]. ... (check-in: 27298fff user: drh tags: trunk)
2012-11-03
02:53
Perserve the "ubg", "brbg", and "ng" query parameters on the timeline when moving the display forwards and backwards in time or changing the length, etc, using the submenu buttons. ... (check-in: 19ca7c6c user: drh tags: trunk)
2012-11-02
23:52
Make the repeated-ticket suppressor output text ("N similar events omitted") appear at the end of the first line in the timeline, rather than on a separate line. Less obtrusive this way. ... (check-in: dccb97fc user: drh tags: trunk)
22:32
Add the undocumented --test option to "fossil clean", so that we can easily see what is being removed without actually removing it. This found a bug in the case-sensitivity logic, which was also fixed. Ticket [03fec0ab6021c776a4b3] ... (check-in: d6605776 user: drh tags: trunk)
21:53
Be aware of the filename case sensitivity of the underlying filesystem in the "fossil clean" command. Ticket [03fec0ab6021c77]. ... (check-in: 640a4f49 user: drh tags: trunk)
21:45
Only use the Tcl-derived argv/argc parser when compiling on windows using a compiler other than mingw. The crt0 for mingw works, and it also does wildcard expansion. Need to update the parse_windows_command_line() function to do wildcard expansion in order to fix builds using non-mingw windows compilers. Ticket [8ca2aae39172f9] ... (check-in: fca9c526 user: drh tags: trunk)
21:38
Add the -g option to builds using the Mingw makefile. ... (check-in: 004a31a6 user: drh tags: trunk)
21:33
Fix an out-of-order variable declaration in blob.c. ... (check-in: 9073d8dc user: drh tags: trunk)
21:20
Fix a segfault that occurs with the "fossil md5sum" command when files named on the command-line do not actually exist. Ticket [8ca2aae39172f90c]. ... (check-in: 52199a50 user: drh tags: trunk)
17:49
Make form field widths consistent for settings. Fix comment for the 'binary-glob' setting. ... (check-in: c24b6890 user: mistachkin tags: trunk)
17:37
Allow commit warning for binary data to be disabled via the 'binary-glob' setting. ... (check-in: d25f6ddf user: mistachkin tags: trunk)
17:22
Adjustments to looks_like_utf16 to handle wchar_t being missing or not 2 bytes. ... (check-in: 7d881d82 user: mistachkin tags: trunk)
14:22
don't forget to compensate for the line-length check ... (check-in: 9011fe12 user: jan.nijtmans tags: improve_commit_warning)
10:55
Generate warning when to-be-committed file contains invalid UTF-8 ... (check-in: 4e86b06a user: jan.nijtmans tags: improve_commit_warning)
08:31
speedup mimetype_from_content() by using a 256 byte array.
Mark VT and Ctrl-Z as text bytes, not binary.
Decrease maximum UTF-16 line length to 2731
Check for FFFF in addition to 0, in UTF-16/binary detection.
... (check-in: d804902f user: jan.nijtmans tags: trunk)
03:30
Add the new moderation permissions to the list maintained by the JSON code. ... (check-in: 1cc7e8ce user: mistachkin tags: trunk)