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

1998-08-06 Thread stoddard
stoddard98/08/05 16:07:55 Modified:src/main util_script.c Log: Fix PR2495 (Win32): quote script filenames to handle white space Revision ChangesPath 1.124 +9 -6 apache-1.3/src/main/util_script.c Index: util_script.c

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

1998-08-06 Thread stoddard
stoddard98/08/05 19:03:39 Modified:src/main util_script.c Log: Ref PR2356 - Handle SSI exec tag correctly. In ap_call_exec, handle shellcmd parameter, use COMMAND.COM on Win95 and CMD.EXE on NT. Revision ChangesPath 1.125 +96 -80apache-1.3/src/main

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

1998-09-01 Thread stoddard
stoddard98/09/01 13:21:15 Modified:src/support httpd.exp Log: Add symbols to symbol export list. Revision ChangesPath 1.5 +3 -0 apache-1.3/src/support/httpd.exp Index: httpd.exp === RCS

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

1998-09-10 Thread stoddard
stoddard98/09/10 10:36:16 Modified:src/main http_core.c Log: Remove NT 64 thread limit. Submitted by: Ken Parzygnat, Bill Stoddard Reviewed by: Bill Stoddard Revision ChangesPath 1.229 +11 -4 apache-1.3/src/main/http_core.c Index: http_core.c

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

1998-09-10 Thread stoddard
stoddard98/09/10 10:38:02 Modified:src/main http_main.c Log: Remove NT 64 thread limit. Submitted by: Ken Parzygnat, Bill Stoddard Reviewed by: Bill Stoddard Revision ChangesPath 1.389 +43 -3 apache-1.3/src/main/http_main.c Index: http_main.c

cvs commit: apache-1.3 STATUS

1998-09-10 Thread stoddard
stoddard98/09/10 10:45:05 Modified:.STATUS Log: These patches have been committed. Revision ChangesPath 1.463 +0 -21 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs

cvs commit: apache-site/contributors index.html

1998-09-16 Thread stoddard
stoddard98/09/16 14:09:40 Modified:.ABOUT_APACHE.html contributors index.html Log: Add contact information. Revision ChangesPath 1.21 +6 -0 apache-site/ABOUT_APACHE.html Index: ABOUT_APACHE.html

cvs commit: apache-1.3/src CHANGES

1998-09-17 Thread stoddard
stoddard98/09/17 05:15:32 Modified:src CHANGES Log: Remove 64 thread limit on Win32. Sorry about the multiple commits. Will not happen again. Revision ChangesPath 1.1065+3 -0 apache-1.3/src/CHANGES Index: CHANGES

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

1998-11-06 Thread stoddard
stoddard98/11/06 06:25:59 Modified:src/os/win32 util_win32.c Log: Fix Win32 compile break in os_strftime patch. Revision ChangesPath 1.30 +1 -1 apache-1.3/src/os/win32/util_win32.c Index: util_win32.c

cvs commit: apache-1.3/src BUILD.NOTES

1998-12-14 Thread stoddard
stoddard98/12/14 06:02:23 Modified:src BUILD.NOTES Log: Add pointer to PTFs to fix AIX xlC compiler problem. Submitted by: Shane Owenby Reviewed by: Bill Stoddard Revision ChangesPath 1.3 +8 -4 apache-1.3/src/BUILD.NOTES Index: BUILD.NOTES

cvs commit: apache-devsite devnotes.html

1999-01-05 Thread stoddard
stoddard99/01/05 07:51:12 Modified:.devnotes.html Log: Update broken link to SSH site. Revision ChangesPath 1.11 +1 -1 apache-devsite/devnotes.html Index: devnotes.html === RCS

cvs commit: apache-apr/pthreads/src/main http_main.c http_config.c

1999-01-22 Thread stoddard
stoddard99/01/22 08:10:56 Modified:pthreads/src/include scoreboard.h pthreads/src/main http_main.c http_config.c Log: Clean-up some comments. Revision ChangesPath 1.2 +1 -1 apache-apr/pthreads/src/include/scoreboard.h Index: scoreboard.h

cvs commit: apache-apr/pthreads/src/main http_main.c

1999-02-03 Thread stoddard
stoddard99/02/03 10:29:30 Modified:pthreads/src/main http_main.c Log: Get rid of stupid comment Revision ChangesPath 1.6 +1 -1 apache-apr/pthreads/src/main/http_main.c Index: http_main.c

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

