Re: cvs commit: apache-2.0/src/os/unix iol_socket.c unixd.c

2000-01-29 Thread Ben Laurie
l C files. If its a requirement, shouldn't httpd.h include ap_config.h, rather then requiring module authors to magically know they should do this? Cheers, Ben. -- SECURE HOSTING AT THE BUNKER! http://www.thebunker.net/hosting.htm http://www.apache-ssl.org/ben.html Y19100 no-prize winner! http://www.ntk.net/index.cgi?back=2000/now0121.txt

Re: cvs commit: apache-2.0/src/lib/apr/locks/unix locks.h

2000-01-24 Thread Ben Laurie
for it. I put the check > into configure.in, so we should be including it. I just didn't see a need > for sys/sem.h to be included twice. :-) Aha! :-) In which case, it'd make sense to use HAVE_SYS_SEM_H for the other one, too. > > BTW, why are these structures included

Re: cvs commit: apache-2.0/src/lib/apr/locks/unix locks.h

2000-01-24 Thread Ben Laurie
, but this isn't defined on solaris */ >union semun { >long val; Que? If you don't include sys/sem.h, then this doesn't compile - why did you remove it? BTW, why are these structures included in the locking structure at all? They're essentially const

Re: cvs commit: apache-2.0/src/lib/apr/time/unix timestr.c

2000-01-23 Thread Ben Laurie
; they aren't namepsace protected. It really doesn't matter if we named > them ourselves or if autoconf named them for us. Please change this to > APR_HAVE_STRUCT_UNION_SEMUN. Sure, but I couldn't figure out where/how that happens/should happen. Cheers, Ben. -- SECURE HOSTING AT THE BUNKER! http://www.thebunker.net/hosting.htm http://www.apache-ssl.org/ben.html Y19100 no-prize winner! http://www.ntk.net/index.cgi?back=2000/now0121.txt

cvs commit: apache-2.0/src/lib/apr/time/unix timestr.c

2000-01-23 Thread ben
ben 00/01/22 17:13:48 Modified:src/lib/apr configure.in src/lib/apr/include apr_portable.h src/lib/apr/locks/unix crossproc.c locks.h src/lib/apr/time/unix timestr.c Log: Make interprocess mutexes actually choose, fix semaphore

Re: cvs commit: apache-2.0/src/lib/apr/time/unix timestr.c

2000-01-17 Thread Ben Laurie
has always struck me as more correct and less prone to coming back and biting you later... Cheers, Ben. -- SECURE HOSTING AT THE BUNKER! http://www.thebunker.net/hosting.htm http://www.apache-ssl.org/ben.html "My grandfather once told me that there are two kinds of people: those who work

cvs commit: apache-2.0/src/build buildcheck.sh

2000-01-15 Thread ben
ben 00/01/15 07:37:53 Modified:src/build buildcheck.sh Log: We're building Apache, not PHP. Revision ChangesPath 1.2 +6 -6 apache-2.0/src/build/buildcheck.sh Index: buildche

cvs commit: apache-1.3/src/modules/standard mod_actions.c

2000-01-11 Thread ben
ben 00/01/11 06:23:04 Modified:src CHANGES src/modules/standard mod_actions.c Log: Make Action work when Location doesn't exist. Submitted by: Manoj Reviewed by: Ben Revision ChangesPath 1.1492+4 -0 apache-1.3/src/CHANGES

cvs commit: apache-1.3/src/modules/standard mod_mime.c

2000-01-11 Thread ben
ben 00/01/11 06:13:50 Modified:src CHANGES src/include httpd.h src/main http_core.c http_protocol.c http_request.c src/modules/proxy mod_proxy.c mod_proxy.h proxy_ftp.c proxy_http.c proxy_util.c

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

1999-12-31 Thread Ben Laurie
he 2.0? I tried to add mod_actions earlier today (./configure --enable-actions) but it didn't seem to result in a server that understood Action. Not sure I'm keen on that method of doing it, anyway. Cheers, Ben. -- SECURE HOSTING AT THE BUNKER! http://www.thebunker.net/hosting.htm http:/

cvs commit: apache-2.0/src/lib/apr/lib apr_md5.c

1999-12-30 Thread ben
ben 99/12/30 14:18:24 Modified:src/lib/apr/lib apr_md5.c Log: Fix warning. Revision ChangesPath 1.7 +3 -0 apache-2.0/src/lib/apr/lib/apr_md5.c Index: apr_md5.c === RCS file: /export

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

1999-12-23 Thread Ben Laurie
Sascha Schumann wrote: > > On Wed, Dec 22, 1999 at 06:27:18PM +0000, Ben Laurie wrote: > > Sascha Schumann wrote: > > > > > > On Wed, Dec 22, 1999 at 05:52:05PM +, Ben Laurie wrote: > > > > Ryan Bloom wrote: > > >

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

