Tcl Library Source Code

Changes On Branch scgi
Login

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

Changes In Branch scgi Excluding Merge-Ins

This is equivalent to a diff from 2cd687d6e6 to a423fd6576

2015-05-30
00:01
rest - Tkt [87e374b7e4] - Updated/reworked documentation to be properly doctools. check-in: 2af315d3c6 user: andreask tags: trunk
2015-05-29
22:37
Re-doing the SCGI->ODIE merge check-in: b5bd71aa95 user: hypnotoad tags: odie
22:35
Added the markdown package Added a minimalist TclOO based webserver Added an example webserver that servers ASCII files from disk as well as dynamic content. SCGI now extends the minimal webserver SCGI now passes tests. The test harness works with the test script, and it will also interface with fossil running in SCGI mode. (At least enough to get a Redirect to where the query should have gone.) (Re-creating the checking in the scgi branch after checking it into odie) Closed-Leaf check-in: a423fd6576 user: hypnotoad tags: scgi
10:38
Indexing the SCGI module check-in: c906287ea7 user: hypnotoad tags: scgi
2015-05-28
05:59
Ticket [5613c718c2]. Applied patch for review, and editing. Leaf check-in: 4e2b979bcb user: aku tags: tkt-5613c718c2-cwarnings
05:40
Applied patch from ticket. New branch. Not in a state suitable for merging. See comments in the ticket, i.e. [785d2954d4]. check-in: 9aff74cefd user: aku tags: tkt-785d2954d4-jsonc
2015-05-27
21:33
Adding a new module to implement SCGI server and application functions. check-in: 693c2ee06f user: hypnotoad tags: scgi
00:46
Start fixing up the documentation of package "rest". check-in: f7c45d905d user: andreask tags: aku-87e374b7e4-rest-docs
2015-05-26
23:41
Keep up to date with trunk check-in: ca4c2acc78 user: andreask tags: huddle-a753cade83
23:06
fileutil, fileutil::traverse - Ticket [9b52204fea] - Added testcases showing the O(n**2) set of paths based on the doc example structure. Fixed that example and regenerated embedded docs. check-in: 2cd687d6e6 user: andreask tags: trunk
22:28
fileutil, fileutil::traverse - Ticket [9b52204fea] - Documented the O(n**2) issue with traversing pathologically cross-linked directory hierarchies like /sys. Updated embedded documentation. check-in: 4ae879c0ea user: andreask tags: trunk

Added examples/httpd/htdocs/example.md.

Added examples/httpd/htdocs/index.html.

Added examples/httpd/httpd.tcl.

Added modules/httpd/httpd.tcl.

Added modules/httpd/httpd.test.

Added modules/httpd/pkgIndex.tcl.

Added modules/markdown/markdown.tcl.

Added modules/markdown/pkgIndex.tcl.

Added modules/ooutil/oometa.tcl.

Added modules/ooutil/oooption.tcl.

Changes to modules/ooutil/ooutil.test.

Changes to modules/ooutil/pkgIndex.tcl.

Added modules/scgi/pkgIndex.tcl.

Added modules/scgi/scgi-app.man.

Added modules/scgi/scgi-app.tcl.

Added modules/scgi/scgi-server.man.

Added modules/scgi/scgi-server.tcl.

Added modules/scgi/scgi.test.

Changes to support/installation/modules.tcl.