summaryrefslogtreecommitdiffstats
path: root/server/error_bucket.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* core, modules: like r1657897 but for core and other modules than mod_proxy.Yann Ylavic2015-03-101-0/+3
* No need to test for NULL before calling apr_pstrdup.Christophe Jaillet2012-10-141-1/+1
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-49/+10
* update license to 2004.André Malo2004-01-011-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* Propogate apr-util changeCliff Woolley2002-06-021-2/+1
* The apr_bucket change requires a minor MMN bump. Also modify Apache'sRyan Bloom2002-05-311-0/+1
* fix some major badness: error buckets *cannot* use simple_copy becauseCliff Woolley2002-05-311-5/+12
* Let the error bucket implement the simple copy routine.Justin Erenkrantz2002-05-301-1/+1
* Propogate the change to insert "bucket_" into the names of theCliff Woolley2002-04-201-3/+3
* BUCKET FREELISTSCliff Woolley2002-03-291-10/+8
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Detabify those parts of this file which don't collide with the bucketCliff Woolley2002-03-051-4/+4
* revert buckets sms phase 1 patch. the group wants to get rid of SMS, soCliff Woolley2001-09-231-17/+8
* We have to initialize the error_bucket before we can destroy it.Ryan Bloom2001-08-261-1/+1
* BUCKETS SMS PHASE 1Cliff Woolley2001-08-261-8/+17
* Update httpd to reflect change with free() pointer in buckets codeCliff Woolley2001-08-081-1/+1
* Update this custom bucket to use the free function pointer in apr_bucket_type_tBill Stoddard2001-08-031-0/+1
* The bucket_foo_create() functions do not need to use calloc() becauseCliff Woolley2001-06-191-1/+1
* Removed apr_bucket_do_create() macro, which was causing warningsCliff Woolley2001-04-111-1/+4
* Update to reflect the absence of the apr_bucket_sharedCliff Woolley2001-02-271-3/+2
* Move the error_bucket definition from the HTTP module to the core server.Ryan Bloom2001-02-251-0/+104