1999-12-22 Thread Ben Laurie
Sascha Schumann wrote: > > On Wed, Dec 22, 1999 at 05:52:05PM +0000, Ben Laurie wrote: > > Ryan Bloom wrote: > > > > > > On Wed, 22 Dec 1999, Ben Laurie wrote: > > > > > > > [EMAIL PROTECTED] wrote: > > > > > > > > >

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

1999-12-22 Thread Ben Laurie
Sascha Schumann wrote: > > On Wed, Dec 22, 1999 at 05:52:05PM +0000, Ben Laurie wrote: > > Ryan Bloom wrote: > > > > > > On Wed, 22 Dec 1999, Ben Laurie wrote: > > > > > > > [EMAIL PROTECTED] wrote: > > > > > > > > >

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

1999-12-22 Thread Ben Laurie
Ryan Bloom wrote: > > On Wed, 22 Dec 1999, Ben Laurie wrote: > > > [EMAIL PROTECTED] wrote: > > > > > > ben 99/12/22 03:46:36 > > > > > > Modified:src/lib/apr Makefile.in > > > Log: > > > We now link on FreeB

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

1999-12-22 Thread Ben Laurie
[EMAIL PROTECTED] wrote: > > ben 99/12/22 03:46:36 > > Modified:src/lib/apr Makefile.in > Log: > We now link on FreeBSD 2.2.x. But somewhere recently we've started to require GNU make. Cheers, Ben. -- SECURE HOSTING AT THE BUNKER! http://www.thebunke

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

1999-12-22 Thread ben
ben 99/12/22 03:46:36 Modified:src/lib/apr Makefile.in Log: We now link on FreeBSD 2.2.x. Revision ChangesPath 1.15 +1 -0 apache-2.0/src/lib/apr/Makefile.in Index: Makefile.in === RCS

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

1999-12-20 Thread Ben Laurie
t choose (it chose threaded). > If you are on any other platform, you are on your own. I'm _always_ on my own :-) > The configure script has basically been written on Linux, and it is > assumed it will be modified as we port 2.0. Consider me porting and modifying! Cheers, Ben. -

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

1999-12-20 Thread Ben Laurie
fails to build for me (lots of unresolved externals) - what's the current recommended build path? I'm slightly puzzled by what's going on with APR - it seems to build a dozen different libraries, but Apache only seems to use one. What am I missing? Cheers, Ben. -- SECURE HOST

cvs commit: apache-2.0/src/helpers build-modules-c.awk

1999-12-19 Thread ben
ben 99/12/19 08:36:49 Modified:src/helpers build-modules-c.awk Log: Deal with newline at the end of the module list. Revision ChangesPath 1.2 +8 -1 apache-2.0/src/helpers/build-modules-c.awk Index: build-modules-c.awk

cvs commit: apache-2.0/src buildconf

1999-12-19 Thread ben
ben 99/12/19 08:36:19 Modified:src buildconf Log: Build APR, too. Revision ChangesPath 1.2 +25 -0 apache-2.0/src/buildconf Index: buildconf === RCS file: /export/home/cvs/apache

cvs commit: apache-2.0/src/helpers build-acconfig-header

1999-12-19 Thread ben
ben 99/12/19 08:12:38 Modified:src/helpers build-acconfig-header Log: Directory to use wasn't set. Revision ChangesPath 1.2 +2 -0 apache-2.0/src/helpers/build-acconfig-header Index: build-acconfig-h

Re: cvs commit: apache-1.3/cgi-bin printenv

1999-11-30 Thread Ben Laurie
lly standard to not display "'s normally, but to stick a \ in > front of them? I don't see that much. Standard or not, if you are going to do it, you really ought to replace \ with \\, too. Cheers, Ben. -- http://www.apache-ssl.org/ben.html "My grandfather once told me t

Re: cvs commit: apache-1.3/src/modules/standard mod_rewrite.c

1999-11-26 Thread Ben Laurie
hat it was just plain wrong. Cheers, Ben. -- http://www.apache-ssl.org/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

cvs commit: apache-1.3/src/main http_request.c

1999-11-09 Thread ben
ben 99/11/09 10:02:24 Modified:src/main http_request.c Log: Make sure that an error document that needs auth but hasn't got an auth type still reports a cascaded error. Revision ChangesPath 1.151 +1 -1 apache-1.3/src/main/http_request.c

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

1999-11-09 Thread ben
ben 99/11/09 01:33:56 Modified:src/modules/mpm/prefork prefork.c Log: Fix error logging calls (kinda). Revision ChangesPath 1.50 +11 -9 apache-2.0/src/modules/mpm/prefork/prefork.c Index: prefork.c

cvs commit: apache-2.0/src/main util_script.c

1999-11-09 Thread ben
ben 99/11/09 01:01:18 Modified:src/lib/apr configure.in src/lib/apr/include apr_general.h src/main util_script.c Log: Add printf format for ssize_t. Revision ChangesPath 1.23 +9 -8 apache-2.0/src/lib/apr/configure.in Index

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

