Re: cvs commit: apache RULES.CVS

1996-03-18 Thread Ben Laurie
Ermmm ... wasn't it you who said not to have discussions on apache-cvs a while back? Anyway... In reply to Ben Laurie who said ben 96/03/18 02:28:23 Added: . RULES.CVS Log: First attempt at a rules file for CVS. Note that I didn't make these rules

cvs commit: apache/src mod_proxy.c

1996-03-30 Thread Ben Laurie
ben 96/03/30 07:38:42 Modified:src mod_proxy.c Log: (Oops) Quickly fix // style comments before people shout at me. Revision ChangesPath 1.12 +6 -4 apache/src/mod_proxy.c Index: mod_proxy.c

cvs commit: apache/src mod_proxy.c

1996-03-01 Thread Ben Laurie
ben 96/03/01 05:12:34 Modified:src mod_proxy.c Log: (int) NULL is a most disgusting construct, and wrong anyway - to invalidate a file descriptor you should use -1, not 0. Revision ChangesPath 1.6 +1 -1 apache/src/mod_proxy.c

cvs commit: apache/src mod_dir.c

1996-04-12 Thread Ben Laurie
ben 96/04/12 10:45:06 Modified:src mod_dir.c Log: Fix a curious and strictly incorrect declaration. Reported By: Igor Sereda [EMAIL PROTECTED] Revision ChangesPath 1.7 +1 -1 apache/src/mod_dir.c Index: mod_dir.c

cvs commit: apache/src http_main.c

1996-04-17 Thread Ben Laurie
ben 96/04/17 09:36:36 Modified:src http_main.c Log: Various system calls were not logging errors properly. Fixed. Revision ChangesPath 1.23 +4 -4 apache/src/http_main.c Index: http_main.c

cvs commit: apache/src Makefile.tmpl

1996-06-14 Thread Ben Laurie
ben 96/06/14 09:24:28 Modified:src Makefile.tmpl Log: Submitted by: Heiko Schlittermann [EMAIL PROTECTED] Reviewed by: Ben Laurie Yes, there is a better way to generate an error than 'expr '. Doh! Revision ChangesPath 1.14 +1 -3 apache/src

cvs commit: apache/src CHANGES

1996-06-22 Thread Ben Laurie
! *) Allow ScanHTMLTitles to work with lowercase title tags. [Alexei Kosut] ! ! *) Bugs which were fixed: ! a) yet more mod_proxy bugs [Ben Laurie] Changes with Apache 1.1b4: ! *) r-bytes_sent variable restored. [Robert Thau] ! *) Previously broken multi-method Limit

cvs commit: apache/src CHANGES http_config.c

1996-06-29 Thread Ben Laurie
default to main server keepalive parameters. + [Alexei Kosut, Ben Laurie] + *) Allow ScanHTMLTitles to work with lowercase title tags. [Alexei Kosut] *) Bugs which were fixed: 1.13 +2 -2 apache/src/http_config.c Index: http_config.c

cvs commit: apache/src Configuration.tmpl

1996-06-29 Thread Ben Laurie
ben 96/06/29 12:59:26 Modified:src Configuration.tmpl Log: Correct spelling mistake in SOCKSification. Revision ChangesPath 1.20 +1 -1 apache/src/Configuration.tmpl Index: Configuration.tmpl

cvs commit: apache/src CHANGES conf.h http_bprintf.c

1996-06-29 Thread Ben Laurie
Laurie] + *) Make virtual hosts default to main server keepalive parameters. [Alexei Kosut, Ben Laurie] 1.17 +1 -0 apache/src/conf.h Index: conf.h === RCS file: /export/home/cvs

cvs commit: apache/src CHANGES mod_status.c

1996-06-29 Thread Ben Laurie
+ *) Bring NeXT support up to date. [Takaaki Matsumoto] + *) Bring QNX support up to date. [Ben Laurie] *) Make virtual hosts default to main server keepalive parameters. 1.25 +8 -0 apache/src/mod_status.c Index: mod_status.c

