Fossil

Timeline
Login

Timeline

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

42 check-ins for the month beginning 2010-08-01 by user drh

Following month ↑
2010-08-31
01:53
Merge the changes from the windowscompilers branch into the trunk. ... (check-in: 3564af0f user: drh tags: trunk)
2010-08-29
00:21
Allow the -f option on "fossil commit" to override the clock skew alarm. Ticket [a0756511991399b41255256] ... (check-in: f1d309cc user: drh tags: trunk)
2010-08-28
19:04
Use -P to change ssh port numbers on windows, but -p on unix. ... (check-in: 1212f0b0 user: drh tags: trunk)
2010-08-27
20:40
The ssh:// method on windows is now working well with plink. It will even prompt for passwords if the URL contains a "*" password. ... (check-in: 0cdb6403 user: drh tags: trunk)
17:19
Fix a typo in the popen2() implementation for windows. Ticket [cf50ea4d6914fb6d856988da7]. Also refinements on the ssh:// toward getting it working on windows. ... (check-in: d5c934e5 user: drh tags: trunk)
2010-08-26
14:13
Show diffs on info pages even if the user lacks history privilege. ... (check-in: 72147afc user: drh tags: trunk)
13:29
Close pipes before killing off the child process. ... (check-in: 360b0477 user: drh tags: trunk)
13:18
Merge the experimental ssh:// changes into the trunk. ... (check-in: 0a51263a user: drh tags: trunk)
13:17
Untested implementation of popen2() for windows. ... (Closed-Leaf check-in: 34ea1e4a user: drh tags: experimental)
12:10
Remove dead code from cgi.c. Attempt better error handling. ... (check-in: 79294bb8 user: drh tags: experimental)
11:31
Enable proxy handling for "config push" and "config pull" Tickets [0d1a4fe14f1fb6ee2082] and [311fbfd6b696142a4b2c86dc]. ... (check-in: 1a9fe88b user: drh tags: trunk)
11:27
Fix buffering issues with ssh://. The ssh:// sync method now works with older, unmodified servers. Added the "?fossil=exe" option to URL processing. ... (check-in: af977263 user: drh tags: experimental)
02:32
A rework of the SSH sync method that does not use TCP port forwarding. It works in some cases but not other. The failure is probably do to I/O buffering issues. Need further work. ... (check-in: 192ceef3 user: drh tags: experimental)
2010-08-25
20:00
Merge the ssh:// sync enhancement into the trunk. ... (check-in: 0e42cc1b user: drh tags: trunk)
19:55
Change the "ui" and "sshd" commands so that they bind to INADDR_LOOPBACK rather than INADDR_ANY. Disable the "quit" monitoring on "ui" and "server". Add better error messages explaining that ssh:// is not yet supported on windows. ... (check-in: 2f8e4c4b user: drh tags: experimental)
17:00
The ssh:// sync method appears to work now, for linux-to-linux... ... (check-in: 66cdaee6 user: drh tags: experimental)
16:03
Continuing work on the ssh:// sync protocol. ... (check-in: 958f5966 user: drh tags: experimental)
14:03
Initial code to implement synchronization via ssh. ... (check-in: b19f25fe user: drh tags: experimental)
2010-08-24
01:24
Fix a potential sigfault that can occur in the graph generator if the child is older than its parent. ... (check-in: 7503f987 user: drh tags: trunk)
2010-08-23
22:24
Omit the link to the "ZIP archive" if the user does not have permissions to download the ZIP archive. Ticket [f18142409088bfc707e26]. ... (check-in: 8474ca67 user: drh tags: trunk, release)
22:19
Print a warning if there are unfinalized SQL statements when fossil shuts down. Take care to finalize all statements in the "commit" command. ... (check-in: 94d8e9cd user: drh tags: trunk)
19:33
Update SQLite to the 3.7.2 release candidate. ... (check-in: 6fd2ff1b user: drh tags: trunk)
2010-08-21
17:32
Use a more precise (though slower) diff algorithm when working with small strings whose differences are hard to detect. ... (check-in: 1e08452c user: drh tags: trunk)
04:06
The command-line "diff" does not ignore whitespace at the end of lines and it generates a well-formed patch file that can be fed directly into "patch -p 0". Ticket [a9f7b23c2e376af]. GUI diffs and the merge commands do ignore end-of-line whitespace. ... (check-in: 5ef7435a user: drh tags: trunk)
03:33
Change the built-in "diff" so that it no longer ignores whitespace at the end of lines, as doing so confuses the "patch" command. Ticket [a9f7b23c2e376af5b0] ... (check-in: 7f788bdb user: drh tags: trunk)
03:27
Fix a potential segfault in the graph generator when check-ins occur with time skew. ... (check-in: 32c9c47c user: drh tags: trunk)
2010-08-20
19:56
Update SQLite to the latest version 3.7.1 beta. ... (check-in: 79c9de76 user: drh tags: trunk)
19:42
Improvements to the graph layout algorithm. ... (check-in: 98870a85 user: drh tags: trunk)
2010-08-19
11:46
Output appropriate error messages and abort if the date argument to the --date-override option is malformed. Ticket [dba59ec54423f19] ... (check-in: e0248776 user: drh tags: trunk)
2010-08-18
17:27
Allow a checkout of the very first (empty) version of a project. ... (check-in: 61ca4141 user: drh tags: trunk)
16:51
Take care to close the separate dbConfig database connection when shutting down. ... (check-in: c6187a83 user: drh tags: trunk)
15:27
Always run a checkpoint on all database files before exiting. ... (check-in: 8b85b21a user: drh tags: trunk)
02:22
Update the internal SQLite to a 3.7.1 release candidate. ... (check-in: 07afdea6 user: drh tags: trunk)
2010-08-16
12:11
Add the "comment:" field to the output of "fossil info". ... (check-in: da52ff93 user: drh tags: trunk)
10:52
Fix a comment typo in the captcha generator. Extend the graph lines to the bottom of the timeline even if the last few entries on timeline are tickets or wiki edits instead of checkins. ... (check-in: 76201a08 user: drh tags: trunk)
2010-08-15
19:57
The "Branches" menu option shows only open branches. Closed branches are accessible from a hyperlink. ... (check-in: 51843950 user: drh tags: trunk)
19:36
Fix to the DOCTYPE of generated HTML pages. Ticket [25ff8cff2bdb41766e91] ... (check-in: c1bec02a user: drh tags: trunk)
19:34
Recognize the HTTPS line in the HTTP header. Ticket [d83227cdda3d786d3743b2] ... (check-in: 3dc62d54 user: drh tags: trunk)
2010-08-11
07:00
Allow a checkin to be checked out again even if one of the files in that checkin has been shunned. ... (check-in: 7e23178b user: drh tags: trunk)
2010-08-07
18:09
Enhance the "vdiff" web method so that it shows the differences between to arbitrary check-ins identified by the "from" and "to" query parameters. ... (check-in: 1d713f3f user: drh tags: trunk)
16:10
The "fossil diff" command now accepts options --from and --to in order to do a diff between two arbitrary check-ins. ... (check-in: 296b90a2 user: drh tags: trunk)
2010-08-05
10:09
Update SQLite to the latest 3.7.1 development snapshot. ... (check-in: d0902928 user: drh tags: trunk, release)
Previous month ↓