dav_new_error_*() and errno, revisit before 2.4 GA

2009-11-11 Thread Jeff Trawick
At present, whatever was in errno at the time the dav_error {} was created is treated as an apr_status_t by ap_log_rerror(). http://mail-archives.apache.org/mod_mbox/httpd-dev/200211.mbox/%3c20021101033848.b29...@lyra.org%3e dav_error {} should have an apr_status_t field instead of an errno field

Re: dav_new_error_*() and errno, revisit before 2.4 GA

2009-11-11 Thread Greg Stein
On Wed, Nov 11, 2009 at 17:11, Jeff Trawick wrote: > At present, whatever was in errno at the time the dav_error {} was > created is treated as an apr_status_t by ap_log_rerror(). > > http://mail-archives.apache.org/mod_mbox/httpd-dev/200211.mbox/%3c20021101033848.b29...@lyra.org%3e > > dav_error

Re: dav_new_error_*() and errno, revisit before 2.4 GA

2009-11-11 Thread Jeff Trawick
On Wed, Nov 11, 2009 at 6:58 PM, Greg Stein wrote: > On Wed, Nov 11, 2009 at 17:11, Jeff Trawick wrote: >> At present, whatever was in errno at the time the dav_error {} was >> created is treated as an apr_status_t by ap_log_rerror(). >> >> http://mail-archives.apache.org/mod_mbox/httpd-dev/20021

Re: dav_new_error_*() and errno, revisit before 2.4 GA

2009-11-11 Thread Greg Stein
On Wed, Nov 11, 2009 at 20:09, Jeff Trawick wrote: > On Wed, Nov 11, 2009 at 6:58 PM, Greg Stein wrote: >> On Wed, Nov 11, 2009 at 17:11, Jeff Trawick wrote: >>> At present, whatever was in errno at the time the dav_error {} was >>> created is treated as an apr_status_t by ap_log_rerror(). >>> >

Re: dav_new_error_*() and errno, revisit before 2.4 GA

2009-11-12 Thread Jeff Trawick
On Wed, Nov 11, 2009 at 10:06 PM, Greg Stein wrote: > On Wed, Nov 11, 2009 at 20:09, Jeff Trawick wrote: >> On Wed, Nov 11, 2009 at 6:58 PM, Greg Stein wrote: >>> On Wed, Nov 11, 2009 at 17:11, Jeff Trawick wrote: At present, whatever was in errno at the time the dav_error {} was crea

Re: dav_new_error_*() and errno, revisit before 2.4 GA

2009-11-18 Thread Jeff Trawick
On Thu, Nov 12, 2009 at 7:04 AM, Jeff Trawick wrote: > On Wed, Nov 11, 2009 at 10:06 PM, Greg Stein wrote: >> On Wed, Nov 11, 2009 at 20:09, Jeff Trawick wrote: >>> On Wed, Nov 11, 2009 at 6:58 PM, Greg Stein wrote: On Wed, Nov 11, 2009 at 17:11, Jeff Trawick wrote: > At present, what

Re: dav_new_error_*() and errno, revisit before 2.4 GA

2009-11-19 Thread Joe Orton
On Wed, Nov 18, 2009 at 07:29:46AM -0500, Jeff Trawick wrote: > - For mod_dav in httpd trunk/future 2.4: > http://people.apache.org/~trawick/mod_dav_err_api.txt Great stuff! Looks good here. Joe

Re: dav_new_error_*() and errno, revisit before 2.4 GA

2009-11-19 Thread Jeff Trawick
On Thu, Nov 19, 2009 at 11:41 AM, Joe Orton wrote: > On Wed, Nov 18, 2009 at 07:29:46AM -0500, Jeff Trawick wrote: >> - For mod_dav in httpd trunk/future 2.4: >> http://people.apache.org/~trawick/mod_dav_err_api.txt > > Great stuff!   Looks good here.   Joe Thanks for looking. This has been comm