You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by mx...@apache.org on 2007/10/18 16:50:05 UTC

svn commit: r585990 - /tcl/rivet/trunk/ChangeLog

Author: mxmanghi
Date: Thu Oct 18 07:50:04 2007
New Revision: 585990

URL: http://svn.apache.org/viewvc?rev=585990&view=rev
Log:
logged Valery's latest patches

Modified:
    tcl/rivet/trunk/ChangeLog

Modified: tcl/rivet/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/ChangeLog?rev=585990&r1=585989&r2=585990&view=diff
==============================================================================
--- tcl/rivet/trunk/ChangeLog (original)
+++ tcl/rivet/trunk/ChangeLog Thu Oct 18 07:50:04 2007
@@ -1,3 +1,29 @@
+2007-10-17  Massimo Manghi <ma...@unipr.it>
+
+	* configure.ac: added APACHE2 define to config.h,
+	added also a message when the apxs program is found
+
+	* doc/Makefile.am: 'clean' target fixed
+
+	* src/apache-2/Makefile.am: added -I"." to the INCLUDE symbol
+
+	* src/apache-2/mod_rivet.c: Changed function that determines
+	if this is a request rivet must serve. We now correctly 
+	rely on the module configuration and on the headers handed
+	on to us by apache. Added also a ap_chdir_file implementation.
+	This function was dropped by the apache developers: we are
+	reintroducing it using a code snippet inspired by mod_ruby.
+
+	* src/apache-2/apache_request.h: Changed prototype of
+	ApacheRequest_tmpfile function to return apr_file_t instead 
+	of FILE, also modified ApacheUpload structure 
+
+	* src/apache-2/apache_request.c: ApacheRequest_tmpfile
+	rewritten using calls to apr_* functions
+
+	* src/apache-2/TclWebapache_c: TclWeb_UploadSave in
+	a more robust way using apr_* calls 
+
 2007-10-14  Massimo Manghi <ma...@unipr.it>
 
 	* doc/rivet.xml: Front page updated, page for the



---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-cvs-help@tcl.apache.org