cvs commit: apache-site related_projects.html

2000-02-09 Thread fielding
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_projects.html

cvs commit: apache-1.3/src/modules/proxy proxy_util.c

2000-02-08 Thread fielding
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

cvs commit: apache-site related_projects.html

2000-01-27 Thread fielding
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_projects.html

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

2000-01-16 Thread fielding
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

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

2000-01-12 Thread fielding
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

cvs commit: apache-2.0/src/lib/apr/include apr_errno.h

1999-10-21 Thread fielding
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

cvs commit: apache-2.0/src/modules/standard Makefile.tmpl

1999-09-01 Thread fielding
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

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

1999-08-28 Thread fielding
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, 3349, 3436, 3548, 4384

cvs commit: apache-2.0/src/main http_config.c

1999-08-28 Thread fielding
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, 3349, 3436, 3548, 4384

cvs commit: apache-2.0/src CHANGES

1999-08-28 Thread fielding
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

cvs commit: apache-1.3/src CHANGES

1999-08-28 Thread fielding
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

cvs commit: apache-1.3/htdocs .cvsignore

1999-08-28 Thread fielding
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 won't match

cvs commit: apache-2.0 .cvsignore

1999-08-28 Thread fielding
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. Submitted by: Roy

cvs commit: apache-2.0 STATUS

1999-08-28 Thread fielding
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

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

1999-08-28 Thread fielding
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

cvs commit: apache-2.0/src/regex regex2.h

1999-08-28 Thread fielding
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

cvs commit: apache-2.0 STATUS

1999-08-28 Thread fielding
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

cvs commit: apache-2.0/src/main alloc.c http_config.c http_protocol.c

1999-08-27 Thread fielding
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

cvs commit: apache-2.0/src/modules/proxy proxy_cache.c

1999-08-27 Thread fielding
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

cvs commit: apache-1.3 STATUS

1999-08-16 Thread fielding
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

cvs commit: apache-1.3 STATUS

1999-08-15 Thread fielding
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

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

1999-08-14 Thread fielding
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 doesn't

cvs commit: apache-1.3 STATUS

1999-08-14 Thread fielding
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

cvs commit: apache-1.3/src Configuration.tmpl

1999-08-09 Thread fielding
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

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

1999-08-09 Thread fielding
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

cvs commit: apache-1.3/src/os/unix os.c

1999-08-09 Thread fielding
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

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

1999-08-09 Thread fielding
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

cvs commit: apache-1.3 STATUS

1999-08-09 Thread fielding
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

cvs commit: apache-devsite fetch-from-cvs.txt

1999-08-09 Thread fielding
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/fetch-from-cvs.txt

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

1999-08-09 Thread fielding
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

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

1999-07-31 Thread fielding
fielding99/07/30 17:37:27 Modified:src CHANGES src/main http_protocol.c Log: Fix SIGSEGV on some systems because the Vary fixup included a call to table_do with a variable argument list that was not NULL terminated. Other optimizations will follow

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

1999-07-31 Thread fielding
fielding99/07/30 20:30:19 Modified:src CHANGES src/main http_protocol.c Log: Replace the Vary fixup code with a single-pass, single-copy implementation that only adds the cost of a single ap_make_array when there is no Vary field. Revision Changes

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

1999-07-19 Thread fielding
fielding99/07/19 03:16:04 Modified:src CHANGES src/main http_protocol.c Log: Fix handling of case when a client has sent Expect: 100-continue and we are going to respond with an error, but get stuck waiting to discard the body in the pointless hope

cvs commit: apache-1.3/htdocs/manual/misc FAQ-E.html

1999-07-04 Thread fielding
fielding99/07/03 18:51:16 Modified:htdocs/manual/misc FAQ-E.html Log: Missed closing tag Submitted by: Joshua Slive [EMAIL PROTECTED] Reviewed by: Roy Fielding Revision ChangesPath 1.3 +2 -2 apache-1.3/htdocs/manual/misc/FAQ-E.html Index: FAQ

cvs commit: apache-1.3/htdocs/manual/misc FAQ-A.html FAQ-E.html FAQ-F.html FAQ-I.html

1999-07-03 Thread fielding
fielding99/07/03 15:12:51 Modified:htdocs/manual/misc FAQ-A.html FAQ-E.html FAQ-F.html FAQ-I.html Log: Some answers to problems that often come up on the www.servers.unix newsgroup. Submitted by: Joshua Slive [EMAIL PROTECTED] Reviewed by: Roy

