~ubuntu-branches/ubuntu/natty/transmission/natty

« back to all changes in this revision

Viewing changes to libtransmission/peer-mgr.h

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda, Krzysztof Klimonda, Chris Coulson
  • Date: 2010-01-21 18:23:05 UTC
  • mfrom: (1.1.31 upstream)
  • Revision ID: james.westby@ubuntu.com-20100121182305-1q0tx3lxrwiy0ahe
Tags: 1.83-0ubuntu1
[ Krzysztof Klimonda ]
* New upstream release (LP: #512391)
* Fixes bugs:
  - transmission consistently reports having downloading 115-130% of the
    required data with no corresponding corrupt download data numbers
    (LP: #499964)
* debian/patches/99_autoreconf.patch:
  - Refreshed for the new changes

[ Chris Coulson ]
* debian/patches/01_lpi.patch:
  - Updated to use a pkg-config check at configure time, and not hard
    code the library name in transmission_LDADD
* debian/patches/dont_build_libevent.patch:
  - Updated to patch configure.ac rather than configure. This stops
    it from breaking with an autoconf run (LP: #510776)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * This exemption does not extend to derived works not owned by
8
8
 * the Transmission project.
9
9
 *
10
 
 * $Id: peer-mgr.h 9890 2010-01-05 23:47:50Z charles $
 
10
 * $Id: peer-mgr.h 10031 2010-01-28 13:33:40Z charles $
11
11
 */
12
12
 
13
13
#ifndef __TRANSMISSION__
28
28
#include "net.h"
29
29
#include "peer-common.h" /* struct peer_request */
30
30
#include "publish.h" /* tr_publisher_tag */
31
 
#include "utils.h"
32
31
 
33
32
/**
34
33
 * @addtogroup peers Peers