Changeset 6969
- Timestamp:
- Oct 27, 2008, 5:35:22 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AUTHORS
r6478 r6969 3 3 4 4 Lead Developers <dev@transmissionbt.com> 5 6 5 Charles Kerr <charles@transmissionbt.com> (Daemon, Backend, GTK+ client) 6 Mitchell Livingston <livings124@transmissionbt.com> (Mac OS X client) 7 7 8 8 Web Client Developers 9 10 11 12 9 Malcom Jarvis 10 Dave Perrett 11 Kendall Hopkins <SoftwareElves@gmail.com> 12 Charles Kerr 13 13 14 14 Previous Developers 15 16 17 15 Eric Petit <titer@m0k.org> (Creator) 16 Josh Elsasser <josh@elsasser.org> (Daemon, Backend, GTK+ client) 17 Bryan Varner <bryan@varnernet.com> (BeOS client) 18 18 19 19 Project Contributors 20 21 22 23 24 25 20 John Clay (Website maintenance and troubleshooting) 21 Hugo van Heuven, madebysofa (Main icon design) 22 Nick Pucius (Help documentation) 23 Rick Patrick (Mac OS X images) 24 Jonas Rask (Mac OS X Globe icon) 25 Rashid Eissing (Mac OS X Transfers preferences icon) 26 26 27 27 Mac OS X Translators, current release: 28 29 30 31 32 33 34 35 28 Jorge Carrasco (Spanish) 29 Etienne Samson (French) 30 Marco Cavazzuti (Italian) 31 Anton Sotkov (Russian) 32 Alexander Bykov (Russian) 33 Maarten Van Coile (Dutch) 34 Jack Lin (Traditional Chinese) 35 Can Duruk (Turkish) 36 36 37 37 GTK+ Translators: 38 39 38 Hundreds of people in an ever-changing list. 39 See the po files for a full list. 40 40 41 41 Third-Party Resources: 42 Niels Provos for libevent<http://monkey.org/~provos/libevent/>43 44 45 46 47 42 Nick Mathewson and Niels Provos for libevent. <http://monkey.org/~provos/libevent/> 43 Thomas Bernard for MiniUPnP and libnatpmp. <http://miniupnp.tuxfamily.org/> 44 The Growl Development Team for Growl. <http://growl.info/> 45 Andy Matuschak for Sparkle. <http://sparkle.andymatuschak.org/> 46 Christian Hammond for SexyIconEntry. <http://www.chipx86.com/wiki/Libsexy> 47 M. Uli Kusterer for UKKQueue. -
trunk/libtransmission/torrent.c
r6966 r6969 1556 1556 if( index >= tor->info.pieceCount ) 1557 1557 err = 1; 1558 if( length < 1 )1558 else if( length < 1 ) 1559 1559 err = 2; 1560 1560 else if( ( offset + length ) > tr_torPieceCountBytes( tor, index ) )
Note: See TracChangeset
for help on using the changeset viewer.