cvs commit: apache-site top.html

1999-06-29 Thread fielding
fielding99/06/29 02:58:57 Modified:.top.html Log: Be consistent in docs. Revision ChangesPath 1.2 +7 -5 apache-site/top.html Index: top.html === RCS file: /export/home/cvs/apache

cvs commit: apache-site top.html

1999-06-26 Thread fielding
fielding99/06/26 03:01:42 Added: .top.html Log: This is a first draft of a new top-level that will encompass all of the Apache projects. This will be moved to index.html on June 29. Please do not discuss it outside the Apache mailing lists until June 30

cvs commit: apache-site .cvsignore

1999-04-24 Thread fielding
fielding99/04/23 17:41:16 Modified:..cvsignore Log: subdirs are fun Revision ChangesPath 1.9 +1 -0 apache-site/.cvsignore Index: .cvsignore === RCS file: /home/cvs/apache-site

cvs commit: apache-apr/pthreads/src Configure

1999-04-20 Thread fielding
fielding99/04/19 22:29:42 Modified:pthreads/src Configure Log: CFLAGS and library needed to compile pthreads on Solaris. Revision ChangesPath 1.9 +2 -2 apache-apr/pthreads/src/Configure Index: Configure

cvs commit: apache-apr/apr/network_io/unix sendrecv.c

1999-04-19 Thread fielding
fielding99/04/18 19:57:49 Modified:apr/network_io/unix sendrecv.c Log: Fix the algorithm for apr_send. The same needs to be done for apr_read. Why are these functions called send and recv when they have no relation to the UNIX system functions send and recv

cvs commit: apache-apr/include apr_file_io.h apr_general.h

1999-04-08 Thread fielding
fielding99/04/07 19:36:28 Modified:include apr_file_io.h apr_general.h Log: ssize_t is the correct return value for read/write. Default to the ANSI C values instead of a funky fixed bit size. Revision ChangesPath 1.9 +2 -2 apache-apr/include/apr_file_io.h

cvs commit: apache-apr/pthreads/src/os/unix os.h

1999-04-08 Thread fielding
fielding99/04/08 15:42:21 Modified:pthreads/src/os/unix os.h Log: Add prototypes for ap_spawnvp(). Revision ChangesPath 1.4 +2 -0 apache-apr/pthreads/src/os/unix/os.h Index: os.h === RCS

cvs commit: apache-1.3/src/include ap_mmn.h httpd.h

1999-03-20 Thread fielding
fielding99/03/20 15:43:24 Modified:src CHANGES src/include ap_mmn.h httpd.h Log: M_INVALID needs a value within the scope of METHODS so that unknown methods can be access controlled. MMP must be bumped because this may break binary compatibility for third

cvs commit: apache-1.3 STATUS

1999-03-20 Thread fielding
fielding99/03/20 15:55:09 Modified:.STATUS Log: Stupid bacteria. Revision ChangesPath 1.658 +1 -8 apache-1.3/STATUS Index: STATUS === RCS file: /home/cvs/apache-1.3/STATUS,v

cvs commit: apache-site .cvsignore

1999-03-18 Thread fielding
fielding99/03/17 18:25:17 Modified:..cvsignore Log: something Brian added, I guess. Revision ChangesPath 1.8 +1 -0 apache-site/.cvsignore Index: .cvsignore === RCS file: /home/cvs

cvs commit: apache-1.3/conf mime.types

1999-03-14 Thread fielding
fielding99/03/14 15:58:59 Modified:conf mime.types Log: Never define a new x-type. Use the type defined by most image viewers on the Win32 platform. Revision ChangesPath 1.23 +1 -1 apache-1.3/conf/mime.types Index: mime.types

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

1999-03-08 Thread fielding
fielding99/03/08 07:44:04 Modified:src CHANGES src/include ap_mmn.h src/main http_main.c http_protocol.c src/modules/proxy proxy_http.c src/modules/standard mod_cgi.c Log: SIGPIPE is now ignored by the server core

cvs commit: apache-1.3 STATUS

1999-03-08 Thread fielding
fielding99/03/08 07:53:21 Modified:.STATUS Log: Yikes, the sun! Revision ChangesPath 1.640 +12 -25apache-1.3/STATUS Index: STATUS === RCS file: /home/cvs/apache-1.3/STATUS,v

