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/STATUS,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- STATUS1998/12/29 22:21:42 1.46
  +++ STATUS1999/01/07 22:55:42 1.47
  @@ -1,5 +1,5 @@
   Apache 2.0 STATUS:
  -Last modified at [$Date: 1998/12/29 22:21:42 $]
  +Last modified at [$Date: 1999/01/07 22:55:42 $]
   
   Release:
   
  @@ -151,7 +151,8 @@
   Roy, Lars
   Status: Ken has volunteered.
   
  -  o sfio
  +  o sfio_1998 
  +
   Dean says it's not threadsafe.  Specifically these need
to be fixed:
  - sfprints.c has a "static Sfio_t *f" which would need to be
  @@ -169,7 +170,17 @@

There could be more... that was just a quick look around.  But
the perl folks seem to be using sfio, so they may have already
  - looked into the threading issues.
  + looked into the threading issues.  Also, the layering only provides
  +for four primitives: read, write, seek, except (an exception
  +mechanism).  I kind of like NSPR's approach which has all the
  +socket primitives in the list as well.  It's also lacking the
  +timeout parameters, because it wasn't specifically designed to
  +deal with sockets like NSPR was.
  +
  +Roy talked to the authors (Glenn Fowler, David Korn, and
  +Kiem-Phong Vo) at AT&T Research when he gave an Apache
  +talk there in October.  We might be able to get one of them
  +to participate, or at least get answers to tough questions.
   
 o bstdio
   This was written by Chris Provenzano as part of his implementation
  
  
  


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
  retrieving revision 1.592
  retrieving revision 1.593
  diff -u -r1.592 -r1.593
  --- STATUS1999/01/05 08:17:24 1.592
  +++ STATUS1999/01/07 22:39:17 1.593
  @@ -1,11 +1,11 @@
 1.3 STATUS:
  -  Last modified at [$Date: 1999/01/05 08:17:24 $]
  +  Last modified at [$Date: 1999/01/07 22:39:17 $]
   
   Release:
   
   1.3.4-dev: current.
  -Possible release on ???
  -Lars volunteers as RM for dates after January 21.
  +   Tarball planned for Saturday afternoon PST, Roy is RM
  +   Release planned for Monday, January 11.
   
   1.3.3: Tagged and rolled on Oct. 7.  Released on 9th, announced on 10th.
   1.3.2: Tagged and rolled on Sep. 21. Announced and released on 23rd.
  @@ -16,14 +16,9 @@
   
   RELEASE SHOWSTOPPERS:
   
  -* long pathnames with many components and no AllowOverride None
  -Status: Marc is looking at it
  -
   RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
   
  -* Document compilation on Win95 and NT
  -
  -* RemoveHandler directive needs docs
  +* Update the Win32 install script
   
   * Randy's proposed changes for binbuild:
   
  @@ -43,8 +38,17 @@
 4. Create toplevel 'setup' script for install to mirror win32 name
