Fossil

Timeline
Login

Timeline

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

50 check-ins related to "release" plus check-in "2010-11-01 14:23:35" occurring around 2010-11-01 14:23:35.

2011-05-12
14:56
Release ... (check-in: d8221b9863 user: drh tags: trunk, release)
14:17
Back out the previous change, which was bogus. Remove traces of the FOSSIL_I18N compile-time option which is not actually used anywhere in the code anymore. ... (check-in: 0613db18be user: drh tags: trunk)
2011-04-14
00:51
Update the test graph page to use the target= attribute. Add several new test graphs to give better coverage the the timeline webpage. ... (check-in: 8d5dafc1dc user: drh tags: trunk)
2011-04-13
12:05
Release ... (check-in: 047e06193b user: drh tags: trunk, release)
11:35
Update test cases for file_simplify_name(). ... (check-in: 553f0a973a user: drh tags: trunk)
2011-03-17
15:33
When generating a tarball, remove the complete ".tar.gz" suffix from the filename to create the top-level directory name, not just the ".gz" part. ... (check-in: 9ca5bbf8a6 user: drh tags: trunk)
2011-03-16
11:19
Only record the first 16 bits of the IP address as part of the login cookie. This allows users with shifting IP addresses to stay logged in. Hopefully, this will address ticket [305143bd876f6]. ... (check-in: 84e755e213 user: drh tags: trunk, release)
04:12
"ls" alias to "list" subcommand of "fossil branch" command. ... (check-in: 302213ed12 user: bharder tags: trunk)
2011-03-01
22:07
Fix merge so that it does not segfault when merging text files that do not end in \n and yet have changes at the very end. Ticket [c43d2d9477c2d59a]. ... (check-in: e2122bd620 user: drh tags: trunk)
19:04
Treat whitespace at the end of lines as significant during a merge. ... (check-in: 1d93222627 user: drh tags: trunk, release)
17:45
Fix the content_deltify() routine to always return an integer value. This fixes an error in the previous check-in (the --compress checkin). Also fix a help comment on the test-3-way-merge command. ... (check-in: 60c2feea08 user: drh tags: trunk)
2011-02-08
14:28
Add the --nested option to the "open" command to allow checkouts from one repository to be created inside the checkout of another respository. ... (check-in: f15943f339 user: drh tags: trunk)
12:52
Exclude directories from file tests in the test suite. Fix an error in the release checklist. ... (check-in: 6502627a3e user: drh tags: trunk, release)
2011-02-07
20:59
Transfer the content of the ignore-glob setting as part of the "proj" configuration. Ticket [1b5773eed1758a03a]. ... (check-in: 7bb3db9b64 user: drh tags: trunk)
2011-01-02
07:37
added Makefile.mingw32cross for Linux cross-compile to Windows ... (check-in: c67c61b694 user: ron tags: trunk)
2011-01-01
03:06
Updates to header-comment documentation for the mkindex utility program. Fix a compiler warning on windows builds. ... (check-in: 79b7902cdd user: drh tags: trunk, release)
00:15
Add the [/test-all-help] webpage used for testing. ... (check-in: 26e269fef3 user: drh tags: trunk)
2010-12-07
14:20
Update the precompiled download page to include an OpenBSD binary. ... (check-in: 57f374a7f4 user: drh tags: trunk)
13:31
Update the internal SQLite to the latest 3.7.4 pre-release snapshot. ... (check-in: 0018d724b3 user: drh tags: trunk, release)
2010-12-04
19:25
Basic functionality for the "bisect" command is now working. Ticket [33ffff3b4d961cf6e2a0] ... (check-in: bd75ea06b8 user: drh tags: trunk)
2010-11-17
20:11
integrate import/export to Makefile.dmc ... (check-in: e5d99df4bc user: wolfgang tags: trunk)
13:38
Tweaks to the graph layout. Add a graph to ticket timelines. ... (check-in: cf178577ec user: drh tags: trunk, release)
13:15
Set binary translation mode on windows for import and export. Ticket [feeb8a91eb838f743ae9] ... (check-in: b408ece7f6 user: drh tags: trunk)
2010-11-01
23:38
Fix a possible redirect loop. ... (check-in: f4033ec09e user: drh tags: trunk)
18:52
merge from trunk ... (check-in: 4a094f46ad user: wolfgang tags: StvPrivateHook2)
14:23
Fix a typo in the file format documentation reported on the Tcl/Tk chatroom. ... (check-in: d0753799e4 user: drh tags: trunk, release)
2010-10-31
21:51
Add a warning to the "fossil sqlite3" command to remind users that careless use of the command can easily corrupt the repository. Ticket [b18338c226f6fb4899]. ... (check-in: 4e1241f323 user: drh tags: trunk)
2010-10-06
00:12
Change ancestor age check error message to be more precise. Ticket [5e9020fe4ccfc11e94]. ... (check-in: 89d4d0b85b user: drh tags: trunk)
2010-10-05
14:40
Merge from trunk. ... (check-in: 029448a394 user: michael tags: ttmrichter-skins)
09:56
merge from trunk and extending Makefile.dmc with event ... (check-in: a6dd0bf3e1 user: wolfgang tags: wolfgangTicketCmd)
09:43
merged from trunk ... (check-in: def52067be user: wolfgang tags: wolfgangFormat2CSS_2)
03:55
Update to the latest SQLite 3.7.3 beta. ... (check-in: 12a79e5b93 user: drh tags: trunk, release)
03:32
Merge the experimental "Event" changes into the trunk. ... (check-in: d96c4a42f0 user: drh tags: trunk)
2010-09-18
20:08
Enhance the test-canonical-name command to provide additional file measurement diagnostics. ... (check-in: 7fbaee790a user: drh tags: trunk)
16:24
merged back to trunk ... (check-in: 5a5e722fc4 user: wolfgang tags: wolfgangFormat2CSS_2)
15:59
merge trunk ... (check-in: 2a53f5109e user: bharder tags: lang)
15:51
Merge in changes from the wolfgangFormat2CSS_2 branch, but with edits. ... (check-in: b48f78964e user: drh tags: trunk, release)
15:16
Clearify the operation of the "fossil annotate" command in the built-in help. Ticket [a182bd01a9c8dde66b1f] ... (check-in: bb1b3fa928 user: drh tags: trunk)
2010-09-17
21:57
remove debug type in autoparagraphs/wikiformat ... (check-in: 06bd8ebc6a user: Ratte tags: wolfgangFormat2CSS_2)
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)
2010-08-07
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
13:18
corrected formatting of example cgi scripts in server documentation ... (check-in: ea66780016 user: joshua 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-05-22
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)