/[Apache-SVN]/httpd/httpd/trunk/modules/mappers/mod_alias.c
ViewVC logotype

Log of /httpd/httpd/trunk/modules/mappers/mod_alias.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 785575 - (view) (annotate) - [select for diffs]
Modified Wed Jun 17 12:45:21 2009 UTC (5 months, 1 week ago) by niq
File length: 18282 byte(s)
Diff to previous 780699 (colored)
mod_alias: Ensure Redirect issues a valid URL
PR 44020
Patch by HÃ¥kon Stordahl

Revision 780699 - (view) (annotate) - [select for diffs]
Modified Mon Jun 1 15:57:48 2009 UTC (5 months, 3 weeks ago) by jim
File length: 17386 byte(s)
Diff to previous 780697 (colored)
Simplify... handle this below, even though it's
after some possible expensive regex

Revision 780697 - (view) (annotate) - [select for diffs]
Modified Mon Jun 1 15:50:16 2009 UTC (5 months, 3 weeks ago) by jim
File length: 17776 byte(s)
Diff to previous 780692 (colored)
typo

Revision 780692 - (view) (annotate) - [select for diffs]
Modified Mon Jun 1 15:39:33 2009 UTC (5 months, 3 weeks ago) by jim
File length: 17777 byte(s)
Diff to previous 780655 (colored)
More adjustment for Redirect argument checking...

Revision 780655 - (view) (annotate) - [select for diffs]
Modified Mon Jun 1 14:08:19 2009 UTC (5 months, 3 weeks ago) by rpluem
File length: 16821 byte(s)
Diff to previous 780648 (colored)
* Some custom defined response codes also do not require 3 arguments (all that
  are not redirects).

Revision 780648 - (view) (annotate) - [select for diffs]
Modified Mon Jun 1 13:37:59 2009 UTC (5 months, 3 weeks ago) by jim
File length: 16837 byte(s)
Diff to previous 778942 (colored)
Fix error with arg counting

Revision 778942 - (view) (annotate) - [select for diffs]
Modified Wed May 27 00:58:41 2009 UTC (6 months ago) by niq
File length: 16836 byte(s)
Diff to previous 490142 (colored)
mod_alias: Enforce sanity in args to Redirect
PR 44729

Revision 490142 - (view) (annotate) - [select for diffs]
Modified Mon Dec 25 12:06:33 2006 UTC (2 years, 11 months ago) by niq
File length: 16675 byte(s)
Diff to previous 420983 (colored)
PR#35314: Enable path components in Redirect

Revision 420983 - (view) (annotate) - [select for diffs]
Modified Tue Jul 11 20:33:53 2006 UTC (3 years, 4 months ago) by fielding
File length: 16535 byte(s)
Diff to previous 395228 (colored)
update license header text

Revision 395228 - (view) (annotate) - [select for diffs]
Modified Wed Apr 19 12:11:27 2006 UTC (3 years, 7 months ago) by colm
File length: 16388 byte(s)
Diff to previous 332306 (colored)
Update the copyright year in all .c, .h and .xml files

Revision 332306 - (view) (annotate) - [select for diffs]
Modified Thu Nov 10 15:11:44 2005 UTC (4 years ago) by jim
File length: 16388 byte(s)
Diff to previous 153384 (colored)
No functional Change: Removing trailing whitespace. This also
means that "blank" lines consisting of just spaces or
tabs are now really blank lines

Revision 153384 - (view) (annotate) - [select for diffs]
Modified Fri Feb 11 12:00:41 2005 UTC (4 years, 9 months ago) by jorton
File length: 16396 byte(s)
Diff to previous 151408 (colored)
Move the POSIX reg* implementations into the ap_* namespace;
internalise the ap_reg*<->PCRE wrapper:

* configure.in: Add srclib/pcre to the include path.

* include/ap_regex.h: Renamed from include/pcreposix.h.  Prefix all
constants with AP_; prefix all functions and types with ap_.  Define
AP_DECLARE to nothing if necessary.  Remove regcomp error codes.

