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
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
, 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
; 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
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
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
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
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
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
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:/
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
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:
> > >
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:
> > > > >
> > > >
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:
> > > > >
> > > >
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
[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
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
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.
-
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
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
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
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
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
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
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
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
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
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
[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
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
"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
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
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
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
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
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
/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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
[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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
[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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 - 100 of 486 matches
Mail list logo