Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around d0fa1578402362b6.
2014-03-13
| ||
13:17 | Backout [e6d3e878a9]: Clicking on timeline nodes for displaying a diff doesn't work any more with this change (Sorry, Stefan!). ... (check-in: afcdc6ce81 user: jan.nijtmans tags: trunk) | |
12:55 | merge trunk (ongoing) ... (check-in: 2e45fb7b39 user: jan.nijtmans tags: strip-trailing-cr) | |
12:24 | • Edit [ef27b0059a0af7fe|ef27b0059a]: Mark "Closed". ... (artifact: caac8dd93d user: drh) | |
12:23 | Add support for HTTP Basic Authentication to clone and sync. ... (check-in: 5d536c51b6 user: drh tags: trunk) | |
12:15 | • Edit [c2d748ae2cbc03dc|c2d748ae2c]: Move to branch stash_add. ... (artifact: 1e46eddd8b user: jan.nijtmans) | |
12:14 | • Edit [d2c4a24275e6aac5|d2c4a24275]: Mark "Closed". ... (artifact: 57d580135d user: jan.nijtmans) | |
11:58 | Fix the stash so that it remembers added files and readds them when the stash is applied. ... (check-in: db052aa4c6 user: drh tags: trunk) | |
2014-03-12
| ||
04:12 | Accidentally removed a newline with vi's shift-j. No change in functionality. ... (Closed-Leaf check-in: ef27b0059a user: andybradford tags: stash_add) | |
04:08 | Make stash_apply handle new files and put them in an ADDED state. ... (check-in: c2d748ae2c user: andybradford tags: stash_add) | |
2014-03-11
| ||
23:34 | Always define variables at block start ... (check-in: 1c9e023382 user: jan.nijtmans tags: trunk) | |
23:23 | For initial non-empty check-ins (without parent but with F-cards), add "Changes" section to "ci" page, except for the "patch" button (which is the only thing that doesn't work anyway) ... (check-in: 79c90ac4a4 user: jan.nijtmans tags: trunk) | |
22:26 | update changes.wiki ... (check-in: 927257ea56 user: jan.nijtmans tags: branch-1.28) | |
22:07 | Update to SQLite 3.8.4.1 ... (check-in: 8dcb40d880 user: jan.nijtmans tags: branch-1.28) | |
22:06 | Update to SQLite 3.8.4.1 ... (check-in: b93b3e8f98 user: jan.nijtmans tags: trunk) | |
21:05 | Wrapped the timeline-rendering JS in an anonymous function so that it no longer pollutes the global namespace. Added "type" tag to the script (required by HTML4, optional in HTML5). ... (check-in: e6d3e878a9 user: stephan tags: trunk) | |
05:05 | Merge in latest load average enhancement (very nice), and other cleanup. ... (Closed-Leaf check-in: 75406df207 user: andybradford tags: http-auth) | |
2014-03-10
| ||
21:51 | Update internal SQLite to version 3.8.4 ... (check-in: 92f31e01d4 user: jan.nijtmans tags: branch-1.28) | |
21:42 | Update the custom MinGW makefile. ... (check-in: fd223e5ec7 user: mistachkin tags: trunk) | |
20:49 | Update SQLITE_SOURCE_ID to EXACT 3.8.4 version; char() bugfix was still missing ... (check-in: b1aad7a071 user: jan.nijtmans tags: trunk) | |
08:49 | GNU diff doesn't translate \t to whitespace and strip eol-spacing from diff output (when using -w/-Z options), so "fossil diff" shouldn't do that either. ... (check-in: ac3fcebb19 user: jan.nijtmans tags: trunk) | |
08:32 | Cygwin doesn't have getloadavg() ... (check-in: bae235bf1a user: jan.nijtmans tags: trunk) | |
00:22 | Fix a busted hyperlink in the previous change to server.wiki. ... (check-in: 60774eb33f user: drh tags: trunk) | |
2014-03-09
| ||
23:43 | Add documentation (at [/doc/trunk/www/server.wiki#loadmgmt]) on how to use the new load-average limiter feature. ... (check-in: 936fdaeef7 user: drh tags: trunk) | |
23:04 | Add the "max-loadavg" setting to the "setting" command. Add "setting" and "unset" to the "all" command so that max-loadavg can be quickly changed on all repos of a large server installation. ... (check-in: 1847552c92 user: drh tags: trunk) | |
22:33 | If getloadavg() fails, return 0.0 as function result in stead of a random number ... (check-in: 1707129a87 user: jan.nijtmans tags: trunk) | |
16:25 | When a request is denied due to excessive load average, send a 503 reply code. Also: Enhance the request denied message to show the current load average and the load average limit. ... (check-in: d0fa157840 user: drh tags: trunk) | |
00:19 | Show the repository name on the test_env webpage. ... (check-in: 117a0f6952 user: drh tags: trunk) | |
00:15 | Add the ability to restrict CPU-intensive web pages when the server load average gets too high. This feature is turned off by default. ... (check-in: 5e26a1b9b2 user: drh tags: trunk) | |
2014-03-08
| ||
16:14 | Clean up and standardize the handling of user "nobody" and the g.zLogin global variable. ... (check-in: 840b762206 user: drh tags: trunk) | |
04:05 | Turn mtime-changes off in repo_init test proc. ... (check-in: 68cc26c1ea user: joel tags: trunk) | |
2014-03-07
| ||
20:14 | Minor bug-fix when using -w or -Z flag in diff logic. Make sure that the common lines printed in a diff always come from the left-side, it might be that the right-side is different by white-space only. ... (check-in: d38f0ce759 user: jan.nijtmans tags: trunk) | |
20:04 | • Edit [07e6957526b7d30c|07e6957526]: Move to branch mistake. Add propagating "hidden". Mark "Closed". ... (artifact: 2210e5f18a user: jan.nijtmans) | |
19:45 | Since Annotation flags and DIFF flags are so closely related, allow then to reside in a single variable ... (check-in: 0bc584fe02 user: jan.nijtmans tags: trunk) | |
16:48 | Convert utf-16 files back to intended encoding. ... (check-in: dd47a123e1 user: jan.nijtmans tags: trunk) | |
15:49 | Rename the options for whitespace handling in annotate/blame/diff following GNU diff, not following GIT. So whether your diff tool is configured being internal or external, the same options can be used. ... (check-in: 28234db8bc user: jan.nijtmans tags: trunk) | |
14:58 | In SQLite, import the fix for the journal_mode=PERSIST delete problem on windows. This has no effect on Fossil since Fossil does not use journal_mode=PERSIST. The update is for completeness only. ... (check-in: 33dc7f31c1 user: drh tags: trunk) | |
14:38 | Implement -b|--ignore-space-change. Doesn't work right yet (needs better hash function)! ... (check-in: c0d1ed927e user: jan.nijtmans tags: strip-trailing-cr) | |
13:11 | Combine ANN flags and DIFF flags into a single 64-bit variable, where appropriate. Make DIFF_STRIP_EOLCR a separate flag, as this flag does more than the other whitespace-related flags. Merge trunk. ... (check-in: da205cf44b user: jan.nijtmans tags: strip-trailing-cr) | |
11:42 | Make annotation work with UTF-16 files. Remove some unnecessary end-of-line spaces in (UTF-8 and UTF-16) text files. ... (check-in: 46459fd922 user: jan.nijtmans tags: trunk) | |
11:29 | Fix some spacing issues (blame output should be exactly the same as Fossil 1.28) Make annotation work with UTF-16 files. Remove some unnecessary end-of-line spaces in text files. ... (check-in: 4514910a5f user: jan.nijtmans tags: strip-trailing-cr) | |
11:02 | Fix -w|--ignore-all-space option such that it does exactly the same as GNU diff's option with the same name. ... (check-in: bb3388345d user: jan.nijtmans tags: strip-trailing-cr) | |
09:01 | Rename --ignore-space-at-eol (from Git) to -Z|--ignore-trailing-space (gnu diff). Add --ignore-all-space as well (doesn't behave exactly like GNU's option yet) ... (check-in: d9e79f685b user: jan.nijtmans tags: strip-trailing-cr) | |
2014-03-06
| ||
15:02 | Update the built-in SQLite to include the latest last-minute patches for version 3.8.4. ... (check-in: f00167e4e1 user: drh tags: trunk) | |
14:54 | Bring up-to-date with latest features/fixes from trunk. ... (check-in: d6259b7582 user: andybradford tags: http-auth) | |
09:56 | • Ticket [18cff45a4e] extras command not finding new files status still Open with 3 other changes ... (artifact: 4128ae4d0b user: jan.nijtmans) | |
09:42 | Cherrypick [http://www.sqlite.org/src/info/170e058520|170e058520]: Better support for MinGW 4.x. Together with minor fossil build adaptations such that a MinGW 4.x build reports the right mingw version. Remark: Building fossil with MinGW 4.x still doesn't produce a working fossil.exe, unless you patch MinGW's <dirent.h> slightly. See: [18cff45a4e] and [https://sourceforge.net/p/mingw/bugs/2106/]. This MinGW 4.x bug is already open for almost 5 months now. ... (check-in: e68f528bfa user: jan.nijtmans tags: trunk) | |
08:50 | Add "fossil praise" which is exactly the same as "fossil blame". As in subversion. ... (check-in: fb573e7203 user: jan.nijtmans tags: trunk) | |
08:34 | Merge in new annotate/blame whitespace buttons with updates to changelog. ... (check-in: 866251e878 user: andybradford tags: trunk) | |
2014-03-05
| ||
22:54 | Implement --strip-trailing-cr option ... (check-in: 4e6cfaf8f8 user: jan.nijtmans tags: strip-trailing-cr) | |
22:13 | merge trunk ... (Closed-Leaf check-in: e8f422283a user: jan.nijtmans tags: diff-eolws) | |