/[Apache-SVN]/httpd/httpd/branches/2.2.x/server/error_bucket.c
ViewVC logotype

Log of /httpd/httpd/branches/2.2.x/server/error_bucket.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 421103 - (view) (annotate) - [select for diffs]
Modified Wed Jul 12 03:38:44 2006 UTC (3 years, 4 months ago) by fielding
File length: 2335 byte(s)
Diff to previous 396056 (colored)
update license header text

Revision 396056 - (view) (annotate) - [select for diffs]
Modified Sat Apr 22 01:53:06 2006 UTC (3 years, 7 months ago) by pquerna
File length: 2188 byte(s)
Diff to previous 395231 (colored)
Revert r395231 from the 2.2.x branch.  This gets us back to the old place with regard to the copyright statements.

Revision 395231 - (view) (annotate) - [select for diffs]
Modified Wed Apr 19 12:33:16 2006 UTC (3 years, 7 months ago) by colm
File length: 2188 byte(s)
Diff to previous 234103 (colored)
Update the last year of copyright for the 2.2.x branch

Revision 234103 - (view) (annotate) - [select for diffs]
Modified Sat Aug 20 18:21:45 2005 UTC (4 years, 3 months ago) by pquerna
File length: 2188 byte(s)
Diff to previous 151408 (colored)
Recreate 2.2.x branch from trunk.

Revision 151408 - (view) (annotate) - [select for diffs]
Modified Fri Feb 4 20:28:49 2005 UTC (4 years, 9 months ago) by jerenkrantz
Original Path: httpd/httpd/trunk/server/error_bucket.c
File length: 2188 byte(s)
Diff to previous 106103 (colored)
Update copyright year to 2005 and standardize on current copyright owner line.

Revision 106103 - (view) (annotate) - [select for diffs]
Modified Sun Nov 21 18:50:36 2004 UTC (5 years ago) by nd
Original Path: httpd/httpd/trunk/server/error_bucket.c
File length: 2152 byte(s)
Diff to previous 102619 (colored)
general property cleanup

Revision 102619 - (view) (annotate) - [select for diffs]
Modified Mon Feb 9 20:40:53 2004 UTC (5 years, 9 months ago) by nd
Original Path: httpd/httpd/trunk/server/error_bucket.c
File length: 2152 byte(s)
Diff to previous 102589 (colored)
fix name of The Apache Software Foundation

Revision 102589 - (view) (annotate) - [select for diffs]
Modified Sun Feb 8 13:58:22 2004 UTC (5 years, 9 months ago) by nd
Original Path: httpd/httpd/trunk/server/error_bucket.c
File length: 2148 byte(s)
Diff to previous 102525 (colored)
fix copyright dates according to the first check in

Revision 102525 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 22:58:42 2004 UTC (5 years, 9 months ago) by nd
Original Path: httpd/httpd/trunk/server/error_bucket.c
File length: 2148 byte(s)
Diff to previous 102135 (colored)
apply Apache License, Version 2.0

Revision 102135 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 13:26:26 2004 UTC (5 years, 10 months ago) by nd
Original Path: httpd/httpd/trunk/server/error_bucket.c
File length: 4174 byte(s)
Diff to previous 98573 (colored)
update license to 2004.

Revision 98573 - (view) (annotate) - [select for diffs]
Modified Mon Feb 3 17:53:28 2003 UTC (6 years, 9 months ago) by nd
Original Path: httpd/httpd/trunk/server/error_bucket.c
File length: 4174 byte(s)
Diff to previous 95473 (colored)
finished that boring job:
update license to 2003.

Happy New Year! ;-))

Revision 95473 - (view) (annotate) - [select for diffs]
Modified Sun Jun 2 20:19:54 2002 UTC (7 years, 5 months ago) by jwoolley
Original Path: httpd/httpd/trunk/server/error_bucket.c
File length: 4174 byte(s)
Diff to previous 95454 (colored)
Propogate apr-util change

Revision 95454 - (view) (annotate) - [select for diffs]
Modified Fri May 31 20:52:28 2002 UTC (7 years, 5 months ago) by rbb
Original Path: httpd/httpd/trunk/server/error_bucket.c
File length: 4177 byte(s)
Diff to previous 95421 (colored)
The apr_bucket change requires a minor MMN bump.  Also modify Apache's
filters to use APR_BUCKET_IS_METADATA macro.

Revision 95421 - (view) (annotate) - [select for diffs]
Modified Fri May 31 05:03:09 2002 UTC (7 years, 5 months ago) by jwoolley
Original Path: httpd/httpd/trunk/server/error_bucket.c
File length: 4153 byte(s)
Diff to previous 95411 (colored)
fix some major badness: error buckets *cannot* use simple_copy because
they're not simple buckets.  they have a private data structure which
gets freed.  if you're going to copy them and share whatever ->data points
to (which is what simple_copy does), you have to refcount the structure,
which is the whole point of apr_bucket_refcount and apr_bucket_shared_copy.

Revision 95411 - (view) (annotate) - [select for diffs]
Modified Thu May 30 21:09:23 2002 UTC (7 years, 5 months ago) by jerenkrantz
Original Path: httpd/httpd/trunk/server/error_bucket.c
File length: 4003 byte(s)
Diff to previous 94733 (colored)
Let the error bucket implement the simple copy routine.

Revision 94733 - (view) (annotate) - [select for diffs]
Modified Sat Apr 20 05:02:30 2002 UTC (7 years, 7 months ago) by jwoolley
Original Path: httpd/httpd/trunk/server/error_bucket.c
File length: 4004 byte(s)
Diff to previous 94304 (colored)
Propogate the change to insert "bucket_" into the names of the
static functions that operate on various bucket types to make
backtraces more sensible-looking.

