Fossil

Timeline
Login

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

47 check-ins for the month beginning 2013-08-01 by user drh

Following month ↑
2013-08-31
18:27
Disable the test for file descriptor 3 being invalid since that messes up the "fossil diff" command. ... (check-in: fd7cfac5 user: drh tags: trunk)
17:19
On unix, make sure file descriptor 2 is open and file descriptor 3 is not open at the beginning of main(). The first check helps ensure that a assert() will not accidently overwrite a file. The second check verifies that the is_valid_fd() function used by the first check really works. ... (check-in: 4ef3708d user: drh tags: trunk)
2013-08-30
14:33
Do not print warnings about SQLITE_SCHEMA errors. ... (check-in: d2394795 user: drh tags: trunk)
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)
13:53
Update the built-in SQLite to the version 3.8.0.1 beta. ... (check-in: 5d60e609 user: drh tags: trunk)
2013-08-26
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)
2013-08-25
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)
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
20:58
Improved rendering of ascii-art hexadecimal for the captcha. ... (check-in: d3940100 user: drh tags: trunk)
2013-08-22
03:20
Update to the latest SQLite 3.8.0 beta for testing. ... (check-in: 3c5f1f08 user: drh tags: trunk)
2013-08-20
04:06
Bring in the latest SQLite with VDBE and Btree performance optimizations. ... (check-in: 187845b5 user: drh tags: trunk)
2013-08-19
17:13
Set default CSS for canvas node colors since Chrome has different browser defaults than all others. ... (check-in: 9b19e7e0 user: drh tags: trunk)
11:29
Better enforcement of lexicographical ordering of T cards. ... (check-in: 2979c082 user: drh tags: trunk)
11:22
Update to the latest SQLite 3.8.0 beta in order to test SQLite. ... (check-in: 48445291 user: drh tags: trunk)
2013-08-16
00:47
Use two arguments to getComputedStyle() for compatibility with very old versions of Firefox. Allow setting graph node background colors using "#canvas{ background-color: COLOR; }". ... (check-in: c06e296b user: drh tags: trunk)
2013-08-15
22:45
Update the built-in SQLite to the latest 3.8.0 beta with the ORDER BY and GROUP BY name resolution fixes, in order to test SQLite. ... (check-in: b67b42fe user: drh tags: trunk)
03:43
Fix the CGI so that it works again with Apache. ... (check-in: d01b3c95 user: drh tags: trunk)
02:59
Rig the timeline graph so that CSS of the form: "#canvas{color:#000;}" will set the color of the graph lines and boxes. ... (check-in: e412f979 user: drh tags: trunk)
2013-08-14
14:32
Add missing anchors in the server.wiki page. ... (check-in: 4b05c2c5 user: drh tags: trunk)
14:30
Added the Hacker How-To page with a link on the home page. Other documentation enhancements and typo fixes. ... (check-in: 04af93e6 user: drh tags: trunk)
2013-08-13
23:05
Further improvements to server documentation. No code changes. ... (check-in: b91754ab user: drh tags: trunk)
18:53
Updated server documentation to discuss SCGI. ... (check-in: ce0594c2 user: drh tags: trunk)
18:15
Add support for SCGI via the --scgi command-line option to the "server" and "ui" and "http" commands. ... (check-in: a2e7472d user: drh tags: trunk)
12:51
Abandoned changes: Split the various server implementations out of "main.c" and into a new source file "server.c". This is groundwork for adding SCGI and FastCGI. ... (Closed-Leaf check-in: bc20a30f user: drh tags: scgi)
2013-08-12
12:50
Javascript-enabled hyperlinks now initially point to a honeypot, rather than to nothing. ... (check-in: 2d14b6c4 user: drh tags: trunk)
12:37
New g.isHuman global variable is set if we believe an HTTP request is coming a real human being, rather than a spider or bot. ... (check-in: e065d5b7 user: drh tags: trunk)
2013-08-08
14:00
Merge the fork in trunk. ... (check-in: 0e822db7 user: drh tags: trunk)
2013-08-06
14:33
When resetting capabilities, make sure that "anonymous" and "nobody" can be reapplied afterwards. ... (check-in: b1ffbfa4 user: drh tags: trunk)
08:11
Update the built-in SQLite to the latest 3.8.0 beta from upstream. ... (check-in: 2360b17d user: drh tags: trunk)
08:01
Add in a missing line from the Unshun x-site fix of [cc9b04baaf]. (Previously checked into the wrong branch.) ... (check-in: 6ddbe2df user: drh tags: trunk)
08:00
Add in a missing line from the Unshun x-site fix of [cc9b04baaf]. ... (check-in: 1b5f9ac2 user: drh tags: ssh-shared-account)
2013-08-05
13:04
Install the latest SQLite 3.8.0 beta from upstream. Fossil does not use any of the new features. This commit is for the purpose of testing SQLite. ... (check-in: 605db929 user: drh tags: trunk)
12:05
Change the "Unshun" links to jump to a prefilled form for duing the unshun, rather than doing the unshun directly. ... (check-in: cc9b04ba user: drh tags: trunk)
2013-08-03
23:33
Previous two check-ins do not work correctly for CGI. Trying once again. ... (check-in: d8f716e1 user: drh tags: trunk)
23:27
Fix an initialization error in the HTTP request header gathering logic. ... (check-in: 8c4158e4 user: drh tags: trunk)
23:19
Enhance the test_env webpage so that it shows the original HTTP header text in showall=1 mode. ... (check-in: 03f07b5a user: drh tags: trunk)
22:42
Accept the X-Forwarded-For HTTP header argument if input is coming from a socket with a remote address of "127.0.0.1". ... (check-in: 29b558a1 user: drh tags: trunk)
2013-08-02
18:57
Change the undocumented --heavy option of sync/push/pull to "--verily". ... (check-in: f25bdf6e user: drh tags: trunk)
18:53
Add the undocumented --heavy option to the sync, push, and pull commands. The --heavy option causes all known artifacts to be reported using "igot" cards and can be used to overcome a sync-stall. ... (check-in: 05ba15e4 user: drh tags: trunk)
Previous month ↓