Fossil

Timeline
Login

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

50 check-ins occurring around bfdf42305400f6ca.

2013-08-30
14:07
Merge in latest features and fixes from trunk. ... (Closed-Leaf check-in: ef8b9da0 user: andybradford tags: ssh-test-http)
12:32
Be sure to finalize all queries on the /info page. ... (check-in: cca1adad user: drh tags: trunk)
12:25
Finalize the query for the various report formats on the reportlist page. ... (check-in: 34ccf66e user: drh tags: trunk)
12:18
Add the --errorlog command-line option and the errorlog: parameter to CGI scripts. Log all panics, fatal errors, and warnings to the error log, if defined. Panic if file descriptor 2 is not open on unix. Clean up some routines that deal with close(). ... (check-in: 4727ef4a user: drh tags: trunk)
06:41
Further improvements to the fossil_panic() procedure to prevent it from looping and to force an early close of the database file. ... (check-in: 9d73d4c1 user: drh tags: trunk)
06:22
Update SQLite to the version that avoids opening databases on file descriptor 2 and that works inside a chroot jail. Fix a potential uninitialized variable in the CGI processing. ... (check-in: 98b16c72 user: drh tags: trunk)
03:06
Change most uses of fossil_panic() to fossil_fatal(). Modify fossil_panic() to avoid allocating heap memory and to close the database connection before doing anything else. ... (check-in: 320f1436 user: drh tags: trunk)
2013-08-29
23:39
Update the built-in SQLite to the version that refuses to open database files using file descriptors 0, 1, or 2. ... (check-in: e454de13 user: drh tags: trunk)
20:12
Create new branch named "dg-codenames" ... (check-in: 42ccbaa4 user: dg tags: dg-codenames)
13:53
Update the built-in SQLite to the version 3.8.0.1 beta. ... (check-in: 5d60e609 user: drh tags: trunk)
11:16
On Cygwin, if all else fails, use Internet Explorer as browser for "fossil ui". ... (check-in: 9de7f440 user: jan.nijtmans tags: trunk)
2013-08-28
21:32
Automatically shun Clusters which contain M-cards pointing to other shunned artifacts ... (check-in: abda198e user: jan.nijtmans tags: shun-clusters)
2013-08-27
13:50
An unused and an uninitialized variable. ... (check-in: 669f22fb user: jan.nijtmans tags: trunk)
13:28
This manifest has a P-card and a Q-card to a non-existing (private) branch. The purpose was show that nothing fails in that situation. Remark: This manifest was the result of an experiment, synced by accident (sorry about that). Strangly enough on localhost:8080 an arrow going all the way down is visible, on fossil-scm.org the arrow is not there. ... (Closed-Leaf check-in: e19cfba5 user: jan.nijtmans tags: pending-review)
12:04
Fix the display of arrows with a private branch as starting point. If UUID's are missing from R-cards (except for the first argument) and Q-cards, this is not fatal: The merge source might be private in some other repository and not (yet) synced. "fossil test-missing" should not report errors for this situation. ... (check-in: 60389c1f user: jan.nijtmans tags: pending-review)
08:57
Protect Q-card from having the same UUID as the parent. Example: "fossil merge --cherrypick trunk" followed by "fossil commit --allow-empty" ... (check-in: d5649979 user: jan.nijtmans tags: trunk)
08:31
Make Notepad the default editor on Cygwin, just as win32, if no other editor is specified. ... (check-in: ad32c20f user: jan.nijtmans tags: trunk)
2013-08-26
20:42
If an event/attachment comment ends with spaces, strip them from the C-card ... (check-in: ff87296f user: jan.nijtmans tags: trunk)
20:08
prevent duplicate UUID's in P-card ... (check-in: 4f443a3e user: jan.nijtmans tags: trunk)
18:23
If a file has been "fossil rm"-ed in the local checkout - which has not been committed, then a "fossil update" is done to another version that has no changes on that file, then silently keep that file unmanaged. ... (check-in: 2918effe user: drh tags: trunk)
18:00
Fix typos in the "fossil update" logic. ... (check-in: 5a1d13ee user: drh tags: trunk)
11:56
Update json status page for "merge --integrate" ... (check-in: 1dc38811 user: jan.nijtmans tags: trunk)
08:40
Report syntax errors in T-cards for events when they happen, not when the complete manifest is parsed already. ... (check-in: 512cc197 user: jan.nijtmans tags: trunk)
08:16
Add a comment why the R-card is necessary in the initial empty check-in manifest. ... (check-in: 4bf27082 user: jan.nijtmans tags: trunk)
07:56
Document that the C-card in events is optional. Proof: /event/bfdf42305400f6ca. Don't output C-card in events when not necessary (code copied from attach.c) ... (check-in: 6a03e932 user: jan.nijtmans tags: trunk)
2013-08-25
14:53
Added average event count per active time period to the /reports views. ... (check-in: 16f033dd user: stephan tags: trunk)
03:25
Move some posix only includes so they are not used on _WIN32. Can compile again on MinGW. ... (check-in: 8278a03f user: mgagnon tags: ssh-test-http)
02:11
Spiders and robots are presented with a captcha if they request the annotation page. ... (check-in: f8a2aa0c user: drh tags: trunk)
2013-08-24
22:33
Report all available CGI environment variables on the test_env page. ... (check-in: f9c2dec2 user: drh tags: trunk)
22:22
For the control summary, make sure that the reported tags are sorted by UUID. This way, [fb5b161492] looks much better (after "fossil rebuild") ... (check-in: 5b1a6850 user: jan.nijtmans tags: trunk)
21:29
This summary should be sorted on UUID: ... (check-in: fb5b1614 user: jan.nijtmans)
20:44
check-in->manifest and tag->control, that are the names of the artifact types used everywhere else. ... (check-in: a5479f18 user: jan.nijtmans tags: trunk)
19:02
Make a best effort to record the IP of the remote host in rcvfrom. ... (check-in: 5627d795 user: andybradford tags: ssh-test-http)
16:11
Add the --parse option to test-integrity which causes artifacts to be run through the manifest parser. ... (check-in: 2e83d0de user: drh tags: trunk)
2013-08-23
21:40
remove incorrect remark. ... (check-in: 45843c8e user: jan.nijtmans tags: trunk)
21:00
Print a warning during "fossil rebuild" for each Manifest which has F-cards but no R-card. This violates the documentation! Addendum: Documentation is corrected now: Originally the R-card was required but due to compaints that changed. ... (Closed-Leaf check-in: 2549a3a5 user: jan.nijtmans tags: lack-R)
20:58
Improved rendering of ascii-art hexadecimal for the captcha. ... (check-in: d3940100 user: drh tags: trunk)
16:02
Set id attribute on <select> element generated by TH1 combobox command to NAME so it can be referenced by a <label> element. ... (check-in: 73fdb8a7 user: joel tags: trunk)
14:14
Remove unused sshin_read() function that was missed. ... (check-in: f64c003d user: andybradford tags: ssh-test-http)
13:25
Control files containing self-referencial T-cards can be valid Manifests, but some are mis-catogorized as (invalid) Control artifacts if they don't contain F- or R- cards (which is allowed, according to the documentation). Example: [2a4e4cf03e]. A "fossil rebuild" is needed to see the effect of this change. ... (check-in: b2a53207 user: jan.nijtmans tags: trunk)
13:15
Report "E-card in ???" syntax errors as "?-card in event". Refactoring needed for next commit. No change in functionality. ... (check-in: 6324a3ce user: jan.nijtmans tags: trunk)
10:07
typo's ... (check-in: 882f7a5d user: jan.nijtmans tags: trunk)
09:54
According to the documentation /artifact/9974dfbc5c?txt=1&ln=178-179, the first manifest in the project has no P-card. Make it so, as a P-card with no arguments is just ignored and serves no purpose. (I tested this in a new repo, and it works just fine) ... (check-in: 989c9935 user: jan.nijtmans tags: trunk)
09:27
When doing a "fossil commit --dry-run", don't store the text "Dry-run mode - no comment provided." as template for the next commit comment. ... (check-in: dfd8962f user: jan.nijtmans tags: trunk)
2013-08-22
20:28
Only change the mouse cursor over node boxes in the timeline. ... (check-in: 52bf9059 user: joel tags: trunk)
18:44
In stead of "A-card on tag" syntax error, report "T-card in attachment". Various other inconsitancies in syntax error messages. This is only refactoring, no change in functionality. ... (check-in: bcaba112 user: jan.nijtmans tags: trunk)
18:22
Speedup of "fossil rebuild" by not calculating the Z checksum unnecessary. Doing a "fossil rebuild" on the Tcl fossil repository, this saves about 1 second (out of 1m22) on my machine. OK, OK, not THAT impressive, but it's a measurable gain with 0 cost. ... (check-in: 960fb04e user: jan.nijtmans tags: trunk)
03:20
Update to the latest SQLite 3.8.0 beta for testing. ... (check-in: 3c5f1f08 user: drh tags: trunk)
03:04
Tcl script code style fix. ... (check-in: 41dbd44b user: mistachkin tags: trunk)
2013-08-21
14:49
this should be a valid manifest ... (check-in: 2a4e4cf0 user: jan.nijtmans)