Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins occurring around 2010-06-22 18:25:02.
2010-07-09
| ||
16:57 | Named the mingw32 fragment properly. Forced mingw32 to use GCC. ... (check-in: cd98f05dbe user: michael tags: newbuild, ttmrichter) | |
16:25 | Merged main trunk into private branch. ... (check-in: 1c28a41cf1 user: michael tags: newbuild, ttmrichter) | |
16:23 | Started the process of modifying the build system to permit more flexible and reliable cross-platform support. Currently the build system is set up for Linux (GCC or CLANG as the compiler) and for MinGW32 (GCC as the compiler). Of these, only the Linux builds have been tested so far and confirmed to work as expected. The way to use this new system is as follows: make Builds the default platform and compiler (linux and gcc). PLATFORM=mingw32 make Builds the mingw32 build (untested!) using the default compiler (gcc). COMPILER=clang make Builds the default platform (linux) using the clang compiler. Other platform and compiler fragment files can be added in the ./make directory based on the models already there. ... (check-in: d3252d7488 user: michael tags: newbuild, ttmrichter) | |
2010-07-08
| ||
17:57 | Update the built-in sqlite3 to the latest development version. ... (check-in: 1e6ded9856 user: drh tags: trunk) | |
17:53 | Take care to close the connection to the database file before existing. This gives the database a chance to clean up (and, for example, delete WAL and shared-memory files). ... (check-in: 932825bc6a user: drh tags: trunk) | |
2010-07-07
| ||
14:57 | Update the built-in SQLite to the latest 3.7.0 beta snapshot that includes fixes for large databases in WAL mode. ... (check-in: f0cd78c1a3 user: drh tags: trunk) | |
07:44 | Update private branch to latest trunk. ... (check-in: a87fbd3312 user: michael tags: ttmrichter) | |
2010-07-06
| ||
21:22 | Add software version information and database stats to the /stat page. ... (check-in: 5acf617104 user: drh tags: trunk) | |
20:51 | Update the built-in SQLite to the latest beta of version 3.7.0. ... (check-in: 8733f07f0a user: drh tags: trunk) | |
2010-07-04
| ||
21:11 | Small performance tweaks for clone and rebuild. ... (check-in: 710a8ba993 user: drh tags: trunk) | |
2010-07-03
| ||
15:33 | Update SQLite to the latest beta of 3.7.0. This provides much better server concurrency when the repository database file is set to WAL mode. ... (check-in: fb5f0c2580 user: drh tags: trunk, release) | |
15:26 | Automatically pull the shunning list when pulling from the "remote-url" server, which we assume is a trusted server. Add the new "auto-shun" setting to disable this feature, if desired. ... (check-in: 515814f8e7 user: drh tags: trunk) | |
2010-06-28
| ||
14:35 | Modified Makefile to support clang in private branch. ... (check-in: 9c06026377 user: michael tags: ttmrichter) | |
14:30 | Updated ttmrichter branch to latest from trunk. ... (check-in: 4c41c80e04 user: michael tags: ttmrichter) | |
2010-06-26
| ||
20:37 | Update the built-in SQLite to the latest from the SQLite development tree. ... (check-in: ba14c7549c user: drh tags: trunk) | |
2010-06-24
| ||
11:10 | Update to the latest SQLite with the new WAL file format containing version numbers. ... (check-in: e0bdd5afce user: drh tags: trunk) | |
2010-06-23
| ||
15:23 | Update to the latest SQLite which contains a bug fix in the current-time function on windows. ... (check-in: 34178e2771 user: drh tags: trunk) | |
13:30 | Prompt the user for permission to overwrite files on "fossil open". Ticket [17389900b2e5bd816] ... (check-in: d778ffea81 user: drh tags: trunk) | |
11:58 | Fix to a "help" message. No code changes. ... (check-in: b892572644 user: drh tags: trunk) | |
11:54 | Do not try to drop system tables when rebuilding a repository. Ticket [7c700d2f28838490]. ... (check-in: b063e40725 user: drh tags: trunk) | |
11:48 | Merge quickstart.wiki changes into the trunk. ... (check-in: c6cfa4ebc4 user: drh tags: trunk) | |
11:46 | Back out the benoit branch changes added by the previous check-in. ... (check-in: 17075ffb37 user: drh tags: ttmrichter) | |
05:27 | Fix makemake.tcl to generate main.mk as committed previously. <i>Moved onto the "benoit" branch because it fails to build.</i> ... (check-in: 953d293c32 user: benoit tags: benoit) | |
04:33 | Merge from the "benoit" branch. ... (check-in: 84e497e440 user: michael tags: ttmrichter) | |
02:21 | Merging trunk into private branch. ... (check-in: 54d0648f1d user: michael tags: ttmrichter) | |
2010-06-22
| ||
11:35 | Improve Make system for easier compilation with MinGW awk must still be in PATH and zlib compiled for mingw. ... (check-in: 7b7fe27678 user: BM tags: benoit) | |
2010-06-21
| ||
19:28 | Fix a segfault that can occur if a corrupt delta gets into the archive. ... (check-in: b9a744e1c4 user: drh tags: trunk) | |
15:08 | Update to the latest version of SQLite with WAL support. ... (check-in: ed1037e225 user: drh tags: trunk) | |
15:08 | Fix a typo in the "branching.wiki" document. ... (check-in: 83d6065c99 user: drh tags: trunk) | |
2010-06-18
| ||
03:21 | Fixed up the quickstart to present information in a more logical order. ... (check-in: 43472d55f3 user: michael tags: ttmrichter) | |
2010-06-17
| ||
02:01 | Fix an uninitialized variable in the graph generator - error inserted by the previous checkin. ... (check-in: 4d1ef64ee8 user: drh tags: trunk) | |
01:37 | Update to the latest version of SQLite - one that includes the fix for the corruption bug associated with the file-size in byte 28 of the database header. Also fix a bug in the graph generator, and change an index to help timeline run faster for branch queries. ... (check-in: 5129d32a37 user: drh tags: trunk) | |
2010-06-16
| ||
20:33 | On a branch timeline, in addition to showing the checkins of the branch, also show check-ins of other branches that merge into or from the branch being displayed. This helps to show what has happened to an infrequently changing branch which is part of a much more active project. ... (check-in: 6752934026 user: drh tags: trunk) | |
2010-06-13
| ||
15:58 | Add the ability to escape Wiki page names in hyperlinks using a wiki: prefix. Ticket [f58a05747498d3aaa9ea1e4f8f4015c209dfc54a]. ... (check-in: d6b2c387a0 user: drh tags: trunk) | |
2010-06-11
| ||
12:27 | Fix documentation typos. ... (check-in: b16b4337b9 user: drh tags: trunk) | |
12:02 | Change the default style to center the title with the project name above and with 200 pixel wide logo and status boxes to the left and right. ... (check-in: 15b293259d user: drh tags: trunk) | |
2010-06-10
| ||
19:21 | The previous two check-ins to the exp-search branch should have been on the trunk. This check-in pulls them over. ... (check-in: d90467ed85 user: drh tags: trunk) | |
19:19 | Change the title of the home page from "Fossil Home Page" to simply "Home Page". ... (Closed-Leaf check-in: 0fd61810c4 user: drh tags: exp-search) | |
18:50 | Use the qoute() function to encode setting value for the "configure export" command. This allows the binary logo image to be exported. ... (check-in: 59fcfb777d user: drh tags: exp-search) | |
2010-06-09
| ||
12:29 | Updates to the homepage. Fix a minor bug in the check-in edit screen of the web-UI. ... (check-in: 404aaecff8 user: drh tags: trunk) | |
2010-06-05
| ||
20:04 | reintroduce "co" alias for "checkout"; Originally introduced with [a89b436bc9] ... (check-in: 91eded7a09 user: bharder tags: trunk) | |
2010-05-25
| ||
12:30 | Fix typo in the [/doc/tip/www/selfhost.wiki | Self-Hostiry Repositories] page. Ticket [e39122fcc434125c6]. ... (check-in: f19de0b02d user: drh tags: trunk) | |
2010-05-24
| ||
18:43 | Fix a bug in HTML attribute parsing. ... (check-in: cb44f7dea4 user: drh tags: trunk) | |
18:19 | Rewrite the SRC= attribute of <IMG> markup to insert the zBaseURL where appropriate. ... (check-in: dc82d5709c user: drh tags: trunk) | |
15:37 | added a check for null document pointers in search_score that corrected search form crash ... (check-in: cad393d597 user: Zeugmal tags: exp-search) | |
2010-05-22
| ||
13:24 | Add the auto-captcha setting back to the command-line setting command. Default auto-captcha to on. ... (check-in: 5fbd593aa7 user: drh tags: trunk) | |
11:46 | Add the test-move-repository command. ... (check-in: 4a19864419 user: drh tags: trunk) | |
11:28 | Fix memory leaks associated with the cgi_rfc822_datestamp() function. ... (check-in: 99dcff4d28 user: drh tags: trunk) | |
2010-05-21
| ||
21:05 | adding code, wiki, tickets, checkins search functionality ... (check-in: 73d274360c user: Zach tags: exp-search) | |
16:21 | Fix issues with attachments on tickets. In the artifact viewer, do a better job of detecting JPEG images from the content prefix. ... (check-in: 3343450e64 user: drh tags: trunk, release) | |