1999-02-05 Thread stoddard
stoddard99/02/04 16:37:50 Modified:src/include http_core.h src/main util_script.c http_core.c Log: Add capability to search Win32 registry for script interpreters. Revision ChangesPath 1.53 +15 -0 apache-1.3/src/include/http_core.h Index

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

1999-02-05 Thread stoddard
stoddard99/02/05 06:02:20 Modified:src CHANGES src/main http_core.c Log: Update CHANGES file. Change Win32InterpreterSource argument from shebang to script. Revision ChangesPath 1.1231+4 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src CHANGES

1999-02-06 Thread stoddard
stoddard99/02/05 19:20:35 Modified:src CHANGES Log: Update CHANGES file with new directive name Revision ChangesPath 1.1232+1 -1 apache-1.3/src/CHANGES Index: CHANGES === RCS file

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

1999-02-06 Thread stoddard
stoddard99/02/06 03:00:58 Modified:htdocs/manual/mod core.html directives.html Log: Update htdocs with new ScriptInterpreterSource directive. Revision ChangesPath 1.144 +27 -0 apache-1.3/htdocs/manual/mod/core.html Index: core.html

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

1999-02-09 Thread stoddard
stoddard99/02/09 05:18:20 Modified:src/main http_main.c Log: OS/2 fix to supress bogus errno based messages and supply OS/2 error code. Submitted by: Brian Havard Revision ChangesPath 1.422 +6 -6 apache-1.3/src/main/http_main.c Index: http_main.c

cvs commit: apache-apr/pthreads/src Configure

1999-02-23 Thread stoddard
stoddard99/02/23 12:52:17 Modified:pthreads/src/include apr.h pthreads/src Configure Log: Make this stuff compile and link on AIX 4.2. Revision ChangesPath 1.2 +77 -0 apache-apr/pthreads/src/include/apr.h Index: apr.h

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

1999-02-26 Thread stoddard
stoddard99/02/26 09:07:04 Modified:htdocs/manual/mod mod_so.html Log: mod_so is base, not experimental. Submitted by: Shane Owenby Revision ChangesPath 1.6 +2 -2 apache-1.3/htdocs/manual/mod/mod_so.html Index: mod_so.html

cvs commit: apache-apr/pthreads/src/include acceptlock.h

1999-03-05 Thread stoddard
stoddard99/03/05 08:45:57 Modified:pthreads/src/main Makefile.tmpl http_main.c Added: pthreads/src/main acceptlock.c pthreads/src/include acceptlock.h Log: Pull some of the accept logic out of http_main.c and put it in acceptlock.c. Obtained from: Ryan Bloom

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

1999-03-05 Thread stoddard
stoddard99/03/05 13:58:52 Modified:src/ap ap_md5c.c Log: Fix to MD5 password encryption... Submitted by: Keith Wannamaker Reviewed by: Bill Stoddard Revision ChangesPath 1.22 +1 -1 apache-1.3/src/ap/ap_md5c.c Index: ap_md5c.c

cvs commit: apache-apr/pthreads/src/ap ap_md5c.c

1999-03-05 Thread stoddard
stoddard99/03/05 14:05:12 Modified:pthreads/src/ap ap_md5c.c Log: Fix md5 encryption... Revision ChangesPath 1.2 +2 -2 apache-apr/pthreads/src/ap/ap_md5c.c Index: ap_md5c.c === RCS file

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

1999-03-05 Thread stoddard
stoddard99/03/05 14:17:55 Modified:src/ap ap_md5c.c Log: Move the brackets outside the #ifdef to keep xemacs sane... Revision ChangesPath 1.23 +1 -2 apache-1.3/src/ap/ap_md5c.c Index: ap_md5c.c

cvs commit: apache-1.3/src/support htpasswd.c

1999-03-08 Thread stoddard
stoddard99/03/08 12:14:06 Modified:src/support htpasswd.c Log: Fix for argument math in htpasswd. Submitted by: Ryan Bloom Revision ChangesPath 1.21 +17 -8 apache-1.3/src/support/htpasswd.c Index: htpasswd.c

cvs commit: apache-1.3/src ApacheCore.def

1999-03-12 Thread stoddard
stoddard99/03/12 05:54:23 Modified:src ApacheCore.def Log: Remove ap_single_module_init... Submitted by: Ken Parzygnat Reviewed by: Bill Stoddard Revision ChangesPath 1.14 +0 -1 apache-1.3/src/ApacheCore.def Index: ApacheCore.def

