Fossil

Timeline
Login

Timeline

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

50 events occurring around 76d25481170104bb.

2010-08-28
20:14 Ticket [a075651199] Fossil completely screws up repositories if there's any clock skew status still Open with 2 other changes ... (artifact: 39ae1deccc user: drh) ... 1 similar event omitted.
19:04
Use -P to change ssh port numbers on windows, but -p on unix. ... (check-in: 1212f0b0c6 user: drh tags: trunk)
11:57 Changes to wiki page "Cookbook" ... (artifact: 0cab69443a user: renez)
11:56 Changes to wiki page "Cookbook" ... (artifact: 38d78fa5b2 user: renez)
11:54 Changes to wiki page "compillingOnWindows" ... (artifact: 842658adc6 user: renez)
11:04 Changes to wiki page "Cookbook" ... (artifact: 313d5da7c2 user: renez)
11:04 Changes to wiki page "compillingOnWindows" ... (artifact: 3d3239a98a user: renez)
11:02 Changes to wiki page "Cookbook" ... (artifact: 5d8ecc66ea user: renez)
10:59 Added wiki page "compillingOnWindows" ... (artifact: 4c56c3ac0e user: renez)
10:54
The generated makefiles expect dat you do mkdir build cd build nmake -f ..\win\Makefile.msc This will put all the files in build. So no polution of the root of the source tree and you can build for the different compilers ... (check-in: 99e0a29efe user: renez tags: windowscompilers)
09:20
Added the msvc sdk compiler ... (check-in: c00f79d054 user: renez tags: windowscompilers)
06:59
This is the first check-in on the windowscompilers branch and it adds the <a href="http://www.digitalmars.com/">Digital Mars C compiler</a> The user should have dmc installed in c:\DM with zlib in c:\DM\extra\lib and c:\DM\extra\include. typing c:\DM\bin\make -f win\Makefile.dmc builds fossil.exe in dmcobj The following files were edited or added: <p>Checks if one of the windows compilers is used. If so we define _WIN32. Defining _WIN32 is normally done by<br>#include &lt;windows.h&gt;<br> However most of the time we don't use windows.h. </p> <p>Adding an other windows compiler is done by adding<br> "|| defined(__COMPILER_IDENTIFIER__)"<br> and maybe some special things in the files below. Like <pre> </pre> </p> <p>These have all __MINGW32__ replaced by _WIN32. And in some places special processing for either MINGW32 or DMC <p>In popen2 the _open_osfHandle call first parameter is cast to a long. DMC refused to compile without the cast.</p> <p>DMC complained that it didn't knew of time_t in rss.h. time.h came after rss.h. Switching the two solved it! </p> <p>added tcl code to generate Makefile.dmc. tclsh src/makemake.tcl dmc prints to stdout the makefile. As a convienience to the end-user I added the win/Makefile.dm... (check-in: f66f414fd3 user: renez tags: windowscompilers)
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: 0cdb6403cb user: drh tags: trunk)
17:19 Fixed ticket [cf50ea4d69]: popen2 for windows have a typo plus 1 other change ... (artifact: b71557f447 user: drh)
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: d5c934e5df user: drh tags: trunk)
10:03 New ticket [cf50ea4d69] popen2 for windows have a typo. ... (artifact: b9e6e79642 user: anonymous)
01:24
Create new branch named "windowscompilers" ... (check-in: 3e3304ac44 user: renez tags: windowscompilers)
2010-08-26
14:13
Show diffs on info pages even if the user lacks history privilege. ... (check-in: 72147afc9d user: drh tags: trunk)
13:29
Close pipes before killing off the child process. ... (check-in: 360b047759 user: drh tags: trunk)
13:18
Merge the experimental ssh:// changes into the trunk. ... (check-in: 0a51263a23 user: drh tags: trunk)
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)
07:28 Add attachment \patch to ticket [0d1a4fe14f] ... (artifact: 805b1ed147 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|8474ca6747]: 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)