Fossil

Timeline
Login

Timeline

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

108 check-ins using file src/main.mk version 4ef444c9e6

2010-09-16
14:00
Committing a merge. ... (check-in: be5fd10aaf user: michael tags: ttmrichter-skins)
2010-08-25
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)
2010-08-16
19:06
extend new "comment" feature of "info" subcommand to include username ... (check-in: 391ef2853b user: bch tags: trunk)
12:11
Add the "comment:" field to the output of "fossil info". ... (check-in: da52ff9363 user: drh tags: trunk)
10:52
Fix a comment typo in the captcha generator. Extend the graph lines to the bottom of the timeline even if the last few entries on timeline are tickets or wiki edits instead of checkins. ... (check-in: 76201a088b user: drh tags: trunk)
2010-08-15
19:57
The "Branches" menu option shows only open branches. Closed branches are accessible from a hyperlink. ... (check-in: 518439507a user: drh tags: trunk)
19:36
Fix to the DOCTYPE of generated HTML pages. Ticket [25ff8cff2bdb41766e91] ... (check-in: c1bec02aae user: drh tags: trunk)
19:34
Recognize the HTTPS line in the HTTP header. Ticket [d83227cdda3d786d3743b2] ... (check-in: 3dc62d54d0 user: drh tags: trunk)
2010-08-13
07:07
Trying to figure out how to get merge conflicts to actually show up. ... (check-in: d8f8932ff2 user: michael tags: ttmrichter-skins)
03:49
Merged with trunk. ... (Closed-Leaf check-in: 861a885c74 user: michael tags: ttmrichter)
03:30
Added build for FreeBSD using clang. ... (check-in: b775af5045 user: michael tags: ttmrichter)
03:26
Merged with trunk. ... (check-in: 7f61175d27 user: michael tags: ttmrichter)
2010-08-12
19:39
Reimplement the reconstruct command that was removed in the GPL to BSD license change. This resolves ticket [dfe1fc608a]. ... (check-in: 3332895df8 user: bcsmith tags: trunk)
2010-08-11
07:00
Allow a checkin to be checked out again even if one of the files in that checkin has been shunned. ... (check-in: 7e23178ba3 user: drh tags: trunk)
2010-08-07
18:09
Enhance the "vdiff" web method so that it shows the differences between to arbitrary check-ins identified by the "from" and "to" query parameters. ... (check-in: 1d713f3f4d user: drh tags: trunk)
16:10
The "fossil diff" command now accepts options --from and --to in order to do a diff between two arbitrary check-ins. ... (check-in: 296b90a25b user: drh tags: trunk)
2010-08-05
10:09
Update SQLite to the latest 3.7.1 development snapshot. ... (check-in: d090292800 user: drh tags: trunk, release)
2010-07-31
16:20
Merge with trunk. ... (check-in: d084f952fe user: michael tags: ttmrichter-skins)
13:18
corrected formatting of example cgi scripts in server documentation ... (check-in: ea66780016 user: joshua tags: trunk)
2010-07-30
00:16
Merge change by Benoit Mortgat into the trunk. ... (check-in: e3fb8dc36c user: drh tags: trunk)
2010-07-29
19:01
“delete” command, still can use “del” which is shorter and non ambiguous – ignore -wal and -shm files in repository root for adding, computing extras and closing repository, just in case ... (Closed-Leaf check-in: 2a4ab3b151 user: benoit tags: benoit)
2010-07-28
02:38
Add a link to [http://chiselapp.com/] on the homepage. ... (check-in: 0e1ca296db user: drh tags: trunk)
2010-07-26
07:43
Started outline of makeskins utility. ... (check-in: 58e641306b user: michael tags: ttmrichter-skins)
06:54
Extracted built-in skins from skins.c and put into skins subdirectory. ... (check-in: 3530b29f15 user: michael tags: ttmrichter-skins)
06:21
Create new branch named "ttmrichter-skins" ... (check-in: df8808416a user: michael tags: ttmrichter-skins)
06:18
Reverted to original version of wiki.c. ... (check-in: 6078359f2a user: michael tags: ttmrichter)
2010-07-25
08:33
Another trunk merge. ... (check-in: 6d828a8630 user: michael tags: ttmrichter)
08:27
Merge trunk into branch. ... (check-in: 1bfe076a5c user: michael tags: ttmrichter)
2010-07-23
14:38
Fixed a link error in wiki ... (check-in: 6c73d1b2cd user: BMorgat tags: trunk)
09:37
Fixed various typos and omissions in help sections ... (check-in: 44b02c3de9 user: BMorgat tags: trunk)
2010-07-21
16:33
Update the built-in SQLite to version 3.7.0rc2. ... (check-in: 93d7f371cc user: drh tags: trunk)
2010-07-20
05:44
simple doc typo ... (check-in: e3653248ae user: bharder tags: trunk)
2010-07-14
13:27
Integrated last commit in benoit branch into trunk. ... (check-in: 711675774b user: benoit tags: trunk)
05:21
Create new branch named "ticket-92d3a03459" ... (Closed-Leaf check-in: 0fadfd26ba user: michael tags: ticket-92d3a03459)
2010-07-13
15:53
Modified into a saner scheme than using fragments and oddball defaults. ... (check-in: fad57367c9 user: michael tags: ttmrichter)
2010-07-11
03:29
Since there's no difference between Solaris and OpenSolaris in builds (they both require libnsl it turns out), the files are now merged as PLATFORM=solaris. ... (check-in: 0ec2c22dfe user: michael tags: newbuild, ttmrichter)
03:21
Corrected OpenSolaris fragments after testing. ... (check-in: b209bb963c user: michael tags: newbuild, ttmrichter)
2010-07-10
13:29
Tested the FreeBSD fragments on FreeBSD 8.0. ... (check-in: f69de3cfd0 user: michael tags: newbuild, ttmrichter)
10:43
Added some (as yet untested) fragments for FreeBSD, Solaris and OpenSolaris. FreeBSD and OpenSolaris testing are due soon. ... (check-in: ffcd314afc user: michael tags: newbuild, ttmrichter)
2010-07-09
17:41
Fixed up a naming problem for MinGW32 and made a more flexible mechanism for site-specific enhancements. ... (check-in: 6b83b517df user: michael tags: newbuild, ttmrichter)
17:23
Cleaned up the platform fragments. Corrected two compiler settings. ... (check-in: 81e4477e90 user: michael tags: newbuild, ttmrichter)
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)
02:21
Merging trunk into private branch. ... (check-in: 54d0648f1d user: michael tags: ttmrichter)
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)
15:16
Fix an unterminated string in the information viewer for attachments. ... (check-in: 65d2067247 user: drh tags: trunk)
2010-05-17
18:24
re-introduce "co" "checkout" command to BSD branch ... (Closed-Leaf check-in: 0072bfefd2 user: bch tags: trunk)
14:29
Fix typo in copyright assignment form. ... (check-in: 4cb397a7cb user: drh tags: trunk)
2010-05-16
19:38
Update the "License" link on the homepage to go to the BSD license text rather than GPL license text. ... (check-in: 1a987869e0 user: drh tags: trunk)
19:36
Merge support for HTTPS back into trunk. (It got lost during the conversion from GPL to BSD.) ... (check-in: 68fa646f49 user: drh tags: trunk)