cvs commit: apache-site related_projects.html

1999-03-16 Thread stoddard
stoddard99/03/16 13:35:54 Modified:.related_projects.html Log: Add pointer to IBM HTTP Server on related_projects page. Revision ChangesPath 1.38 +13 -0 apache-site/related_projects.html Index: related_projects.html

cvs commit: apache-1.3 STATUS

1999-03-16 Thread stoddard
stoddard99/03/16 14:40:08 Modified:.STATUS Log: Add pointer to multiple NT services patch. Submitted by: Keith Wannamaker Revision ChangesPath 1.649 +4 -1 apache-1.3/STATUS Index: STATUS

cvs commit: apache-devsite binaries.html

1999-03-17 Thread stoddard
stoddard99/03/17 13:24:08 Modified:.binaries.html Log: I can do AIX builds. Revision ChangesPath 1.12 +2 -1 apache-devsite/binaries.html Index: binaries.html === RCS file: /export

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

1999-03-19 Thread stoddard
stoddard99/03/19 15:18:02 Modified:src/main http_core.c Log: Fix Win32 CGI buffer overflow Revision ChangesPath 1.255 +1 -1 apache-1.3/src/main/http_core.c Index: http_core.c === RCS file

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

1999-03-19 Thread stoddard
stoddard99/03/19 15:54:10 Modified:src/main http_core.c Log: Fix another Win32 CGI bug... Revision ChangesPath 1.256 +1 -1 apache-1.3/src/main/http_core.c Index: http_core.c === RCS file

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

1999-04-07 Thread stoddard
stoddard99/04/07 14:23:06 Modified:src/modules/proxy proxy_ftp.c Log: Fix Win32 compile break. Revision ChangesPath 1.73 +1 -0 apache-1.3/src/modules/proxy/proxy_ftp.c Index: proxy_ftp.c

cvs commit: apache-apr/pthreads/src/main http_accept.c Makefile.tmpl fdqueue.c http_main.c

1999-04-07 Thread stoddard
stoddard99/04/07 15:52:19 Modified:pthreads/src/include fdqueue.h pthreads/src/main Makefile.tmpl fdqueue.c http_main.c Added: pthreads/src/include http_accept.h pthreads/src/main http_accept.c Log: Add accept loop abstraction. 4 new functions

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

1999-04-08 Thread stoddard
stoddard99/04/08 13:26:28 Modified:src/main http_main.c src/os/win32 registry.c registry.h service.c service.h Log: Win32 multiple services patch. Documentation to follow. Submitted by: Keith Wannamaker Reviewed by: Bill Stoddard, Ken Parzygnat Revision

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

1999-04-08 Thread stoddard
stoddard99/04/08 14:04:55 Modified:src CHANGES src/main http_main.c src/os/win32 registry.c registry.h service.c service.h Log: Update CHANGES and get rid of the ^Z. Revision ChangesPath 1.1301+31 -0 apache-1.3/src/CHANGES

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

1999-04-08 Thread stoddard
stoddard99/04/08 14:56:43 Modified:htdocs/manual windows.html Log: Some documentation on the multiple services patch Submitted by: Keith Wannamaker Revision ChangesPath 1.28 +95 -30apache-1.3/htdocs/manual/windows.html Index: windows.html

cvs commit: apache-apr/pthreads/src CHANGES

1999-04-12 Thread stoddard
stoddard99/04/12 08:06:25 Modified:pthreads/src CHANGES Log: Update CHANGES file with accept loop abstraction Revision ChangesPath 1.6 +3 -0 apache-apr/pthreads/src/CHANGES Index: CHANGES

cvs commit: apache-apr/pthreads/src/main http_accept.c http_core.c http_main.c

1999-04-14 Thread stoddard
stoddard99/04/14 14:03:38 Modified:pthreads/src/include http_accept.h httpd.h pthreads/src/main http_accept.c http_core.c http_main.c Log: New accept loop logic: All worker threads accept. a.k.a. multi accept Revision ChangesPath 1.2 +5 -3

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

1999-05-21 Thread stoddard
stoddard99/05/21 09:49:09 Modified:src/main http_main.c Log: Win32 cleanup: 1. Eliminate unnecessary (I hope :-) call to wait_for_multiple_objects 2. Clean up parent process code that handles shutdown and restart signals 3. Honor shutdown and restart events immediately, even

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