Revision 94304 - (view) (annotate) - [select for diffs]
Modified Fri Mar 29 08:17:26 2002 UTC (7 years, 8 months ago) by jwoolley
Original Path: httpd/httpd/trunk/server/error_bucket.c
File length: 3983 byte(s)
Diff to previous 93918 (colored)
BUCKET FREELISTS

Add an allocator-passing mechanism throughout the bucket brigades API.

From Apache's standpoint, the apr_bucket_alloc_t* used throughout a given
connection is stored in the conn_rec by the create_connection hook.  That
means it's the MPM's job to optimize recycling of apr_bucket_alloc_t's --
the MPM must ensure that no two threads can ever use the same one at the
same time, for instance.

Revision 93918 - (view) (annotate) - [select for diffs]
Modified Wed Mar 13 20:48:07 2002 UTC (7 years, 8 months ago) by fielding
Original Path: httpd/httpd/trunk/server/error_bucket.c
File length: 3869 byte(s)
Diff to previous 93714 (colored)
Update our copyright for this year.

Revision 93714 - (view) (annotate) - [select for diffs]
Modified Tue Mar 5 18:21:39 2002 UTC (7 years, 8 months ago) by jwoolley
Original Path: httpd/httpd/trunk/server/error_bucket.c
File length: 3869 byte(s)
Diff to previous 91117 (colored)
Detabify those parts of this file which don't collide with the bucket
freelist patch.  The remaining tabs go away for free with that patch.
Submitted by:	Sander Striker
Reviewed by:	Brian Pane

Revision 91117 - (view) (annotate) - [select for diffs]
Modified Sat Sep 22 22:37:04 2001 UTC (8 years, 2 months ago) by jwoolley
Original Path: httpd/httpd/trunk/server/error_bucket.c
File length: 3806 byte(s)
Diff to previous 90674 (colored)
revert buckets sms phase 1 patch. the group wants to get rid of SMS, so
the buckets can't use it.  I'll implement a free-list scheme private
to the buckets next.  in the meanwhile we're back to using malloc/free
directly instead of via the std sms.

Revision 90674 - (view) (annotate) - [select for diffs]
Modified Sun Aug 26 03:13:36 2001 UTC (8 years, 3 months ago) by rbb
Original Path: httpd/httpd/trunk/server/error_bucket.c
File length: 4093 byte(s)
Diff to previous 90664 (colored)
We have to initialize the error_bucket before we can destroy it.

Revision 90664 - (view) (annotate) - [select for diffs]
Modified Sat Aug 25 22:56:22 2001 UTC (8 years, 3 months ago) by jwoolley
Original Path: httpd/httpd/trunk/server/error_bucket.c
File length: 4086 byte(s)
Diff to previous 90028 (colored)
BUCKETS SMS PHASE 1

Update to match apr-util

Revision 90028 - (view) (annotate) - [select for diffs]
Modified Wed Aug 8 06:04:07 2001 UTC (8 years, 3 months ago) by jwoolley
Original Path: httpd/httpd/trunk/server/error_bucket.c
File length: 3806 byte(s)
Diff to previous 89906 (colored)
Update httpd to reflect change with free() pointer in buckets code

Revision 89906 - (view) (annotate) - [select for diffs]
Modified Fri Aug 3 14:26:03 2001 UTC (8 years, 3 months ago) by stoddard
Original Path: httpd/httpd/trunk/server/error_bucket.c
File length: 3796 byte(s)
Diff to previous 89389 (colored)
Update this custom bucket to use the free function pointer in apr_bucket_type_t

Revision 89389 - (view) (annotate) - [select for diffs]
Modified Tue Jun 19 18:48:21 2001 UTC (8 years, 5 months ago) by jwoolley
Original Path: httpd/httpd/trunk/server/error_bucket.c
File length: 3786 byte(s)
Diff to previous 88811 (colored)
The bucket_foo_create() functions do not need to use calloc() because
all of the members of the apr_bucket struct are always explicitly
initialized anyway... malloc() should be used instead.

Revision 88811 - (view) (annotate) - [select for diffs]
Modified Wed Apr 11 19:07:01 2001 UTC (8 years, 7 months ago) by jwoolley
Original Path: httpd/httpd/trunk/server/error_bucket.c
File length: 3789 byte(s)
Diff to previous 88372 (colored)
Removed apr_bucket_do_create() macro, which was causing warnings
about unreachable code in some compilers (notably MSVC).  What
used to be done by this macro is now done inline in the various
apr_bucket_foo_create() functions.  [Cliff Woolley]

Revision 88372 - (view) (annotate) - [select for diffs]
Modified Tue Feb 27 21:02:15 2001 UTC (8 years, 8 months ago) by jwoolley
Original Path: httpd/httpd/trunk/server/error_bucket.c
File length: 3722 byte(s)
Diff to previous 88318 (colored)
Update to reflect the absence of the apr_bucket_shared
struct and the newly-added start field of the apr_bucket struct

Revision 88318 - (view) (annotate) - [select for diffs]
Added Sun Feb 25 04:24:17 2001 UTC (8 years, 9 months ago) by rbb
Original Path: httpd/httpd/trunk/server/error_bucket.c
File length: 3714 byte(s)
Move the error_bucket definition from the HTTP module to the core server.
Every protocol will need this definition, so it belongs in the core.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2