dgaudet 98/04/01 12:53:17
Modified:src/main http_protocol.c
Log:
Yup it's safe to remove the extra method_number stuff Martin. It's not
used for subrequests.
Revision ChangesPath
1.207 +0 -21 apache-1.3/src/main/http_protocol.c
Index: http_protocol.c
==
martin 98/04/01 06:44:42
Modified:. STATUS
Log:
Oops -- forgot to note CONNECT proxy fix in previous commit
Revision ChangesPath
1.253 +1 -0 apache-1.3/STATUS
Index: STATUS
===
RCS
martin 98/04/01 06:41:45
Modified:src/include util_uri.h
src/main http_protocol.c util_uri.c
src/modules/proxy mod_proxy.c
Log:
After recent changes, the proxying of "CONNECT host:port HTTP/1.0" requests
(as are issued by current browsers for https
martin 98/04/01 06:24:37
Modified:src/main http_main.c http_request.c
src/modules/standard mod_cgi.c mod_include.c mod_rewrite.c
mod_userdir.c
Log:
Remove unreferenced variables
Revision ChangesPath
1.318 +2 -3 apache-1.3
martin 98/04/01 06:12:34
Modified:src README.EBCDIC
Log:
Update to currently working module stati
Revision ChangesPath
1.4 +3 -4 apache-1.3/src/README.EBCDIC
Index: README.EBCDIC
===
martin 98/04/01 06:09:09
Modified:src/os/bs2000 ebcdic.c ebcdic.h
Log:
Correct the type of the translation tables: now cocnsistently 'const unsigned
char[]'
Revision ChangesPath
1.6 +3 -3 apache-1.3/src/os/bs2000/ebcdic.c
Index: ebcdic.c
=
martin 98/04/01 06:03:58
Modified:htdocs/manual ebcdic.html
Log:
Update EBCDIC document, add Status table
Revision ChangesPath
1.3 +307 -13 apache-1.3/htdocs/manual/ebcdic.html
Index: ebcdic.html
===
martin 98/04/01 06:03:06
Modified:. STATUS
Log:
Vote - and note fix of proxy_util to accept and pass URL's in the format
http://user:[EMAIL PROTECTED]/
Revision ChangesPath
1.252 +5 -4 apache-1.3/STATUS
Index: STATUS
=
martin 98/04/01 05:55:31
Modified:src/modules/proxy proxy_util.c
Log:
A request like http://user:[EMAIL PROTECTED]/path would be rejected by the
proxy_canon_netloc() routine if the caller (proxy_fixup in this case)
would not be interested in the username/password. In this case,
rse 98/04/01 05:53:44
Modified:htdocs/manual sourcereorg.html
Log:
Just one more place where we had to add information about
the new stuff to make sure the user gets informed about them.
Revision ChangesPath
1.9 +13 -0 apache-1.3/htdocs/manual/sourcereorg
rse 98/04/01 05:42:10
Modified:. Announcement
Log:
While I'm cleaning up documents, I've also done this first cut for an 1.3b6
announcement (sometimes we have to actually start thinking about it ;-)
Revision ChangesPath
1.11 +28 -18apache-1.3/Announ
rse 98/04/01 05:16:40
Modified:. Makefile.tmpl
conf httpd.conf-dist
Log:
Make sure at least one LoadModule line exists and that it's really just an
example and not a real one. Because the real ones are automatically added by
APACI's "make install"
rse 98/04/01 04:59:58
Modified:. README INSTALL
src INSTALL
Log:
Reorganisation and cleanup of the README, INSTALL and src/INSTALL
files to avoid confusion by the user:
1. Merge the installation and compilation instructions for the manual way f
rse 98/04/01 04:24:54
Modified:src Configuration.tmpl
Log:
Ops, UnixWare _is_ supported. AIX is the bad guy.
Revision ChangesPath
1.91 +2 -2 apache-1.3/src/Configuration.tmpl
Index: Configuration.tmpl
rse 98/04/01 04:23:13
Modified:. CHANGES
htdocs/manual new_features_1_3.html
Log:
Give details about the greatly improved and extended
shared object support in Apache 1.3
Revision ChangesPath
1.19 +24 -0 apache-1.3/CHANGES
Index
rse 98/04/01 03:48:29
Modified:src/support apxs.pl
Log:
Perl 5.003 should work, too. Because apxs.pl uses "my" only as stand-alone and
not inside any control structure (only in Perl 5.004). But a lot of systems
have Perl 5.003 or 5.003_XX installed.
Revision Changes
dgaudet 98/04/01 03:48:13
Modified:src CHANGES http_protocol.c
Log:
parse_uri didn't test for nul properly
PR: 2019
Submitted by: Patrick Bihan-Faou <[EMAIL PROTECTED]>
Revision ChangesPath
1.305 +3 -0 apache-1.2/src/CHANGES
Index: CHA
rse 98/04/01 03:45:21
Modified:src/support Makefile.tmpl
Log:
update dependency list: "cls" is now in src/test/ while "ab" is new.
Revision ChangesPath
1.14 +1 -1 apache-1.3/src/support/Makefile.tmpl
Index: Makefile.tmpl
=
rse 98/04/01 03:39:57
Modified:. Makefile.tmpl
src .cvsignore
Log:
Make the "install-can-go optimization-file" less generic in name and make
sure CVS doen't complain about it.
Revision ChangesPath
1.6 +3 -3 apache-1.3/Makefile
rse 98/04/01 03:28:38
Modified:src CHANGES
. INSTALL STATUS configure Makefile.tmpl
Log:
Just a little APACI option to provide a way for the user to install Apache
without the support tools when he has problems with it (for instance compiling
them
dgaudet 98/03/31 17:31:13
Modified:src/main buff.c
Log:
clean up "Pointers are not assignment-compatible." on hpux... I hate
this char vs unsigned char crap.
Revision ChangesPath
1.71 +6 -6 apache-1.3/src/main/buff.c
Index: buff.c
==
21 matches
Mail list logo