1999-11-09 Thread ben
ben 99/11/09 00:53:53 Modified:src/lib/apr/include apr_general.h Log: configure makes sure ssize_t always exists. Revision ChangesPath 1.8 +0 -4 apache-2.0/src/lib/apr/include/apr_general.h Index: apr_general.h

Re: cvs commit: apache-2.0/src/lib/apr/file_io/win32 fileacc.c

1999-11-02 Thread Ben Laurie
[EMAIL PROTECTED] wrote: > > stoddard99/11/02 06:24:57 > > Modified:src/lib/apr/file_io/win32 fileacc.c > Log: > call ap_getfileinfo if the file has not been stat'ed Eek! Can we use "statted" instead of "stated" for the member? This i

cvs commit: apache-2.0/src/modules/standard mod_autoindex.c mod_log_config.c

1999-10-24 Thread ben
ben 99/10/24 12:24:16 Modified:src/include util_script.h src/lib/apr/file_io/unix readwrite.c src/main buff.c http_protocol.c rfc1413.c util_script.c src/modules/standard mod_autoindex.c mod_log_config.c Log: Size rigour

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

1999-10-12 Thread Ben Laurie
"couldn't create child process: %s", r->filename); > -ap_unblock_alarms(); > - > -return (-1); > +rc = !APR_SUCCESS; Errr, what? If the thing fails, you are supposed to return the error! Cheers, Ben. -- http://www.apache-ssl.org/b

cvs commit: apache-2.0/src/modules/mpm/mpmt_pthread acceptlock.c acceptlock.h mpmt_pthread.c

1999-10-10 Thread ben
ben 99/10/10 10:08:10 Modified:src Configure src/lib/apr configure.in src/lib/apr/include apr_network_io.h src/lib/apr/network_io/unix networkio.h poll.c sockets.c src/modules/mpm/mpmt_pthread acceptlock.c acceptlock.h

cvs commit: apache-2.0/src/lib/apr/network_io/unix poll.c

1999-10-10 Thread ben
ben 99/10/10 06:19:58 Modified:src/lib/apr/network_io/unix poll.c Log: Use the correct size everywhere. Revision ChangesPath 1.11 +1 -1 apache-2.0/src/lib/apr/network_io/unix/poll.c Index: poll.c

cvs commit: apache-2.0/src/lib/apr/network_io/unix poll.c

1999-10-10 Thread ben
ben 99/10/10 06:15:58 Modified:src/lib/apr/network_io/unix poll.c Log: Use the correct size for the pollset. Revision ChangesPath 1.10 +3 -3 apache-2.0/src/lib/apr/network_io/unix/poll.c Index: poll.c

cvs commit: apache-2.0/src/lib/apr/include .cvsignore

1999-10-10 Thread ben
ben 99/10/10 05:19:59 Modified:src/lib/apr/include .cvsignore Log: Ingore autoheader output. Revision ChangesPath 1.2 +1 -0 apache-2.0/src/lib/apr/include/.cvsignore Index: .cvsignore

cvs commit: apache-2.0/src Configure

1999-10-10 Thread ben
ben 99/10/10 05:17:42 Modified:src Configure Log: Always use autoconf if available. Revision ChangesPath 1.10 +1 -1 apache-2.0/src/Configure Index: Configure === RCS file: /export

Re: cvs commit: apache-2.0/src Configure

1999-10-09 Thread Ben Laurie
/apr && autoconf && autoheader) Ah. This really ought to be triggered by the existence of autoconf, or it doesn't actually help much (after the first time), does it? Cheers, Ben. -- http://www.apache-ssl.org/ben.html "My grandfather once told me that there are two kinds

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

1999-10-05 Thread ben
ben 99/10/05 04:57:42 Modified:src/modules/mpm/prefork prefork.c src/modules/standard mod_asis.c Log: Use new parameter orders. Revision ChangesPath 1.37 +2 -2 apache-2.0/src/modules/mpm/prefork/prefork.c Index: prefork.c

cvs commit: apache-2.0/src/lib/apr/network_io/unix poll.c

1999-10-05 Thread ben
ben 99/10/05 04:13:14 Modified:src/lib/apr/network_io/unix poll.c Log: Use new parameter ordering. Revision ChangesPath 1.8 +1 -2 apache-2.0/src/lib/apr/network_io/unix/poll.c Index: poll.c

Re: cvs commit: apache-1.3/src/main util.c

1999-09-18 Thread Ben Laurie
the end of the files they edit. Opening the config files in text > mode prevents the Ctrl-Z from causing 'Invalid command' errors when > starting. Nice. I don't think DOS/Windows understand "rt" - they do the opposite ("rb" for binary). Don't think

cvs commit: apache-2.0/src/main listen.c

1999-09-18 Thread ben
ben 99/09/18 04:48:17 Modified:src/lib/apr/include apr_network_io.h src/lib/apr/network_io/unix sockets.c src/main listen.c Log: Make ap_getipaddr threadsafe. Revision ChangesPath 1.6 +1 -1 apache-2.0/src/lib/apr/include

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