cvs commit: apache-1.3/src CHANGES

1999-03-08 Thread fielding
fielding99/03/08 12:03:21 Modified:.STATUS configure src CHANGES Log: Do not append the target name to the directory path if the path already contains apache. Submitted by: Ralf S. Engelschall Reviewed by: Roy Fielding, Lars Eilebrecht

cvs commit: apache-1.3/src CHANGES

1999-03-08 Thread fielding
fielding99/03/08 12:50:09 Modified:.Makefile.tmpl STATUS src CHANGES Log: Add cgidir, htdocsdir, iconsdir variables to Makefile.tmpl in order to make platform installations easier. Submitted by: Wilfredo Sanchez [EMAIL PROTECTED] Reviewed

cvs commit: apache-1.3/src CHANGES

1999-03-08 Thread fielding
fielding99/03/08 13:07:00 Modified:.STATUS config.layout src CHANGES Log: Add Apple's Mac OS X Server Layout Rhapsody. Submitted by: Wilfredo Sanchez [EMAIL PROTECTED] Reviewed by: Roy Fielding Revision ChangesPath 1.643 +1 -5

cvs commit: apache-1.3/src/ap ap_execve.c

1999-03-07 Thread fielding
fielding99/03/07 05:51:20 Modified:src/ap ap_execve.c Log: Added error messages for malloc calls. Submitted by: John Bley [EMAIL PROTECTED] Reviewed by: Roy Fielding Revision ChangesPath 1.12 +10 -2 apache-1.3/src/ap/ap_execve.c Index: ap_execve.c

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

1999-03-07 Thread fielding
fielding99/03/07 06:05:34 Modified:src CHANGES src/include alloc.h src/main alloc.c Log: Use proper pid_t type for saving PIDs in alloc.c. Submitted by: John Bley [EMAIL PROTECTED] Reviewed by: Roy Fielding Revision ChangesPath

cvs commit: apache-1.3/src/support httpd.exp

1999-03-07 Thread fielding
fielding99/03/07 07:05:37 Modified:.STATUS htdocs/manual/misc API.html src ApacheCore.def CHANGES src/include ap_mmn.h http_request.h httpd.h src/main http_request.c src/support httpd.exp Log

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

1999-03-07 Thread fielding
fielding99/03/07 07:35:18 Modified:src CHANGES src/main http_core.c Log: Added informative error messages for failed munmap() and fseek() calls in http_core.c. Submitted by: John Bley [EMAIL PROTECTED], Roy Fielding Revision ChangesPath 1.1263

cvs commit: apache-1.3 STATUS

1999-03-07 Thread fielding
fielding99/03/07 08:56:50 Modified:.STATUS Log: mention my patch Revision ChangesPath 1.638 +7 -1 apache-1.3/STATUS Index: STATUS === RCS file: /home/cvs/apache-1.3/STATUS,v

cvs commit: apache-1.3/src/test test_find.c test_parser.c

1999-02-11 Thread fielding
fielding99/02/11 08:24:12 Modified:src/main util.c src/test test_parser.c Added: src/test test_find.c Log: Replace the simple implementation of ap_find_list_item() with a much more efficient but complex implementation. Revision ChangesPath 1.152

cvs commit: apache-1.3/src CHANGES Configure

1999-02-10 Thread fielding
fielding99/02/10 03:48:46 Modified:.STATUS src CHANGES Configure Log: Tweak modules Makefile generated by Configure so that it handles the test case of no modules being selected. Submitted by: [EMAIL PROTECTED] Reviewed by: Roy Fielding, Jim

cvs commit: apache-1.3/src/helpers install.sh

1999-02-10 Thread fielding
fielding99/02/10 04:09:38 Modified:.Makefile.tmpl STATUS src CHANGES src/helpers install.sh Log: Added -S option to install.sh so that options can be passed to strip on some platforms. Submitted by: Ralf S. Engelschall, Wilfredo

cvs commit: apache-1.3/src/support ab.1 apachectl.1

1999-02-10 Thread fielding
fielding99/02/10 04:27:28 Modified:.Makefile.tmpl STATUS src CHANGES Removed: src/support ab.1 apachectl.1 Log: Moved man pages for ab and apachectrl to section 8. Submitted by: Wilfredo Sanchez, Roy Fielding Reviewed by: Ralf S. Engelschall