cvs commit: apache/src CHANGES http_config.c http_config.h http_main.c httpd.h scoreboard.h

1996-07-16 Thread Ben Laurie
--- 1,8 + Changes with Apache 1.2b1: + + *) Graceful restart code added. This allows the server to restart without + losing current connections on receipt of signal 2 (SIGINT). [Ben Laurie] + Changes with Apache 1.1.1: *) Fixed bug where Cookie module

cvs commit: apache/src conf.h http_bprintf.c http_main.c

1996-07-16 Thread Ben Laurie
ben 96/07/16 12:57:29 Modified:src conf.h http_bprintf.c http_main.c Log: Fix long double warning for IRIX. Revision ChangesPath 1.19 +2 -1 apache/src/conf.h Index: conf.h ===

cvs commit: apache/src http_main.c

1996-07-16 Thread Ben Laurie
ben 96/07/16 15:14:57 Modified:src http_main.c Log: Fix warning. Revision ChangesPath 1.50 +1 -1 apache/src/http_main.c Index: http_main.c === RCS file:

cvs commit: apache/src Configuration.tmpl conf.h rfc1413.c

1996-07-16 Thread Ben Laurie
ben 96/07/16 15:22:11 Modified:src Configuration.tmpl conf.h rfc1413.c Log: HPUX 10 fixes. Revision ChangesPath 1.21 +2 -0 apache/src/Configuration.tmpl Index: Configuration.tmpl

cvs commit: apache/src CHANGES conf.h http_main.c

