Re: cvs commit: apache-2.0/src/modules/standard mod_userdir.c

2000-01-19 Thread Ryan Bloom
; @@ -93,7 +93,9 @@ >#include "httpd.h" >#include "http_config.h" >#include "http_request.h" > +#ifndef WIN32 >#include > +#endif > >/* The default directory in user's home dir */ > #ifnd

Re: cvs commit: apache-1.3 STATUS

2000-01-13 Thread Ryan Bloom
other suggested patches have done. I say we ship with >this less-than-ideal solution. There was a new pach posted last night that I am going to test today. Ryan _______ Ryan Bloom [EMAIL PROTECTED] 4205

Re: cvs commit: apache-2.0/src acinclude.m4

2000-01-12 Thread Ryan Bloom
th this everywhere? Ryan _______ Ryan Bloom [EMAIL PROTECTED] 4205 S Miami Blvd RTP, NC 27709 Come to the first official Apache Software Foundation Conference! <http://ApacheCon.Com/>

Re: cvs commit: apache-2.0/src/modules/standard mod_autoindex.c mod_cern_meta.c mod_cgi.c mod_dir.c mod_mime.c mod_negotiation.c

2000-01-10 Thread Ryan Bloom
Thanks for doing the work, I'll look at the Unix impl now. Ryan > Rework ap_finfo_t to split the file type out of the protection field. > I've taken a stab at the unix implementation but tested only on OS/2.

Re: cvs commit: apache-2.0/src/modules/standard mod_digest.c mod_vhost_alias.c

1999-12-31 Thread Ryan Bloom
g/ben.html > > "My grandfather once told me that there are two kinds of people: those > who work and those who take the credit. He told me to try to be in the > first group; there was less competition there." > - Indira Gandhi > ___

Re: cvs commit: apache-2.0/src/include ap_config.h

1999-12-24 Thread Ryan Bloom
ing the last one too. Thanks Ryan ___ Ryan Bloom [EMAIL PROTECTED] 4205 S Miami Blvd RTP, NC 27709 Come to the first official Apache Software Foundation Conference! <http://ApacheCon.Com/>

Re: cvs commit: apache-2.0/src/modules/mpm config.m4

1999-12-23 Thread Ryan Bloom
.m4,v > retrieving revision 1.4 > retrieving revision 1.5 > diff -u -r1.4 -r1.5 > --- config.m4 1999/12/20 03:09:50 1.4 > +++ config.m4 1999/12/23 21:01:31 1.5 > @@ -46,8 +46,6 @@ > >dnl XXX - We should be checking for the proper fla

Re: cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-22 Thread Ryan Bloom
equire GNU make. When did that happen? Is it APR or Apache that is requiring GNU make? Ryan _______ Ryan Bloom [EMAIL PROTECTED] 4205 S Miami Blvd RTP, NC 27709 Come to the first official Apache Software Foundation Conference! <http://ApacheCon.Com/>

Re: cvs commit: apache-2.0/src/modules/mpm/winnt winnt.c

1999-12-20 Thread Ryan Bloom
sses up some compilers. Ryan _______ Ryan Bloom [EMAIL PROTECTED] 4205 S Miami Blvd RTP, NC 27709 Come to the first official Apache Software Foundation Conference! <http://ApacheCon.Com/>

Re: cvs commit: apache-2.0/src buildconf configure.in

1999-12-20 Thread Ryan Bloom
a known issue, and it needs to be fixed. :) > Consider me porting and modifying! Cool. Ryan ___ Ryan Bloom [EMAIL PROTECTED] 4205 S Miami Blvd RTP, NC 27709 Come to the first official Apache Software Foundation Conference! <http://ApacheCon.Com/>

Re: cvs commit: apache-2.0/src/lib/apr/locks/beos Makefile.in

1999-12-20 Thread Ryan Bloom
uff recently, but hopefully this week I'll get a chance to clean APR a bit. Unless somebody else wants to beat me to it. Ryan _______ Ryan Bloom [EMAIL PROTECTED] 4205 S Miami Blvd RTP, NC 27709 Come

Re: cvs commit: apache-2.0/src buildconf configure.in

1999-12-20 Thread Ryan Bloom
If you are using the prefork MPM, you have to specify LIBS="-lpthread". If you are on any other platform, you are on your own. The configure script has basically been written on Linux, and it is assumed it will be modified as we port 2.0. Ryan ____

Re: cvs commit: apache-2.0/src/os/win32 main_win32.c