1999-09-13 Thread Ben Laurie
it didn't work before, and it now does _when_ it is using filehand. I agree this it is still broken, though, but less so than before. Cheers, Ben. -- http://www.apache-ssl.org/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

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

1999-09-12 Thread ben
ben 99/09/12 05:10:12 Modified:src/lib/apr/file_io/unix open.c Log: Initialise data structure correctly in ap_put_os_file. Revision ChangesPath 1.10 +1 -1 apache-2.0/src/lib/apr/file_io/unix/open.c Index: open.c

cvs commit: apache-2.0/src/lib/apr/network_io/unix sockets.c

1999-09-12 Thread ben
ben 99/09/12 04:19:30 Modified:src/lib/apr/network_io/unix sockets.c Log: Make ap_getipaddr return the buffer, rather than copy it. Revision ChangesPath 1.6 +2 -2 apache-2.0/src/lib/apr/network_io/unix/sockets.c Index: sockets.c

cvs commit: apache-2.0/src/lib/apr/time/unix time.c

1999-09-12 Thread ben
ben 99/09/12 04:12:55 Modified:src/lib/apr/misc/unix start.c src/lib/apr/signal/unix signal.c src/lib/apr/time/unix time.c Log: Fix warnings. Revision ChangesPath 1.4 +3 -0 apache-2.0/src/lib/apr/misc/unix/start.c Index

cvs commit: apache-2.0/src/lib/apr/locks/unix crossproc.c

1999-09-12 Thread ben
ben 99/09/12 04:09:48 Modified:src/lib/apr/locks/unix crossproc.c Log: Fix numerous cockups where values are tested instead of set, and a few warnings. Revision ChangesPath 1.3 +9 -6 apache-2.0/src/lib/apr/locks/unix/crossproc.c Index: crossproc.c

cvs commit: apache-2.0/src/lib/apr/threadproc/unix procsup.c thread.c threadcancel.c threadpriv.c

1999-09-12 Thread ben
ben 99/09/12 04:06:27 Modified:src/lib/apr/locks/unix locks.c locks.h src/lib/apr/threadproc/unix procsup.c thread.c threadcancel.c threadpriv.c Log: Fix warnings. Revision ChangesPath 1.2 +1 -0 apache-2.0/src/lib/apr

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

1999-09-12 Thread ben
ben 99/09/12 03:54:37 Modified:src/lib/apr/file_io/unix readwrite.c Log: Detect EOF correctly, fix a couple of minor warnings. Revision ChangesPath 1.8 +10 -4 apache-2.0/src/lib/apr/file_io/unix/readwrite.c Index: readwrite.c

cvs commit: apache-2.0/src/lib/apr/lib apr_fnmatch.c apr_pools.c apr_snprintf.c

1999-09-12 Thread ben
ben 99/09/12 03:52:18 Modified:src/lib/apr/file_io/unix filedup.c open.c readwrite.c src/lib/apr/include apr_lib.h src/lib/apr/lib apr_fnmatch.c apr_pools.c apr_snprintf.c Log: Fix warnings. Revision ChangesPath 1.2 +2 -0

cvs commit: apache-2.0/src/main http_core.c http_protocol.c

1999-09-11 Thread ben
ben 99/09/11 15:14:43 Modified:src/include http_protocol.h src/main http_core.c http_protocol.c Log: Fix warnings. Revision ChangesPath 1.5 +2 -1 apache-2.0/src/include/http_protocol.h Index: http_protocol.h

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

1999-09-11 Thread ben
ben 99/09/11 15:14:12 Modified:src/modules/standard mod_negotiation.c Log: Use return status instead of character value for EOF. Revision ChangesPath 1.5 +3 -2 apache-2.0/src/modules/standard/mod_negotiation.c Index: mod_negotiation.c

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

1999-09-11 Thread ben
ben 99/09/11 13:42:58 Modified:src/lib/apr/file_io/unix open.c Log: Test for open failure correctly. Revision ChangesPath 1.8 +1 -1 apache-2.0/src/lib/apr/file_io/unix/open.c Index: open.c

cvs commit: apache-2.0/src Makefile.tmpl

1999-09-11 Thread ben
ben 99/09/11 13:42:24 Modified:src Makefile.tmpl Log: Build APR automatically. Revision ChangesPath 1.7 +4 -1 apache-2.0/src/Makefile.tmpl Index: Makefile.tmpl === RCS file

cvs commit: apache-2.0/src/main http_main.c

1999-09-11 Thread ben
ben 99/09/11 12:52:28 Modified:src/main http_main.c Log: Really get rid of unused options. Revision ChangesPath 1.6 +1 -1 apache-2.0/src/main/http_main.c Index: http_main.c === RCS

Re: cvs commit: apache-2.0/src/modules/mpm/mpmt_pthread acceptlock.c scoreboard.c