1996-07-17 Thread Ben Laurie
*) Graceful restart code added. This allows the server to restart without losing current connections on receipt of signal 2 (SIGINT). [Ben Laurie] + *) Added BROKEN_WAIT flag to conf.h, to be used on systems which fail to + reap their children correctly (symptom: mod_status

cvs commit: apache/src http_main.c

1996-07-18 Thread Ben Laurie
ben 96/07/18 11:27:20 Modified:src http_main.c Log: Fix compiler warning. Revision ChangesPath 1.52 +3 -1 apache/src/http_main.c Index: http_main.c === RCS file:

cvs commit: apache/src alloc.c alloc.h http_main.c

1996-07-21 Thread Ben Laurie
ben 96/07/21 07:49:04 Modified:src alloc.c alloc.h http_main.c Log: Fix old-style restarts (broken by graceful restarts). Also move graceful restarts to SIGUSR1 instead of SIGINT. Revision ChangesPath 1.7 +5 -0 apache/src/alloc.c Index:

cvs commit: apache/src/regex regex2.h

1996-07-24 Thread Ben Laurie
ben 96/07/24 06:52:28 Modified:src/regex regex2.h Log: Fix compiler warnings. Revision ChangesPath 1.2 +5 -5 apache/src/regex/regex2.h Index: regex2.h === RCS file:

cvs commit: apache/src/regex .cvsignore

1996-07-27 Thread Ben Laurie
ben 96/07/27 05:36:50 Modified:src/regex .cvsignore Log: Ignore executable re produced during make. Revision ChangesPath 1.2 +2 -0 apache/src/regex/.cvsignore Index: .cvsignore ===

cvs commit: apache/src conf.h http_config.c http_config.h http_core.c http_core.h

1996-07-27 Thread Ben Laurie
ben 96/07/27 06:08:31 Modified:src conf.h http_config.c http_config.h http_core.c http_core.h Log: Major rehash of setrlimit stuff, for two reasons, first, to make it compile, and second, to remove much redundant code. Revision Changes

cvs commit: apache/src http_core.c

1996-07-27 Thread Ben Laurie
ben 96/07/27 06:25:06 Modified:src http_core.c Log: Makes setrlimit stuff burn less memory, and also tidies it up some more. Revision ChangesPath 1.22 +23 -19apache/src/http_core.c Index: http_core.c

cvs commit: apache/src http_config.c

1996-07-27 Thread Ben Laurie
ben 96/07/27 10:18:26 Modified:src http_config.c Log: Use stderr instead of creating a new FILE *, mainly to avoid bugs on some OSes, but also because it is cleaner. Revision ChangesPath 1.17 +1 -1 apache/src/http_config.c Index: http_config.c

cvs commit: apache/src/regex Makefile

1996-07-28 Thread Ben Laurie
ben 96/07/28 03:32:19 Modified:src Configuration.tmpl Makefile.tmpl src/regex Makefile Log: Make ranlib work, when it doesn't (as it were). Clean up regex inheritance of Apache flags. Revision ChangesPath 1.22 +6 -0

cvs commit: apache/src util_script.c

1996-08-06 Thread Ben Laurie
ben 96/08/06 11:30:40 Modified:src util_script.c Log: Undo accidental change... Revision ChangesPath 1.18 +1 -1 apache/src/util_script.c Index: util_script.c === RCS file:

cvs commit: apache/src Configure

1996-08-17 Thread Ben Laurie
ben 96/08/17 07:18:22 Modified:src Configure Log: Add -lcrypt to BSD486. Revision ChangesPath 1.10 +1 -0 apache/src/Configure Index: Configure === RCS file:

cvs commit: apache/src http_main.c

1996-08-19 Thread Ben Laurie
ben 96/08/19 11:44:17 Modified:src http_main.c Log: Add directive listing option. Revision ChangesPath 1.61 +22 -2 apache/src/http_main.c Index: http_main.c === RCS file:

cvs commit: apache/src CHANGES

1996-08-19 Thread Ben Laurie
ben 96/08/19 13:59:22 Modified:src CHANGES Log: Document -h flag. Revision ChangesPath 1.52 +5 -1 apache/src/CHANGES

cvs commit: apache/src util.c

1996-08-19 Thread Ben Laurie
ben 96/08/19 15:58:33 Modified:src util.c Log: Remove strange unused code of unknown provenance. Revision ChangesPath 1.17 +0 -38 apache/src/util.c Index: util.c === RCS file:

cvs commit: CVSROOT log_accum.pl

1996-08-24 Thread Ben Laurie
ben 96/08/24 04:17:12 Modified:. log_accum.pl Log: Try to diagnose missing change entries in email. Revision ChangesPath 1.20 +3 -2 CVSROOT/log_accum.pl Index: log_accum.pl ===

cvs commit: apache/src CHANGES

1996-08-24 Thread Ben Laurie
ben 96/08/24 04:19:39 Modified:src CHANGES Log: Test. Revision ChangesPath 1.56 +3 -1 apache/src/CHANGES

cvs commit: CVSROOT log_accum.pl

1996-08-24 Thread Ben Laurie
ben 96/08/24 04:21:25 Modified:. log_accum.pl Log: Debug. Revision ChangesPath 1.21 +3 -2 CVSROOT/log_accum.pl Index: log_accum.pl === RCS file:

cvs commit: apache/src http_protocol.c

1996-08-24 Thread Ben Laurie
ben 96/08/24 08:48:22 Modified:src http_protocol.c Log: check_hostalias obliterated the server port number. Fixed. Revision ChangesPath 1.43 +3 -2 apache/src/http_protocol.c Index: http_protocol.c

cvs commit: apache/src http_protocol.c

1996-08-24 Thread Ben Laurie
ben 96/08/24 09:04:55 Modified:src http_protocol.c Log: Undo last change, it was misguided. But make check_hostalias static since it only really works once. Revision ChangesPath 1.44 +3 -4 apache/src/http_protocol.c Index: http_protocol.c

cvs commit: apache/src Makefile.tmpl

1996-09-08 Thread Ben Laurie
ben 96/09/08 05:19:10 Modified:src Makefile.tmpl Log: Restore missing space. Revision ChangesPath 1.24 +2 -2 apache/src/Makefile.tmpl Index: Makefile.tmpl === RCS file:

cvs commit: apache/src mod_cookies.c

1996-09-08 Thread Ben Laurie
ben 96/09/08 05:25:31 Modified:src mod_cookies.c Log: Use strchr instead of index. Revision ChangesPath 1.15 +2 -2 apache/src/mod_cookies.c Index: mod_cookies.c === RCS file:

cvs commit: apache/src Configuration.tmpl

1996-09-08 Thread Ben Laurie
ben 96/09/08 06:55:09 Modified:src Configuration.tmpl Log: Whoops. Missed out a small comment. Revision ChangesPath 1.34 +5 -3 apache/src/Configuration.tmpl Index: Configuration.tmpl

cvs commit: apache/src http_main.c

1996-09-23 Thread Ben Laurie
ben 96/09/23 02:53:34 Modified:src http_main.c Log: Add more interesting stuff to the -h option. Revision ChangesPath 1.69 +33 -2 apache/src/http_main.c Index: http_main.c === RCS

cvs commit: apache/src http_request.c

1996-10-16 Thread Ben Laurie
ben 96/10/16 10:29:23 Modified:src http_request.c Log: Add missing location_walk()s. Reviewed by: Alexei Kosut Revision ChangesPath 1.17 +3 -1 apache/src/http_request.c Index: http_request.c

cvs commit: apache/src http_request.c

1996-10-19 Thread Ben Laurie
ben 96/10/19 03:07:44 Modified:src http_request.c Log: Remove pointless location_walk(). Revision ChangesPath 1.19 +1 -2 apache/src/http_request.c Index: http_request.c === RCS

cvs commit: apache/src http_request.c

1996-10-19 Thread Ben Laurie
ben 96/10/19 07:20:22 Modified:src http_request.c Log: Correct miscounting of directories. Submitted by: Paul Sutton Revision ChangesPath 1.20 +5 -1 apache/src/http_request.c Index: http_request.c

cvs commit: apache/src http_request.c

1996-10-19 Thread Ben Laurie
ben 96/10/19 07:44:40 Modified:src http_request.c Log: Process Location after Files. Reviewed by: Alexei Kosut, Roy Fielding, Jim Jagielski Revision ChangesPath 1.21 +7 -7 apache/src/http_request.c Index: http_request.c

cvs commit: apache/src http_request.c

1996-10-19 Thread Ben Laurie
ben 96/10/19 08:17:07 Modified:src http_request.c Log: Apply Location sections before name translation. Revision ChangesPath 1.22 +19 -2 apache/src/http_request.c Index: http_request.c

cvs commit: apache/src http_protocol.c

1996-10-19 Thread Ben Laurie
ben 96/10/19 10:02:17 Modified:src http_protocol.c Log: An illegal response code caused Apache to dump core. Fixed. Revision ChangesPath 1.58 +4 -10 apache/src/http_protocol.c Index: http_protocol.c

cvs commit: apache/src http_protocol.h

1996-10-20 Thread Ben Laurie
ben 96/10/20 07:44:35 Modified:src http_protocol.h Log: Remove declaration for nonexistent function add_env_var(). Revision ChangesPath 1.10 +0 -4 apache/src/http_protocol.h Index: http_protocol.h

cvs commit: apache/src http_protocol.c http_protocol.h

1996-10-20 Thread Ben Laurie
ben 96/10/20 08:40:06 Modified:src http_protocol.c http_protocol.h Log: Correct spelling mistake. Revision ChangesPath 1.59 +1 -3 apache/src/http_protocol.c Index: http_protocol.c

cvs commit: apache/src http_config.c http_config.h http_core.c http_log.c http_log.h http_protocol.c http_protocol.h http_request.c http_request.h httpd.h mod_access.c mod_actions.c mod_alias.c mod_auth.c mod_browser.c mod_cgi.c mod_dir.c mod_env.c mod_include.c mod_log_config.c mod_mime.c mod_negotiation.c mod_userdir.c util.c util_script.c

1996-10-20 Thread Ben Laurie
ben 96/10/20 11:03:46 Modified:src http_config.c http_config.h http_core.c http_log.c http_log.h http_protocol.c http_protocol.h http_request.c http_request.h httpd.h mod_access.c mod_actions.c

cvs commit: apache/src http_protocol.c http_request.c http_request.h httpd.h util.c util_script.c util_script.h

1996-10-20 Thread Ben Laurie
ben 96/10/20 13:45:56 Modified:src http_protocol.c http_request.c http_request.h httpd.h util.c util_script.c util_script.h Log: Even more constification. Revision ChangesPath 1.61 +3 -3 apache/src/http_protocol.c Index:

cvs commit: apache/manual - New directory

1996-11-01 Thread Ben Laurie
ben 96/11/01 09:48:32 apache/manual - New directory

cvs commit: apache/manual/1.2 - New directory

1996-11-01 Thread Ben Laurie
ben 96/11/01 10:11:44 apache/manual/1.2 - New directory

cvs commit: apache-docs/html - New directory

1996-11-02 Thread Ben Laurie
ben 96/11/02 04:35:40 apache-docs/html - New directory

cvs commit: apache-docs/html LICENSE

1996-11-02 Thread Ben Laurie
ben 96/11/02 04:36:48 Added: html LICENSE Log: Import existing docs.

cvs commit: apache-docs/html/1.1 - New directory

1996-11-02 Thread Ben Laurie
ben 96/11/02 04:58:59 apache-docs/html/1.1 - New directory

cvs commit: apache-docs/html/1.2 - New directory

1996-11-02 Thread Ben Laurie
ben 96/11/02 04:58:59 apache-docs/html/1.2 - New directory

cvs commit: apache-docs/html/1.0/unref - New directory

1996-11-02 Thread Ben Laurie
ben 96/11/02 05:14:47 apache-docs/html/1.0/unref - New directory

cvs commit: apache-docs/html/1.0/unref/changelog - New directory

1996-11-02 Thread Ben Laurie
ben 96/11/02 05:15:20 apache-docs/html/1.0/unref/changelog - New directory

cvs commit: apache/src httpd.h

1996-11-23 Thread Ben Laurie
ben 96/11/23 15:18:53 Modified:src httpd.h Log: Minor correctness fix. Revision ChangesPath 1.62 +6 -6 apache/src/httpd.h Index: httpd.h === RCS file:

cvs commit: apache/src mod_cgi.c

1996-11-25 Thread Ben Laurie
ben 96/11/25 05:32:49 Modified:src mod_cgi.c Log: Squash a warning. Revision ChangesPath 1.22 +1 -1 apache/src/mod_cgi.c Index: mod_cgi.c === RCS file:

cvs commit: apache/htdocs/manual new_features_1_2.html

1996-11-26 Thread Ben Laurie
ben 96/11/26 12:09:58 Modified:htdocs/manual new_features_1_2.html Log: Numerous HTML cockups and broken links. Revision ChangesPath 1.3 +23 -23apache/htdocs/manual/new_features_1_2.html Index: new_features_1_2.html

cvs commit: apache/src http_main.c

1996-11-26 Thread Ben Laurie
ben 96/11/26 12:11:45 Modified:src http_main.c Log: Squash a bug with non-DNSed virtual hosts. Revision ChangesPath 1.90 +5 -0 apache/src/http_main.c Index: http_main.c === RCS

cvs commit: apache/src/helpers GuessOS

1996-12-03 Thread Ben Laurie
ben 96/12/03 06:15:31 Modified:src Configure src/helpers GuessOS Log: Configuration fixes for Ultrix, IRIX64, Unixware. Submitted by: various Apache users Revision ChangesPath 1.39 +14 -0 apache/src/Configure Index: Configure

cvs commit: apache/src conf.h

1996-12-03 Thread Ben Laurie
ben 96/12/03 09:44:28 Modified:src conf.h Log: NeXT fix. Revision ChangesPath 1.52 +7 -0 apache/src/conf.h Index: conf.h === RCS file: /export/home/cvs/apache/src/conf.h,v

cvs commit: apache/src mod_expires.c

1996-12-04 Thread Ben Laurie
ben 96/12/04 14:56:26 Modified:src mod_expires.c Log: Oops. Get isdigit() change right. Revision ChangesPath 1.4 +1 -1 apache/src/mod_expires.c Index: mod_expires.c === RCS

cvs commit: apache/src/helpers GuessOS

1996-12-05 Thread Ben Laurie
ben 96/12/05 02:29:12 Modified:src/helpers GuessOS Log: SCO5 and NCR fixes. Revision ChangesPath 1.5 +5 -1 apache/src/helpers/GuessOS Index: GuessOS === RCS file:

cvs commit: apache/src conf.h

1996-12-05 Thread Ben Laurie
ben 96/12/05 02:30:08 Modified:src conf.h Log: Correct crypt definition. Revision ChangesPath 1.54 +1 -1 apache/src/conf.h Index: conf.h === RCS file:

cvs commit: apache/src Configure

1996-12-05 Thread Ben Laurie
ben 96/12/05 02:48:30 Modified:src Configure Log: Make Irix 64 compile Apache 32-bit for now. Revision ChangesPath 1.42 +5 -1 apache/src/Configure Index: Configure === RCS file:

cvs commit: apache/src Configure

1996-12-05 Thread Ben Laurie
ben 96/12/05 03:06:07 Modified:src Configure Log: Ahem. Correct Irix 64 patch. Revision ChangesPath 1.43 +11 -0 apache/src/Configure Index: Configure === RCS file:

cvs commit: apache/src CHANGES

1996-12-05 Thread Ben Laurie
for S_IWGRP and S_IWOTH to conf.h *) Changed default group to nogroup instead of nobody --- 2,8 *) Added PORTING information file. [Jim Jagielski] ! *) Added definitions for S_IWGRP and S_IWOTH to conf.h [Ben Laurie] *) Changed default group

