Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around 18f434b624a80d85.
2010-09-04
| ||
19:41 | format timeline page via css check-in: 2ade2d4e36 user: Ratte tags: stv-skinning | |
19:20 | format timeline page via css check-in: 8dfed953f7 user: Ratte tags: stv-skinning | |
15:24 | Honor the "Index Page" setting from the "Admin/Configuration" setup page. check-in: baa6df0650 user: drh tags: trunk | |
15:19 | Create new branch named "stv-skinning" check-in: ba1c75ad39 user: Ratte tags: stv-skinning | |
07:37 | • Ticket [a7eff56a93] Attachment Download Link status still Open with 2 other changes artifact: bb22ee6741 user: anonymous | |
07:19 | • Fixed ticket [5a0491b23e]: este eh um teste plus 2 other changes artifact: e073645b12 user: anonymous ... 1 similar event omitted. | |
2010-09-03
| ||
22:58 | • New ticket [a7eff56a93] Attachment Download Link. artifact: 4023c2076e user: anonymous | |
02:26 | • Fixed ticket [21447822de]: fossil mangles autosync url plus 1 other change artifact: b133e444ae user: drh | |
02:26 | • Edit [7aae4ef0689fb23c]: Edit check-in comment. Timestamp 2010-09-03 01:57:41. artifact: fde7b08202 user: drh | |
01:57 | Yet another fix to the URL parser. Ticket [21447822de6be06]. check-in: 7aae4ef068 user: drh tags: trunk | |
00:59 | • Ticket [727af73f46] ssl: on "pull -R repo", gets ssl certificate again, asks to accept a/y/N status still Open with 1 other change artifact: c4853aff44 user: anonymous | |
2010-09-02
| ||
23:37 | • Ticket [21447822de] fossil mangles autosync url status still Open with 2 other changes artifact: 98ffa32f5a user: rwilson ... 1 similar event omitted. | |
22:28 | • Ticket [727af73f46] ssl: on "pull -R repo", gets ssl certificate again, asks to accept a/y/N status still Open with 1 other change artifact: b901c04e9d user: anonymous | |
10:28 | Fix a bug fix in the URL parser that was introduced by the recent ssh:// change. The bug prevented port numbers after the hostname from parsing correctly. check-in: ac8c21b986 user: drh tags: trunk | |
2010-08-31
| ||
18:21 | Minor changes to win/Makefile.msc after testing with MSVC. check-in: 3a5b4ad4e2 user: shaneh tags: trunk | |
18:00 | • Changes to wiki page compillingOnWindows artifact: ced47d4622 user: anonymous | |
17:23 | Remove duplicate section in MinGW makefile. check-in: b0bbcd5da6 user: shaneh tags: trunk | |
15:51 | make compilation depend on _WIN32 being defined by including allways config.h Closed-Leaf check-in: c0a530f482 user: renez tags: windowscompilers | |
05:12 | compile warning fixes (uninitialized vars) check-in: 3c326ea4de user: ron tags: trunk | |
03:58 | fix cross-compile breakage check-in: d2ba02e16f user: ron tags: trunk | |
01:53 | Merge the changes from the windowscompilers branch into the trunk. check-in: 3564af0f7a user: drh tags: trunk | |
2010-08-29
| ||
16:41 | • Changes to wiki page compillingOnWindows artifact: 35c82c709f user: renez | |
07:18 | • Edit [f66f414fd3eb6457]: Edit check-in comment. Timestamp 2010-08-28 06:59:10. artifact: 6030239935 user: renez | |
06:35 | • Changes to wiki page compillingOnWindows artifact: 18f434b624 user: renez | |
06:00 | • Changes to wiki page compillingOnWindows artifact: fa37ca3638 user: renez | |
05:32 | Changed mscv flags to -MT because that is what openssl is using. Removed the -Oy- for the same reason check-in: 30b8a41dc7 user: renez tags: windowscompilers | |
01:56 | • Ticket [a075651199] Fossil completely screws up repositories if there's any clock skew status still Fixed with 1 other change artifact: 8cacf723df user: anonymous ... 1 similar event omitted. | |
00:21 | Allow the -f option on "fossil commit" to override the clock skew alarm. Ticket [a0756511991399b41255256] check-in: f1d309ccd7 user: drh tags: trunk | |
2010-08-28
| ||
20:22 | Added ssl support to msc msc doesn't like declaring vars in the middle of a block! added the extra needed libs in a commented LIBS line check-in: 29c728f4b3 user: renez tags: windowscompilers | |
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 | • Changes to 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 Digital Mars C compiler 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... 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 | |