~ubuntu-branches/ubuntu/oneiric/libapreq2/oneiric

« back to all changes in this revision

Viewing changes to include/apreq_util.h

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2010-02-28 15:51:47 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100228155147-dflwg59lhyittzi7
Tags: 2.12-1
* New upstream release.
* Switch to dpkg-source 3.0 (quilt) format.
  * Split the Debian diff into two separate patches, and remove spurious
    junk that shouldn't have been there.
  * In clean, remove some stray files distclean forgets.
* Update debhelper compatibility level to 7.
  * Update debhelper build-dependency version.
  * Use dh_prep instead of dh_clean -k.
* Update Standards-Version to 3.8.4.
  * Change from ${Source-Version} to ${binary:Version} in inter-package
    dependencies.
  * In debian/copyright, refer to the Apache 2.0 license file from
    common-licenses instead of having the entire license text in the file.
    Also include the actual copyright in the file.
* Put all binary packages in their correct respective sections.
* Add ${misc:Depends} to all binary packages, and remove ${shlibs:Depends}
  from the -dev and -doc packages (which don't have any shared libraries).
* Run dh_shlibdeps on all packages, using the -a flag.
* Don't ignore errors on distclean; check for Makefile instead.
* Don't use full path to a2dismod in libapache2-mod-apreq2.postrm.
* Run libapache2-mod-apreq2.postrm script under sh -e, so errors are not
  ignored.
* Install the man pages that used to conflict with libapache-request-perl,
  which is now not in the stable release anymore.
* Don't set PREFIX= at make install time; only set prefix=.
  Seemingly, PREFIX= has no real effect at that point.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
**  Copyright 2003-2006  The Apache Software Foundation
3
 
**
4
 
**  Licensed under the Apache License, Version 2.0 (the "License");
5
 
**  you may not use this file except in compliance with the License.
6
 
**  You may obtain a copy of the License at
 
2
**  Licensed to the Apache Software Foundation (ASF) under one or more
 
3
** contributor license agreements.  See the NOTICE file distributed with
 
4
** this work for additional information regarding copyright ownership.
 
5
** The ASF licenses this file to You under the Apache License, Version 2.0
 
6
** (the "License"); you may not use this file except in compliance with
 
7
** the License.  You may obtain a copy of the License at
7
8
**
8
9
**      http://www.apache.org/licenses/LICENSE-2.0
9
10
**
269
270
 * @return Error status code from either an unsuccessful apr_bucket_read(),
270
271
 *         or a failed apr_file_writev().
271
272
 *
272
 
 * @remarks       In the future, this function may do something
273
 
 *                intelligent with file buckets.
 
273
 * @remarks       This function leaks a bucket brigade into bb->p whenever
 
274
 *                the final bucket in bb is a spool bucket.
274
275
 */
275
276
 
276
277
APREQ_DECLARE(apr_status_t) apreq_brigade_fwrite(apr_file_t *f,