cvs commit: apache/src Configure

1996-12-05 Thread Ben Laurie
ben 96/12/05 03:16:10 Modified:src Configure Log: Point at the PORTING file, encourage someone to port to 64 bit Irix. Revision ChangesPath 1.44 +5 -1 apache/src/Configure Index: Configure

cvs commit: apache/src/helpers GuessOS

1996-12-05 Thread Ben Laurie
ben 96/12/05 06:07:07 Modified:src Configure util.c src/helpers GuessOS Log: More QNX patches. Submitted by: Martin Zimmerman [EMAIL PROTECTED] (adapted by Ben Laurie) Revision ChangesPath 1.45 +6 -1 apache/src/Configure Index

cvs commit: apache/src conf.h

1996-12-12 Thread Ben Laurie
ben 96/12/12 08:45:34 Modified:src conf.h Log: Fix waitpid() substiture for NeXT. Revision ChangesPath 1.59 +1 -1 apache/src/conf.h Index: conf.h === RCS file:

cvs commit: apache/src CHANGES

1996-12-12 Thread Ben Laurie
ben 96/12/12 09:02:02 Modified:src CHANGES Log: Note NeXT waitpid fix. Revision ChangesPath 1.86 +2 -1 apache/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache/htdocs/manual/mod directives.html

