fielding99/08/08 23:25:25
Modified:src Configuration.tmpl
Log:
Move mod_auth_digest to where it makes sense. If there is a problem
with the ordering here, then we should move all the auth modules and
not just the latest one.
Revision ChangesPath
1.120 +13
fielding99/08/09 00:29:30
Modified:src/main http_core.c
Log:
Local struct mmap conflicts with system structure name on DYNIX,
and is pretty damn confusing anyway. Changed to mmap_rec.
PR: 4735
Revision ChangesPath
1.271 +3 -3 apache-1.3/src/main
fielding99/08/09 00:38:50
Modified:.INSTALL
src CHANGES Configure
src/helpers GuessOS
src/include ap_config.h
src/os/unix os.c
Log:
Improved compilation and DSO support on Sequent DYNIX/ptx.
PR: 4735
fielding99/08/09 00:54:54
Modified:src/main http_main.c
Log:
Fix last warning fix -- uid_t is long on some platforms.
Revision ChangesPath
1.470 +3 -2 apache-1.3/src/main/http_main.c
Index: http_main.c
fielding99/08/09 01:11:05
Modified:.STATUS
Log:
Clean up a bit ... needs better prioritization. Some day.
Revision ChangesPath
1.738 +36 -53apache-1.3/STATUS
Index: STATUS
===
RCS
fielding99/08/09 01:20:07
Modified:.fetch-from-cvs.txt
Log:
Update example to work with new directory names.
Submitted by: Magnus Bodin <[EMAIL PROTECTED]>
Reviewed by: Roy Fielding
Revision ChangesPath
1.2 +13 -22apache-devsite/fetc
fielding99/08/09 01:28:17
Modified:.anoncvs.txt
Log:
This is getting to be a frequently asked developer question.
Revision ChangesPath
1.7 +18 -0 apache-devsite/anoncvs.txt
Index: anoncvs.txt
fielding99/08/09 02:41:41
Modified:src CHANGES
src/main http_protocol.c
Log:
Flush the output buffer immediately after sending an error or redirect
response, since the result will be needed by the client to abort a
long data transfer or restart a series of
fielding99/08/13 18:24:31
Modified:src CHANGES
Log:
Update to reflect the reality of changes since first 1.3.8.
Revision ChangesPath
1.1420+59 -13apache-1.3/src/CHANGES
Index: CHANGES
fielding99/08/14 01:29:06
Modified:.configure
Log:
Don't include mod_auth_digest unless explicitly requested,
even if they asked for all modules.
Revision ChangesPath
1.102 +2 -1 apache-1.3/configure
Index: conf
fielding99/08/14 01:35:55
Modified:src ApacheCore.def ApacheCoreOS2.def CHANGES
Configuration.tmpl
src/ap ap_base64.c ap_checkpass.c ap_md5c.c ap_sha1.c
src/include ap_md5.h ap_sha1.h httpd.h
src/main
fielding99/08/14 01:53:49
Modified:src/include ap_mmn.h
Log:
Minor MMN bump to note the addition of all the 1.3.6-9 functions.
Revision ChangesPath
1.41 +10 -4 apache-1.3/src/include/ap_mmn.h
Index: ap_mmn.h
fielding99/08/14 02:21:20
Modified:src CHANGES
src/main http_protocol.c
Log:
Remove bogus error message when a redirect doesn't set Location.
Instead, use an empty string to avoid coredump if the error message
was supposed to include a location but do
fielding99/08/14 02:31:05
Modified:src/ap ap_md5c.c
Log:
Quiet warning -- strange that gcc doesn't auto-cast the literal string
to match the argument type.
Revision ChangesPath
1.30 +1 -1 apache-1.3/src/ap/ap_md5c.c
Index: ap_m
fielding99/08/14 02:36:37
Modified:.STATUS
Log:
bedtime
Revision ChangesPath
1.741 +53 -58apache-1.3/STATUS
Index: STATUS
===
RCS file: /home/cvs/apache-1.3/STATUS,v
retrieving
fielding99/08/14 23:55:49
Modified:htdocs/manual/mod core.html
Log:
The current documentation on the Rlimit{CPU,MEM,Nproc} directives
uses the wording "for all processes", which leads one to believe that
the limit applies to all of the Apache children processes.
How
fielding99/08/15 00:09:01
Modified:.STATUS
Log:
hello? anybody home?
Revision ChangesPath
1.742 +11 -1 apache-1.3/STATUS
Index: STATUS
===
RCS file: /home/cvs/apache-1.3/STATUS,v
fielding99/08/16 02:52:26
Modified:.STATUS
Log:
I knew I forgot something ...
Revision ChangesPath
1.745 +5 -5 apache-1.3/STATUS
Index: STATUS
===
RCS file: /home/cvs/apache-1.3
fielding99/08/27 15:03:20
Modified:src/main alloc.c http_config.c http_protocol.c
Log:
Reverse the errors from bad merges that were found while
rebuilding the repository.
Revision ChangesPath
1.5 +7 -7 apache-2.0/src/main/alloc.c
Index: alloc.c
fielding99/08/27 15:18:59
Modified:src/include util_date.h
src/main http_protocol.c util_date.c util_script.c
src/modules/proxy proxy_cache.c
Log:
Reverse the unnecessary change to the interface of ap_parseHTTPdate()
that was discovered while
fielding99/08/27 16:38:11
Modified:src CHANGES
src/main http_config.c
Log:
Move "handler not found" warning message to below the check
for a wildcard handler. Gee, you'd think someone would have
fixed it before seven PRs.
PR: 2584, 3
fielding99/08/27 16:47:10
Modified:src CHANGES
src/main http_config.c
Log:
Move "handler not found" warning message to below the check
for a wildcard handler. Gee, you'd think someone would have
fixed it before seven PRs.
PR: 2584, 3
fielding99/08/27 17:36:41
Modified:src CHANGES
Log:
make that eight PRs.
Revision ChangesPath
1.4 +1 -1 apache-2.0/src/CHANGES
Index: CHANGES
===
RCS file: /home/cvs/apache-2.0/src
fielding99/08/27 17:59:04
Modified:src CHANGES
Log:
make that eight PRs
Revision ChangesPath
1.1426+1 -1 apache-1.3/src/CHANGES
Index: CHANGES
===
RCS file: /home/cvs/apache-1.3/src
fielding99/08/27 18:11:49
Modified:..cvsignore
Removed: htdocs .cvsignore
Log:
Don't ignore everything when everything isn't supposed to be ignored.
If this bugs configure users, then fix configure so that it uses a
distinctive prefix that w
fielding99/08/27 18:13:27
Modified:..cvsignore
Log:
Don't ignore everything when everything isn't supposed to be ignored.
If this bugs configure users, then fix configure so that it uses a
distinctive prefix that won't match Makefile.tmpl.
Subm
fielding99/08/27 19:38:00
Modified:src/main http_core.c
Log:
Remove error message that was missed in an earlier merge with 1.3.x.
Revision ChangesPath
1.9 +1 -6 apache-2.0/src/main/http_core.c
Index: http_core.c
fielding99/08/27 19:44:10
Modified:.STATUS
Log:
no shortage of things TODO
Revision ChangesPath
1.3 +3 -1 apache-2.0/STATUS
Index: STATUS
===
RCS file: /home/cvs/apache-2.0/STATUS
fielding99/08/27 19:51:32
Modified:src/main http_core.c
Log:
Reverse a change that was made in rev 1.227 because the old version
was better (and consistent with what was left in Apache 2.0).
Revision ChangesPath
1.272 +4 -10 apache-1.3/src/main/http_core.c
fielding99/08/27 20:03:35
Modified:src/include hsregex.h
src/lib/apr/include hsregex.h
src/regex regex2.h
Log:
Change
defined(RHAPSODY)
to
defined(MAC_OS) || defined(MAC_OS_X_SERVER)
to match the rest of the server.
Revision
fielding99/08/27 20:07:32
Modified:src/regex regex2.h
Log:
Change
defined(RHAPSODY)
to
defined(MAC_OS) || defined(MAC_OS_X_SERVER)
to match the rest of the server.
Revision ChangesPath
1.9 +1 -1 apache-1.3/src/regex/regex2.h
Index: regex2
fielding99/08/27 20:25:05
Modified:.STATUS
Log:
Enough for one week.
Revision ChangesPath
1.4 +17 -1 apache-2.0/STATUS
Index: STATUS
===
RCS file: /home/cvs/apache-2.0/STATUS,v
fielding99/09/01 15:48:17
Modified:src CHANGES Configuration.tmpl
src/modules README
src/modules/experimental Makefile.tmpl
src/modules/standard Makefile.tmpl
Removed: src/modules/experimental mod_auth_digest.c
Log:
Moved
fielding99/09/10 18:54:45
Modified:.httpd.html
Log:
Revert last change -- it screws up mirroring.
Revision ChangesPath
1.82 +0 -1 apache-site/httpd.html
Index: httpd.html
===
RCS
fielding99/10/21 09:13:25
Modified:src/lib/apr/include apr_errno.h
Log:
Sorry to butt-in, but all these magic offsets make me itch.
Add APR_OS_START_STATUS, APR_OS_START_SYSERR, and APR_OS_START_USEERR.
Revision ChangesPath
1.8 +114 -94 apache-2.0/src/lib/apr
fielding00/01/11 19:38:25
Modified:src CHANGES
src/main http_main.c
Log:
this patch is intended to avoid a problem witnessed in apache
installations with certain third party libraries: if there are many
children, and then take sufficiently long to shut down
fielding00/01/16 12:59:59
Modified:src/main http_vhost.c
Log:
Squash warnings by using ap_isalnum and ap_isdigit.
Revision ChangesPath
1.18 +2 -2 apache-1.3/src/main/http_vhost.c
Index: http_vhost.c
fielding00/01/27 15:30:18
Modified:.related_projects.html
Log:
Add mention of kshIndex
Submitted by: Dana French <[EMAIL PROTECTED]>
Revision ChangesPath
1.44 +12 -0 apache-site/related_projects.html
Index: related_project
fielding00/02/07 16:34:44
Modified:src/main http_protocol.c
src/modules/proxy proxy_util.c
Log:
Fix a few more cases where we were not properly html_escaping text
for error-notes that came from the untrusted client request.
Revision ChangesPath
1.288
fielding00/02/08 16:04:59
Modified:.related_projects.html
Log:
Add pointer for Vision For Apache
Submitted by: Lawrie Scovell <[EMAIL PROTECTED]>
Revision ChangesPath
1.47 +13 -0 apache-site/related_projects.html
Index: related_project
fielding97/10/15 16:37:48
Modified:src/main util_script.c
Log:
Fix warning on Solaris due to snprintf conversion of system-dependent type.
Revision ChangesPath
1.78 +6 -4 apachen/src/main/util_script.c
Index: util_script.c
fielding97/11/03 18:40:51
apachen/src/test - New directory
fielding97/11/03 18:47:14
Added: src/test README test_date.c test_select.c time-sem.c
Log:
Test harnesses are an important part of project knowledge that
needs to be kept around where we can find it. Whether or not we
should distribute this code is an open question
fielding97/11/05 18:57:24
Modified:src/main conf.h
Log:
USE_PTHREAD_SERIALIZED_ACCEPT results in locking problems when the
child that has the current lock gets killed by the parent. Restore
USE_FCNTL_SERIALIZED_ACCEPT as the default for Solaris2, at least
until we get one of
fielding97/11/05 19:03:10
Modified:src CHANGES
Log:
Document change to USE_FCNTL_SERIALIZED_ACCEPT on Solaris2.
Revision ChangesPath
1.487 +6 -0 apachen/src/CHANGES
Index: CHANGES
fielding97/11/11 13:58:16
Modified:htdocs/manual/mod mod_expires.html
Log:
Close them CODE elements
Revision ChangesPath
1.6 +2 -2 apachen/htdocs/manual/mod/mod_expires.html
Index: mod_expires.html
fielding97/11/15 17:20:39
Modified:src/regex Makefile.tmpl
Log:
Some make's cannot understand comments that start after a tab.
This should fix the alphaosf build.
Revision ChangesPath
1.2 +3 -2 apachen/src/regex/Makefile.tmpl
Index: Makefile
fielding98/01/11 17:53:37
Added: .guidelines.html
Log:
A start on a complete update of the Apache Project voting rules
and guidelines.
Revision ChangesPath
1.1 apache-devsite/guidelines.html
Index: guidelines.html
fielding98/01/13 15:52:13
Modified:.Tag: APACHE_1_2_X STATUS
Log:
was raining, but now sunny and clear 68F
Revision ChangesPath
No revision
No revision
1.1.2.10 +4 -4 apache/Attic/STATUS
Index: STATUS
fielding98/01/22 20:11:33
Modified:src/main http_protocol.c
Log:
The other half of the fix for when die() happens we need to eat any
request body if one exists. The hack for ErrorDocument is removed
since it interferes with the fix and should not be needed anyway.
PR: 1399
fielding98/01/25 01:08:34
Modified:.guidelines.html index.html
Log:
Completed draft of project guidelines. I would have added information
about the role of release manager of a branch and how we decide when
a release should be built, but I didn't want to start inve
fielding98/01/25 01:33:16
Removed: .commitpolicies.html
Log:
Obsoleted by guidelines.html
fielding98/01/31 18:11:46
Added: .STATUS
Log:
A new beginning.
Revision ChangesPath
1.1 apache-2.0/STATUS
Index: STATUS
===
Apache 2.0 STATUS:
Release:
2.0
fielding98/02/05 11:23:29
Modified:.STATUS
Log:
61 degress and partly sunny
Revision ChangesPath
1.5 +2 -2 apache-2.0/STATUS
Index: STATUS
===
RCS file: /home/cvs/apache-2.0
fielding98/02/08 16:45:59
Modified:src/main http_main.c http_protocol.c
Log:
Reverse last change. Vetoed because they are warnings and because
APLOG_NOTICE is always logged regardless of log level.
Revision ChangesPath
1.285 +1 -1 apache-1.3/src/main
fielding98/02/08 17:09:42
Modified:src CHANGES
src/main http_main.c http_protocol.c
Log:
Improve the error_log message for "lost connection" so that
clueless wankers won't automatically think the server is at fault.
Revision ChangesPath
fielding98/02/18 13:14:17
Modified:.related_projects.html
Log:
Feeling particularly anal today. When a single anchor is both an
href and a destination, then use both href and name attributes.
Revision ChangesPath
1.20 +12 -13apache-site
fielding98/03/09 18:03:47
Added: .HTTP_Features.tsv
Log:
The HTTP editorial group needs a checklist for what has been
implemented in the latest release of Apache, since that will
influence what is included in the eventual "Draft Standard".
Revisio
fielding98/03/25 20:47:55
Modified:.STATUS
Log:
Dark... rain... must be time for a STATUS update.
Revision ChangesPath
1.209 +8 -15 apache-1.3/STATUS
Index: STATUS
===
RCS file
fielding98/03/25 23:13:44
Modified:.STATUS
Log:
Add my comments/votes. Fixed the formatting and removed the
kindler, gentler form of saying "piss off" to a proposal.
Revision ChangesPath
1.30 +108 -92 apache-2.0/STATUS
Ind
fielding98/03/25 23:56:33
Modified:.STATUS
Log:
Put guidelines to the vote.
Revision ChangesPath
1.210 +12 -23apache-1.3/STATUS
Index: STATUS
===
RCS file: /home/cvs/apache-1.3
fielding98/03/30 20:41:06
Modified:.STATUS
Log:
strangely cold and sunny
Revision ChangesPath
1.248 +7 -3 apache-1.3/STATUS
Index: STATUS
===
RCS file: /home/cvs/apache-1.3/STATUS,v
fielding98/04/03 13:08:48
Modified:.STATUS
Log:
Woohoo, sunny today. Note patch from Arnt Gulbrandsen.
Revision ChangesPath
1.260 +8 -2 apache-1.3/STATUS
Index: STATUS
===
RCS file
fielding98/04/05 15:38:29
Modified:.STATUS
Log:
More votes, keep them from being hidden under meaningless comments
[meaningful comments are a good thing]
Revision ChangesPath
1.262 +8 -8 apache-1.3/STATUS
Index: STATUS
fielding98/04/05 16:16:11
Modified:src CHANGES
src/main http_main.c http_protocol.c
Log:
Reduce logging level of "normal" warning messages to APLOG_INFO,
since we are now logging APLOG_WARNING by default.
Revision ChangesPath
1.757
fielding98/04/06 18:26:39
Modified:.STATUS
Log:
A good way to ensure that we never come to a decision is to change
the voting options without carrying-over the votes already cast,
as was done when this was split into mutually contradictory alternatives.
Merge them
fielding98/04/06 19:47:10
Modified:.STATUS
Log:
After testing, apx_whatever is too ugly for me to +1 it.
Revision ChangesPath
1.268 +1 -1 apache-1.3/STATUS
Index: STATUS
===
RCS
fielding98/04/08 17:42:58
Modified:.ABOUT_APACHE STATUS
src/test/rename README
Log:
swab the decks
Revision ChangesPath
1.10 +10 -10apache-1.3/ABOUT_APACHE
Index: ABOUT_APACHE
fielding98/04/23 20:39:30
Modified:.HTTP_Features.tsv
Log:
As near as I can tell, this is accurate up to the current snapshot.
AG needs a volunteer to submit the data "officially" (stupid form).
I'll send it to the editors unofficially.
Revision
fielding98/06/23 17:22:26
Modified:.in_the_news.html
Log:
Speaking of falling behind ... let's at least give the press a clue
to find those articles that are accurate.
Revision ChangesPath
1.35 +32 -0 apache-site/in_the_news.html
fielding98/06/24 19:52:29
Modified:.in_the_news.html
Added: press22Jun98.html 22Jun98.txt
Log:
Add the Apache Group's press release of 22 June 1998.
Revision ChangesPath
1.38 +1 -0 apache-site/in_the_news.html
Index: in_the_news
fielding98/06/24 20:22:24
Modified:.ABOUT_APACHE.html
contributors index.html
Log:
Reactivate me.
Revision ChangesPath
1.17 +8 -17 apache-site/ABOUT_APACHE.html
Index: ABOUT_APACHE.html
fielding98/07/21 21:00:47
Modified:.STATUS
Log:
Remember what I just wasted a couple hours verifying.
Revision ChangesPath
1.447 +5 -0 apache-1.3/STATUS
Index: STATUS
===
RCS file
fielding98/07/21 21:03:00
Modified:.ABOUT_APACHE
Log:
Ready to vote on 1.3 issues again.
Revision ChangesPath
1.20 +1 -1 apache-1.3/ABOUT_APACHE
Index: ABOUT_APACHE
===
RCS file
fielding98/07/21 22:48:21
Modified:src CHANGES
src/main http_protocol.c
Log:
Fixed problem with buffered response message not being sent for
the read_request error conditions of URI-too-long (414) and
malformed header fields (400). We now create enough of
fielding98/07/28 23:53:09
Modified:.STATUS
Log:
The ptrans ugliness is not worth fixing til 2.0, and Dean has already
fixed it in the apache-nspr code.
Revision ChangesPath
1.451 +0 -5 apache-1.3/STATUS
Index: STATUS
fielding98/08/01 15:52:42
Modified:.ABOUT_APACHE.html
Log:
Update to match ABOUT_APACHE
Revision ChangesPath
1.19 +0 -2 apache-site/ABOUT_APACHE.html
Index: ABOUT_APACHE.html
fielding98/08/01 17:10:30
Modified:.STATUS
Log:
Add status of binary builds.
Revision ChangesPath
1.452 +27 -0 apache-1.3/STATUS
Index: STATUS
===
RCS file: /home/cvs/apache-1.3
fielding98/08/01 21:43:19
Modified:src CHANGES
src/main http_main.c http_protocol.c
Log:
Allow ap_read_request errors to propagate through the normal request
handling loop so that the connection can be properly closed with
lingering_close, thus avoiding a
fielding98/08/08 23:37:19
Modified:src CHANGES
src/include http_config.h httpd.h
src/main http_config.c http_protocol.c
Log:
Added default limits for various aspects of reading a
client request to avoid some simple denial of service attacks
fielding98/08/09 18:20:58
Added: src/test test_limits.c
Log:
A quick and dirty program for testing request limits.
Obtained from: Dag-Erling Coidan <[EMAIL PROTECTED]>, plus changes by Roy
Revision ChangesPath
1.1 apache-1.3/src/test/test_li
fielding98/08/09 21:16:16
Modified:src CHANGES
src/include http_config.h http_core.h httpd.h
src/main http_config.c http_core.c http_protocol.c
Log:
Fixed request limit change to be more portable. Removed the server_rec
variables since compile
fielding98/08/09 21:23:03
Modified:src/include httpd.h
Log:
Use 8190 as the limit since it is more efficient, and explain
why that is the case.
Revision ChangesPath
1.234 +5 -2 apache-1.3/src/include/httpd.h
Index: httpd.h
fielding98/08/11 02:26:25
Modified:src CHANGES
src/include http_config.h httpd.h
src/main http_config.c http_core.c http_protocol.c
Log:
Once more, with feeling... add back limit_req_line, limit_req_fieldsize,
and limit_req_fields to server_rec
fielding98/08/11 02:34:02
Modified:.mmn.txt
Log:
19980811 (1.3.2-dev) - added limit_req_line, limit_req_fieldsize, and
limit_req_fields to server_rec.
- added limit_req_body to core_dir_config and
fielding98/08/11 17:29:16
Modified:htdocs/manual/mod core.html directives.html
Log:
Documentation for the LimitRequest* directives.
Revision ChangesPath
1.131 +199 -1apache-1.3/htdocs/manual/mod/core.html
Index: core.html
fielding98/08/11 17:31:45
Modified:htdocs/manual/mod core.html
Log:
Forgot that LimitRequestBody is allowed everywhere.
Revision ChangesPath
1.132 +2 -1 apache-1.3/htdocs/manual/mod/core.html
Index: core.html
fielding98/09/14 18:19:35
Modified:src/main http_main.c
Log:
Fix gcc warning on Solaris --> pid_t and %d don't match.
Revision ChangesPath
1.391 +4 -3 apache-1.3/src/main/http_main.c
Index: htt
fielding98/09/15 12:47:46
Modified:src CHANGES Configure
src/helpers GuessOS
src/include ap_config.h hsregex.h
src/main http_main.c
src/os/unix os.c
src/regex regcomp.c regex2.h regexec.c regfree.c
Log
fielding98/09/19 23:22:46
Modified:.README.NT
Log:
Clean up some of the information and merge the warning from WARNING-NT.TXT.
Revision ChangesPath
1.12 +33 -21apache-1.3/README.NT
Index: README.NT
fielding98/09/19 23:29:57
Removed: .WARNING-NT.TXT
Log:
Moved to the README.NT, where it belongs.
fielding98/09/19 23:50:57
Modified:.STATUS
Log:
A day spent on the beach chucking horse shoes is better than
a night spent hacking on Apache.
Revision ChangesPath
1.480 +12 -16apache-1.3/STATUS
Index: STATUS
fielding98/09/23 16:12:41
Modified:.STATUS
Log:
Update release status and binary table.
Revision ChangesPath
1.489 +15 -51apache-1.3/STATUS
Index: STATUS
===
RCS file: /home/cvs
fielding98/09/25 15:45:01
Modified:src/main http_config.c http_protocol.c
Log:
Fix warnings and add error-notes to HTTP_REQUEST_URI_TOO_LARGE.
Revision ChangesPath
1.131 +4 -1 apache-1.3/src/main/http_config.c
Index: http_config.c
fielding98/09/25 15:49:39
Modified:src/main http_config.c
Log:
Ooops. Friday it is. Undo last unintended commit.
Revision ChangesPath
1.132 +1 -4 apache-1.3/src/main/http_config.c
Index: http_config.c
fielding98/09/25 16:24:19
Modified:src CHANGES
Log:
Add log entry for the save errno fix that we both committed at the
same time.
Revision ChangesPath
1.1080+4 -2 apache-1.3/src/CHANGES
Index: CHANGES
fielding98/09/25 17:07:09
Modified:src CHANGES
src/main http_config.c
Log:
Reconstructed the loop through multiple htaccess file names so
that missing files are not confused with unreadable files.
Revision ChangesPath
1.1081+4 -0 apache-1.3
fielding98/10/03 03:03:22
Modified:.index.html
Added: .mmn.txt.asis
Removed: .mmn.txt
Log:
The table of module magic number values has been moved inside ap_mmn.h,
so forward developers there rather than keep a duplicate copy.
Revision
fielding98/10/03 03:46:51
Modified:src CHANGES
src/include ap_config.h
Log:
Remove extra HAVE_SYS_RESOURCE_H define for RHAPSODY since
it is now taken care of properly by the header file tests.
Submitted by: Wilfredo Sanchez <[EMAIL PROTECTED]>
Re
fielding98/10/03 04:04:45
Modified:src CHANGES
Log:
Quote paths in default configuration files.
Submitted by: Wilfredo Sanchez <[EMAIL PROTECTED]>
Reviewed by: Roy Fielding, Ralf S. Engelschall
Revision ChangesPath
1.1089+2 -0 apache-1.3/src/C
1 - 100 of 480 matches
Mail list logo