cvs commit: apache-1.3/src CHANGES

1999-08-09 Thread ronald
ronald 99/08/08 17:04:32 Modified:.STATUS src CHANGES Log: updated to reflect added modules/experimental/mod_auth_digest Revision ChangesPath 1.737 +5 -4 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3/src ApacheCoreOS2.def

1999-08-09 Thread bjh
bjh 99/08/08 18:54:33 Modified:src ApacheCoreOS2.def Log: Add a few core dll exports. Revision ChangesPath 1.3 +3 -0 apache-1.3/src/ApacheCoreOS2.def Index: ApacheCoreOS2.def ===

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

1999-08-09 Thread rse
rse 99/08/08 23:15:27 Modified:src/modules/experimental mod_auth_digest.c Log: Fix the following warnings (occured under FreeBSD 3.1, GCC 2.95): | egcc -c -I../../os/unix -I../../include -funsigned-char -DTARGET=\apache\ | -DDEV_RANDOM=/dev/random -DUSE_EXPAT

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

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 of

cvs commit: apache-1.3/src ApacheCore.def

1999-08-09 Thread randy
randy 99/08/09 08:31:09 Modified:src ApacheCore.def Log: Missed a couple of new exports. Revision ChangesPath 1.18 +2 -0 apache-1.3/src/ApacheCore.def Index: ApacheCore.def === RCS

cvs commit: apache-apr/include apr_portable.h

1999-08-09 Thread rbb
rbb 99/08/09 08:52:32 Modified:apr/include apr_config.h.in apr/test ab_apr.c apr/time/unix access.c atime.h time.c include apr_portable.h Log: Update Unix side to match Windows side from the work done this weekend. All the test

cvs commit: apache-1.3 configure

1999-08-09 Thread coar
coar99/08/09 10:05:02 Modified:.configure Log: If mod_mmap_static is experimental yet listed, then so ought mod_auth_digest be -- especially since we're probably closer to unexperimentalising it.. Revision ChangesPath 1.97 +1 -0

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

1999-08-09 Thread coar
coar99/08/09 10:22:13 Modified:src/os/win32 registry.c src/include httpd.h Log: Rolling 1.3.8.. Revision ChangesPath 1.23 +1 -1 apache-1.3/src/os/win32/registry.c Index: registry.c

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

1999-08-09 Thread coar
coar99/08/09 10:46:38 Modified:.STATUS src CHANGES Configure src/os/win32 registry.c src/include httpd.h Log: Update to 1.3.9-dev. Revision ChangesPath 1.739 +3 -8 apache-1.3/STATUS Index:

cvs commit: apache-apr/include apr_errno.h apr_network_io.h

1999-08-09 Thread rbb
rbb 99/08/09 10:58:12 Modified:apr/network_io/unix poll.c include apr_errno.h apr_network_io.h Log: Adding some new functions for poll. Will test them as soon as I fix Windows and ab_apr. Adding CVS: Revision ChangesPath 1.16 +72 -0

cvs commit: apache-apr/apr/network_io/unix networkio.h poll.c

1999-08-09 Thread rbb
rbb 99/08/09 13:21:08 Modified:apr/network_io/unix networkio.h poll.c Log: reworked the unix poll code. This now works with ab_apr. The numbers returned from ab are WAY off on all platforms, but at least it is connecting everywhere. :) Revision ChangesPath