cvs commit: apache-1.3/src/main gen_test_char.c http_protocol.c util.c

1999-02-09 Thread fielding
fielding99/02/09 04:30:05 Modified:src CHANGES src/include ap_mmn.h httpd.h src/main gen_test_char.c http_protocol.c util.c Log: Reverse prior commit of ap_find_opaque_token() so that it can be replaced by a slightly different method using

cvs commit: apache-1.3/src CHANGES

1999-02-09 Thread fielding
fielding99/02/09 08:38:11 Modified:src CHANGES Log: Note the OS/2 change Revision ChangesPath 1.1241+3 -0 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /home/cvs/apache-1.3/src

cvs commit: apache-1.3/src ApacheCore.def CHANGES

1999-02-09 Thread fielding
fielding99/02/09 09:17:07 Modified:.STATUS src ApacheCore.def CHANGES Log: Add global symbols missing from ApacheCore.def. Submitted by: Carl Olsen [EMAIL PROTECTED] Reviewed by: Roy Fielding Revision ChangesPath 1.615 +1 -5

cvs commit: apache-1.3/src/support apachectl

1999-02-09 Thread fielding
fielding99/02/09 10:00:37 Modified:.STATUS src CHANGES src/support apachectl Log: Prevent apachectl from complaining if the PIDFILE exists but does not contain a process id, as might occur if the server is being rapidly restarted

cvs commit: apache-1.3/src Makefile_win32.txt Makefile_win32_debug.txt

1999-02-09 Thread fielding
fielding99/02/09 10:07:56 Modified:src Makefile_win32.txt Makefile_win32_debug.txt Log: Update the other two Win32 Makefiles for the htpasswd change. Revision ChangesPath 1.2 +3 -0 apache-1.3/src/Makefile_win32.txt Index: Makefile_win32.txt

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

1999-02-09 Thread fielding
fielding99/02/09 12:20:27 Modified:.STATUS htdocs/manual/mod core.html directives.html src CHANGES src/main http_core.c Log: Added a LimitExcept method ... sectioning directive that allows the user to assign authentication

cvs commit: apache-1.3/src/test test_parser.c

1999-02-08 Thread fielding
fielding99/02/08 07:12:22 Modified:src ApacheCore.def CHANGES src/include ap_mmn.h httpd.h src/main util.c src/modules/standard mod_negotiation.c src/support httpd.exp Added: src/test test_parser.c Log: Added

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

1999-02-06 Thread fielding
fielding99/02/06 00:51:27 Modified:.STATUS src CHANGES src/modules/standard mod_dir.c Log: Fix a rare memory corruption possibility in mod_dir if the index file is negotiable and no acceptable variant can be found. The alternative

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

1999-02-06 Thread fielding
fielding99/02/06 01:58:05 Modified:src CHANGES src/modules/standard mod_negotiation.c Log: Remove unused code to disable transparent negotiation when negotiating on encoding only, as we now handle encoding too (though this is nonstandard for TCN), and fix

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

1999-02-06 Thread fielding
fielding99/02/06 03:00:18 Modified:src CHANGES src/modules/standard mod_negotiation.c Log: Explain why we do not round the TCN quality calculation to 5 decimal places, unlike RFC 2296, because the calculation might need 12 decimal places to get the right

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

1999-02-06 Thread fielding
fielding99/02/06 03:58:46 Modified:src CHANGES src/modules/standard mod_negotiation.c Log: Remove charset=ISO-8859-1 fiddle from the RVSA comparison, since RVSA doesn't need such fiddles. Submitted by: Koen Holtman Reviewed by: Roy Fielding

cvs commit: apache-1.3/htdocs/manual/mod mod_negotiation.html

1999-02-06 Thread fielding
fielding99/02/06 06:00:34 Modified:.STATUS htdocs/manual content-negotiation.html htdocs/manual/mod mod_negotiation.html Log: Update docs according to new negotiation ordering. Note that we still don't have any documentation of TCN/RVSA

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

1999-02-06 Thread fielding
fielding99/02/06 06:36:27 Modified:src CHANGES src/modules/standard mod_negotiation.c Log: Fix ordering of language variants for the case where the traditional negotiation algorithm is being used with multiple language variants and no Accept-Language is given

cvs commit: apache-1.3 STATUS

1999-01-18 Thread fielding
fielding99/01/18 06:33:50 Modified:.STATUS Log: shed some light on this foggy morn Revision ChangesPath 1.605 +34 -1 apache-1.3/STATUS Index: STATUS === RCS file: /home/cvs/apache

