• last updated 44 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated libthread version. Make sure it works with OS X as well as per http://openacs.org/forums/message-view?message_id=486306

Accidentally committed my config.tcl file to the repository. Please don't shoot me.

Bug stomp: added documentation to acs core procs that had no docs.

  1. … 2 more files in changeset.
Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 721 more files in changeset.
Changed db pool config to keep handles open forever rather than a billion

seconds. A billion seconds from mid-May 2006 is 2038, so folks were

running into the Unix Y2.038K bug a few decades early. That billion number

was originally picked because 0 (keep open forever) didn't work in earlier

versions of AOLserver. Early versions of the Oracle client interface on

Linux used to hang when the handle was closed, thus the need to keep them

open "forever". Turns out it's a good idea anyway if the db library and

the appropriate db driver for AOLserver don't leak memory. Both PG and

Oracle have been well-behaved in this respect, so we just keep the db handles

open indefinitely by default.

backout accidental commit of my config.tcl

change order of arguments to tar; add comment to script about getting free space from partitions with long names (i.e. logical volumes)

  1. … 1 more file in changeset.
Set maxinput in nsopenssl module as well as nssock.

Unify the maxinput and recvwait parameters between nsopenssl and normal connections.

Added check for libthread library

reverting unintentional changes

Upped to 1.0.2

  1. … 2 more files in changeset.
Added warning about email configuration.

commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224

  1. … 321 more files in changeset.
adding comment (from jcdldn in irc) about special case ip 0.0.0.0

adding a security comment to ns_param maxinput since the default value was recently increased by a factor of 10.

Bump up defaults for many Aolserver configuration items based on forums conversation:

http://openacs.org/forums/message-view?message_id=260846

Log the request time as well. See: http://panoptic.com/wiki/aolserver/nslog

  1. … 1 more file in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
took my name out

added link to documentation for second database

re-arranged sections according to Configuration File Hierarchy http://aolserver.com/docs/admin/config.html#3 and http://aolserver.com/docs/admin/config-reference.tcl.txt and reformatted spacing for readibility. No parameter changes made

adding missing params, more annotation

The ssl contexts were missing from the config.tcl file, which will

prevent anyone from using ssl on their sites.

Added in some commented out parameters that can be enabled on

demanding sites to increase performance. From

http://openacs.org/forums/message-view?message_id=202297

upping the maxinput parameter to be bigger than the default parameter in file storage

Remove custom changes checked in and fix uri parameter for webdav

configuration.

Remove customized config.tcl and add just webdav configuration uri change.

Disable webdav access to the filesystem unless it is explicitly requested.:

  1. … 1 more file in changeset.
Added a ns_section where it was missing for nsopenssl support