1999-05-21 Thread stoddard
stoddard99/05/21 10:10:41 Modified:src/include httpd.h Log: Bump HARD_SERVER_LIMIT to 1500 for WIN32 only PR: 3815 Revision ChangesPath 1.278 +4 -0 apache-1.3/src/include/httpd.h Index: httpd.h

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

1999-06-01 Thread stoddard
stoddard99/06/01 13:09:58 Modified:src/include ap_config.h Log: Fix WIN32 compile. ULONG_MAX (defined in limits.h) was not being picked up. Compiles on AIX (4.3.2) and NT. Revision ChangesPath 1.259 +1 -2 apache-1.3/src/include/ap_config.h Index

cvs commit: apache-1.3/src/support htpasswd.dsp htpasswd.mak

1999-06-08 Thread stoddard
stoddard99/06/08 10:05:46 Modified:src/support htpasswd.dsp htpasswd.mak Log: Fix Win32 compile break. Revision ChangesPath 1.6 +7 -3 apache-1.3/src/support/htpasswd.dsp Index: htpasswd.dsp

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

1999-06-09 Thread stoddard
stoddard99/06/09 06:37:52 Modified:src/main http_main.c Log: Exit after dumping vhost settings (apache -S) to be consistent with how Apache for Unix works. Revision ChangesPath 1.444 +4 -0 apache-1.3/src/main/http_main.c Index: http_main.c

cvs commit: apache-1.3/src CHANGES

1999-06-09 Thread stoddard
stoddard99/06/09 10:22:47 Modified:src CHANGES Log: Yeeeoowww it's hot here today! Revision ChangesPath 1.1377+18 -0 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /home/cvs/apache

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

1999-06-28 Thread stoddard
stoddard99/06/28 15:38:27 Modified:src/include http_core.h src/main http_core.c util_script.c Log: Win32: Fix 16-bit CGI support PR: 2494 Revision ChangesPath 1.59 +3 -2 apache-1.3/src/include/http_core.h Index: http_core.h

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

1999-06-30 Thread stoddard
stoddard99/06/29 21:36:56 Modified:src/modules/standard mod_cgi.c Log: Win32: On CGI script failure, direct the CGI's stderr to the error log. Revision ChangesPath 1.92 +11 -0 apache-1.3/src/modules/standard/mod_cgi.c Index: mod_cgi.c

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

1999-06-30 Thread stoddard
stoddard99/06/30 01:12:49 Modified:src/include httpd.h Log: Win32: Set HARD_SERVER_LIMIT to a more reasonable value. Mulling over the idea of moving it to ap_config. Maybe change the name to PROCESS_LIMIT and add a new one, THREAD_LIMIT? Revision ChangesPath 1.284

cvs commit: apache-1.3/src CHANGES

1999-06-30 Thread stoddard
stoddard99/06/30 02:00:37 Modified:src CHANGES Log: Sleepless in Raleigh... Revision ChangesPath 1.1391+3 -0 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /home/cvs/apache-1.3

cvs commit: apache-1.3/src/support htpasswd.dsp htpasswd.mak

1999-06-30 Thread stoddard
stoddard99/06/30 02:09:45 Modified:src ApacheCore.dsp ApacheCore.mak src/include ap_config.h src/modules/proxy ApacheModuleProxy.dsp ApacheModuleProxy.mak src/os/win32 ApacheModuleRewrite.dsp

cvs commit: apache-1.3/src CHANGES

1999-06-30 Thread stoddard
stoddard99/06/30 02:22:02 Modified:src CHANGES Log: Bigger, Longer Uncut Revision ChangesPath 1.1392+9 -1 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /home/cvs/apache-1.3/src

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

1999-07-02 Thread stoddard
stoddard99/07/02 08:55:10 Modified:src/main http_main.c Log: Win32: More master_main cleanup. Revision ChangesPath 1.454 +80 -134 apache-1.3/src/main/http_main.c Index: http_main.c === RCS

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

1999-07-22 Thread stoddard
stoddard99/07/22 10:51:02 Modified:htdocs/manual windows.html Log: Update windows documentation to address questions on the newsgroups and PR database. Revision ChangesPath 1.30 +14 -1 apache-1.3/htdocs/manual/windows.html Index: windows.html

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

1999-07-23 Thread stoddard
stoddard99/07/23 08:31:26 Modified:src CHANGES src/main http_main.c Log: Complete apache -k restart work. Now, restarts are honored immediately without loosing connections in the listen queue. Revision ChangesPath 1.1398+10 -1 apache-1.3/src

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