* include/httpd.h: Include ap_regex.h not pcreposix.h.
(ap_pregcomp, ap_regexec, ap_regfree): s/regex_t/ap_regex_t/.
(ap_regexec, ap_regerror): Prototypes moved to ap_regex.h.

* server/util.c (regex_cleanup, ap_pregcomp, ap_pregsub, ap_pregfree):
Adjust for ap_ prefixed types.  (ap_regexec, ap_regerror): Removed.

* server/Makefile.in: Build util_pcre.c.

* server/util_pcre.c: Copied from srclib/pcre/pcreposix.c; remove use
of PCRE-internals to do error mapping; rename types to add AP_/ap_
prefixes as above.  Use APR includes.  (ap_regerror): Use apr_snprintf.

* srclib/pcre/Makefile.in: Don't build pcreposix.c into libpcre.la.

* modules/*: Update to use new type and constant names.

PR: 27750 (part one)
Submitted by: Andres Salomon <dilinger voxel.net>, Joe Orton

Revision 151408 - (view) (annotate) - [select for diffs]
Modified Fri Feb 4 20:28:49 2005 UTC (4 years, 9 months ago) by jerenkrantz
File length: 16381 byte(s)
Diff to previous 106103 (colored)
Update copyright year to 2005 and standardize on current copyright owner line.

Revision 106103 - (view) (annotate) - [select for diffs]
Modified Sun Nov 21 18:50:36 2004 UTC (5 years ago) by nd
File length: 16345 byte(s)
Diff to previous 102949 (colored)
general property cleanup

Revision 102949 - (view) (annotate) - [select for diffs]
Modified Sat Mar 13 21:19:56 2004 UTC (5 years, 8 months ago) by nd
File length: 16345 byte(s)
Diff to previous 102618 (colored)
emit the config filename when warning about overlapping aliases

Submitted by: Guenter Knauf <eflash gmx.net>
Reviewed by: Dirk-Willem van Gulik

Revision 102618 - (view) (annotate) - [select for diffs]
Modified Mon Feb 9 20:31:03 2004 UTC (5 years, 9 months ago) by nd
File length: 16252 byte(s)
Diff to previous 102572 (colored)
fix name of The Apache Software Foundation

Revision 102572 - (view) (annotate) - [select for diffs]
Modified Sun Feb 8 12:27:14 2004 UTC (5 years, 9 months ago) by nd
File length: 16248 byte(s)
Diff to previous 102525 (colored)
fix copyright dates according to the first check in

Revision 102525 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 22:58:42 2004 UTC (5 years, 9 months ago) by nd
File length: 16248 byte(s)
Diff to previous 102135 (colored)
apply Apache License, Version 2.0

Revision 102135 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 13:26:26 2004 UTC (5 years, 10 months ago) by nd
File length: 18467 byte(s)
Diff to previous 101556 (colored)
update license to 2004.

Revision 101556 - (view) (annotate) - [select for diffs]
Modified Fri Oct 24 16:20:28 2003 UTC (6 years, 1 month ago) by striker
File length: 18467 byte(s)
Diff to previous 98796 (colored)
Fold in the CAN-2003-0542 regex patch.

Revision 98796 - (view) (annotate) - [select for diffs]
Modified Tue Feb 25 22:59:58 2003 UTC (6 years, 9 months ago) by nd
File length: 18490 byte(s)
Diff to previous 98741 (colored)
When using Redirect in directory context, append requested query
string if there's no one supplied by configuration.

PR: 10961

Revision 98741 - (view) (annotate) - [select for diffs]
Modified Thu Feb 20 14:12:07 2003 UTC (6 years, 9 months ago) by trawick
File length: 18220 byte(s)
Diff to previous 98658 (colored)
quiet a gcc warning by adding () around && within ||

Revision 98658 - (view) (annotate) - [select for diffs]
Modified Fri Feb 14 18:57:10 2003 UTC (6 years, 9 months ago) by nd
File length: 18216 byte(s)
Diff to previous 98657 (colored)
use a better text for the overlap warning.

Submitted by: Joshua Slive

Revision 98657 - (view) (annotate) - [select for diffs]
Modified Fri Feb 14 18:14:24 2003 UTC (6 years, 9 months ago) by nd
File length: 18257 byte(s)
Diff to previous 98647 (colored)
extend the check for Alias overlappings. Now test also previous
(Script)AliasMatch commands.

Revision 98647 - (view) (annotate) - [select for diffs]
Modified Fri Feb 14 03:51:01 2003 UTC (6 years, 9 months ago) by nd
File length: 18127 byte(s)
Diff to previous 98573 (colored)
people often assume that their Aliases will be found by "best match" rather
than "first match". Throw out warnings, if there are obvious overlappings, e.g.:

Alias /foo     /somewhere
Alias /foo/bar /elsewhere

Revision 98573 - (view) (annotate) - [select for diffs]
Modified Mon Feb 3 17:53:28 2003 UTC (6 years, 9 months ago) by nd
File length: 17151 byte(s)
Diff to previous 96137 (colored)
finished that boring job:
update license to 2003.

Happy New Year! ;-))

Revision 96137 - (view) (annotate) - [select for diffs]
Modified Sun Jul 21 18:06:51 2002 UTC (7 years, 4 months ago) by slive
File length: 17151 byte(s)
Diff to previous 95584 (colored)
Fix some hook ordering problems.  mod_vhost_alias should, perhaps, be HOOK_LAST.
It redefines the document root, so it should only be used if no other mapper wants
the request.  I haven't made that change here; I've simply put explict ordering
to make sure we get

mod_alias -> mod_userdir -> mod_vhost_alias

I can't compile apache at the moment for other reasons, so this is untested,
but it looks right to me.

PR: 8853

Revision 95584 - (view) (annotate) - [select for diffs]
Modified Sat Jun 8 06:28:16 2002 UTC (7 years, 5 months ago) by brianp
File length: 17089 byte(s)
Diff to previous 95503 (colored)
Remove some extraneous comparison operations

Revision 95503 - (view) (annotate) - [select for diffs]
Modified Tue Jun 4 16:47:10 2002 UTC (7 years, 5 months ago) by jerenkrantz
File length: 17049 byte(s)
Diff to previous 95150 (colored)
The style police have arrested mod_alias on charges of violating law and
order.  It has been released after submitting to rehabilitation.
(No functional changes.)

Revision 95150 - (view) (annotate) - [select for diffs]
Modified Fri May 17 11:24:17 2002 UTC (7 years, 6 months ago) by trawick
File length: 15803 byte(s)
Diff to previous 94985 (colored)
stop using APLOG_NOERRNO in calls to ap_log_[pr]error()

Revision 94985 - (view) (annotate) - [select for diffs]
Modified Tue May 7 00:17:11 2002 UTC (7 years, 6 months ago) by slive
File length: 15831 byte(s)
Diff to previous 93965 (colored)
Reverse the hook ordering for mod_userdir and mod_alias so
that Alias/ScriptAlias will override Userdir.

PR: 8841
Reviewed by:	Justin Erenkrantz

Revision 93965 - (view) (annotate) - [select for diffs]
Modified Sat Mar 16 18:26:58 2002 UTC (7 years, 8 months ago) by wrowe
File length: 15829 byte(s)
Diff to previous 93918 (colored)
  Eliminate potential ap_server_root_relative segfaults, with the input
  of Jeff Trawick's style changes to the first patches.  Doesn't include
  the fixes to ssl [more complex], and we won't trap errors that involve
  ap_serverroot, since we presume that was normalized on the way in.
  Therefore, testing ap_server_root_relative(DEFAULT_FOO) cases
  should never become necessary.

Revision 93918 - (view) (annotate) - [select for diffs]
Modified Wed Mar 13 20:48:07 2002 UTC (7 years, 8 months ago) by fielding
File length: 15698 byte(s)
Diff to previous 93251 (colored)
Update our copyright for this year.

Revision 93251 - (view) (annotate) - [select for diffs]
Modified Tue Feb 5 11:35:57 2002 UTC (7 years, 9 months ago) by coar
File length: 15698 byte(s)
Diff to previous 93143 (colored)
	Change the 'we turned /foo into http://host/foo' log message
	to DEBUG; no reason to clutter people's log files with this
	when it's supported behaviour.  Of course, they can find out
	about the performance impact by LogLeveling Debug. :-)

Revision 93143 - (view) (annotate) - [select for diffs]
Modified Thu Jan 31 20:38:08 2002 UTC (7 years, 9 months ago) by coar
File length: 15700 byte(s)
Diff to previous 93137 (colored)
If the RedirectMatch target is an abs_path, make it an absoluteURI

Revision 93137 - (view) (annotate) - [select for diffs]
Modified Thu Jan 31 18:44:48 2002 UTC (7 years, 9 months ago) by coar
File length: 15251 byte(s)
Diff to previous 92138 (colored)
	Fix RedirectMatch so it won't emit invalid Location fields.

Revision 92138 - (view) (annotate) - [select for diffs]
Modified Thu Nov 22 21:19:02 2001 UTC (8 years ago) by brianp
File length: 14817 byte(s)
Diff to previous 91672 (colored)
optimized away a strlen call in alias_matches()

Revision 91672 - (view) (annotate) - [select for diffs]
Modified Fri Oct 26 19:39:51 2001 UTC (8 years, 1 month ago) by jerenkrantz
File length: 14903 byte(s)
Diff to previous 90562 (colored)
Fix RedirectMatch handling to properly handle URLs with host portions.
Previously, we would segfault if no path is specified (case 1 below).
We would also ignore any host and scheme portion of the URL (which is
how we specify it on daedalus), so restore that capability.

The query strings will still not be escaped (standards cops can
determine if this is correct behavior).

The following directives now work as expected:
RedirectMatch /jakarta1(.*) http://jakarta.apache.org$1
RedirectMatch /jakarta2(.*) http://jakarta.apache.org/dist$1
RedirectMatch /jakarta3(.*) http://jakarta.apache.org/dist$1?bar=foo
RedirectMatch /jakarta4(.*) http://jakarta.apache.org/dist$1?bar=foo#spaz

Revision 90562 - (view) (annotate) - [select for diffs]
Modified Thu Aug 23 18:49:55 2001 UTC (8 years, 3 months ago) by wrowe
File length: 14583 byte(s)
Diff to previous 90361 (colored)
  Clear out this optimization till we are prepared for it (not now.)

Revision 90361 - (view) (annotate) - [select for diffs]
Modified Sun Aug 19 16:01:05 2001 UTC (8 years, 3 months ago) by dougm
File length: 14062 byte(s)
Diff to previous 89198 (colored)
adjust to apr_uri_ rename

Revision 89198 - (view) (annotate) - [select for diffs]
Modified Tue May 22 01:31:12 2001 UTC (8 years, 6 months ago) by fielding
File length: 14082 byte(s)
Diff to previous 89041 (colored)
Moved util_uri to apr-util/uri/apr_uri, which means adding the apr_
prefix to all of the uri functions (yuck), changing some includes,
and using APR error codes instead of HTTP-specific error codes.

Other notes to test this patch:
- You need to delete the util_uri.h file - exports picks up on this.
- I'd like to remove the apr_uri.h from httpd.h, but that might
  increase the complexity of this patch even further.  Once this patch
  is accepted (in some form), then I can focus on removing apr_uri.h
  from httpd.h entirely.  I need baby steps (heh) right now.
- I imagine that this might break a bunch of stuff in Win32 or other OS
  builds with foreign dependency files.  Any help here is appreciated.

This is a start...  -- justin

Submitted by:	Justin Erenkrantz
Reviewed by:	Roy Fielding

Revision 89041 - (view) (annotate) - [select for diffs]
Modified Sun May 6 23:27:14 2001 UTC (8 years, 6 months ago) by rbb
File length: 14077 byte(s)
Diff to previous 88225 (colored)
Back out the recent change to ap_get_brigade, to make it use indirection
again.  The problem is that the amount of data read from the network,
is not necessarily the amount of data returned from the filters.  It is
possible for input filters to add bytes to the data read from the network.

To fix the original bug, I just removed the line from ap_get_client_block
that decremented r->remaining, we allow the http_filter to do that for
us.

I have also removed an incorrect comment.

Revision 88225 - (view) (annotate) - [select for diffs]
Modified Sun Feb 18 02:58:53 2001 UTC (8 years, 9 months ago) by gstein
File length: 13639 byte(s)
Diff to previous 88184 (colored)
*) Introduce "ap_conf_vector_t" type to assist with legibility and provide
   some type safety. (unfortunately, our old "void*" is type-safe with the
   new one, but over time we should be better)

*) Propagate the new type to all appropriate functions.

*) Random cleaning, whitespace, stylistic nits.

Revision 88184 - (view) (annotate) - [select for diffs]
Modified Fri Feb 16 04:26:53 2001 UTC (8 years, 9 months ago) by fielding
File length: 13597 byte(s)
Diff to previous 88060 (colored)
Update copyright to 2001

Revision 88060 - (view) (annotate) - [select for diffs]
Modified Sat Feb 10 13:05:29 2001 UTC (8 years, 9 months ago) by gstein
File length: 13592 byte(s)
Diff to previous 88019 (colored)
Clean up some of the includes:
- explicitly include apr_lib.h since ap_config.h doesn't
- use apr_want.h where possible
- use APR_HAVE_ where possible
- remove some unneeded includes

Revision 88019 - (view) (annotate) - [select for diffs]
Modified Thu Feb 8 07:45:33 2001 UTC (8 years, 9 months ago) by dougm
File length: 13571 byte(s)
Diff to previous 88010 (colored)
renaming various functions for consistency sake
see: http://apr.apache.org/~dougm/apr_rename.pl
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 88010 - (view) (annotate) - [select for diffs]
Modified Wed Feb 7 17:50:07 2001 UTC (8 years, 9 months ago) by rbb
File length: 13574 byte(s)
Diff to previous 87731 (colored)
Fix a bug with AliasMatch.  When forward fitting a bug from 1.3 to 2.0, we
forgot a single line which broke this option.
PR:	6881

Revision 87731 - (view) (annotate) - [select for diffs]
Modified Fri Jan 19 07:04:36 2001 UTC (8 years, 10 months ago) by wrowe
File length: 13551 byte(s)
Diff to previous 87697 (colored)
  The big change.  This is part 3 of the apr-util symbols rename, please
  see the first commit of srclib/apr-util/include (cvs apr-util/include)
  for the quick glance at symbols changed.

Revision 87697 - (view) (annotate) - [select for diffs]
Modified Wed Jan 17 15:52:12 2001 UTC (8 years, 10 months ago) by wrowe
File length: 13549 byte(s)
Diff to previous 87604 (colored)
  Provide apr_pool_t arg to register_hooks, since anything they do in that
  step -must- be done with a pool that will not outlive the cmd pool, from
  which they may have been dynamically loaded.

Revision 87604 - (view) (annotate) - [select for diffs]
Modified Sun Jan 7 19:55:59 2001 UTC (8 years, 10 months ago) by ben
File length: 13540 byte(s)
Diff to previous 86896 (colored)
Make handlers use hooks.

Revision 86896 - (view) (annotate) - [select for diffs]
Modified Fri Nov 10 01:12:10 2000 UTC (9 years ago) by wrowe
File length: 13567 byte(s)
Diff to previous 86609 (colored)
  Newer canonicalization code should replace this patch entirely, however
  it's nice to have a working server as a starting point :-)

Revision 86609 - (view) (annotate) - [select for diffs]
Modified Mon Oct 16 06:05:15 2000 UTC (9 years, 1 month ago) by wrowe
File length: 13473 byte(s)
Diff to previous 86008 (colored)
  Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
  for CORE_EXPORT to AP_CORE_DECLARE (namespace protecting the wrapper)
  and retitled API_EXPORT as AP_DECLARE and APR_EXPORT as APR_DECLARE.
  All _VAR_ flavors changes to _DATA to be absolutely clear.
  Thank you Greg, for the most obvious suggestion.

Revision 86008 - (view) (annotate) - [select for diffs]
Modified Sun Aug 6 06:07:53 2000 UTC (9 years, 3 months ago) by wrowe
File length: 13463 byte(s)
Diff to previous 85976 (colored)
  Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...
  see src/lib/apr/apr_compat.h for most details.
  Also a few minor nits to get Win32 to build.

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 85976 - (view) (annotate) - [select for diffs]
Modified Wed Aug 2 05:27:38 2000 UTC (9 years, 3 months ago) by dougm
File length: 13462 byte(s)
Diff to previous 85867 (colored)
prefix libapr functions and types with apr_

Revision 85867 - (view) (annotate) - [select for diffs]
Modified Fri Jul 21 19:50:58 2000 UTC (9 years, 4 months ago) by rbb
File length: 13433 byte(s)
Diff to previous 85723 (colored)
Move all APR functions related to strings to their own directory, and
create a new header for those functions.  This is the first step to
removing the apr/lib directory completely, and moving those files/functions
to descriptive directories.

Revision 85723 - (view) (annotate) - [select for diffs]
Modified Wed Jun 28 14:33:48 2000 UTC (9 years, 5 months ago) by trawick
File length: 13408 byte(s)
Diff to previous 85644 (colored)
Include strings.h for strcasecmp(), strncasecmp(), and bzero().
Include time.h for time().

This removes a bunch of compiler warnings with gcc -Wall on AIX.
Submitted by:	Jeff Trawick, Victor Orlikowski

Revision 85644 - (view) (annotate) - [select for diffs]
Modified Tue Jun 20 21:06:44 2000 UTC (9 years, 5 months ago) by ben
File length: 13358 byte(s)
Diff to previous 85627 (colored)
Fix warnings.

Revision 85627 - (view) (annotate) - [select for diffs]
Modified Tue Jun 20 11:31:54 2000 UTC (9 years, 5 months ago) by trawick
File length: 13065 byte(s)
Diff to previous 85318 (colored)
Use the new command-handler initializer macros in some more modules.

Unfortunately, the resulting warnings are *not* all cleaned up.  Ten or
so warnings spill over to non-AP_DEBUG builds (but that just means that
there is a bigger pool of folks to resolve them, right?).

Revision 85318 - (view) (annotate) - [select for diffs]
Modified Sat May 27 22:40:44 2000 UTC (9 years, 6 months ago) by wrowe
File length: 12707 byte(s)
Diff to previous 85309 (colored)
PR:
Obtained from:
Submitted by:
Reviewed by:

  Reverse out all _EXPORT_VAR changes back to their original _VAR_EXPORT
  names for linkage (API_, CORE_, and MODULE_).

Revision 85309 - (view) (annotate) - [select for diffs]
Modified Sat May 27 05:28:02 2000 UTC (9 years, 6 months ago) by wrowe
File length: 12707 byte(s)
Diff to previous 85045 (colored)
  This patch corrects the issues from the AP_EXPORT and linkage 
  specification arguments to the ap_hooks.h declarations.  As with
  the APR_ and AP_ patches, API_VAR_EXPORT becomes API_EXPORT_VAR,
  and MODULE_VAR_EXPORT becomes MODULE_EXPORT_VAR.

  I will be happy to revert the inclusion of ap_config.h from 
  httpd.h if this bothers anyone.  More individual modules need
  to be patched if we do so.

  The API_EXPORTs all moved into central storage in the ap_config.h
  header.  Without WIN32 or API_STATIC compile time declarations, 
  these macros remain no-ops.

  This patch also moves the following data from http_main to http_config:

    const char *ap_server_argv0;
    const char *ap_server_root;
    ap_array_header_t *ap_server_pre_read_config;
    ap_array_header_t *ap_server_post_read_config;
    ap_array_header_t *ap_server_config_defines;

  And the following variables had already moved into ap_hooks.c:

    ap_pool_t *g_pHookPool;  (initialized now in http_config)
    int g_bDebugHooks;                   (out of http_config)
    const char *g_szCurrentHookName;     (out of http_config)

  The changes to http_main.c are in preparation for that module to
  move out to a seperate .exe for win32.  Other platforms will be
  unaffected, outside of these changes.

Revision 85045 - (view) (annotate) - [select for diffs]
Modified Wed Apr 26 07:14:39 2000 UTC (9 years, 7 months ago) by dougm
File length: 12707 byte(s)
Diff to previous 84963 (colored)
add AP_ prefix to *HOOK* macros

Revision 84963 - (view) (annotate) - [select for diffs]
Modified Fri Apr 14 15:59:20 2000 UTC (9 years, 7 months ago) by rbb
File length: 12701 byte(s)
Diff to previous 84879 (colored)
Change ap_context_t to ap_pool_t.  This compiles, runs, and serves pages
on Linux, but probably breaks somewhere.

Revision 84879 - (view) (annotate) - [select for diffs]
Modified Fri Mar 31 09:05:25 2000 UTC (9 years, 7 months ago) by fielding
File length: 12713 byte(s)
Diff to previous 84725 (colored)
Update to Apache Software License version 1.1

Revision 84725 - (view) (annotate) - [select for diffs]
Modified Fri Mar 10 00:07:37 2000 UTC (9 years, 8 months ago) by rbb
File length: 12858 byte(s)
Diff to previous 84531 (colored)
Fix all the License issues.  Including:
s/Apache Group/Apache Software Foundation/
s/1999/2000/
s/Sascha's license/ASF license

Revision 84531 - (view) (annotate) - [select for diffs]
Modified Fri Jan 28 18:02:29 2000 UTC (9 years, 10 months ago) by rbb
File length: 12732 byte(s)
Diff to previous 84512 (colored)
Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX is
defined correctly in all C files.

Revision 84512 - (view) (annotate) - [select for diffs]
Modified Sun Jan 23 16:37:46 2000 UTC (9 years, 10 months ago) by stoddard
File length: 12732 byte(s)
Diff to previous 83852 (colored)
Fix compile breaks on Windows.

Revision 83852 - (view) (annotate) - [select for diffs]
Modified Tue Aug 31 05:35:52 1999 UTC (10 years, 2 months ago) by rbb
File length: 12709 byte(s)
Diff to previous 83770 (colored)
Changed pools to contexts.  Tested with prefork and pthread mpm's.  I'll
check this out tomorrow and make sure everything was checked in correctly.

Revision 83770 - (view) (annotate) - [select for diffs]
Modified Thu Aug 26 14:18:40 1999 UTC (10 years, 3 months ago) by fielding
File length: 12652 byte(s)
Diff to previous 83751 (colored)
Start to implement module-defined hooks that are a) fast and b) typesafe.
Replace pre_connection module call with a register_hook call and
implement pre_connection as a hook. The intent is that these hooks will
be extended to allow Apache to be multi-protocol, and also to allow the
calling order to be specified on a per-hook/per-module basis.  [Ben Laurie]

Port a bunch of modules to the new module structure.
["Michael H. Voase" <mvoase@midcoast.com.au>]

Submitted by:	Ben Laurie

Revision 83751 - (view) (annotate) - [select for diffs]
Added Tue Aug 24 06:55:44 1999 UTC (10 years, 3 months ago) by fielding
File length: 12737 byte(s)
Apache 1.3.9 baseline for the Apache 2.0 repository.

Obtained from: Apache 1.3.9 (minus unused files), tag APACHE_1_3_9
Submitted by: Apache Group

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2