1996-12-14 Thread Ben Laurie
ben 96/12/14 04:32:49 Modified:htdocs/manual new_features_1_2.html htdocs/manual/mod directives.html Log: Add link for missing HostNameLookups directive. Revision ChangesPath 1.18 +4 -0 apache/htdocs/manual/new_features_1_2.html Index:

cvs commit: apache/src alloc.c

1996-12-14 Thread Ben Laurie
ben 96/12/14 12:28:47 Modified:src alloc.c Log: Fix bug in palloc() on sizes = 0. Reviewed by: Rob Hartill, Chuck Murcko, Randy Terbush Revision ChangesPath 1.20 +6 -3 apache/src/alloc.c Index: alloc.c

cvs commit: apache/src conf.h http_main.c http_main.h http_protocol.c

1996-12-15 Thread Ben Laurie
ben 96/12/15 07:09:37 Modified:src conf.h http_main.c http_main.h http_protocol.c Log: Fix keepalive timeout and waitpid substitutes. Revision ChangesPath 1.60 +0 -1 apache/src/conf.h Index: conf.h

cvs commit: apache/src CHANGES util_script.c

1996-12-28 Thread Ben Laurie
] *) Fix coredump triggered when sending a SIGHUP to the server caused ! by a dereference of an unitialized pointer in the listen_rec. [Ben Laurie] *) Add FILEPATH_INFO variable to CGI environment, which is equal to --- 72,79 using the -make flag

