cvs commit: apache-2.0/src/include ap_buckets.h

2000-11-10 Thread fanf
fanf00/11/09 20:53:24 Modified:src/include ap_buckets.h Log: clarify a comment at the suggestion of Cliff Woolley <[EMAIL PROTECTED]> Revision ChangesPath 1.50 +5 -2 apache-2.0/src/include/ap_buckets.h Index: ap_buckets.h =

cvs commit: apache-2.0/src/include ap_buckets.h

2000-11-01 Thread sascha
sascha 00/11/01 11:36:41 Modified:src/include ap_buckets.h Log: Fix speling Revision ChangesPath 1.46 +1 -1 apache-2.0/src/include/ap_buckets.h Index: ap_buckets.h === RCS file: /home/cvs/

cvs commit: apache-2.0/src/include ap_buckets.h

2000-10-17 Thread trawick
trawick 00/10/17 10:41:22 Modified:src/include ap_buckets.h Log: Fix the name of the brigade structure in a comment. Revision ChangesPath 1.44 +1 -1 apache-2.0/src/include/ap_buckets.h Index: ap_buckets.h ==

cvs commit: apache-2.0/src/include ap_buckets.h

2000-10-17 Thread rbb
rbb 00/10/16 20:18:47 Modified:src/include ap_buckets.h Log: Capitalize a part of a macro that was accidentally committed in lowercase Revision ChangesPath 1.43 +1 -1 apache-2.0/src/include/ap_buckets.h Index: ap_buckets.h

cvs commit: apache-2.0/src/include ap_buckets.h

2000-10-17 Thread trawick
trawick 00/10/16 18:41:57 Modified:src/include ap_buckets.h Log: Fix a misspelling. Revision ChangesPath 1.42 +1 -1 apache-2.0/src/include/ap_buckets.h Index: ap_buckets.h === RCS file: /ho

cvs commit: apache-2.0/src/include ap_buckets.h

2000-10-16 Thread rbb
rbb 00/10/16 07:08:24 Modified:src CHANGES src/ap ap_buckets.c src/include ap_buckets.h Log: Make ap_bucket_(read|destroy|split|setaside) into macros. Also makes ap_bucket_destroy a return void, which is okay because it used to always ret

cvs commit: apache-2.0/src/include ap_buckets.h

2000-10-16 Thread wrowe
wrowe 00/10/15 23:29:38 Modified:src/ap ap_buckets.c src/include ap_buckets.h Log: I know this makes no sense. Any 'normal' c function that isn't exported is C decl. NONSTD is C decl. Other languages require (and C can accept) backwards caller-free-sta

cvs commit: apache-2.0/src/include ap_buckets.h

2000-10-10 Thread rbb
rbb 00/10/10 15:12:21 Modified:src/include ap_buckets.h Log: Remove the BRIGADE_UNSPLICE macro. This macro is unweildy, and the task is solved better with the ap_brigade_split function Revision ChangesPath 1.33 +0 -2 apache-2.0/src/include/ap_buckets.h

cvs commit: apache-2.0/src/include ap_buckets.h

2000-10-02 Thread rbb
rbb 00/10/01 17:43:32 Modified:src/include ap_buckets.h Log: Fix some docs. Revision ChangesPath 1.31 +1 -1 apache-2.0/src/include/ap_buckets.h Index: ap_buckets.h === RCS file: /home/c

cvs commit: apache-2.0/src/include ap_buckets.h

2000-09-18 Thread trawick
trawick 00/09/18 10:24:03 Modified:src/ap ap_buckets.c src/include ap_buckets.h Log: Add ap_brigade_putstrs(). Revision ChangesPath 1.17 +11 -0 apache-2.0/src/ap/ap_buckets.c Index: ap_buckets.c

cvs commit: apache-2.0/src/include ap_buckets.h

2000-09-13 Thread rbb
rbb 00/09/12 18:59:35 Modified:src/include ap_buckets.h Log: Wrap the UNSPLICE macro for use with bucket brigades. This allows buckets to be removed from a brigade Revision ChangesPath 1.26 +2 -1 apache-2.0/src/include/ap_buckets.h Index: ap_buckets.

cvs commit: apache-2.0/src/include ap_buckets.h