1999-09-11 Thread Ben Laurie
[EMAIL PROTECTED] wrote: > -lock_fd[i] = ap_popenf(p, lock_fname, O_WRONLY, 0600); > +ap_open(p, lock_fname, APR_WRITE, APR_UREAD | APR_UWRITE, > &tempfile); > +ap_get_os_file(tempfile, *lock_fd[i]); Que? *lock_fd[i]? Cheers, Ben. -- http://ww

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

1999-09-11 Thread ben
ben 99/09/11 03:26:00 Modified:src/modules/mpm/prefork prefork.c Log: Make prefork compile on FreeBSD. Revision ChangesPath 1.34 +13 -5 apache-2.0/src/modules/mpm/prefork/prefork.c Index: prefork.c

cvs commit: apache-2.0/src/os/unix Makefile.tmpl

1999-09-10 Thread ben
ben 99/09/10 07:34:49 Modified:src Makefile.tmpl src/ap Makefile.tmpl src/main Makefile.tmpl src/modules/mpm/prefork Makefile.tmpl src/modules/standard Makefile.tmpl src/os/unix Makefile.tmpl Log

cvs commit: apache-2.0/mpm/src/lib/apr/network_io/unix poll.c

1999-08-18 Thread ben
ben 99/08/18 08:54:19 Modified:mpm/src/lib/apr config.status mpm/src/lib/apr/include apr_config.h mpm/src/lib/apr/network_io/unix poll.c Log: Use sys/time.h to get timeval. Correct typo. Revision ChangesPath 1.3 +57 -95apache

cvs commit: apache-2.0 emacs-style

1999-08-15 Thread ben
ben 99/08/15 14:55:19 Modified:.emacs-style Log: Get case indent right. Revision ChangesPath 1.2 +1 -0 apache-2.0/emacs-style Index: emacs-style === RCS file: /export/home/cvs

cvs commit: apache-2.0/mpm/htdocs hooks.html

1999-08-15 Thread ben
ben 99/08/15 06:50:27 Added: mpm/htdocs hooks.html Log: First-cut docco for hook functions. Revision ChangesPath 1.1 apache-2.0/mpm/htdocs/hooks.html Index: hooks.html

cvs commit: apache-2.0/mpm/src/modules/standard mod_alias.c mod_auth.c mod_echo.c mod_env.c mod_log_config.c mod_mime.c mod_negotiation.c mod_setenvif.c mod_userdir.c

1999-08-15 Thread ben
ben 99/08/14 17:15:47 Modified:mpm/src/main http_core.c mpm/src/modules/standard mod_alias.c mod_auth.c mod_echo.c mod_env.c mod_log_config.c mod_mime.c mod_negotiation.c mod_setenvif.c mod_userdir.c Log: Fix

cvs commit: apache-2.0/mpm/src/modules/standard mod_access.c mod_actions.c mod_alias.c mod_asis.c mod_auth.c mod_autoindex.c mod_dir.c mod_echo.c mod_env.c mod_imap.c mod_log_config.c mod_mime.c mod_negotiation.c mod_setenvif.c mod_userdir.c

1999-08-15 Thread ben
ben 99/08/14 17:11:23 Modified:mpm/src/include http_config.h mpm/src/main http_config.c http_core.c mpm/src/modules/mpm/prefork prefork.c mpm/src/modules/standard mod_access.c mod_actions.c mod_alias.c mod_asis.c

cvs commit: apache-2.0/mpm/src/main http_config.c

1999-08-15 Thread ben
ben 99/08/14 17:03:53 Modified:mpm/src/main http_config.c Log: Remove code that is now dead as a result of hooks. Revision ChangesPath 1.21 +0 -104apache-2.0/mpm/src/main/http_config.c Index: http_config.c

cvs commit: apache-2.0/mpm/src/modules/standard mod_access.c mod_actions.c mod_alias.c mod_asis.c mod_auth.c mod_autoindex.c mod_dir.c mod_echo.c mod_env.c mod_imap.c mod_log_config.c mod_mime.c mod_negotiation.c mod_setenvif.c mod_userdir.c

1999-08-15 Thread ben
ben 99/08/14 17:01:31 Modified:mpm/src/include http_config.h http_request.h mpm/src/main http_config.c http_core.c http_request.c mpm/src/modules/mpm/prefork prefork.c mpm/src/modules/standard mod_access.c mod_actions.c

cvs commit: apache-2.0/mpm/src/modules/standard mod_access.c mod_actions.c mod_alias.c mod_asis.c mod_auth.c mod_autoindex.c mod_dir.c mod_echo.c mod_env.c mod_imap.c mod_log_config.c mod_mime.c mod_negotiation.c mod_setenvif.c mod_userdir.c

1999-08-14 Thread ben
ben 99/08/14 16:46:50 Modified:mpm/src/include http_config.h http_request.h mpm/src/main http_config.c http_core.c http_request.c mpm/src/modules/mpm/prefork prefork.c mpm/src/modules/standard mod_access.c mod_actions.c

cvs commit: apache-2.0/mpm/src/ap ap_hooks.c

