Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user drh occurring around 2014-03-31 12:59:45.
|
2014-04-29
| ||
| 00:31 | Set the mtime column of the USER table on a self-registration. ... (check-in: a9235f4cc4 user: drh tags: trunk) | |
|
2014-04-26
| ||
| 01:54 | Remove an unused variable. ... (check-in: f1ed720a84 user: drh tags: trunk) | |
|
2014-04-25
| ||
| 21:56 | Add a web-page for viewing the status of the web cache. Accessible as a submenu off of the stat page. ... (check-in: 05477b2e06 user: drh tags: trunk) | |
| 21:34 | Add a mention of the "fossil cache" command to the server load management discussion on the "server.wiki" page. And mention "fossil cache" in the change log. Documentation changes only. ... (check-in: 34ea8daf90 user: drh tags: trunk) | |
| 21:18 | Make the "fossil cache" command an accessory that only shows up when doing "fossil help --all". Remove unused variables from the implementation. ... (check-in: c7194b668b user: drh tags: trunk) | |
| 21:11 | Add a cache that will save /zip and /tarball objects and reissue them from cache when requested a second time. The "fossil cache" command is used to control the cache. Turned off by default and must be enabled using "fossil cache init". ... (check-in: 450b62ff3a user: drh tags: trunk) | |
|
2014-04-23
| ||
| 16:47 | Improvements to user management: (1) Provide a textarea for entering contact information. (2) Disable superfluous entry boxes for special users. (3) Give an error when creating a duplicate login name. ... (check-in: 1b4b8a95b2 user: drh tags: trunk) | |
| 11:03 | Avoid the use of strcpy() as this upsets OpenBSD. ... (check-in: 3f487aca8a user: drh tags: trunk) | |
|
2014-04-22
| ||
| 17:22 | Reword the message printed on the /info page when the UUID is not found and is less than 4 characters. ... (check-in: 36ffa749f0 user: drh tags: trunk) | |
| 15:15 | Add the test-ambiguous command for finding ambiguous SHA1-hash abbreviations. ... (check-in: 2aaae64a59 user: drh tags: trunk) | |
| 13:57 | Experimental change to add a "nodesc" query parameter to pages like /artifact that suppresses the sometimes length description of what the artifact is used for. ... (Closed-Leaf check-in: b794218f01 user: drh tags: nodesc-option) | |
| 12:51 | Handle short UUID collisions for events, tickets and other artifacts in the /info page. ... (check-in: 49467d2a49 user: drh tags: trunk) | |
| 12:44 | Increase the version number to 1.29 with the idea that we might do a new release soon. Fill out the change-log for version 1.29. ... (check-in: 61c66596e8 user: drh tags: trunk) | |
| 12:07 | Fix the "SaveAs" button on the "diff --tk" viewer so that the "Cancel" button works. ... (check-in: 7440633e81 user: drh tags: trunk) | |
|
2014-04-21
| ||
| 18:52 | • Edit [09472e8897c974cb|09472e8897]: Cancel "hidden". ... (artifact: 08b6eaf5ec user: drh) | |
| 13:24 | Update the built-in SQLite to 3.8.5 alpha, including all of the latest performance enhancements and bug fixes. ... (check-in: 88aa2e375a user: drh tags: trunk) | |
| 13:19 | Remove the "TIP:" in the commit message prompt in an effort to reduce "warning fatigue". ... (check-in: 7ca6ce030d user: drh tags: trunk) | |
|
2014-04-19
| ||
| 22:47 | Fix a potential segfault when the SSH_CONNECTION environment variable is defined. ... (check-in: a138dc97fc user: drh tags: trunk) | |
|
2014-04-05
| ||
| 15:00 | • Edit [a306f771d81b1fba|a306f771d8]: Cancel "hidden". ... (artifact: 56503cc3f7 user: drh) | |
|
2014-04-03
| ||
| 13:37 | Enhance the --tk option on diff so that it works with special characters (like "\" and "}") in the filename. ... (check-in: 544d22139d user: drh tags: trunk) | |
|
2014-04-01
| ||
| 19:52 | Add the "Invert" button to the --tk diff display. ... (check-in: cf52a9ab7b user: drh tags: trunk) | |
| 18:43 | Get the "fossil cat" command working outside of a check-out using the -R option. This is an alternative implementation to the fix-cat-dash-R branch that avoids adding a new global variable. ... (check-in: ebe97b79f2 user: drh tags: trunk) | |
|
2014-03-31
| ||
| 16:48 | Get rid of the GLOBAL_URL() kludge. Change the global "g" variable to contain an instance of the UrlData object instead of individual fields of the UrlData object. ... (check-in: 5fdad9bd8c user: drh tags: trunk) | |
| 13:02 | Use full-length SHA1 hashes on the "ambiguous" webpage. ... (check-in: 42e66c1a17 user: drh tags: trunk) | |
| 12:59 | Add missing db_finalize() statements. ... (check-in: 07e93f3854 user: drh tags: trunk) | |
|
2014-03-22
| ||
| 11:33 | Fix the SCGI processing so that it works with Nginx. ... (check-in: 684eb478e7 user: drh tags: trunk) | |
|
2014-03-15
| ||
| 15:03 | If a wiki page begins with <title> then render that as <h1 align='center'> when rendering the whole page. For the "doc" URI, continue to extract the title and use it as the overall page title, as we have always done. This only effects wiki rendered in pages like "artifact". ... (check-in: d8586b5670 user: drh tags: trunk) | |
| 14:35 | Fix the "artifact" URL to render markdown text automatically. ... (check-in: 60019ce7d9 user: drh tags: trunk) | |
|
2014-03-14
| ||
| 20:49 | Fix the display of unified-diff lines on web pages when the files being compared have windows-style line endings. ... (check-in: e2e8531ba7 user: drh tags: trunk) | |
| 13:57 | Enhance the "whatis" command to report on attachments and to include raw tags so that cluster artifacts are identified. Add the "test-whatis-all" command to run "whatis" on every artifact in the repository. ... (check-in: 5cdc39dc2d user: drh tags: trunk) | |
| 12:30 | Enhance the "whatis" command so that if given an ambiguous SHA1 hash prefix it shows "what is" all possible values for that hash prefix. ... (check-in: 933904fe70 user: drh tags: trunk) | |
|
2014-03-13
| ||
| 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) | |
| 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-10
| ||
| 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) | |
| 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) | |
|
2014-03-07
| ||
| 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) | |
|
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) | |
|
2014-03-05
| ||
| 19:07 | Update the built-in SQLite to 3.8.4 beta. ... (check-in: f0773f6370 user: drh tags: trunk) | |
|
2014-03-04
| ||
| 14:36 | Bring in the SQLite with the TRIGGER name resolution bug fix. This fix is not important to Fossil - we just want to include the latest SQLite code for testing. ... (check-in: 6215d08303 user: drh tags: trunk) | |
| 04:16 | Update to the latest SQLite with new performance enhancements - now tested to ensure that it works on systems like ARM that default to unsigned characters. ... (check-in: 8247784beb user: drh tags: trunk) | |
| 00:03 | • Edit [13c1fa7626d50aea|13c1fa7626]: Move to branch beaglebone-problem. Edit check-in comment. ... (artifact: 33833e6c36 user: drh) | |
|
2014-03-03
| ||
| 23:21 | Update to the latest SQLite with its new performance enhancements. (Later:) The new SQLite does not work correctly when compiled on the Beaglebone Black. Currently investigating. Moving this check-in into a branch until the problem is understood. ... (Closed-Leaf check-in: 13c1fa7626 user: drh tags: beaglebone-problem) | |
|
2014-02-28
| ||
| 19:31 | Back out [99dca38314] because it doesn't work on an Ubuntu->windows cross-compile. The only solution is to dirty-up the SQLite shell.c code. ... (check-in: 3d7eaeda86 user: drh tags: trunk) | |
| 15:46 | Fix to check-in [81162e791f] so that it does not require non-standard modifications to the SQLite "shell.c" source file. Sorry, but this doesn't work! Compiling this with Makefile.mingw.mistachkin gives: wbld/shell.o:shell.c:(.text+0x3463): undefined reference to `__imp_win32_access' wbld/shell.o:shell.c:(.text+0x59ac): undefined reference to `__imp_win32_access' /usr/lib/gcc/x86_64-w64-mingw32/4.8.2/../../../../x86_64-w64-mingw32/bin/ld: wbld/shell.o: bad reloc address 0x0 in section `.data' collect2: error: ld returned 1 exit status win/Makefile.mingw.mistachkin:698: recipe for target 'fossil.exe' failed ... (check-in: 99dca38314 user: drh tags: trunk) | |