cvs commit: apache/src CHANGES

1996-12-28 Thread Ben Laurie
ben 96/12/28 10:17:16 Modified:src CHANGES Log: Spelling mistake. Revision ChangesPath 1.107 +1 -1 apache/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache/src http_config.c http_config.h http_request.c mod_browser.c

1997-01-04 Thread Ben Laurie
ben 97/01/04 07:10:19 Modified:src http_config.c http_config.h http_request.c mod_browser.c Log: Experimental Header Parse API. Revision ChangesPath 1.40 +4 -0 apache/src/http_config.c Index: http_config.c

cvs commit: apache/src/helpers PrintPath

1997-01-19 Thread Ben Laurie
ben 97/01/19 09:43:31 Modified:src Configure alloc.c http_main.c src/helpers PrintPath Log: Make use of -x or -r in [] per-platform. Revision ChangesPath 1.71 +5 -0 apache/src/Configure Index: Configure

cvs commit: apache/src buff.c

1997-02-15 Thread Ben Laurie
ben 97/02/15 10:34:28 Modified:src buff.c Log: Fix warning. Revision ChangesPath 1.19 +2 -1 apache/src/buff.c Index: buff.c === RCS file: /export/home/cvs/apache/src/buff.c,v

cvs commit: apache/src mod_cgi.c