cvs commit: apache-1.3 INSTALL README.configure

1999-01-14 Thread fielding
fielding99/01/13 16:41:35 Modified:.INSTALL README.configure Log: Space-separated caps upset people who use speech output devices. Revision ChangesPath 1.51 +1 -1 apache-1.3/INSTALL Index: INSTALL

cvs commit: apache-1.3 STATUS

1999-01-13 Thread fielding
fielding99/01/12 22:55:21 Modified:.STATUS Log: bombs away Revision ChangesPath 1.602 +2 -2 apache-1.3/STATUS Index: STATUS === RCS file: /home/cvs/apache-1.3/STATUS,v retrieving

cvs commit: apache-site/dist .htaccess Announcement.html Announcement.txt HEADER.html README.html

1999-01-12 Thread fielding
fielding99/01/11 20:34:15 Modified:.index.html search.html dist .htaccess Announcement.html Announcement.txt HEADER.html README.html Log: Release 1.3.4 Revision ChangesPath 1.73 +9 -24 apache-site/index.html

cvs commit: apache-1.3 STATUS

1999-01-12 Thread fielding
fielding99/01/11 20:47:50 Modified:.STATUS Log: 1.3.4 released. I'll announce it tomorrow night, once the mirrors get a chance to update. I suggest we wait a week before cleaning out the old distribution files, so that the mirrors don't have to deal with a big change

cvs commit: apache-1.3 STATUS

1999-01-11 Thread fielding
fielding99/01/10 21:55:57 Modified:.STATUS Log: Looking good. I retagged apache.iwz, as requested. Revision ChangesPath 1.600 +14 -4 apache-1.3/STATUS Index: STATUS === RCS file

cvs commit: apache-1.3 Announcement

1999-01-10 Thread fielding
fielding99/01/09 18:14:48 Modified:.Announcement Log: Update for 1.3.4 Revision ChangesPath 1.40 +24 -17apache-1.3/Announcement Index: Announcement === RCS file: /home/cvs/apache

cvs commit: apache-1.3 Announcement

1999-01-10 Thread fielding
fielding99/01/09 18:18:20 Modified:.Announcement Log: missed a couple. Revision ChangesPath 1.41 +6 -6 apache-1.3/Announcement Index: Announcement === RCS file: /home/cvs/apache

cvs commit: apache-1.3/htdocs/manual windows.html

1999-01-10 Thread fielding
fielding99/01/09 21:47:08 Modified:htdocs/manual windows.html Log: Fix typos, update for new makefiles. Revision ChangesPath 1.25 +26 -26apache-1.3/htdocs/manual/windows.html Index: windows.html

cvs commit: apache-1.3/src CHANGES

1999-01-10 Thread fielding
fielding99/01/09 21:55:02 Modified:src CHANGES Log: Remove misleading part of entry due to later change. Revision ChangesPath 1.1210+1 -4 apache-1.3/src/CHANGES Index: CHANGES === RCS

cvs commit: apache-1.3/src/os/win32 registry.c

1999-01-10 Thread fielding
fielding99/01/09 22:45:38 Modified:.STATUS src/include httpd.h src/os/win32 registry.c Log: Ready to roll 1.3.4. Update to new APACHE_RELEASE definition. Revision ChangesPath 1.597 +2 -15 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3/src/os/win32 registry.c

1999-01-10 Thread fielding
fielding99/01/09 23:49:00 Modified:.STATUS src CHANGES Configure src/include httpd.h src/os/win32 registry.c Log: Bump all of the version numbers to 1.3.5-dev Revision ChangesPath 1.598 +7 -4 apache-1.3

cvs commit: apache-devsite how-to-release.html

1999-01-10 Thread fielding
fielding99/01/10 00:15:52 Modified:.how-to-release.html Log: Update to new APACHE_RELEASE format. Revision ChangesPath 1.53 +4 -4 apache-devsite/how-to-release.html Index: how-to-release.html

cvs commit: apache-1.3/src/include ap_mmn.h httpd.h

1999-01-09 Thread fielding
fielding99/01/08 16:21:34 Modified:src/include ap_mmn.h httpd.h Log: Found an excuse for bumping MMN anyway -- I've been meaning to reorder the new request_rec entries to where they belong the next time we did an already MMN-bumped release, so let's do it now. Revision