1999-08-01 Thread ben
ben 99/08/01 13:26:31 Modified:mpm/src/ap ap_hooks.c Log: Reformat according to style guide. Revision ChangesPath 1.4 +54 -65apache-2.0/mpm/src/ap/ap_hooks.c Index: ap_hooks.c === RCS

cvs commit: apache-2.0 emacs-style

1999-08-01 Thread ben
ben 99/08/01 08:20:53 Added: .emacs-style Log: Set up emacs for the Apache Style Guide. Revision ChangesPath 1.1 apache-2.0/emacs-style Index: emacs-style === (add

cvs commit: apache-2.0/mpm/src/modules/standard mod_access.c mod_actions.c mod_alias.c mod_asis.c mod_auth.c mod_autoindex.c mod_dir.c mod_echo.c mod_env.c mod_imap.c mod_log_config.c mod_mime.c mod_negotiation.c mod_setenvif.c mod_userdir.c

1999-08-01 Thread ben
ben 99/08/01 07:43:32 Modified:mpm/src/include http_config.h mpm/src/main http_config.c http_core.c mpm/src/modules/mpm/prefork prefork.c mpm/src/modules/standard mod_access.c mod_actions.c mod_alias.c mod_asis.c

cvs commit: apache-2.0/mpm/src/modules/standard mod_access.c mod_actions.c mod_alias.c mod_asis.c mod_auth.c mod_autoindex.c mod_dir.c mod_echo.c mod_env.c mod_imap.c mod_log_config.c mod_mime.c mod_negotiation.c mod_setenvif.c mod_userdir.c

1999-08-01 Thread ben
ben 99/08/01 07:12:37 Modified:mpm/src/include http_config.h mpm/src/main http_config.c http_core.c http_main.c mpm/src/modules/mpm/prefork prefork.c mpm/src/modules/standard mod_access.c mod_actions.c mod_alias.c

cvs commit: apache-2.0/mpm/src/main http_config.c http_connection.c http_protocol.c http_request.c

1999-07-31 Thread ben
ben 99/07/31 02:31:28 Modified:mpm/src/include ap_hooks.h mpm/src/main http_config.c http_connection.c http_protocol.c http_request.c Log: Break out the hook implementations into three kinds, thus avoiding null macro arguments. Gates made

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

1999-07-30 Thread Ben Laurie
[EMAIL PROTECTED] wrote: > > manoj 99/07/29 13:06:20 > > Modified:mpm/src/modules/mpm/dexter dexter.c >mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c > Log: > Use Ben Hyde's warning fix on two other MPMs. Tch! Ben Laurie! Cheers,

cvs commit: apache-2.0/mpm/src/modules/standard mod_access.c mod_actions.c mod_alias.c mod_asis.c mod_auth.c mod_autoindex.c mod_dir.c mod_echo.c mod_env.c mod_imap.c mod_log_config.c mod_mime.c mod_negotiation.c mod_setenvif.c mod_userdir.c

1999-07-27 Thread ben
ben 99/07/27 14:16:53 Modified:mpm/src/include ap_hooks.h http_config.h mpm/src/main http_config.c http_connection.c http_core.c http_main.c mpm/src/modules/mpm/prefork prefork.c mpm/src/modules/standard

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

1999-07-27 Thread ben
ben 99/07/27 06:31:21 Modified:mpm/src/modules/mpm/prefork prefork.c Log: Fix a warning. Revision ChangesPath 1.20 +1 -1 apache-2.0/mpm/src/modules/mpm/prefork/prefork.c Index: prefork.c

cvs commit: apache-2.0/mpm/src/main Makefile.tmpl

1999-07-25 Thread ben
ben 99/07/25 07:26:37 Modified:mpm/src/main Makefile.tmpl Log: Make dependencies. Revision ChangesPath 1.15 +2 -1 apache-2.0/mpm/src/main/Makefile.tmpl Index: Makefile.tmpl === RCS

cvs commit: apache-2.0/mpm/src/main http_core.c http_protocol.c util.c

1999-07-25 Thread ben
ben 99/07/25 07:24:03 Modified:mpm/src/include http_protocol.h httpd.h mpm/src/main http_core.c http_protocol.c util.c Log: Add some more hooks. Revision ChangesPath 1.4 +2 -0 apache-2.0/mpm/src/include/http_protocol.h Index

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

1999-07-25 Thread ben
ben 99/07/25 07:03:17 Modified:mpm/src/modules/mpm/prefork prefork.c Log: Make sure we terminate. Revision ChangesPath 1.18 +7 -3 apache-2.0/mpm/src/modules/mpm/prefork/prefork.c Index: prefork.c

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

1999-07-25 Thread ben
ben 99/07/25 06:58:59 Modified:mpm/src/modules/mpm/prefork prefork.c Log: Good grief! How hard is it to try _all_ the elements in a list? Revision ChangesPath 1.17 +4 -1 apache-2.0/mpm/src/modules/mpm/prefork/prefork.c Index: prefork.c

cvs commit: apache-2.0/mpm/src/modules/standard mod_echo.c

1999-07-24 Thread ben
ben 99/07/24 13:54:36 Modified:mpm/src/modules/standard mod_echo.c Log: Allow for new hooks. Revision ChangesPath 1.2 +0 -2 apache-2.0/mpm/src/modules/standard/mod_echo.c Index: mod_echo.c

cvs commit: apache-2.0/mpm/src/modules/standard Makefile.tmpl

1999-07-24 Thread ben
ben 99/07/24 11:41:26 Modified:mpm/src/main Makefile.tmpl mpm/src/modules/standard Makefile.tmpl Log: Update dependencies. Revision ChangesPath 1.14 +1 -1 apache-2.0/mpm/src/main/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache-2.0/mpm/src/modules/standard mod_access.c mod_actions.c mod_alias.c mod_asis.c mod_auth.c mod_autoindex.c mod_dir.c mod_env.c mod_imap.c mod_log_config.c mod_mime.c mod_negotiation.c mod_setenvif.c mod_userdir.c

1999-07-24 Thread ben
ben 99/07/24 11:39:21 Modified:mpm/src/include http_config.h http_request.h mpm/src/main http_config.c http_core.c http_request.c mpm/src/modules/mpm/prefork prefork.c mpm/src/modules/standard mod_access.c mod_actions.c

cvs commit: apache-2.0/mpm/src/modules/standard mod_access.c mod_actions.c mod_alias.c mod_asis.c mod_auth.c mod_autoindex.c mod_dir.c mod_env.c mod_imap.c mod_log_config.c mod_mime.c mod_negotiation.c mod_setenvif.c mod_userdir.c

1999-07-24 Thread ben
ben 99/07/24 11:16:38 Modified:mpm/src/include http_config.h http_request.h mpm/src/main http_config.c http_core.c http_request.c mpm/src/modules/mpm/prefork prefork.c mpm/src/modules/standard mod_access.c mod_actions.c

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

1999-07-24 Thread ben
ben 99/07/24 06:55:57 Modified:mpm/src/modules/mpm/prefork prefork.c Log: Fix listener selection logic. Revision ChangesPath 1.14 +4 -4 apache-2.0/mpm/src/modules/mpm/prefork/prefork.c Index: prefork.c

cvs commit: apache-2.0/mpm/src/modules/standard mod_echo.c

1999-07-23 Thread ben
ben 99/07/23 11:52:29 Modified:mpm/src Configuration.tmpl Added: mpm/src/modules/standard mod_echo.c Log: Support for echo protocol, to show how multiprotocol support works. Revision ChangesPath 1.5 +4 -0 apache-2.0/mpm/src/Configuration.tmpl

cvs commit: apache-2.0/mpm/src/main http_connection.c

1999-07-23 Thread ben
ben 99/07/23 11:14:45 Modified:mpm/src/main http_connection.c Log: Actually, we should always close the connection when it is finished. Revision ChangesPath 1.12 +22 -22apache-2.0/mpm/src/main/http_connection.c Index: http_connection.c

cvs commit: apache-2.0/mpm/src/main http_connection.c http_core.c http_request.c

1999-07-22 Thread ben
ben 99/07/22 12:17:26 Modified:mpm/src/include ap_hooks.h http_connection.h mpm/src/main http_connection.c http_core.c http_request.c Log: And with one bound, he was free! This seemingly minor change allows modules to take over connection processing, thus making

Re: cvs commit: apache-1.3/src/main http_main.c

1999-07-20 Thread Ben Laurie
went well, just in case it's fibbing. Eeek! Things that _don't_ fail don't clear the last error in general. Cheers, Ben. -- http://www.apache-ssl.org/ben.html "My grandfather once told me that there are two kinds of people: those who work and those who take the credit. He t

cvs commit: apache-2.0/mpm/src/modules/standard Makefile.tmpl mod_access.c mod_actions.c mod_alias.c mod_asis.c mod_auth.c mod_autoindex.c mod_dir.c mod_env.c mod_imap.c mod_log_config.c mod_mime.c mod_negotiation.c mod_setenvif.c mod_userdir.c

1999-07-17 Thread ben
ben 99/07/17 03:36:05 Modified:mpm/src/include http_config.h http_protocol.h mpm/src/main http_config.c http_core.c http_protocol.c http_request.c mpm/src/modules/mpm/prefork prefork.c mpm/src/modules/standard

cvs commit: apache-2.0/mpm/src/modules/standard Makefile.tmpl

1999-07-16 Thread ben
ben 99/07/16 11:24:27 Modified:mpm/src Configure mpm/src/main Makefile.tmpl mpm/src/modules/mpm/prefork Makefile.tmpl mpm/src/modules/standard Makefile.tmpl Log: Make dependencies work again. Revision ChangesPath 1.13

cvs commit: apache-2.0/mpm/src/modules/standard mod_access.c mod_alias.c mod_asis.c mod_auth.c mod_autoindex.c mod_dir.c mod_env.c mod_imap.c mod_log_config.c mod_mime.c mod_negotiation.c mod_setenvif.c mod_userdir.c

1999-07-11 Thread ben
ben 99/07/11 12:00:57 Modified:mpm/src/include http_config.h http_request.h mpm/src/main http_config.c http_core.c http_request.c mpm/src/modules/mpm/prefork prefork.c mpm/src/modules/standard mod_access.c mod_alias.c mod_asis.c

cvs commit: apache-2.0/mpm/src/modules/standard mod_alias.c mod_setenvif.c mod_userdir.c

1999-07-11 Thread ben
ben 99/07/11 09:54:10 Modified:mpm/src/ap ap_hooks.c mpm/src/include ap_hooks.h mpm/src/main http_core.c mpm/src/modules/standard mod_alias.c mod_setenvif.c mod_userdir.c Log: Add non-topological ordering for

cvs commit: apache-2.0/mpm/src/main http_config.c http_connection.c http_protocol.c http_request.c

1999-07-11 Thread ben
ben 99/07/11 09:42:25 Modified:mpm/src/include ap_hooks.h mpm/src/main http_config.c http_connection.c http_protocol.c http_request.c Log: Make run_all symbolic. Revision ChangesPath 1.6 +3 -0 apache-2.0/mpm/src

cvs commit: apache-2.0/mpm/src/modules/standard Makefile.tmpl

1999-07-11 Thread ben
ben 99/07/11 09:36:52 Modified:mpm/src/ap Makefile.tmpl mpm/src/main Makefile.tmpl mpm/src/modules/standard Makefile.tmpl Log: make depend. Revision ChangesPath 1.7 +5 -0 apache-2.0/mpm/src/ap/Makefile.tmpl Index

cvs commit: apache-2.0/mpm/src/modules/standard mod_access.c mod_alias.c mod_asis.c mod_auth.c mod_autoindex.c mod_dir.c mod_env.c mod_imap.c mod_log_config.c mod_mime.c mod_negotiation.c mod_setenvif.c mod_userdir.c

1999-07-11 Thread ben
ben 99/07/11 06:27:32 Modified:mpm/src/ap Makefile.tmpl mpm/src/include ap_hooks.h http_config.h http_request.h mpm/src/main http_config.c http_core.c http_request.c mpm/src/modules/mpm/prefork prefork.c mpm/src/modules

cvs commit: apache-2.0/mpm/src/include ap_hooks.h

1999-07-10 Thread ben
ben 99/07/10 11:58:17 Modified:mpm/src/include ap_hooks.h Log: Use arrays for hooks. Revision ChangesPath 1.4 +12 -7 apache-2.0/mpm/src/include/ap_hooks.h Index: ap_hooks.h === RCS

cvs commit: apache-2.0/mpm/src/main http_config.c http_main.c

1999-07-10 Thread ben
ben 99/07/10 06:32:48 Modified:mpm/src/include ap_hooks.h mpm/src/main http_config.c http_main.c Log: Rudimentary debugging for hooks. Revision ChangesPath 1.3 +4 -0 apache-2.0/mpm/src/include/ap_hooks.h Index: ap_hooks.h

Re: cvs commit: apache-1.3 STATUS

1999-07-07 Thread Ben Laurie
ing a custom hook compiler to keep things readable, so please don't criticise on the grounds that you don't like the preprocesser messiness. Cheers, Ben. -- http://www.apache-ssl.org/ben.html "My grandfather once told me that there are two kinds of people: those who work and those who t

cvs commit: apache-2.0/mpm/src/os/unix Makefile.tmpl

1999-07-06 Thread ben
ben 99/07/06 14:32:31 Modified:mpm/src Makefile.tmpl mpm/src/include ap_hooks.h http_config.h http_protocol.h mpm/src/main Makefile.tmpl alloc.c http_config.c http_connection.c http_core.c http_protocol.c

cvs commit: apache-2.0/mpm/src/main http_config.c http_connection.c http_main.c

1999-07-05 Thread ben
ben 99/07/05 06:00:47 Modified:mpm/src CHANGES mpm/src/include http_config.h http_connection.h mpm/src/main http_config.c http_connection.c http_main.c Added: mpm/src/include ap_hooks.h Log: Strawman hooks implementation (beginning of

cvs commit: apache-2.0/mpm/src/os/unix Makefile.tmpl

1999-06-29 Thread ben
ben 99/06/29 02:00:32 Modified:mpm/src Makefile.tmpl mpm/src/ap Makefile.tmpl mpm/src/include http_config.h http_connection.h httpd.h mpm/src/main Makefile.tmpl http_config.c http_connection.c mpm/src/modules/mpm/prefork

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

1999-06-26 Thread ben
ben 99/06/26 05:25:37 Modified:mpm/src/modules/mpm/prefork prefork.c Log: If last_lr is the last listener, then lr can start out NULL. Revision ChangesPath 1.5 +2 -2 apache-2.0/mpm/src/modules/mpm/prefork/prefork.c Index: prefork.c

  1   2   3   4   5   >