1999-07-23 Thread stoddard
stoddard99/07/23 12:33:12 Modified:src/main http_main.c Log: Exit the child process immediately upon MaxRequestPerChild being hit. Revision ChangesPath 1.459 +7 -26 apache-1.3/src/main/http_main.c Index: http_main.c

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

1999-07-23 Thread stoddard
stoddard99/07/23 12:52:06 Modified:src/main http_main.c Log: Win32: Add a few error messages. Revision ChangesPath 1.460 +5 -1 apache-1.3/src/main/http_main.c Index: http_main.c === RCS

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

1999-07-27 Thread stoddard
stoddard99/07/27 06:46:07 Modified:src/main http_main.c Log: Win32: Fix problem where Apache would not run if either the executable or the configuration file has spaces in the path. Clean up a couple of handle leaks. Thanks Tim! Obtained from: [EMAIL PROTECTED] Reviewed

cvs commit: apache-2.0/mpm/src/modules/mpm/winnt - New directory

1999-07-27 Thread stoddard
stoddard99/07/27 15:12:52 apache-2.0/mpm/src/modules/mpm/winnt - New directory

cvs commit: apache-2.0/mpm/src/modules/mpm/winnt winnt.h winnt.c mpm_default.h

1999-08-05 Thread stoddard
stoddard99/08/05 14:08:26 Added: mpm/src/modules/mpm/winnt winnt.h winnt.c mpm_default.h Log: Win32: Start work on the winnt mpm. This is all horribly broken and hacked right now Revision ChangesPath 1.1 apache-2.0/mpm/src/modules/mpm/winnt/winnt.h

cvs commit: apache-2.0/mpm/src/modules/mpm/winnt winnt.c

1999-08-05 Thread stoddard
stoddard99/08/05 15:05:49 Modified:mpm/src/modules/mpm/winnt winnt.c Log: A few more hacks before taking off for the weekend. Revision ChangesPath 1.2 +37 -46apache-2.0/mpm/src/modules/mpm/winnt/winnt.c Index: winnt.c

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

1999-08-10 Thread stoddard
stoddard99/08/10 07:50:44 Modified:src/support httpd.exp Log: Add a couple of missed exports. Revision ChangesPath 1.25 +3 -0 apache-1.3/src/support/httpd.exp Index: httpd.exp === RCS file

cvs commit: apache-2.0/mpm/src/modules/mpm/winnt winnt.c

1999-08-11 Thread stoddard
stoddard99/08/11 09:03:56 Modified:mpm/src/modules/mpm/winnt winnt.c Log: Still a complete hacked up mess, but getting better! Revision ChangesPath 1.3 +201 -139 apache-2.0/mpm/src/modules/mpm/winnt/winnt.c Index: winnt.c

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

1999-08-12 Thread stoddard
stoddard99/08/12 11:34:16 Modified:src/main util_script.c Log: Win32: Create the CGI script proces as DETACHED. Tested in WinNT and Win98. This MAY solve the problem observed by some Win95/98 users where they get CGI script output sent to the console. Revision Changes

cvs commit: apache-2.0/mpm/src/modules/mpm/winnt winnt.c

1999-08-13 Thread stoddard
stoddard99/08/13 12:45:27 Modified:mpm/src/modules/mpm/winnt winnt.c Log: Update listener code. Workaround stupid WIN32 bug(?) in WSASocket (fails with 10091 if the process environment block is not fully inherited from the parent). Start working on I/O layering support. It's

cvs commit: apache-2.0/mpm/src/main http_core.c

1999-08-16 Thread stoddard
stoddard99/08/16 15:25:39 Modified:mpm/src/main http_core.c Log: Win32: Open files as binary. Waiting for APR... Revision ChangesPath 1.22 +1 -1 apache-2.0/mpm/src/main/http_core.c Index: http_core.c

cvs commit: apache-2.0/mpm/src/modules/mpm/winnt winnt.c

1999-08-16 Thread stoddard
stoddard99/08/16 15:36:26 Modified:mpm/src/modules/mpm/winnt winnt.c Log: Server will build and serve static pages (page size bufsize) with the appropriate makefile hacks (remove mod_cgi, mod_include, etc.). Revision ChangesPath 1.6 +33 -41apache-2.0/mpm/src

cvs commit: apache-2.0/mpm/src/modules/mpm/winnt winnt.c