1999-12-17 Thread Ryan Bloom
> Windows: > Some more work to properly handle -k restart,shutdown. I have made a > simplifying > assumption that the relative name of the server pidfile is always > logs/httpd.pid. > This saves the error prone effort of reading the config file in apache.exe > (as > opposed to ApacheC

Re: cvs commit: apache-2.0/src/lib/apr/test htdigest.c testmmap.c

1999-12-15 Thread Ryan Bloom
the patch needs to be backed out, because it does not really test APR's ability to abstract information. Ryan ___ Ryan Bloom [EMAIL PROTECTED] 4205 S Miami Blvd RTP, NC 27709 It's a beautiful si

Re: cvs commit: apache-2.0/src/lib/apr/time/unix Makefile.in access.c atime.h time.c

1999-12-03 Thread Ryan Bloom
____ Ryan Bloom [EMAIL PROTECTED] 6209 H Shanda Dr. Raleigh, NC 27609 Ryan Bloom -- thinker, adventurer, artist, writer, but mostly, friend. ---

Re: cvs commit: apache-2.0/src/include ap_ac_config.h

1999-12-01 Thread Ryan Bloom
ing select anymore in Apache. It should be using ap_poll, and ap_poll will figure out how to use select. So, this whole check shouldn't be necessary. Ryan _______ Ryan Bloom [EMAIL PROTECTED] 4205 S Miami Blvd

Re: cvs commit: apache-2.0/src/lib/apr/include apr_file_io.h

1999-10-13 Thread Ryan Bloom
is creating the instance of ap_iovec_t. I'll fix it tomorrow. Ryan _______ Ryan Bloom [EMAIL PROTECTED] 6209 H Shanda Dr. Raleigh, NC 27609 Ryan Bloom -- thinker, adventurer, artist, writer, but mostly, friend. ---

Re: cvs commit: apache-2.0/src/lib/apr/misc/unix start.c

1999-10-08 Thread Ryan Bloom
martin 99/10/07 14:58:31 > > Modified:src/lib/apr/misc/unix start.c > Log: > Warning: even with HAVE_PTHREAD_SIGMASK defined, > no pthread function should be called for the prefork mpm _______ Ryan Bl

Re: cvs commit: apache-2.0/src/lib/apr/file_io/unix open.c

1999-09-13 Thread Ryan Bloom
it now does _when_ it is using > filehand. I agree this it is still broken, though, but less so than > before. Agreed. The "best" way to fix it, IMHO, is to init filedes to -1 and make the original check. Ryan _____

Re: cvs commit: apache-2.0/src/lib/apr/file_io/unix open.c

1999-09-13 Thread Ryan Bloom
rious doubts that the code even works anymore. If it does, it is only because we aren't checking return code properly. Ryan ___ Ryan Bloom [EMAIL PROTECTED] 4205 S Miami Blvd RTP, NC 277

Re: cvs commit: apache-2.0/src/support Makefile.tmpl

1999-09-10 Thread Ryan Bloom
I'm glad this got done. :) Ryan ___ Ryan Bloom [EMAIL PROTECTED] 4205 S Miami Blvd RTP, NC 27709 It's a beautiful sight to see good dancers doing simple steps. It's a painful sight to see beginners doing complicated patterns.

Re: cvs commit: apache-2.0/src/lib/apr/include apr_lib.h

1999-09-01 Thread Ryan Bloom
@ -71,6 +71,7 @@ >#include >#include "apr_config.h" >#else > +#include "../file_io/win32/readdir.h" /* definition of DIR for WIN32 */ >#include "apr_win.h" >#endif >#include "hsregex.h" > > > &

Re: cvs commit: apache-2.0/mpm README.rse

1999-08-12 Thread Ryan Bloom
nder the following config: > > NumServers 1 > StartThreads 32 > > > > ___ Ryan Bloom [EMAIL PROTECTED] 4205 S Miami Blvd RTP, NC 27709 It's a beautiful sight to see good dancers doing simple steps. It's a painful sight to see beginners doing complicated patterns.

Re: cvs commit: apache-apr/apr/test testfile.c

1999-06-07 Thread Ryan Bloom
back the way it was, and flushing the file with each write. I know it will cause a performance hit, but it will make the results more predicatable. Ryan ___ Ryan Bloom [EMAIL PROTECTED] 4205 S Miami Blvd RTP, N

Re: cvs commit: apache-apr/apr/network_io/unix sendrecv.c

1999-04-19 Thread Ryan Bloom
, and changed arguments were appropriate. Ryan ___ Ryan Bloom [EMAIL PROTECTED] 4205 S Miami Blvd RTP, NC 27709 It's a beautiful sight to see good dancers doing simple ste