1997-02-17 Thread Ben Laurie
ben 97/02/17 10:11:04 Modified:src mod_cgi.c Log: Check for NULL pointer. Reviewed by: Randy, Jim, Chuck Revision ChangesPath 1.33 +2 -2 apache/src/mod_cgi.c Index: mod_cgi.c ===

cvs commit: apache/src buff.c

1997-02-21 Thread Ben Laurie
ben 97/02/21 09:12:49 Modified:src buff.c Log: Don't note -ve fds for cleanup. Reviewed by: Randy, Chuck, Marc Revision ChangesPath 1.21 +3 -2 apache/src/buff.c Index: buff.c ===

cvs commit: apache/htdocs/manual env.html index.html

1997-02-22 Thread Ben Laurie
ben 97/02/22 09:22:33 Modified:htdocs/manual index.html Added: htdocs/manual env.html Log: Add documentation for nokeepalive and force-response-1.0. Revision ChangesPath 1.8 +1 -0 apache/htdocs/manual/index.html Index: index.html

cvs commit: apache/htdocs/manual/misc FAQ.html

1997-04-09 Thread Ben Laurie
ben 97/04/09 05:53:52 Modified:htdocs/manual/misc FAQ.html Log: Just testing whether only rodent's have problems... Revision ChangesPath 1.13 +2 -2 apache/htdocs/manual/misc/FAQ.html Index: FAQ.html

cvs commit: apache/src/modules Makefile

1997-04-26 Thread Ben Laurie
ben 97/04/26 13:20:07 Modified:src conf.h http_main.h src/modules Makefile Log: Fix multiply defined signal(). Reviewed by: Randy, Dean. Revision ChangesPath 1.94 +14 -0 apache/src/conf.h Index: conf.h