1999-08-17 Thread stoddard
stoddard99/08/17 12:51:44 Modified:mpm/src/modules/mpm/winnt winnt.c Log: More cleanup... Revision ChangesPath 1.7 +188 -354 apache-2.0/mpm/src/modules/mpm/winnt/winnt.c Index: winnt.c

cvs commit: apache-2.0/mpm/src/modules/standard mod_access.c

1999-08-17 Thread stoddard
stoddard99/08/17 13:07:47 Modified:mpm/src/main http_core.c mpm/src/modules/standard mod_access.c Log: Fix a couple of WIN32 compile warnings Revision ChangesPath 1.23 +1 -1 apache-2.0/mpm/src/main/http_core.c Index: http_core.c

cvs commit: apache-2.0/mpm/src/os/win32 iol_socket.c

1999-08-17 Thread stoddard
stoddard99/08/17 14:25:32 Added: mpm/src/os/win32 iol_socket.c Log: WIN32 iol_socket.c. Revision ChangesPath 1.1 apache-2.0/mpm/src/os/win32/iol_socket.c Index: iol_socket.c

cvs commit: apache-2.0/mpm/src/os/win32 iol_socket.h iol_socket.c

1999-08-18 Thread stoddard
stoddard99/08/18 08:09:38 Modified:mpm/src/main buff.c mpm/src/os/win32 iol_socket.c Added: mpm/src/os/win32 iol_socket.h Log: WIN32: Emulate Unix writev. Revision ChangesPath 1.9 +9 -2 apache-2.0/mpm/src/main/buff.c Index: buff.c

cvs commit: apache-2.0/mpm/conf httpd.conf-dist-win

1999-08-18 Thread stoddard
stoddard99/08/18 12:31:09 Modified:mpm/conf httpd.conf-dist-win Log: Qualify the root Directory block directive with the ServerRoot drive letter. Not doing this causes directory_walk to check for a root .htaccess file, even if .htaccess files are disabled. Revision Changes

cvs commit: apache-2.0/mpm/conf httpd.conf-dist-win

1999-08-18 Thread stoddard
stoddard99/08/18 13:32:18 Modified:mpm/conf httpd.conf-dist-win Log: Roll back that last change. Didn't do what I wanted it to do. Revision ChangesPath 1.3 +1 -1 apache-2.0/mpm/conf/httpd.conf-dist-win Index: httpd.conf-dist-win

cvs commit: apache-2.0/mpm/src/modules/mpm/winnt winnt.h winnt.c

1999-08-20 Thread stoddard
stoddard99/08/20 13:20:34 Modified:mpm/src/modules/mpm/winnt winnt.h winnt.c Log: Use AcceptEx (a.k.a. accept and receive) on windows NT. Begin work to make the WIN9x code co-exist with the NT specific code. Since I started this work, I've managed to improve the static page

cvs commit: apache-2.0/mpm/src/modules/mpm/winnt winnt.c

1999-08-21 Thread stoddard
stoddard99/08/20 21:43:18 Modified:mpm/src/main listen.c mpm/src/modules/mpm/winnt winnt.c Log: Forgot listen.c in the earlier AcceptEx patch to winnt.c. Enable winnt mpm to detech OS at runtime. Revision ChangesPath 1.5 +9 -0 apache-2.0/mpm

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

1999-08-23 Thread stoddard
stoddard99/08/23 09:20:47 Modified:src/main util_script.c Log: Oh happy days. Back to the drawing board. Undoing the DETACHED_PROCESS patch. It breaks 16 bit CGIs and it also detaches processes spawned off of CGI scripts. Revision ChangesPath 1.145 +3 -1

cvs commit: apache-2.0/src/support htpasswd.mak htdigest.mak htpasswd.dsp htdigest.dsp

1999-08-27 Thread stoddard
stoddard99/08/27 13:43:41 Added: src/support htpasswd.mak htdigest.mak htpasswd.dsp htdigest.dsp Log: WIN32: htdigest and htpasswd project and make files for Win32 were deleted somewhere along the way. Adding them back... Revision ChangesPath

cvs commit: apache-2.0/src/os/win32 modules.c os.c os.h

1999-08-27 Thread stoddard
stoddard99/08/27 15:57:37 Modified:src ApacheCore.def ApacheCore.dsp ApacheCore.mak Makefile.nt src/ap ap.dsp ap.mak src/include ap_config.h src/main alloc.c http_main.c src/modules/mpm/winnt

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

