cvs commit: apache-1.3/src CHANGES

1998-05-03 Thread ben
ben 98/05/02 16:27:05 Modified:src CHANGES Log: Document UNC overhaul. Revision ChangesPath 1.808 +2 -0 apache-1.3/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache-1.3 STATUS

1998-05-03 Thread jim
jim 98/05/02 17:44:07 Modified:.STATUS Log: Update STATUS with a date and some issues Revision ChangesPath 1.348 +7 -18 apache-1.3/STATUS Index: STATUS === RCS file:

cvs commit: apache-devsite/apidoc README dict-ap_cpystrn.html dict-ap_destroy_pool.html dict-ap_make_sub_pool.html

1998-05-03 Thread coar
coar98/05/02 18:24:11 Added: apidoc README dict-ap_cpystrn.html dict-ap_destroy_pool.html dict-ap_make_sub_pool.html Log: Some initial population for the API docco development directory. Seeds as it were..

cvs commit: apache-1.3 STATUS

1998-05-03 Thread dgaudet
dgaudet 98/05/02 19:57:46 Modified:.STATUS Log: Revision ChangesPath 1.349 +2 -1 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v retrieving

cvs commit: apache-1.3/src CHANGES

1998-05-03 Thread rse
rse 98/05/03 03:22:31 Modified:.STATUS Makefile.tmpl src CHANGES Log: Make sure the agent_log and referer_log entries are also adjusted in httpd.conf at the APACI installation process. PR: 2175 Revision ChangesPath 1.350 +1 -0

cvs commit: apache-1.3/src/main http_core.c

1998-05-03 Thread ben
ben 98/05/03 03:37:07 Modified:src/main http_core.c Log: Complain if we have more than 64 threads in Win32. Revision ChangesPath 1.190 +5 -0 apache-1.3/src/main/http_core.c Index: http_core.c

cvs commit: apache-1.3 STATUS

1998-05-03 Thread rse
rse 98/05/03 09:29:39 Modified:.STATUS Log: remember two of my available patches and some votes... Revision ChangesPath 1.353 +20 -2 apache-1.3/STATUS Index: STATUS === RCS file:

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1998-05-03 Thread jim
jim 98/05/03 09:46:50 Modified:.STATUS src CHANGES src/modules/standard mod_autoindex.c Log: PR: 2112 Submitted by: Jim Jagielski Reviewed by: Dean Gaudet, Ralf Engelschall Revision ChangesPath 1.354 +1 -5

cvs commit: apache-1.3/src/include alloc.h ap.h buff.h compat.h conf.h explain.h fnmatch.h http_conf_globals.h http_config.h http_core.h http_log.h http_main.h http_protocol.h http_request.h http_vhost.h httpd.h md5.h multithread.h rfc1413.h scoreboard.h util_date.h util_md5.h util_script.h util_uri.h

1998-05-03 Thread jim
jim 98/05/03 10:31:16 Modified:.STATUS src CHANGES src/include alloc.h ap.h buff.h compat.h conf.h explain.h fnmatch.h http_conf_globals.h http_config.h http_core.h http_log.h http_main.h

cvs commit: apache-1.3/src Configure

1998-05-03 Thread rse
rse 98/05/03 11:45:56 Modified:src Configure Log: Patterns don't work inside ticks. Submitted by: Jens-Uwe Mager Reviewed by: Ralf S. Engelschall Revision ChangesPath 1.253 +1 -1 apache-1.3/src/Configure Index: Configure

cvs commit: apache-devsite/apidoc api.list

1998-05-03 Thread coar
coar98/05/03 12:45:56 Added: apidoc api.list Log: Here's the data file which defines all the API entities. It's documented internally as to format. Revision ChangesPath 1.1 apache-devsite/apidoc/api.list Index: api.list

cvs commit: apache-devsite/apidoc api-dict.html

1998-05-03 Thread coar
coar98/05/03 12:48:42 Added: apidoc api-dict.html Log: This file defines the template into which the generated API dictionary is inserted. Internally documented. Revision ChangesPath 1.1 apache-devsite/apidoc/api-dict.html

cvs commit: apache-devsite/apidoc mkapidict

1998-05-03 Thread coar
coar98/05/03 13:00:23 Added: apidoc mkapidict Log: This is the Perl script that turns the api-dict.html template, the api.list definition file, and the dict-*.html entity documentation files into a single monolithic cross-referenced dictionary.