~ubuntu-branches/ubuntu/lucid/transmission/lucid

« back to all changes in this revision

Viewing changes to macosx/Torrent.h

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda, Krzysztof Klimonda, Chris Coulson
  • Date: 2009-12-11 11:46:59 UTC
  • mfrom: (1.1.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20091211114659-6ebcmonweaixdpl3
Tags: 1.80~b5-0ubuntu1
[ Krzysztof Klimonda ]
* New upstream release (LP: #496503)
* Refreshed 99_autoreconf.patch
* Removed 21_fix_inhibition.patch

[ Chris Coulson ]
* Drop debian/patches/CVE-2010-0012.patch - merged upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/******************************************************************************
2
 
 * $Id: Torrent.h 9667 2009-12-04 13:35:15Z livings124 $
 
2
 * $Id: Torrent.h 9902 2010-01-10 02:34:00Z livings124 $
3
3
 *
4
 
 * Copyright (c) 2006-2009 Transmission authors and contributors
 
4
 * Copyright (c) 2006-2010 Transmission authors and contributors
5
5
 *
6
6
 * Permission is hereby granted, free of charge, to any person obtaining a
7
7
 * copy of this software and associated documentation files (the "Software"),
131
131
- (NSMutableArray *) allTrackerStats;
132
132
- (NSArray *) allTrackersFlat; //used by GroupRules
133
133
- (BOOL) addTrackerToNewTier: (NSString *) tracker;
134
 
- (void) removeTrackersWithAnnounceAddresses: (NSSet *) trackers;
 
134
- (void) removeTrackersWithIdentifiers: (NSIndexSet *) removeIdentifiers;
135
135
 
136
136
- (NSString *) comment;
137
137
- (NSString *) creator;
204
204
- (void) checkGroupValueForRemoval: (NSNotification *) notification;
205
205
 
206
206
- (NSArray *) fileList;
 
207
- (NSArray *) flatFileList;
207
208
- (NSInteger) fileCount;
208
209
- (void) updateFileStat;
209
 
- (NSArray *) flatFileList;
210
210
 
211
211
//methods require fileStats to have been updated recently to be accurate
212
212
- (CGFloat) fileProgress: (FileListNode *) node;
213
 
- (BOOL) canChangeDownloadCheckForFile: (NSInteger) index;
 
213
- (BOOL) canChangeDownloadCheckForFile: (NSUInteger) index;
214
214
- (BOOL) canChangeDownloadCheckForFiles: (NSIndexSet *) indexSet;
215
215
- (NSInteger) checkForFiles: (NSIndexSet *) indexSet;
216
216
- (void) setFileCheckState: (NSInteger) state forIndexes: (NSIndexSet *) indexSet;