1999-08-28 Thread stoddard
stoddard99/08/27 19:34:38 Modified:src/main http_config.c Log: Fix merge bug Revision ChangesPath 1.8 +1 -0 apache-2.0/src/main/http_config.c Index: http_config.c === RCS file: /home/cvs

cvs commit: apache-2.0/src/os/win32 apache.ico apache.rc resource.h

1999-08-30 Thread stoddard
stoddard99/08/30 08:04:31 Added: src/os/win32 apache.ico apache.rc resource.h Log: Lost the Apache feather icon along the way. Adding it back in... Revision ChangesPath 1.1 apache-2.0/src/os/win32/apache.ico Binary file 1.1

cvs commit: apache-2.0/src/modules/standard mod_auth_anon.c mod_digest.c

1999-08-30 Thread stoddard
stoddard99/08/30 08:21:34 Modified:src ApacheCore.def src/modules/standard mod_auth_anon.c mod_digest.c Log: Add couple of hooks to the APacheCore.def file. Port mod_auth_anon and mod_digest to use the new hooks. Revision ChangesPath 1.3 +2

cvs commit: apache-2.0/src/modules/standard mod_cern_meta.c mod_expires.c mod_headers.c mod_speling.c mod_usertrack.c

1999-08-30 Thread stoddard
stoddard99/08/30 08:43:50 Modified:src/modules/standard mod_cern_meta.c mod_expires.c mod_headers.c mod_speling.c mod_usertrack.c Log: Port a few more modules to use the new hooks style. Revision ChangesPath 1.2 +8 -16 apache-2.0/src

cvs commit: apache-2.0/src Makefile.nt

1999-08-30 Thread stoddard
stoddard99/08/30 09:48:37 Modified:src Makefile.nt Log: Remove mod_status and mod_rewrite from the build for now. Revision ChangesPath 1.3 +8 -8 apache-2.0/src/Makefile.nt Index: Makefile.nt

cvs commit: apache-2.0/src/os/win32 modules.c

1999-08-30 Thread stoddard
stoddard99/08/30 13:37:22 Modified:src/os/win32 modules.c Log: Link in the winnt mpm Revision ChangesPath 1.3 +2 -0 apache-2.0/src/os/win32/modules.c Index: modules.c === RCS file: /home

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

1999-08-31 Thread stoddard
stoddard99/08/31 08:26:46 Modified:src/os/win32 mod_isapi.c Log: Fix faulty comparison. MSVC TRUE == 1 while Borland TRUE == -1 PR: 4333, 4887 Submitted by: Sergey Verlan Revision ChangesPath 1.3 +1 -1 apache-2.0/src/os/win32/mod_isapi.c Index

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

1999-09-07 Thread stoddard
stoddard99/09/07 13:37:25 Modified:src/main http_main.c Log: errno on WIN32 is not thread safe. Use h_errno (which resolves to WSAGetLastError) instead. Revision ChangesPath 1.474 +22 -42apache-1.3/src/main/http_main.c Index: http_main.c

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

1999-09-07 Thread stoddard
stoddard99/09/07 13:47:26 Modified:src/main http_main.c Log: Missed a continue on the last patch. Simplified the code a bit. Revision ChangesPath 1.475 +15 -12apache-1.3/src/main/http_main.c Index: http_main.c

cvs commit: apache-1.3/src CHANGES

1999-09-07 Thread stoddard
stoddard99/09/07 14:38:55 Modified:src CHANGES Log: It's hot and humid in Raleigh today. Summer is still here. Revision ChangesPath 1.1429+11 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src/modules/experimental mod_auth_digest.c

1999-09-09 Thread stoddard
stoddard99/09/09 15:20:33 Modified:src/modules/experimental mod_auth_digest.c Log: First cut at getting digest auth working on Windows. This actually works provided you don't get fancy with the config directives! Still much to be done though. Revision ChangesPath 1.8

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

1999-09-13 Thread stoddard
stoddard99/09/13 06:32:42 Modified:src/include ap_config.h src/os/win32 os.h Log: A bit of WIN32 header file cleanup Revision ChangesPath 1.270 +1 -8 apache-1.3/src/include/ap_config.h Index: ap_config.h

cvs commit: apache-1.3/src/modules/experimental mod_auth_digest.c