2000-09-09 Thread fanf
fanf00/09/08 23:01:25 Modified:src/include ap_buckets.h Log: explain the intent behind the buckets API better Revision ChangesPath 1.24 +28 -14apache-2.0/src/include/ap_buckets.h Index: ap_buckets.h =

cvs commit: apache-2.0/src/include ap_buckets.h

2000-09-09 Thread fanf
fanf00/09/08 18:20:07 Modified:src/include ap_buckets.h Log: Namespace-protect the tag of the structure containing the header of the ring of buckets inside a brigade. The tag shouldn't be necessary but aparrently the Windows compiler is broken without it. Revision Chang

cvs commit: apache-2.0/src/include ap_buckets.h

2000-09-08 Thread ake
ake 00/09/08 15:47:10 Modified:src/include ap_buckets.h Log: get AP_RING macro changes building on Windows. However it's still GPF'ing. Looks like maybe a problem with macro expansion. Revision ChangesPath 1.22 +1 -1 apache-2.0/src/include/ap_buckets.h

cvs commit: apache-2.0/src/include ap_buckets.h

2000-09-07 Thread fanf
fanf00/09/07 03:24:43 Modified:src/include ap_buckets.h Log: use the right macro names in the double-include-protection stuff Revision ChangesPath 1.20 +3 -3 apache-2.0/src/include/ap_buckets.h Index: ap_buckets.h =

cvs commit: apache-2.0/src/include ap_buckets.h

2000-09-07 Thread fanf
fanf00/09/07 03:21:10 Modified:src/include ap_buckets.h Log: remove bogus #include "apr_private.h" Revision ChangesPath 1.19 +0 -1 apache-2.0/src/include/ap_buckets.h Index: ap_buckets.h

RE: cvs commit: apache-2.0/src/include ap_buckets.h

2000-09-05 Thread Buschiazzo Saavedra, Leonardo (Petrox)
> -Mensaje original- > De: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] > Enviado el: Lunes, 04 de Septiembre de 2000 00:42 > Para: [EMAIL PROTECTED] > Asunto: cvs commit: apache-2.0/src/include ap_buckets.h > > fanf00/09/03 22:42:20 >

cvs commit: apache-2.0/src/include ap_buckets.h

2000-09-04 Thread fanf
fanf00/09/03 22:42:20 Modified:src/ap ap_buckets.c ap_buckets_heap.c ap_buckets_pipe.c src/include ap_buckets.h Log: avoid a copy in the pipe bucket read code and make the length return argument in ap_bucket_create_heap optional (which is only really true whe

cvs commit: apache-2.0/src/include ap_buckets.h

2000-08-29 Thread trawick
trawick 00/08/29 10:13:50 Modified:src/include ap_buckets.h Log: Describe bucket length field for buckets with indeterminate length. Revision ChangesPath 1.17 +2 -1 apache-2.0/src/include/ap_buckets.h Index: ap_buckets.h ==

cvs commit: apache-2.0/src/include ap_buckets.h

2000-08-24 Thread rbb
rbb 00/08/24 08:04:34 Modified:src/ap Makefile.in src/include ap_buckets.h Log: Fix the building of the pipe buckets. Somehow between running my last test compile and my commit, I blew away the definition of the pipe bucket type. Revision ChangesPath

Re: cvs commit: apache-2.0/src/include ap_buckets.h

2000-08-24 Thread rbb
On 24 Aug 2000 [EMAIL PROTECTED] wrote: > rbb 00/08/23 21:17:46 > > Modified:src/ap Makefile.in >src/include ap_buckets.h > Added: src/ap ap_buckets_pipe.c > Log: > This is a first pass at a pipe bucket type. This compiles, but it is > untested. O

cvs commit: apache-2.0/src/include ap_buckets.h

2000-08-24 Thread rbb
rbb 00/08/23 21:17:46 Modified:src/ap Makefile.in src/include ap_buckets.h Added: src/ap ap_buckets_pipe.c Log: This is a first pass at a pipe bucket type. This compiles, but it is untested. Revision ChangesPath 1.7 +1 -1 apach

cvs commit: apache-2.0/src/include ap_buckets.h

2000-08-22 Thread stoddard
stoddard00/08/21 20:20:45 Modified:src ApacheCore.def src/ap ap_buckets_refcount.c src/include ap_buckets.h Log: Win32: function pointers use C calling convention unless explicitly set to use stdcall. The 'split' function pointer in ap_buckets.h