tclhttpd

Timeline
Login

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

50 most recent check-ins

2015-05-14
10:31
Converted the last of the lassign-brent calls to straight-up lassign Adapted the http::compat to be user selectable as far as how far back we intend to support Adding a qwiki object called MAIN to the default httpd thread Fixed the examples of Taourl so far to now employ the "puts" to buffer architecture. Merging in upsteam changes from tao Broke out the base security system and urls into layers Leaf check-in: ffc189660f user: hypnotoad tags: 4_0
2015-04-03
07:35
Added more documentation Renamed the cookieSet method to httpdCookieSet, and moved it to httpd.meta Moved httpdHostName it to httpd.meta Implemented logins using encrypted password hashes Added a module to store javascript password hashing routines. Added a "cat" command to dump files Added the pageHeader and pageFooter methods to httpd.meta Community and its decendents now render pages in bootstrap/jquery. Added jquery to our bootstrap distribution check-in: 80751cdeac user: hypnotoad tags: 4_0
07:30
Added the pageHeader and pageFooter methods to httpd.meta Community and its decendents now render pages in bootstrap/jquery. Leaf check-in: 6174565fef user: hypnotoad tags: private
06:45
Implemented logins using encrypted password hashes Added a module to store javascript password hashing routines. Added a "cat" command to dump files check-in: 192b2e9d60 user: hypnotoad tags: private
2015-04-02
21:41
Documentation fixes Renamed the cookieSet method to httpdCookieSet, and moved it to httpd.meta Moved httpdHostName it to httpd.meta check-in: 9cf98575a1 user: hypnotoad tags: private
21:14
Added doccos check-in: 91370c635c user: hypnotoad tags: private
15:43
Adding markdown documentation into the source repo check-in: 001675d4e9 user: hypnotoad tags: 4_0
10:30
Added the tao-sqlite module check-in: 4c9c257145 user: hypnotoad tags: 4_0
10:20
Updated the readme check-in: ee8656421b user: hypnotoad tags: 4_0
10:07
Bumped the version to 3.5.3 to fold in all of the fixes thusfar, and to account for the incomplete way that 3.5.2 was rolled out. Updated the version numbers in all distribution files The 3.5 series is now in pure bug fix mode, new development is along the 4.0 branch Leaf check-in: e7e4dbf86a user: hypnotoad tags: 3_5_3
09:47
Fixed a type in community Fixed the pkgIndex.tcl file in modules/httpd Removed the requirement for odielib check-in: 9aaf42ca4e user: hypnotoad tags: 4_0
09:39
Adding a distribution of the Tao core Moved taourl out to a seperate file Adding a stub page to document qwiki check-in: 52ee0a713b user: hypnotoad tags: 4_0
09:19
Moved DirectOO to its own module. Adding markdown files in the source to make maintaining the code simpler check-in: 701281756f user: hypnotoad tags: 4_0
00:03
Fixed the library path in the httpd.tcl script Adding a new unified session/login/contact/access control manager calleed "community" (half baked) Adding a quick and dirty wiki (qwiki). This code is being ported from the generators that run etoyoc.com, and I'm only part of the way there so far, but the functions that are working can be exercised in bin/test/ (The test build an in-memory database) check-in: d1004ea2ce user: hypnotoad tags: 4_0
2015-04-01
09:36
Tweak to bootstrap Added openWysiwyg check-in: 2f4e7a3332 user: hypnotoad tags: 4_0
02:49
Added a sample md file check-in: 145cf25d22 user: hypnotoad tags: 4_0
02:49
Added markdown template support alongside of .tml file support. check-in: 79c0696137 user: hypnotoad tags: 4_0
02:06
Added bootstrap capabilities, and a demo page Added the pure tcl markdown -> html converter from Tclssg check-in: f5b27b8ac8 user: hypnotoad tags: 4_0
2015-03-30
19:33
Added a pkgIndex.tcl file to load the index files from module directories Starting work on an autosetup based ./configure. (Not ready for prime time yet by we are useing a few utilities from it.) check-in: 9c83205bf4 user: hypnotoad tags: 4_0
18:07
Moved the lib/ directory to modules/httpd This will allow us to add additional modules and plugins in /modules but keep them clearly distinct from the core packages check-in: db69fc69d0 user: hypnotoad tags: 4_0
17:51
Added implementation for the DirectOO system, as well as a test script. check-in: ed4da77adf user: hypnotoad tags: 4_0
2015-03-28
09:04
Dropping the deprecated base64.tcl lib check-in: 0435bf1319 user: hypnotoad tags: 4_0
09:03
Systematically updated the version number to 4.0.0 check-in: 73b5dda325 user: hypnotoad tags: 4_0
08:33
Folding in Supports8.6 check-in: 88f6a30094 user: hypnotoad tags: 4_0
08:26
Creating a "branch" to maintain our feature set as released in 3.5.1 Leaf check-in: d2a3620b0e user: hypnotoad tags: 3_5_1
08:25
Starting the branch to tclhttpd 4.0 check-in: de06e800ad user: hypnotoad tags: 4_0
08:17
Merged with trunk Closed-Leaf check-in: d5c61ebd08 user: hypnotoad tags: Supports8.6
2014-09-10
12:45
Added support for "-dispatch" option to Url_PrefixInstall. This allows for custom thread dispatchers and per-session threading. Leaf check-in: 16399ebdeb user: clif tags: trunk
2014-08-17
16:06
Added support for config::cget MailServer. That's what's defined in tclhttpd.rc. I think Config(mail) was a previous incarnation of Config. I left that for consistency with older (much older?) systems. check-in: 973cd248ed user: clif tags: trunk
2014-08-14
19:09
Documentation update to reflect changes to behavior that were put in place a long time ago. check-in: 87c43ea178 user: clif tags: trunk
19:08
Documentation update to reflect a flag (-secure) that wasn't in the procedure docs before. check-in: db7e720db5 user: clif tags: trunk
2014-08-08
15:25
Integrating fixes from trunk check-in: a24d5f8916 user: hypnotoad tags: Supports8.6
15:21
(no comment) check-in: c833e75716 user: hypnotoad tags: trunk
15:15
Fix to prevent limit.c from accessing the ->result field in interp. (Which Tcl 8.6 REALLY doesn't like) check-in: 5269e4d34c user: hypnotoad tags: trunk
2014-08-06
03:28
Moved "package require fileutil" from tclhttpd.rc to httpd.tcl. This is where other package requires are done. Tclhttpd.rc is evaluated in a safe interp and can't perform package require. Added namespace import to config.tcl to force the fileutil::tempdir into the Safe interp. check-in: c9f8384938 user: clif tags: trunk
2014-06-03
16:39
Created the pre-8.5 branch Leaf check-in: 28db4bc020 user: hypnotoad tags: SupportsPre8.5
16:10
Fixed limit.c (Was using the old ->result point on the interpreter structure which was removed after 8.5) check-in: 26dada586b user: seandeelywoods tags: Supports8.6
03:49
Fix for [51ace89534] - dirlist fails if dirname contains glob metacharacters check-in: bc52ac2218 user: gwlester tags: trunk
03:36
Fix for [51ace88134] -- /tmp in paths doesn't work for Windows check-in: 89bec73d35 user: gwlester tags: trunk
03:17
Fix for bug [51ace89034] -- Stderr not defined in Thread_Start check-in: 587b12376d user: gwlester tags: trunk
2014-05-11
05:11
Revert added blank lines at the begining of the file. check-in: e050acf0c0 user: gwlester tags: trunk
2014-05-06
18:59
Modified lib/config.tcl to support Tcl 8.5 and 8.6 with a ::SafeFile command instead of "namespace expose". Tested with 8.3, 8.5 and 8.6. Addresses Ticket: 93f9e55b95f1ca1329d9953152869734b1dc477b check-in: fa09d48166 user: clif tags: trunk
2008-05-06
00:18
Quick little hack to add SWF files to the default list of mime.types check-in: 5309652e73 user: eviltwinskippy tags: trunk
00:17
New API that is designed to make integrating objects into Tclhttpd a bit easier. This change adds ::Object_Url [virtual] [object] ?inthread 0? Any urls under virtual are dispatched to the object to handle. The API expects to see a method for the object called httpdMarshallArguments httpdMarshallArguments [suffix] [cgiList] Returns the actual command to execute to provide the url, or {} if the combination of suffix and cgilist to not map to a valid object. check-in: ce2f351756 user: eviltwinskippy tags: trunk
2006-11-09
23:41
auth.tcl - error in processing Config(Auth) - used $password instead of correct $val variable. check-in: 7f0052366b user: coldstore tags: trunk
2006-04-27
00:24
*** empty log message *** check-in: fdef5ebb12 user: wart tags: trunk
00:24
Don't [fork] if we're in a threaded interpreter since [fork] doesn't play well with threads. check-in: 1559a777b3 user: wart tags: trunk
2006-01-27
19:43
System startup script for redhat-based systems such as Fedora Core. check-in: 55b63d988b user: wart tags: trunk
2005-04-08
18:52
bin/httpd.tcl: changed version number to reflect actual version (3.5.2) check-in: ead4305c4d user: coldstore tags: trunk
18:50
Changed version number to reflect the actual (3.5.2) version check-in: a8e1a09f76 user: coldstore tags: trunk