Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
22 check-ins using file src/update.c version a20da9ef72
|
2012-10-16
| ||
| 12:18 | Fixing buffer overflows in the width calculation of sbsDiff. ... (check-in: 314a294321 user: viriketo tags: annotate_links) | |
|
2012-10-11
| ||
| 18:33 | Back out the undo/redo logic changes of [0c37874941c89] that caused the mtime to be restored on files. Playing games with mtimes is bad policy. Consider a scenario: "fossil merge; make; fossil undo; make". If the mtimes are reset by undo, then the second "make" above will not work correctly. This is not a complete backout of [0c37874941c89] as the underlying infrastructure used to compute the age of files is retained. ... (check-in: 5c0843a8f1 user: drh tags: trunk) | |
| 14:21 | Add the "fileage" webpage. ... (check-in: 368347d660 user: drh tags: trunk) | |
|
2012-10-10
| ||
| 20:03 | Add the internal checkin_mtime() function. Use it to implement the --age and -t options to the "fossil ls" command. ... (check-in: 9ba8a393fc user: drh tags: trunk) | |
| 16:06 | The "fossil undo" and "fossil redo" commands remember file mtimes and restore them appropriately. When upgrading through this version, you may need to run "fossil undo --reset" to clear your old undo stack. ... (check-in: 0c37874941 user: drh tags: trunk) | |
|
2012-10-09
| ||
| 14:32 | An alternative way to get mime-types from attachments for the "raw" page. ... (Closed-Leaf check-in: b21df7ecaf user: drh tags: experimental) | |
| 14:19 | Adding mime types for some openoffice documents ... (check-in: 770cf7fc35 user: viriketo tags: annotate_links) | |
| 14:01 | Fixing the vdiff submenus, so they behave as usual (for this branch) ... (check-in: 4cf8c3d348 user: viriketo tags: annotate_links) | |
| 13:53 | Adding back the branch telling at checkin info for vdiff. ... (check-in: e29d3822e9 user: viriketo tags: annotate_links) | |
| 13:48 | Updating from trunk. I solved some merge conflicts: 1) the checkin info in the vdiff page, taking that from trunk, and 2) the vdiff menu options, which I tried to get similar to what I had in the branch. ... (check-in: f4b082d464 user: viriketo tags: annotate_links) | |
| 13:30 | Making the raw page download guess the mime type based on filename also for attachments, not only repository files. ... (check-in: 5f3916ac5b user: viriketo tags: trunk) | |
| 01:41 | Update SQLite from upstream in order to test SQLite. ... (check-in: 51858373cb user: drh tags: trunk) | |
|
2012-10-08
| ||
| 13:50 | Fix references to uninitialized memory when existing the SQL shell. ... (check-in: 1955e6a69d user: drh tags: trunk) | |
|
2012-10-07
| ||
| 17:18 | merge trunk make Notepad the default comment editor on Windows ... (check-in: 10cf72bd3b user: jan.nijtmans tags: use-utf8-in-win-external-editor) | |
| 14:49 | Add the new 'tcl-rdonly' setting to the list of those that should be transferred. ... (check-in: 2335ae4f22 user: mistachkin tags: tclRdOnly) | |
| 14:28 | Update the 'makemake' script with the MinGW makefile changes for the markdown feature as well. ... (check-in: 0db09a2061 user: mistachkin tags: markdown) | |
| 14:22 | Experimental proof-of-concept for the 'tcl-rdonly' setting and related functionality. ... (check-in: 851e0755e5 user: mistachkin tags: tclRdOnly) | |
| 13:55 | Enhance Tcl integration with support for notifications before and after Tcl scripts are evaluated. ... (check-in: 49c63f8c78 user: mistachkin tags: trunk) | |
| 10:29 | Add 'markdown' setting to enable runtime control over whether or not it is used. ... (check-in: 1c5085d963 user: mistachkin tags: markdown) | |
| 10:15 | Merge updates from trunk. ... (check-in: a8add9c1bd user: mistachkin tags: markdown) | |
| 10:12 | Add 'tcl-setup' setting for the optional Tcl script to evaluate after creating and initializing the Tcl interpreter. Make sure Tcl gets a copy of all the original expanded arguments. ... (check-in: fa4e828653 user: mistachkin tags: trunk) | |
|
2012-10-05
| ||
| 20:39 | Add the "stash show" command. Simplifications to the diff code, and especially the looks_like_binary() function. ... (check-in: 4e0e69f691 user: drh tags: trunk) | |