Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user drh occurring around 2011-10-13 23:47:39.
2011-10-19
| ||
01:44 | Increase the version number to 1.20. Improvements to style sheets. ... (check-in: 91db2ccfa2 user: drh tags: trunk) | |
2011-10-18
| ||
23:37 | When editing the properties of a check-in and comparing the old and new comment text, ignore leading and trailing whitespace and the differences between \r\n and \n. Hopefully this will reduce the number of unwanted comment edits. ... (check-in: 48928829e2 user: drh tags: trunk) | |
2011-10-17
| ||
23:12 | Fix typo in warning message. ... (check-in: c80ee413ab user: drh tags: trunk) | |
19:05 | • Changes to wiki page "Fossil" ... (artifact: a973b3e24a user: drh) | |
13:09 | Font size adjustments for side-by-side diff. Use the dp= query parameter of timeline on the info page. ... (check-in: eefb31683b user: drh tags: trunk) | |
11:37 | Fix the labeling of timelines with the dp=UUID query parameter. ... (check-in: a47fde8eed user: drh tags: trunk) | |
01:19 | • Edit [a92908a6b53d9120|a92908a6b5]: Mark "Closed". Edit check-in comment. ... (artifact: 09fec0509a user: drh) | |
01:19 | Merge the side-by-side diff code into trunk. ... (check-in: 0bde74ea1e user: drh tags: trunk) | |
01:18 | Remove unused variables and surplus blank lines from the side-by-side diff code. ... (Closed-Leaf check-in: a92908a6b5 user: drh tags: jan-sbsdiff) | |
01:12 | Add new warnings for when Fossil overwrites an unmanged file on "update" or "merge". Undo has been and continues to be available to recover the overwritten files. ... (check-in: 39f979b08c user: drh tags: trunk) | |
2011-10-16
| ||
23:24 | Merge the latest trunk changes into the side-by-side diff branch. ... (check-in: 23c3affad4 user: drh tags: jan-sbsdiff) | |
23:10 | Fix a typo in the timeline EVENT table entries generated by "fossil rebuild" in the previous check-in. ... (check-in: fd486df492 user: drh tags: trunk) | |
23:00 | Show tag changes on the timeline. A "fossil rebuild" is required to take advantage of this new feature. Also put a • character in front of non-checkin timeline entries to make them stand out more. ... (check-in: 87540ed6e6 user: drh tags: trunk) | |
17:32 | Fix new and harmless compiler warnings that appeared with the upgrade to GCC 4.6.1. ... (check-in: d8bbe4add6 user: drh tags: trunk) | |
2011-10-15
| ||
17:36 | Vary the number of columns of displayed files in the File List depending on the length of the longest filename in the list. ... (check-in: ee723ed98d user: drh tags: trunk) | |
17:18 | Update to the Fossil-v-Git matrix. ... (check-in: a52287876c user: drh tags: trunk) | |
15:42 | Merge the latest trunk changes into the side-by-side diff branch. ... (check-in: 15de70c21f user: drh tags: jan-sbsdiff) | |
12:30 | Fix clang static analyzer warnings about deref null pointers and undefined values. There are still lots of dead code warnings, but those are harmless. ... (check-in: 630691456b user: drh tags: trunk) | |
12:16 | Mark functions that never return (ex: fossil_panic()) as such so that static analyzers can do a better job of pruning paths. ... (check-in: 86d2b4efc8 user: drh tags: trunk) | |
10:40 | Update the built-in SQLite and the SQL command-line shell to the latest code from the SQLite trunk: version 3.7.9 alpha. This fixes some warnings that started appearing after upgrading to gcc 4.6.1. ... (check-in: 3dd0c15583 user: drh tags: trunk) | |
10:20 | • Edit [9e3b6ad052374381|9e3b6ad052]: Edit check-in comment. Cancel tag "declined". ... (artifact: 6338eed481 user: drh) | |
10:19 | • Edit [409f370a6db42088|409f370a6d]: Move to branch declined. Edit check-in comment. ... (artifact: 0b4b2b67a0 user: drh) | |
10:17 | A very simple fix to the annotate memory leak problem. ... (check-in: 9929bab702 user: drh tags: trunk) | |
2011-10-14
| ||
00:06 | Add /*sort*/ marks to some SQL queries to disable warnings about sorting without an index. ... (check-in: fff43ebb5b user: drh tags: trunk) | |
2011-10-13
| ||
23:47 | Provide an option to enable the /test_env URL for all users. Optionally display cookie values in the /test_env URL. ... (check-in: 4d32db8ef8 user: drh tags: trunk) | |
16:39 | Update the SQLite command-line shell to the latest from the SQLite source tree. ... (check-in: 862d7dbf59 user: drh tags: trunk) | |
11:46 | • Edit [10e1071461651fe1|10e1071461]: Change user to "ashish". ... (artifact: 5b238ddd1b user: drh) | |
2011-10-11
| ||
20:46 | Update the build-in SQLite and the SQLite-shell to the latest code from the trunk of the SQLite source tree - version 3.7.9 alpha. ... (check-in: 55fb082ae5 user: drh tags: trunk) | |
2011-10-10
| ||
20:02 | Fix some compiler warnings. ... (check-in: 496edc2176 user: drh tags: trunk) | |
19:33 | Fix a C++ comment in sha1.c. Fix a help text typo. ... (check-in: a6f3dd1ce7 user: drh tags: trunk) | |
13:19 | Update the "scrub" command to drop the accesslog table when the --verily option is used. ... (check-in: 16a6dfefd1 user: drh tags: trunk) | |
13:05 | Additional formatting fixes: shorten lines to 80 characters or less. ... (check-in: c1d78e0556 user: drh tags: trunk) | |
12:55 | Fix indentation and formatting in http_ssl.c. Limit line length to 80 characters per the coding style spec. ... (check-in: 5eb8f0157a user: drh tags: trunk) | |
11:44 | • Ticket [fd7ad198e5] out of memory (can't allocate region) status still Open with 2 other changes ... (artifact: fcfc66b527 user: drh) ... 1 similar event omitted. | |
11:38 | Merge the ssl-trust-fix branch into trunk. ... (check-in: 0554dbd04a user: drh tags: trunk) | |
2011-10-07
| ||
19:55 | Documentation update. ... (check-in: c0b6c28d29 user: drh tags: trunk) | |
18:38 | Update the built-in SQLite to the latest 3.7.9 alpha. ... (check-in: f678a7b948 user: drh tags: trunk) | |
2011-10-05
| ||
02:03 | Change a #ifdef so that builds on MSVC will work on repos larger than 2GB. ... (check-in: 6092935ff2 user: drh tags: trunk) | |
2011-10-04
| ||
23:08 | • Edit [eb8d989daebfce1f|eb8d989dae]: Mark "Closed". Edit check-in comment. ... (artifact: 38b05da85b user: drh) | |
23:07 | Merge the --args FILENAME patch into trunk. ... (check-in: c0274f9962 user: drh tags: trunk) | |
23:03 | Simplify the implementation of the --args FILENAME patch, as requested by the FIXME comment. ... (check-in: eb8d989dae user: drh tags: stephan-hack) | |
2011-09-28
| ||
11:35 | Use the check-in time as the timestamp for zlib compression on tarballs, os that every tarball for the same check-in is identical. ... (check-in: 3e141b792c user: drh tags: trunk) | |
2011-09-27
| ||
16:34 | Add the --stats option to the rebuild command. ... (check-in: f25e5e53c4 user: drh tags: trunk) | |
2011-09-26
| ||
14:43 | Add the test-list-webpage command. ... (check-in: 6a97d77501 user: drh tags: trunk) | |
2011-09-19
| ||
20:16 | Remove obsolete files ... (check-in: 1f498a6ef2 user: drh tags: trunk) | |
19:13 | Update the built-in SQLite to the 3.7.8 release. ... (check-in: 8d4c564277 user: drh tags: trunk) | |
2011-09-17
| ||
17:35 | Update the built-in SQLite amalgamation to the latest 3.7.8 beta. ... (check-in: b54b8e751a user: drh tags: trunk) | |
2011-09-16
| ||
19:48 | Update the built-in SQLite amalgamation to the latest 3.7.8 beta. ... (check-in: 4db5bd1111 user: drh tags: trunk) | |
2011-09-14
| ||
18:08 | Merge the refactored permission flags into trunk. ... (check-in: b344d3c0cd user: drh tags: trunk) | |