Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins related to "trunk" plus check-in "2010-08-27 17:19:05" occurring around 2010-08-27 17:19:05.
2010-09-09
| ||
09:59 | Allow ~ and % characters in the URL. Ticket [74ccf51c7d24414b1]. ... (check-in: a203674aa5 user: drh tags: trunk) | |
2010-09-08
| ||
18:16 | layout sideboxes using css, css is only added to the user defined css, if the corresponding class is missing ... (check-in: b34a583f32 user: wolfgang tags: wolfgangFormat2CSS) | |
17:23 | merged trunk changes ... (check-in: a2d5230d24 user: wolfgang tags: wolfgangFormat2CSS) | |
12:38 | Merge in the latest changes from the windowscompilers branch. ... (check-in: 8d864a7f65 user: drh tags: trunk) | |
12:36 | Documentation updates. ... (check-in: 546d48ff45 user: drh tags: trunk) | |
2010-09-07
| ||
23:57 | Create new branch named "wolfgangFormat2CSS" ... (check-in: e2ab51b011 user: wolfgang tags: wolfgangFormat2CSS) | |
17:29 | merged-make-corrections ... (Closed-Leaf check-in: 036d76815b user: Ratte tags: stv-skinning) | |
2010-09-06
| ||
20:31 | Solves ticket [64d9461fa4b399b15827876bcf6b8ccc95720d16] ... (check-in: 370d5be389 user: renez tags: trunk) | |
2010-09-05
| ||
13:07 | merged main trunk ... (check-in: 7766e68992 user: Ratte tags: stv-skinning) | |
11:44 | Do not put hyperlinks to attachments in tickets and wiki if attachment download is prohibited. Ticket [a7eff56a933249258f0d902]. ... (check-in: f7e2d74a85 user: drh tags: trunk) | |
11:23 | Fix compiler warnings in makeheaders.c. ... (check-in: 04b976b151 user: drh tags: trunk) | |
2010-09-04
| ||
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) | |
2010-09-03
| ||
01:57 | Yet another fix to the URL parser. Ticket [21447822de6be06]. ... (check-in: 7aae4ef068 user: drh tags: trunk) | |
2010-09-02
| ||
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) | |
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
| ||
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) | |
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
| ||
19:04 | Use -P to change ssh port numbers on windows, but -p on unix. ... (check-in: 1212f0b0c6 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: 0cdb6403cb 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: d5c934e5df user: drh tags: trunk) | |
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) | |
11:31 | Enable proxy handling for "config push" and "config pull" Tickets [0d1a4fe14f1fb6ee2082] and [311fbfd6b696142a4b2c86dc]. ... (check-in: 1a9fe88b66 user: drh tags: trunk) | |
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) | |
14:03 | Initial code to implement synchronization via ssh. ... (check-in: b19f25fe87 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: 7503f98779 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: 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) | |
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: 1e08452c65 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: 5ef7435ac0 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: 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) | |
2010-08-20
| ||
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) | |
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: e0248776d3 user: drh tags: trunk) | |
2010-08-18
| ||
17:27 | Allow a checkout of the very first (empty) version of a project. ... (check-in: 61ca4141cc user: drh tags: trunk) | |
16:51 | Take care to close the separate dbConfig database connection when shutting down. ... (check-in: c6187a83a5 user: drh tags: trunk) | |
15:27 | Always run a checkpoint on all database files before exiting. ... (check-in: 8b85b21a0a user: drh tags: trunk) | |
02:22 | Update the internal SQLite to a 3.7.1 release candidate. ... (check-in: 07afdea6e2 user: drh tags: trunk) | |