[It is currently creating "install-bindist.sh"]
   
  +* long pathnames with many components and no AllowOverride None
  +Workaround is to define  with AllowOverride None,
  +which is something all sites should do in any case.
  +Status: Marc was looking at it.
  +
   Documentation that needs writing:
   
  +* Document compilation on Win95 and NT
  +
  +* RemoveHandler directive needs docs
  +
   * Need a document explaining mod_rewrite/"UseCanonicalName off" based
 virtualhosting.  (If it exists already I can't find it easily.)
 => It still doesn't exists but I've already assembled the relevant
  @@ -53,6 +57,10 @@
   
   Available Patches:
   
  +* Martin's [PATCH] Make "-S" exit(0) after dumping the VHost settings
  +Message-ID: <[EMAIL PROTECTED]>
  +Status: Martin +1, Roy +1
  +
   * Jim Patterson's patch to make mod_info work on Win32
   Message-ID: PR#1442
   Status: Lars +1 (on concept)
  @@ -91,6 +99,10 @@
   Message-ID: <[EMAIL PROTECTED]>
   Status: 
   
  +* Ronald Tschalär's major update of mod_digest
  +Message-ID: <[EMAIL PROTECTED]>
  +Status: Big change -- needs review.
  +
   In progress:
   
   * Marc's [PATCH] PR#3323: recursive includes
  @@ -98,10 +110,6 @@
Status: Marc +1, Jim +1 (concept)
* Needs more in-depth review *
   
  -* Ronald Tschalär's major update of mod_digest
  -Message-ID: <[EMAIL PROTECTED]>
  -Status: 
  -
   * Mark Bixby's freshening up the MPE/iX port (mostly APACI)
Message-ID: <[EMAIL PROTECTED]>
   Status: Mark says: "...currently waiting for HP to fix two OS bugs.
  @@ -111,6 +119,11 @@
fopen()" bug has been identified, but analysis on how
to fix it continues."
   
  +* Doug MacEachern's libapr - Generic Apache Request Library (Alpha)
  +  This package contains modules for manipulating client request data
  +  via the Apache API with Perl and C.
  +Status: http://www.pobox.com/~dougm/libapr-0.20_01.tar.gz
  +
   Needs patch:
   
   * get_path_info bug; ap_get_remote_host should be ap_vformatter instead.
  @@ -143,6 +156,14 @@
 What is needed is a separate interface for "don't need a dup"
 situations, like just about everywhere we use it in bvputs and
 bputs calls.
  +
  +* Should we disallow requests with bogus characters in the method?
  +  See <[EMAIL PROTECTED]>
  +
  +* A mechanism is needed for applying access control to methods
  +  that are not known by the server core, either using a Limit __unknown__
  +  as in <<[EMAIL PROTECTED]>,
  +  or via a LimitExcept directive.
   
   Open issues:
   
  
  
  


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

1999-01-07 Thread dgaudet
dgaudet 99/01/07 12:46:59

  Modified:src/main http_core.c
  Log:
  dunno, maybe I'm missing something, but looks like we could save memory here
  
  Revision  ChangesPath
  1.244 +2 -0  apache-1.3/src/main/http_core.c
  
  Index: http_core.c
  ===
  RCS file: /home/cvs/apache-1.3/src/main/http_core.c,v
  retrieving revision 1.243
  retrieving revision 1.244
  diff -u -r1.243 -r1.244
  --- http_core.c   1999/01/01 19:04:48 1.243
  +++ http_core.c   1999/01/07 20:46:58 1.244
  @@ -418,6 +418,8 @@
   qsort(sortbin, nelts, sizeof(*sortbin), reorder_sorter);
   
   /* and now build a new array */
  +/* XXX: uh I don't see why we can't reuse the old array, what
  + * was I thinking? -djg */
   sec = ap_make_array(p, nelts, sizeof(void *));
   for (i = 0; i < nelts; ++i) {
*(void **)ap_push_array(sec) = sortbin[i].elt;
  
  
  


cvs commit: apache-1.3/src/os/tpf test_char.h uri_delims.h

1999-01-07 Thread manoj
manoj   99/01/07 10:28:38

  Removed: src  Makefile.tpf
   src/main Makefile.tpf
   src/os/tpf test_char.h uri_delims.h
  Log:
  Submitted by: Joe Moenich <[EMAIL PROTECTED]>
  Remove TPF-only files obsoleted by latest TPF patch.


cvs commit: apache-1.3 Makefile.tmpl

1999-01-07 Thread rse
rse 99/01/07 03:50:45

  Modified:.Makefile.tmpl
  Log:
  Be consistent and provide a "build-quiet" the same way we already provide the
  "install-quiet" target for package maintainers. Notice that for plain Apache
  it makes no difference except for consistency. For extended Apaches this also
  can make a difference optically.
  
  Revision  ChangesPath
  1.62  +4 -0  apache-1.3/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===
  RCS file: /home/cvs/apache-1.3/Makefile.tmpl,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- Makefile.tmpl 1999/01/02 12:45:14 1.61
  +++ Makefile.tmpl 1999/01/07 11:50:45 1.62
  @@ -157,6 +157,10 @@
@touch $(TOP)/$(SRC)/.apaci.build.ok
@echo "<=== $(SRC)"
   
  +#   the non-verbose variant for package maintainers
  +build-quiet:
  + @$(MAKE) -f $(TOP)/$(MKF) $(MFLAGS) $(MFWD) QUIET=1 build
  +
   #   build the standard stuff
   build-std:
@cd $(TOP)/$(SRC); $(MAKE) $(MFLAGS) SDP=$(SRC)/ all
  
  
  


cvs commit: apache-site/mirrors index.html mirrors.list

1999-01-07 Thread dgaudet
dgaudet 99/01/06 20:00:46

  Modified:mirrors  index.html mirrors.list
  Log:
  twinlark has been moved to a location pretty much the same as hyperreal
  itself... so there's little sense it continuing to be a mirror.
  
  Revision  ChangesPath
  1.55  +0 -2  apache-site/mirrors/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/apache-site/mirrors/index.html,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- index.html1999/01/05 19:29:23 1.54
  +++ index.html1999/01/07 04:00:45 1.55
  @@ -197,8 +197,6 @@
   
   http://apache.compuex.com/";>us -
   
  -http://apache.arctic.org/";>us -
  -
   http://ftp.epix.net/apache/";>us -
   
   http://apache.utw.com/";>us -
  
  
  
  1.67  +0 -1  apache-site/mirrors/mirrors.list
  
  Index: mirrors.list
  ===
  RCS file: /home/cvs/apache-site/mirrors/mirrors.list,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- mirrors.list  1999/01/05 19:29:23 1.66
  +++ mirrors.list  1999/01/07 04:00:45 1.67
  @@ -91,7 +91,6 @@
   http uk  http://www.apache.org.uk/   [EMAIL PROTECTED]
   http us  http://www.rge.com/pub/infosystems/apache/  [EMAIL 
PROTECTED]
   http us  http://apache.compuex.com/  [EMAIL PROTECTED]
  -http us  http://apache.arctic.org/   [EMAIL PROTECTED]   San 
Francisco [BBN/AT&T, MCI, Sprint]
   http us  http://ftp.epix.net/apache/ archive@epix.net
   http us  http://apache.utw.com/  [EMAIL PROTECTED]
   http us  http://www.ameth.org/apache/[EMAIL PROTECTED]