cvs commit: apache-1.3/src/os/win32 mod_isapi.c

1999-01-08 Thread fielding
fielding99/01/08 09:54:44 Modified:src CHANGES src/include ap_compat.h httpd.h util_script.h src/main http_protocol.c http_request.c src/modules/standard mod_asis.c src/os/win32 mod_isapi.c Log: Renamed macros

cvs commit: apache-1.3/src/os/win32 os.h

1999-01-08 Thread fielding
fielding99/01/08 12:08:28 Modified:src CHANGES src/include ap_mmn.h httpd.h src/main http_request.c util.c src/os/bs2000 os.h src/os/os2 os.h src/os/tpf os.h src/os/unix os.h

cvs commit: apache-1.3/src/os/win32 os.h

1999-01-08 Thread fielding
fielding99/01/08 15:46:47 Modified:src CHANGES src/include httpd.h src/os/bs2000 os.h src/os/os2 os.h src/os/tpf os.h src/os/unix os.h src/os/win32 os.h Log: Revert most of my last commit

cvs commit: apache-1.3 STATUS

1999-01-07 Thread fielding
fielding99/01/07 14:39:18 Modified:.STATUS Log: T minus 48hours Revision ChangesPath 1.593 +34 -13apache-1.3/STATUS Index: STATUS === RCS file: /home/cvs/apache-1.3/STATUS,v

cvs commit: apache-2.0 STATUS

1999-01-07 Thread fielding
fielding99/01/07 14:55:43 Modified:.STATUS Log: Add more info on sfio option Revision ChangesPath 1.47 +14 -3 apache-2.0/STATUS Index: STATUS === RCS file: /home/cvs/apache-2.0

cvs commit: apache-1.3/src/helpers binbuild.sh findprg.sh

1999-01-05 Thread fielding
fielding99/01/04 21:14:52 Modified:.STATUS config.layout src CHANGES Added: src/helpers binbuild.sh findprg.sh Log: Added binbuild.sh and findprg.sh helpers to make it easier for us to build binary distributions. This is Lars' take 2 version

cvs commit: apache-1.3/src/support httpd.exp

1999-01-05 Thread fielding
fielding99/01/05 00:17:38 Modified:.STATUS src ApacheCore.def CHANGES src/include ap_mmn.h httpd.h src/main http_request.c util.c src/os/win32 util_win32.c src/support httpd.exp Log

cvs commit: apache-1.3/src/support httpd.exp

1999-01-03 Thread fielding
fielding99/01/03 04:04:41 Modified:src ApacheCore.def CHANGES src/include alloc.h ap_mmn.h src/main alloc.c src/modules/standard mod_negotiation.c src/support httpd.exp Log: Major overhaul of mod_negotiation.c, part 2

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

1999-01-03 Thread fielding
fielding99/01/03 05:09:49 Modified:src CHANGES src/main http_main.c Log: In order to prevent some errant library code from setting an alarm on one request and having it affect some later connection, force the alarm to be cleared before each connection even

cvs commit: apache-1.3/src/include httpd.h

1999-01-03 Thread fielding
fielding99/01/03 05:35:33 Modified:.STATUS src CHANGES src/include httpd.h Log: Change the ap_assert macro to a variant that works on all platforms. PR: 2575 Submitted by: Richard Prinz [EMAIL PROTECTED] Reviewed by: Roy Fielding

cvs commit: apache-1.3 STATUS

1999-01-03 Thread fielding
fielding99/01/03 05:46:17 Modified:.STATUS Log: what the heck am I doing up so late? Revision ChangesPath 1.586 +1 -35 apache-1.3/STATUS Index: STATUS === RCS file: /home/cvs/apache

cvs commit: apache-1.3 STATUS

1999-01-02 Thread fielding
fielding99/01/01 19:16:17 Modified:.STATUS Log: Less status is good status Revision ChangesPath 1.582 +1 -6 apache-1.3/STATUS Index: STATUS === RCS file: /home/cvs/apache-1.3/STATUS

cvs commit: apache-1.3/src/support httpd.exp

1998-12-29 Thread fielding
fielding98/12/29 01:46:19 Modified:.STATUS src ApacheCore.def CHANGES src/include ap_mmn.h http_protocol.h httpd.h src/main http_protocol.c http_request.c src/modules/standard mod_negotiation.c src

  1   2   3   4   >