dgaudet 97/07/19 21:05:58
Modified:src http_main.c
Log:
Dean whistles innocently as he fixes the ordering of the arguments to kill().
Revision ChangesPath
1.182 +1 -1 apache/src/http_main.c
Index: http_main.c
=
dgaudet 97/07/19 18:20:12
Modified:contributors index.html
Log:
Time to update my entry.
Revision ChangesPath
1.13 +5 -4 apache-site/contributors/index.html
Index: index.html
===
RCS file:
dougm 97/07/19 15:34:06
Modified:src buff.h
Log:
argh. fixed line-wrap mess from t_handle patch
Submitted by: Doug MacEachern
Revision ChangesPath
1.21 +1 -3 apache/src/buff.h
Index: buff.h
==
dougm 97/07/19 15:29:25
Modified:src buff.h
Log:
added transport handle slot (t_handle) to the BUFF structure
Submitted by: Doug MacEachern
Reviewed by: Dean Gaudet
Revision ChangesPath
1.20 +5 -0 apache/src/buff.h
Index: buff.h
==
dougm 97/07/19 15:26:57
Modified:src CHANGES
Log:
logged change for t_handle
Revision ChangesPath
1.353 +11 -2 apache/src/CHANGES
Index: CHANGES
===
RCS file: /export/home/cvs/apache/
dgaudet 97/07/19 15:16:46
Modified:src/modules/proxy proxy_cache.c
Log:
Make proxy compile on unix hosts again -- there was a double include of
conf.h.
Revision ChangesPath
1.20 +1 -3 apache/src/modules/proxy/proxy_cache.c
Index: proxy_cache.c
ndex: http_config.h
===
RCS file: /export/home/cvs/apache/src/http_config.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -C3 -r1.37 -r1.38
*** http_config.h 1997/07/17 23:30:07 1.37
--- http_config.h 1997/07/19 20
fielding97/07/19 13:17:45
Modified:src Tag: APACHE_1_2_X CHANGES http_core.c
http_protocol.c http_protocol.h http_request.c
Log:
In HTTP/1.1, whether or not a request message contains a body
is independent of the request method and based solely on th
ben 97/07/19 13:16:24
Modified:src ApacheCore.mak Makefile.nt alloc.h http_main.c
md5.h md5c.c mod_mime.c multithread.h util_date.c
util_date.h
src/modules/proxy mod_proxy.c mod_proxy.h proxy_cache.c
fielding97/07/19 12:42:19
Modified:src CHANGES httpd.h
Log:
Introduced APACHE_RELEASE numeric symbol, since branching a release
makes a date meaningless for feature comparisons. The format is
jnnffbb(j = major number, nn = minor, ff = bugfix, bb = beta)
No
fielding97/07/19 12:13:59
Modified:src Tag: APACHE_1_2_X CHANGES httpd.h
Log:
Replaced APACHE_RELEASE_DATE with APACHE_RELEASE number, since branching
a release makes the date meaningless for feature comparisons. The format is
jnnffbb(j = major number, nn = mi
dgaudet 97/07/19 11:32:25
Modified:htdocs/manual/misc known_bugs.html
Log:
Add Roy's blurb about sunos4.
Revision ChangesPath
1.25 +7 -2 apache/htdocs/manual/misc/known_bugs.html
Index: known_bugs.html
coar97/07/19 08:59:51
Modified:. index.html
Log:
Linked in the HTMLised ABOUT_APACHE page. The info/ directory
probably needs to be cleaned up some now, as noted by Brian.
Revision ChangesPath
1.28 +10 -1 apache-site/index.html
Ind
dgaudet 97/07/19 03:20:52
Modified:src CHANGES http_protocol.c
Log:
PR#815: get_client_block() returns wrong length if policy is
REQUEST_CHUNKED_DECHUNK
Submitted by: Kenichi Hori <[EMAIL PROTECTED]>
Reviewed by: Dean Gaudet
Revision ChangesPath
1.350
dgaudet 97/07/19 02:48:06
Modified:src CHANGES mod_imap.c
Log:
PR#807: Support frontpage image map syntax.
Submitted by: "Chris O'Byrne" <[EMAIL PROTECTED]>
Reviewed by: Dean Gaudet
Revision ChangesPath
1.349 +4 -0 apache/src/CHANGES
Index: CHA
dgaudet 97/07/19 02:34:34
Modified:src CHANGES Configure
Log:
PR#846: swap order of -lsocks and -lresolv for solaris
Submitted by: "Darren O'Shaughnessy" <[EMAIL PROTECTED]>
Revision ChangesPath
1.348 +3 -0 apache/src/CHANGES
Index: CHANGES
dgaudet 97/07/19 02:30:46
Modified:htdocs/manual/misc descriptors.html
Log:
Update note about AIX descriptors.
Revision ChangesPath
1.5 +3 -3 apache/htdocs/manual/misc/descriptors.html
Index: descriptors.html
dgaudet 97/07/19 02:02:49
Modified:src CHANGES mod_info.c
Log:
AddModuleInfo directive for mod_info which allows you to annotate
the output of mod_info
Submitted by: "Lou D. Langholtz" <[EMAIL PROTECTED]>
Reviewed by: Dean Gaudet
Revision ChangesPath
1.347
dgaudet 97/07/19 01:58:37
Modified:htdocs/manual new_features_1_3.html
htdocs/manual/mod mod_proxy.html
src CHANGES
src/modules/proxy mod_proxy.c mod_proxy.h proxy_ftp.c
proxy_http.c proxy_util.c
Log:
NoPro
dgaudet 97/07/19 01:17:18
Modified:src Tag: APACHE_1_2_X mod_negotiation.c
Log:
Minor tweak to fix a problem with the fix to PR#94.
Reviewed by: Alexei Kosut, Randy Terbush
Submitted by: Paul Sutton
Revision ChangesPath
No revision
dgaudet 97/07/19 01:16:15
Modified:src mod_negotiation.c
Log:
PR#94: Content negot fails unless each varient has a charset
This was applied to 1.2.1 but missed in 1.3. We also include here a
later update from Paul.
Reviewed by: Dean Gaudet, Alexei Kosut, Randy Terbus
dgaudet 97/07/19 01:03:54
Modified:src http_request.c
Log:
add a comment about proxy auth
Revision ChangesPath
1.64 +4 -0 apache/src/http_request.c
Index: http_request.c
===
RCS file:
dgaudet 97/07/19 01:02:09
Modified:src http_protocol.c http_request.c mod_auth.c
mod_auth_anon.c mod_auth_db.c mod_auth_dbm.c
mod_auth_msql.c mod_digest.c
Log:
Move the proxy auth status test into die() so that nothing else reall
23 matches
Mail list logo