Timeline
Not logged in

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

50 events occurring around 8474ca6747d54c74.

2010-08-26
13:17
Untested implementation of popen2() for windows. Closed-Leaf check-in: 34ea1e4abb user: drh tags: experimental
12:10
Remove dead code from cgi.c. Attempt better error handling. check-in: 79294bb81b user: drh tags: experimental
11:31 Fixed ticket [311fbfd6b6]: Unable to "fossil conf pull all" via proxy plus 1 other change artifact: 147029b13f user: drh
11:31 Fixed ticket [0d1a4fe14f]: fossil configuration push doesn't honor proxy plus 1 other change artifact: 76d2548117 user: drh
11:31
Enable proxy handling for "config push" and "config pull" Tickets [0d1a4fe14f1fb6ee2082] and [311fbfd6b696142a4b2c86dc]. check-in: 1a9fe88b66 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: af97726337 user: drh tags: experimental
09:54 Add attachment "winhttp.c" to ticket [11622724e5] artifact: fd4ce405db user: anonymous
09:53 Ticket [11622724e5] implementation of function “popen2” on win32 status still Open with 1 other change artifact: 140db1c495 user: anonymous
09:23 Add attachment "patch" to ticket [aee1b21fef] artifact: 8a70247a96 user: anonymous
09:22 New ticket [aee1b21fef] enable diff cmmand to diff more than one files. artifact: 63167818dc user: anonymous
09:08 Ticket [11622724e5] implementation of function “popen2” on win32 status still Open with 2 other changes artifact: 3071145461 user: anonymous
09:04 Add attachment "my_popen.h" to ticket [11622724e5] artifact: ca27aac2bf user: anonymous
09:03 New ticket [11622724e5] implementation of function “popen2” on win32. artifact: f423675e92 user: anonymous
07:32 Ticket [311fbfd6b6] Unable to "fossil conf pull all" via proxy status still Open with 2 other changes artifact: 0e6fd3c129 user: anonymous
07:30 Ticket [0d1a4fe14f] fossil configuration push doesn't honor proxy status still Open with 1 other change artifact: 85dea41161 user: anonymous
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: 192ceef3ca user: drh tags: experimental
2010-08-25
20:00
Merge the ssh:// sync enhancement into the trunk. check-in: 0e42cc1b77 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: 2f8e4c4b38 user: drh tags: experimental
17:00
The ssh:// sync method appears to work now, for linux-to-linux... check-in: 66cdaee68e user: drh tags: experimental
16:03
Continuing work on the ssh:// sync protocol. check-in: 958f596637 user: drh tags: experimental
14:03
Initial code to implement synchronization via ssh. check-in: b19f25fe87 user: drh tags: experimental
2010-08-24
13:07 New ticket [311fbfd6b6] Unable to "fossil conf pull all" via proxy. artifact: 59a36d1f93 user: anonymous
01:24
Fix a potential sigfault that can occur in the graph generator if the child is older than its parent. check-in: 7503f98779 user: drh tags: trunk
2010-08-23
22:38 Edit [8474ca6747d54c74]: Change background color to "#d0c0ff". Edit check-in comment. Timestamp 2010-08-23 22:24:16. Add tag "release". artifact: 7a39a6b0d8 user: drh
22:24 Fixed ticket [f181424090]: Disabling Zip Download plus 1 other change artifact: 45507888e6 user: drh
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: 8474ca6747 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: 94d8e9cd4b user: drh tags: trunk
19:33
Update SQLite to the 3.7.2 release candidate. check-in: 6fd2ff1b09 user: drh tags: trunk
15:35 New ticket [f181424090] Disabling Zip Download. artifact: d075376c70 user: anonymous
2010-08-21
22:01 Edit [d090292800563988]: Change background color to "#d0c0ff". Timestamp 2010-08-05 10:09:43. Add tag "release". artifact: 6487266d52 user: drh
17:32
Use a more precise (though slower) diff algorithm when working with small strings whose differences are hard to detect. check-in: 1e08452c65 user: drh tags: trunk
14:02 Ticket [a9f7b23c2e] fossil diff produces a non-working patch status still Fixed with 1 other change artifact: ed3201a3f7 user: anonymous ... 1 similar event omitted.
04:16 Edit [5ef7435ac0727637]: Edit check-in comment. Timestamp 2010-08-21 04:06:38. artifact: 3b250ebb3f user: drh
04:07 Fixed ticket [a9f7b23c2e]: fossil diff produces a non-working patch plus 1 other change artifact: 6ebcec145f user: drh
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: 5ef7435ac0 user: drh tags: trunk
03:41 Ticket [a9f7b23c2e] fossil diff produces a non-working patch status still Open with 2 other changes artifact: d8f507f101 user: drh
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: 7f788bdb04 user: drh tags: trunk
03:27
Fix a potential segfault in the graph generator when check-ins occur with time skew. check-in: 32c9c47c93 user: drh tags: trunk
00:19 New ticket [40f32e9733] incorrect url for check-ins entry on ticket history menu. artifact: 96b469ca51 user: anonymous
2010-08-20
22:05 New ticket [a9f7b23c2e] fossil diff produces a non-working patch. artifact: 73c7f89c29 user: anonymous
19:56
Update SQLite to the latest version 3.7.1 beta. check-in: 79c9de763a user: drh tags: trunk
19:42
Improvements to the graph layout algorithm. check-in: 98870a8510 user: drh tags: trunk
15:52 New ticket [1d43f4505c] . artifact: 8022331910 user: anonymous
2010-08-19
11:51 Closed ticket [038905cc3a]: fossil ignores line terminators when submitting tickets plus 2 other changes artifact: 5909417149 user: drh
11:47 Fixed ticket [dba59ec544]: Cannot commit with --date-override plus 2 other changes artifact: 217f6d98ed user: drh
11:46
Output appropriate error messages and abort if the date argument to the --date-override option is malformed. Ticket [dba59ec54423f19] check-in: e0248776d3 user: drh tags: trunk
11:06 Ticket [dba59ec544] Cannot commit with --date-override status still Open with 2 other changes artifact: b4b88aecc2 user: drh
09:59 Changes to wiki page Cookbook artifact: c1f0e5e561 user: anonymous
09:39 New ticket [038905cc3a] fossil ignores line terminators when submitting tickets. artifact: fd46697088 user: anonymous