cvs commit: apache/src conf.h

1997-06-04 Thread Ben Laurie
ben 97/06/04 00:03:12 Modified:src conf.h Log: SCO3 doesn't have writev. Revision ChangesPath 1.99 +1 -0 apache/src/conf.h Index: conf.h === RCS file:

cvs commit: apache/src/modules Makefile

1997-06-04 Thread Ben Laurie
ben 97/06/04 00:03:40 Modified:src/modules Makefile Added: . KEYS Log: Add PGP public keys file. Revision ChangesPath 1.10 +2 -8 apache/src/modules/Attic/Makefile Index: Makefile

cvs commit: apache/src/nt - New directory

1997-06-15 Thread Ben Laurie
ben 97/06/15 09:36:49 apache/src/nt - New directory

cvs commit: CVSROOT commit_prep.pl log_accum.pl

1997-06-15 Thread Ben Laurie
ben 97/06/15 12:18:26 Modified:. commit_prep.pl log_accum.pl Log: Nasty hack to get around checkin problem Revision ChangesPath 1.2 +1 -1 CVSROOT/commit_prep.pl Index: commit_prep.pl

cvs commit: apache/src CHANGES

1997-06-16 Thread Ben Laurie
+ + *) Added NT support [Ben Laurie and Ambarish Malpani [EMAIL PROTECTED]] + Changes with Apache 1.2 Changes with Apache 1.2b11

cvs commit: apache/src http_main.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 08:17:49 Modified:src http_main.c Log: Check error code from accept() on Win32 correctly. Submitted by: Paul Sutton Revision ChangesPath 1.167 +1 -1 apache/src/http_main.c Index: http_main.c

cvs commit: apache/src http_log.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 08:25:22 Modified:src http_log.c Log: Make assert() exit. Submitted by: Marc Slemko Revision ChangesPath 1.17 +1 -0 apache/src/http_log.c Index: http_log.c === RCS

cvs commit: apache/src util.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 10:27:01 Modified:src util.c Log: Fix VC++ warnings Revision ChangesPath 1.58 +6 -5 apache/src/util.c Index: util.c === RCS file:

cvs commit: apache/src http_core.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 10:29:18 Modified:src http_core.c Log: Fix warnings in VC++. Revision ChangesPath 1.88 +2 -2 apache/src/http_core.c Index: http_core.c === RCS file:

cvs commit: apache/src mod_imap.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 10:34:35 Modified:src mod_imap.c Log: Fix VC++ warnings. Revision ChangesPath 1.22 +1 -1 apache/src/mod_imap.c Index: mod_imap.c === RCS file:

cvs commit: apache/src mod_cgi.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 10:39:51 Modified:src mod_cgi.c Log: Fix VC++ warnings. Revision ChangesPath 1.42 +2 -0 apache/src/mod_cgi.c Index: mod_cgi.c === RCS file:

cvs commit: apache/src http_protocol.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 10:43:55 Modified:src http_protocol.c Log: Fix VC++ warnings. Revision ChangesPath 1.128 +1 -1 apache/src/http_protocol.c Index: http_protocol.c === RCS file:

cvs commit: apache/src util_snprintf.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 10:49:02 Modified:src util_snprintf.c Log: Fix VC++ warnings. Revision ChangesPath 1.6 +1 -1 apache/src/util_snprintf.c Index: util_snprintf.c === RCS file:

cvs commit: apache/src apache.mak http_main.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 11:25:57 Modified:src apache.mak http_main.c Log: Remove unused variable. Revision ChangesPath 1.3 +50 -266 apache/src/apache.mak Index: apache.mak === RCS file:

cvs commit: apache/src/nt service.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 11:32:00 Modified:src/ntservice.c Log: Make sure create_event gets defined. Revision ChangesPath 1.2 +1 -0 apache/src/nt/service.c Index: service.c === RCS file:

  1   2   >