1999-09-13 Thread stoddard
stoddard99/09/13 06:53:55 Modified:src/modules/experimental mod_auth_digest.c Log: _WIN32_WINNT define is in os.h now. Revision ChangesPath 1.9 +1 -6 apache-1.3/src/modules/experimental/mod_auth_digest.c Index: mod_auth_digest.c

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

1999-09-13 Thread stoddard
stoddard99/09/13 07:07:22 Modified:src/include ap_config.h src/os/win32 os.h Log: A bit of WIN32 header file cleanup Revision ChangesPath 1.9 +0 -9 apache-2.0/src/include/ap_config.h Index: ap_config.h

cvs commit: apache-2.0/src/main gen_test_char.dsp gen_test_char.mak

1999-09-13 Thread stoddard
stoddard99/09/13 08:20:54 Modified:src/main gen_test_char.dsp gen_test_char.mak Log: Add apr include path to win32 dsp and make file Revision ChangesPath 1.2 +2 -2 apache-2.0/src/main/gen_test_char.dsp Index: gen_test_char.dsp

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

1999-09-13 Thread stoddard
stoddard99/09/13 09:47:46 Modified:src/lib/apr/include apr_win.h apr_general.h Log: Include the proper win32 header files. Fix 64 bit typedefs. Revision ChangesPath 1.2 +12 -2 apache-2.0/src/lib/apr/include/apr_win.h Index: apr_win.h

cvs commit: apache-2.0/src/ap ap.dsp ap.mak

1999-09-13 Thread stoddard
stoddard99/09/13 10:06:16 Modified:src/ap ap.dsp ap.mak Log: Add path to APR include files. Remove files that are now in APR. Revision ChangesPath 1.3 +2 -22 apache-2.0/src/ap/ap.dsp Index: ap.dsp

cvs commit: apache-2.0/src/ap ap.dsp ap.mak

1999-09-13 Thread stoddard
stoddard99/09/13 11:23:00 Modified:src/ap ap.dsp ap.mak Log: Get rid of a few more files that have moved to APR. Revision ChangesPath 1.4 +6 -14 apache-2.0/src/ap/ap.dsp Index: ap.dsp

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

1999-09-13 Thread stoddard
stoddard99/09/13 12:38:02 Modified:src/lib/apr/include apr_portable.h Log: Prevent duplicate declarations Revision ChangesPath 1.4 +11 -0 apache-2.0/src/lib/apr/include/apr_portable.h Index: apr_portable.h

cvs commit: apache-2.0/src/lib/apr/misc/win32 start.c misc.h

1999-09-22 Thread stoddard
stoddard99/09/22 06:29:29 Modified:src/lib/apr/misc/win32 start.c misc.h Log: More syncing with the unix tree. There really should be a 'common' tree to put much of this stuff. Revision ChangesPath 1.5 +49 -19apache-2.0/src/lib/apr/misc/win32/start.c

cvs commit: apache-2.0/src/lib/apr/lib apr_getpass.c

1999-09-24 Thread stoddard
stoddard99/09/24 11:37:18 Modified:src/lib/apr/lib apr_getpass.c Log: Fix a comment Revision ChangesPath 1.6 +1 -1 apache-2.0/src/lib/apr/lib/apr_getpass.c Index: apr_getpass.c === RCS

cvs commit: apache-2.0/src/modules/mpm/winnt winnt.c

1999-10-01 Thread stoddard
stoddard99/10/01 10:18:31 Modified:src/modules/mpm/winnt winnt.c Log: Exit the child process if too many select errors Revision ChangesPath 1.13 +2 -0 apache-2.0/src/modules/mpm/winnt/winnt.c Index: winnt.c

cvs commit: apache-2.0/src/lib/apr/network_io/win32 sockets.c

1999-10-04 Thread stoddard
stoddard99/10/04 10:55:49 Modified:src/lib/apr/network_io/win32 sockets.c Log: Fix really silly bug. Revision ChangesPath 1.5 +1 -1 apache-2.0/src/lib/apr/network_io/win32/sockets.c Index: sockets.c

cvs commit: apache-2.0/src/lib/apr/threadproc/win32 proc.c thread.c threadpriv.c

1999-10-04 Thread stoddard
stoddard99/10/04 15:37:21 Modified:src/lib/apr/time/win32 time.c access.c src/lib/apr/threadproc/win32 proc.c thread.c threadpriv.c Log: Ryan's last patch to change argument order missed a few Win32 APR funcs. Revision ChangesPath 1.3 +3 -3

  1   2   3   >