Fossil

Timeline
Login

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

26 check-ins using file src/cgi.c version 026db49c0c

2013-08-13
13:37
c/the the/the/ ... (check-in: 0b75e2e615 user: jan.nijtmans 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: bc20a30f49 user: drh tags: scgi)
12:50
fixed a misspelled closing tag :/. ... (check-in: df60acb691 user: stephan tags: trunk)
12:47
Added missing name anchor and section number. Minor text improvements. ... (check-in: 04764ae2ea user: stephan tags: trunk)
12:39
Added an "Addenda" section as a place for describing the file format algorithms in more detail (hints for implementors). ... (check-in: 1b5513cba3 user: stephan tags: trunk)
09:14
commit not longer requires a comment (it uses a placeholder) when in dry-run mode, per ML request. ... (check-in: 75e042503b user: stephan tags: trunk)
02:23
Move table.sbsdiffcols width attribute to CSS ... (check-in: 4aaf5dc5ec user: joel tags: trunk)
2013-08-12
12:50
Javascript-enabled hyperlinks now initially point to a honeypot, rather than to nothing. ... (check-in: 2d14b6c4dc 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: e065d5b7f1 user: drh tags: trunk)
2013-08-11
16:17
Changed status of J card from (R?) to (R). ... (check-in: b86fb096c6 user: stephan tags: trunk)
13:55
Fixed the required designation on the U card in Manifests. ... (check-in: bc601702c1 user: stephan tags: trunk)
13:53
Expanded the control artifact/card summary table to distinguish between optional and required cards. ... (check-in: e946977e0e user: stephan tags: trunk)
13:52
Removed a duplicated assert(). ... (check-in: 30f44eb2e4 user: stephan tags: trunk)
2013-08-09
18:35
Removed an unused struct member contentCache::skipCnt. ... (check-in: 65f49c99d0 user: stephan tags: trunk)
01:09
Fix incorrect wrapping of brief finfo output by simply reducing the size of the buffer passed to comment_print(). ... (Closed-Leaf check-in: bdbf144ed3 user: andybradford tags: pending-review)
2013-08-08
21:32
merge trunk. Adapt patch to latest SQLite changes (the MAX_PATH fix in os_win.c) ... (Closed-Leaf check-in: 13594a125a user: jan.nijtmans tags: possible-cygwin-fix)
18:57
Merge with trunk. ... (Closed-Leaf check-in: 9a023e0d6c user: isaac.jurado tags: git-better-import)
14:00
Merge the fork in trunk. ... (check-in: 0e822db7f1 user: drh tags: trunk)
08:42
Fixed /reports menu buttons broken by renaming of the link. Removed a target=... from one of the /reports hrefs, for consistency. ... (check-in: 00630581c4 user: stephan tags: trunk)
2013-08-06
14:33
When resetting capabilities, make sure that "anonymous" and "nobody" can be reapplied afterwards. ... (check-in: b1ffbfa4bc user: drh tags: trunk)
08:11
Update the built-in SQLite to the latest 3.8.0 beta from upstream. ... (check-in: 2360b17d73 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: 6ddbe2dfd8 user: drh tags: trunk)
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: 605db92957 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: cc9b04baaf user: drh tags: trunk)
2013-08-04
07:54
Renamed /stats_report to /reports. ... (check-in: 3bb44041f0 user: stephan tags: trunk)
06:06
Change cgi_accept_forwarded_for() to return the accepted IP address from the X-Forwarded-For header, which could contain multiple addresses (e.g. if the client is also behind a proxy). The last one is the only one we can currently trust. ... (check-in: 59f790bc52 user: joel tags: trunk)