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
=
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/
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
==
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
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
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
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
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
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
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
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.
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
=
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
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
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
=
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
> -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
>
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
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
==
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
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
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
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
23 matches
Mail list logo